-
-
Save lukecav/9931c3f6e402e23f58065d6b2665ef5b to your computer and use it in GitHub Desktop.
//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 | |
//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 | |
//i0.wp.com | |
//i1.wp.com | |
//i2.wp.com | |
//stats.wp.com | |
//pixel.wp.com | |
//s.gravatar.com | |
//0.gravatar.com | |
//2.gravatar.com | |
//1.gravatar.com |
You only need to DNS prefetch the external URL requests being made on your site. I would check the site using
https://www.webpagetest.org/
Then look for all of the external URL requests.
Thanks :)
You will need to add //
before the domain name.
Hello brother Lukecav. You have helped me to get this issue nearly solved and those who had questions like me they will get the help for the lifetime from this post and comments.
Brother one last question. What about those domains which have www. before the domains?
Example:
www.google.com
www.googletagmanager.com
www.google-analytics.com
Should we be adding these domains like this:
//www.google.com
//www.googletagmanager.com
//www.google-analytics.com
or like this:
//google.com
//googletagmanager.com
//google-analytics.com
Thank you in advance.
With www is fine on those sites.
Only use the external site URLs that are being requested on your site and no it will not slow your site down, the idea is that the DNS requests that are external will be prefetched for the site user.
https://www.chromium.org/developers/design-documents/dns-prefetching
lukecav - I hope that you or someone else in this forum may be able to clarify this for me. I added //soundcloud.com to my dns prefetch list. I am still having issues (see attached file) Should all these be added too: //wave.sndcdn.com, //w.soundcloud.com
I also came across code.ionicframework.com when running a test - should this be added to my prefetch list as well?
Any feedback would be greatly appreciated!
assume list
Thanks Luke for DNS prefetching list. I have applied on my website but still performance is not good. What others things to consider for the best speed performance.
The site performance seems decent. https://gtmetrix.com/reports/www.aroundrobin.com/6r7d1ab9/
//twitter.com
//facebook.com
//onesignal.com
//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
//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
sounds great, Thanks
Updated to include those if a someone is using the Image CDN/Asset CDN in Jetpack.