Open kev-chien opened 6 years ago
Quick question, this is page load latency when loading the production website, correct? I highly doubt it will make much of a difference, but I believe we are using CloudFlare for some things and it may be worthwhile to turn on their caching.
I'll do a PageSpeed Insight or whats-its-name (the fancy tool Google provides) to pinpoint exactly where the speed bottlenecks lie in production.
Some things from that: images are the biggest culprit, an entire megabyte could be saved according to Google. Another thing is that 1) none of the javascript/css files are compressed (I'm not familiar with gzip on the server side, however) and 2) loading the scripts blocks rendering (will look in to async loading js libraries)
Pages lag so much its kind of embarrassing.
It should be cool to look into scripts or just terminal commands to do this, I know Mac Terminal has some commands for this.