7 days
30 days
All time
Recent
Popular
🔥 Looks like the case study on ToDesktop blew up (>200 likes and 50 retweets).
Here are 6 more tips to improve page performance, reduce load time and boost SEO:
1/ Use the loading="lazy" attribute on images and videos where possible. https://t.co/tN2au2EK4b
(5 more in thread)
2/ Use a HTTP/2 CDN. Most CDNs support HTTP/2 by default now. Netlify is great (be aware that they are blocked in Russia right now though).
3/ WebP [1] has 80% support [2] now and is usually ~30% lighter than PNG/JPEG. Use it and fallback to PNG/JPEG on unsupported browsers. [1] https://t.co/IDDq3vUtm7 [2]
4/ Use srcset to always deliver the correct image size. Don't just deliver the high-resolution version.
5/ You can use Lighthouse as a bot that audits pull requests automatically for you.
Here are 6 more tips to improve page performance, reduce load time and boost SEO:
1/ Use the loading="lazy" attribute on images and videos where possible. https://t.co/tN2au2EK4b
(5 more in thread)
2/ Use a HTTP/2 CDN. Most CDNs support HTTP/2 by default now. Netlify is great (be aware that they are blocked in Russia right now though).
Heads up to anybody using @Netlify for hosting. Netlify is inaccessible in Russia and has been for a number of months. I was totally unaware of this until a customer in Russia told me that my website wasn't working. https://t.co/ts8RQ0Y4BI
— Dave Jeffery (@DaveJ) August 2, 2019
3/ WebP [1] has 80% support [2] now and is usually ~30% lighter than PNG/JPEG. Use it and fallback to PNG/JPEG on unsupported browsers. [1] https://t.co/IDDq3vUtm7 [2]
4/ Use srcset to always deliver the correct image size. Don't just deliver the high-resolution version.
5/ You can use Lighthouse as a bot that audits pull requests automatically for you.