Bug #55493
closedAvoid unnecessary de-/serialization for page cache
100%
Description
When storing a cache in page the array variable "cache_data" gets
serialized and when being retrieved from cache unserialized.
This is not necessary as de-/serialization is already performed by
the variable caching backend.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27179
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27179
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27179
Updated by Gerrit Code Review almost 11 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27179
Updated by Anonymous almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bef63dfbaa28a0be82d7e116d3c396c27346e865.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed