Additional optimization for “Remove WordPress Emoji”
-
I’m looking into trimming down my header, and I noticed this unnecessary line:
<link rel="dns-prefetch" href="//s.w.org">I looked through the source and it seems the only thing that uses this subdomain is the WordPress Emoji script. So if you guys could unload this from the header when we check off “Remove WordPress Emoji”, that would be optimal.
At quick glance, you might get started by looking at
wp_resource_hints()insidewp-includes/general-template.php.The only other places it appears is
_print_emoji_detection_script()insidewp-includes/formatting.phpand$signature_verificationinsidewp-admin/includes/file.php
The topic ‘Additional optimization for “Remove WordPress Emoji”’ is closed to new replies.