#### Reason/Context When I access the blog, I cry, like a baby 😄 Website is not fastest but blog performs like a 🐢 #### Description - images sizes that can be easily improved with compression on a build level, or maybe Netlify offers something for free. This is an example of an image that has 4MB https://www.asyncapi.com/images/posts/organizing-asyncapi-documents.jpg - analyze with some widely know page speed tools what quick fixes can be applied - I don't think we have gzip enabled, must be doublechecked - MUST HAVE - proper testing of PR, of the size of the images, to throw errors if they are way to big, even for compression - MUST HAVE - have some validation of performance to make sure it is not getting worse over time again -> https://foo-software-lighthouse-reports.s3.amazonaws.com/lighthouse-report-1583237527152.html as there is out of the box GitHub action ready for that https://github.com/marketplace/actions/lighthouse-check - MUST HAVE - Start using a CDN. Cloudflare's CDN is a great one and it has a nice API too: https://www.cloudflare.com/cdn/. - Consider https://blurha.sh/
Reason/Context
When I access the blog, I cry, like a baby 😄
Website is not fastest but blog performs like a 🐢
Description