I have some sliders at the intro page.
But the page is really slow on loading and when I have a look inside the developer tool of chrome it says that i have dozens of errors.
If i am correct the sliders try to load cahced images from my /page/admin/cache/resize/ folder and since the images are not there, every single picture gives a 404.
The user in the end did not see the problem cause the image is somehow loaded. But it is time consuming...
I searched all configurations.
Where do I configurate the cache or what can i do to stop all these 404 errors.