Web page is laggy when loading in images (20-30)
Unanswered
Burmese posted this in #help-forum
BurmeseOP
I'm using next.js 13 pages directory and when I load in images externally from other sources. The website becomes laggy as you scroll up and down. Is there a fix to this? I'm already utilizing next/image -
<NextImage
alt="x"
height={288}
priority
sizes="33%"
src={item.images[0]}
width={288}
/>