Actions
Feature #56557
closedImplement hashed temp folder structure for resized images and thumbnails
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-03-04
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:
Remote Sprint
Description
Some filesystems get slow when placing hundreds or even thousands of files in a single directory.
\TYPO3\CMS\Core\Imaging\GraphicalFunctions::imageMagickConvert() and \TYPO3\CMS\Backend\View\ThumbnailView::main() are two locations that could implement a hashed folder structure for storing generated images. This could work just like the mediawiki $wgHashedUploadDirectory configuration option.
Actions