Task #52648
closedUse cache_hash with "mixed" data
100%
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.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24512
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24512
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24512
Updated by Stefan Neufeind about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2bce6291267e501504b45a777247e7597abafc41.