Feature #105332
openLimit amount of images in Page module preview
0%
Description
Hello,
on Plesk servers it may happen that resources are limited. For example via entry-processes and sub-processes.
In some TYPO3 instances there were inserted a lot of images in content elements. All these images will be rendered as tiny preview image in page layout preview. I could not find a page TSconfig to reduce the amount of renderered images there. After rendering of ~100 images the further images were only listed with their name. The response for each further image is:
```
Resource Limit Is Reached
The website is temporarily unable to service your request as it exceeded resource limit. Please try again later.
```
Can you please add a page TSconfig to reduce the amount of rendered images?
And yes: As a developer I can use Hook $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem'] to solve the problem.
Stefan
No data to display