How to load all these images at once?

Hi! How could I increase the user experience by avoid these images to be loaded when the filters change? https://lineage2guides.vercel.app/manor-calculator I would like to load and cache all the images before the user plays with filters. What can I do about it? I am using NextJS.
Lineage 2 Guides
Lineage 2 Guides and Tools
2 Replies
Aland
Aland12mo ago
You are caching the images, i see in the dev tools no new fetch requests being made to load new images.
ziN
ziN12mo ago
yeah, thank you for check it! What about loading all these tiny images at once when this url is requested?