- Images - [ ] Compress images to the maximum without loosing quality - [ ] **Set exact image sizes** for all breakpoints (avoid browser-side resizing) - [ ] **Use `loading="lazy"`** for images *not visible on first load* - [ ] **Use `fetchpriority="high"`** for *above-the-fold* images - [ ] **Use WebP format** (or AVIF where supported) - Page Speed Insights - Check: [PageSpeed Insights Report](https://pagespeed.web.dev/analysis/https-status-app/9uwi5xmkal?form_factor=desktop) It provides specific, actionable improvements for your page. Source: https://www.notion.so/Onsite-Basic-Strategy-23f8f96fb65c814c9190f3f0f94814ee?p=23f8f96fb65c81a6af0ffda35c7d9d02&pm=s
Images
loading="lazy"for images not visible on first loadfetchpriority="high"for above-the-fold imagesPage Speed Insights
It provides specific, actionable improvements for your page.
Source:
https://www.notion.so/Onsite-Basic-Strategy-23f8f96fb65c814c9190f3f0f94814ee?p=23f8f96fb65c81a6af0ffda35c7d9d02&pm=s