-
-
Save eder-dias/8376adf5cf3ea9af83beb2e587647ff0 to your computer and use it in GitHub Desktop.
WP Rocket - Advanced Options Prefetch DNS requests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //maps.googleapis.com | |
| //maps.gstatic.com | |
| //fonts.googleapis.com | |
| //fonts.gstatic.com | |
| //ajax.googleapis.com | |
| //apis.google.com | |
| //google-analytics.com | |
| //www.google-analytics.com | |
| //ssl.google-analytics.com | |
| //youtube.com | |
| //api.pinterest.com | |
| //cdnjs.cloudflare.com | |
| //pixel.wp.com | |
| //connect.facebook.net | |
| //platform.twitter.com | |
| //syndication.twitter.com | |
| //platform.instagram.com | |
| //disqus.com | |
| //sitename.disqus.com | |
| //s7.addthis.com | |
| //platform.linkedin.com | |
| //w.sharethis.com | |
| //s0.wp.com | |
| //s.gravatar.com | |
| //stats.wp.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DNS prefetch is a simple but effective optimization because it reduces lookup time for external resources before users actually need them. I recently reviewed a helpful resource on this topic, and it also reminded me how performance improvements matter for service-oriented website
where visitors need quick access to important information.