Mobile app version of vmapp.org
Login or Join
Speyer207

: Weird files appearing in waterfall report of WebPagetest.org I am using webpagetest.org to test my site's speed. I've noticed in the Waterfall View that there are files loading on my site which

@Speyer207

Posted in: #PageSpeed #Url

I am using webpagetest.org to test my site's speed. I've noticed in the Waterfall View that there are files loading on my site which do not physically exist on the server, even though the URLs point to the root folder of my site.

For example:
www.offers.example.com/favicon.ico www.offers.example.com/cdn-cgi/pe/bag2?r[]=http%3A%2F%2Fwww.offers.example.com%2Fwp-includes%2Fjs%2Fwp-emoji-release.min.js%3Fver%3D4.6.1

How is this possible?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Speyer207

1 Comments

Sorted by latest first Latest Oldest Best

 

@Smith883

The favicon request is the browser that WebPagetest uses requesting the favicon to show on the tab or elsewhere. Regardless of whether you actually have a favicon, the request will still be made because you might have a favicon which should be shown to the user if it was a real user accessing your website.

‘/cdn-cgi/pe/bag2’ is Cloudflare's Rocket Loader, which combines multiple ‘script src’ into one asynchronous request which returns all the JavaScript from all the individual requests in one go, amongst other things. The query parameter ‘r’ lists the URLs to the scripts that your page requests.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme