strapi-starter-next-corporate icon indicating copy to clipboard operation
strapi-starter-next-corporate copied to clipboard

Where is the next.js image optimization?

Open cmsbased opened this issue 2 years ago • 1 comments

What is the purpose of using next/image with "srcset" when nothing is optimized? img duplicates same digitalocean image URL 8 times. https://starter-uploads.nyc3.digitaloceanspaces.com/user_ed78b0e88f.png

Same 1.2Mb image loads on retina macbook and iphone 4 over 3g.

cmsbased avatar Aug 13 '21 20:08 cmsbased

I removed loader with hardcoded URL to make use of responsive images. https://github.com/strapi/strapi-starter-next-corporate/blob/10002a289f91e5f87e6eb745ec69be1dcbea0d44/starter/components/elements/image.js#L23

Next.JS figured out the rest and loaded optimized srcset images.

cmsbased avatar Aug 15 '21 19:08 cmsbased