Actions
Task #85605
closedDecouple thumbnails generation from controllers
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2018-07-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Deferred rendering of thumbnails via an external request will speed up the backend performance.
because the rendering (resize, scale, crop) of thumbnails is part of the same PHP process the slow down the page loading in the backend.
this happens mainly if a page show a lot of thumbnails, e.g. in the page module or in the file list module.
A new ThumbnailController can take care of the rendering in an own route / process, which will not block the rendering of the whole page.
Actions