[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Help](/c/help/9)

# Images loading slow

81 views · 4 likes · 4 posts


ཊལབས (@agron) · 2025-10-31 · ♥ 1

The images used in my site are loading quite slow and I am wondering what configurations or optimizations would speed up image load. Here’s my site: https://agron.design/

Any help or advice greatly appreciated! 

<!-- Questions that get answered the fastest are the ones with relevant info included in the original post. Be sure to include all detail needed to let others see and understand the problem! -->

<!-- Current versus Expected behavior -->

<!-- Code, configuration, and steps that reproduce this issue -->

<!-- Project information (URL, framework, environment, project settings) -->


BestCodes (@bestcodes) · 2025-10-31 · ♥ 1

@agron There are some great docs about image optimization in Next.js here!
https://nextjs.org/docs/app/getting-started/images

TL;DR Use the `<Image>` component because it will for the most part automatically optimize your images and improve your performance a LOT :smiley:


Jacob Paris (@jacobparis) · 2025-11-02 · ♥ 2

The images all appear to be well over 2000px wide, you can use the next Image component to resize dynamically and serve them at smaller sizes based on the use case, for example 300px wide for small thumbnails


system (@system) · 2026-01-20

Hi @agron! 🔔

This thread's been quiet for a while. If you're still facing issues, please share any relevant details (logs, screenshots, error messages) so we can take another look!