Actions
Task #52648
closedUse cache_hash with "mixed" data
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-10-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The cache for "cache_hash" (used by PageRepository and BackendUtility) is a VariableFrontendCache and already supports "mixed" data. That frontend uses serialize() or, if available, even igbinary_serialize() on that data. So we can avoid serializing the data beforehand (actually double-serializing) and also make more efficient use of the binary serialization.
Actions