You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It appears that requests for .png images take seconds to complete.
Do note that next/image and the plugin are used out of the box i.e. no extra configuration such as loaders, domains, etc...
The original images are also <1MB.
Describe the bug
It appears that requests for .png images take seconds to complete.
Do note that
next/image
and the plugin are used out of the box i.e. no extra configuration such as loaders, domains, etc...The original images are also <1MB.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Requests for images should not take seconds to complete.
Versions
Supporting Info
You may find the example repo here
https://github.com/shaoyi1997/netlify-nextjs-issue-example
The screenshot below shows a sample of the network requests for images (taken on refresh):
You may also find the logs produced by the
next_image
function for the above requests below:I believe this may be related to #435, but do correct me if I am missing out on any steps or if any config changes are required.
Thank you for your work!
The text was updated successfully, but these errors were encountered: