Low LCP score on mobile #68558
Replies: 3 comments
-
Same here, only on Mobile. I thought NextImage would take care of prefetching to resolve this issue. I may try to add a prefetch request manually to see if that works. |
Beta Was this translation helpful? Give feedback.
-
I'm dealing with the same problem, also only on mobile. |
Beta Was this translation helpful? Give feedback.
-
Same problem for me. Did you find any solution? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I'm experiencing a low Largest Contentful Paint (LCP) score on mobile devices. The PageSpeed score is 100% on desktop but drops to 91% on mobile.
Here's the relevant code snippet:
<Image src={data.feature_image as string} alt={data.title as string} priority width={384} height={384} className="object-cover" />
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions