Project

General

Profile

Actions

Task #52648

closed

Use cache_hash with "mixed" data

Added by Stefan Neufeind over 10 years ago. Updated over 5 years ago.

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #55493: Avoid unnecessary de-/serialization for page cacheClosed2014-01-31

Actions
Actions #1

Updated by Gerrit Code Review over 10 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

Actions #2

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24512

Actions #3

Updated by Gerrit Code Review over 10 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24512

Actions #4

Updated by Stefan Neufeind over 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF