Actions
Bug #91976
closedThumbNailController is slow for remote storages
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-08-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The ThumbNailController outputs raw data of image files
as a response to a file process request.
This is a massive and unnecessary performance hit, when using
a remote storage, as the files need to get downloaded from
the remote to be then delivered by TYPO3.
Actions