Actions
Bug #57158
closedUnscaled images are re-processed again and again
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-03-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When original images are small enough so they don't have to be scaled for frontend output, their entries in sys_file_processedfile
have an empty identifier
and a name
value of NULL
.
During frontend rendering, they are re-processed again and again.
Happens with 6.2 git master (after beta7).
Actions