Images flashing at reload of the page, but they already come from memory cache
Unanswered
Northeast Congo Lion posted this in #help-forum
Northeast Congo LionOP
Hey guys,
I have implemented images on my site like this:
<Image
src="/images/test.avif"
alt="partners"
width={266}
height={550}
className="rounded-[30px]"
priority
/>
Problem is, everytime I reload the page they flash for a second, instead of staying there. I checked the network tab and they already come from memory cache.
How can I fix this?
Thanks!
I have implemented images on my site like this:
<Image
src="/images/test.avif"
alt="partners"
width={266}
height={550}
className="rounded-[30px]"
priority
/>
Problem is, everytime I reload the page they flash for a second, instead of staying there. I checked the network tab and they already come from memory cache.
How can I fix this?
Thanks!