XF 2.0 Defer parsing of JavaScript in XF2

Frode789

Well-known member
So I've read Chris saying that this is working as intended in XF2. Yet gtmetrix still gives me an F grade on this point, as several XF js files are parsed during initial page load.
 
I see bunch of big images on your website that are loading very slowly. It is an image heavy website, so that's to be expected. You can try using some CDN service to cache those images and deliver them from closest edge server.

Then it tries to load 3 .js.map files, which means there are map references in referring files, which means they have debug information. Make sure you change URLs to production minified files. One of them is something called "crate", 2 of them are from Discord scripts.
 
Top Bottom