builder icon indicating copy to clipboard operation
builder copied to clipboard

No API in @builder.io/react to eager load image to improve LCP

Open mhuretski opened this issue 1 year ago • 0 comments

Hi, currently images in @builder.io/react can't have eager loading (only pixel have), lighthouse warns that Largest Contentful Paint has loading = lazy https://github.com/BuilderIO/builder/blob/d9db5dc4ca3d225847d0f603a1e5557407ea6719/packages/react/src/blocks/Image.tsx#L345

Could you add a flag to set image loading eager or perhaps there's any other way to improve LCP loading speed?

mhuretski avatar Feb 11 '23 17:02 mhuretski