Changes between Initial Version and Version 1 of Ticket #40179, comment 2
- Timestamp:
- 03/17/2017 10:31:03 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40179, comment 2
initial v1 7 7 [UPDATE] 8 8 I actually dug into that and I found one plugin that was meant to speed up the website had a code: 9 {{{ 9 10 # remove <link rel='dns-prefetch' href='//s.w.org' /> from the head: 10 11 add_filter('emoji_svg_url','__return_false'); 11 12 }}} 12 13 Could it be that it actually changes the CDN from s.w.org to maxcdn? And if yes - there seems to be some replication issues as some files are missing.