Pages with to many images on a typo3 site need to much time for imageprocessing to scale the images with graphicsmagic. The user gets the error: 500 Internal Server error.
The error_log says this:
mod_fcgid: read data timeout in 45 seconds
If I reload the page multiple times after a while all images are generated and cahed an it works.
My questions are:
- can I force typo3 to generate all images without reload the page
- can't typo3 show a better errorpage
- are there any ohter solutions to solve the problem?