<div className={styles.imageContainer}>
<Image
src="https://res.cloudinary.com/di7j408eq/image/upload/v1685516535/outdoor-living-slider_1_nsnsnr.webp"
width={500}
height={500}
alt="calgary landscaping"
quality={100}
priority
/>
</div>
TTFB 6% 480 ms Load Delay 0% 0 ms Load Time 10% 760 ms Render Delay 83%
To improve Image output: Use "Picture" tag
Keep priority="low" & loading="lazy".
If the image is from the first fold then keep its priority="high" & loading="eager".
Must use webp images and if you have SVG then add package 'react-svg' and use it for batter output.
Also suggested using the Next.js dynamic import if yet not used. Ref: https://nextjs.org/docs/pages/building-your-application/optimizing/lazy-loading#nextdynamic