Some tips for starting to care about your site& #39;s loading speed:
1. Use a CDN. Sign up to CloudFlare, read their tutorials, and do it. The performance improvements will be immense.
48% of y& #39;all don& #39;t and it shows: https://twitter.com/paulcalvano/status/1167143641124675586">https://twitter.com/paulcalva...
1. Use a CDN. Sign up to CloudFlare, read their tutorials, and do it. The performance improvements will be immense.
48% of y& #39;all don& #39;t and it shows: https://twitter.com/paulcalvano/status/1167143641124675586">https://twitter.com/paulcalva...
2. Once you& #39;ve added a CDN, enable GZIP compression.
On some CDNs it& #39;ll just be a checkbox labelled "enable compression".
It& #39;ll roughly half the size of the files your users need to download to use your website.
On some CDNs it& #39;ll just be a checkbox labelled "enable compression".
It& #39;ll roughly half the size of the files your users need to download to use your website.
3. Find ways to minimise the number of requests your site makes when initially loading (but also in general)
This could mean not loading extra jQuery plugins that add "cool" functionality, like animations, or lazy loading images: https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video">https://developers.google.com/web/funda...
This could mean not loading extra jQuery plugins that add "cool" functionality, like animations, or lazy loading images: https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video">https://developers.google.com/web/funda...
I turned this thread into its own article here: https://perfbeacon.com/blog/improve-page-speed/">https://perfbeacon.com/blog/impr...