Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40179, comment 2


Ignore:
Timestamp:
03/17/2017 10:31:03 AM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40179, comment 2

    initial v1  
    77[UPDATE]
    88I actually dug into that and I found one plugin that was meant to speed up the website had a code:
     9{{{
    910  # remove <link rel='dns-prefetch' href='//s.w.org' /> from the head:
    1011  add_filter('emoji_svg_url','__return_false');
    11 
     12}}}
    1213Could 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.