I just finished deploying my website through netlify and when i ran the pagespeed i am scoring really bad:
https://pagespeed.web.dev/analysis/https-kitamaru-ro/gvinsriu3m?form_factor=mobile
I don't understand what is causing the issue.
For the image i am using the <Picture> tag like so:
<Picture
src={primaimpresie}
widths={[360, 412, 768, primaimpresie.width]}
sizes="(min-width: 1440px) 632px, (min-width: 1280px) 560px, (min-width: 1040px) 440px, (min-width: 840px) 776px, (min-width: 640px) 552px, calc(93.75vw - 29px)"
formats={['avif', 'webp']}
fallbackFormat="jpg"
fetchpriority="high"
class="aspect-square mix-blend-multiply saturate-0"
loading="eager"
alt="Persoană stresată și obosită."
/>```
