trollepierre / recontact_travel_blog

My traveller's blog
https://www.recontact.me
MIT License
3 stars 0 forks source link

Optims of Perf (checklist) #771

Open trollepierre opened 3 years ago

trollepierre commented 3 years ago

Use Brotli Use http2 Use webp and a CDN that can dynamically resize and serve the most efficient formats Code split your app Utilize edge networks Don’t preload videos, don’t autoplay videos until intersection observer is activated. Use CSS and JS optimization Tweak webpack chunking to reduce cache misses when redeploying Trim the tag manager, move really static code into your own

D’après

https://medium.com/javascript-in-plain-english/improving-javascript-runtime-and-load-performance-5062dded907a

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 31 days if no further activity occurs. Thank you for your contributions.