Next.js Discord

Discord Forum

Optimizing API Calls and Image Loading for Improved Next.js Homepage Responsiveness

Unanswered
Dwarf Crocodile posted this in #help-forum
Open in Discord
Dwarf CrocodileOP
In my Next.js project, the homepage loads content from three different APIs, each containing images along with data. However, upon initial page load, the simultaneous fetching of APIs and loading of images leads to unresponsiveness, negatively impacting the user experience. What strategies and optimizations can be employed to handle and improve the responsiveness of the homepage in such a scenario?

0 Replies