Next.js Discord

Discord Forum

Web page is laggy when loading in images (20-30)

Unanswered
Burmese posted this in #help-forum
Open in Discord
Avatar
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}
/>

0 Replies