-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Closed
Milestone
Description
What version of Next.js are you using?
10.1.3-canary-0
What version of Node.js are you using?
12.12
What browser are you using?
any
What operating system are you using?
linux server
How are you deploying your application?
next start
Describe the Bug
The latest canary releases seem to have fixed the image optimization memory consumption, however the initial image optimization is noticeably slower than the previous version (10.0.7) and can take seconds to populate images on the page. It seems to be exacerbated by loading more images in quick succession as well.
Expected Behavior
Images should load with minimal delay as seen in 10.0.7 to prevent degrading user experience
To Reproduce
Load a page with numerous next/image components and look for images popping in significantly after page load
JuanmaMenendez, gu-stav, karlhorky, JimmyGray, Pythe1337N and 84 more