Project

General

Profile

Actions

Task #53404

closed

Task #52304: Performance issues

Page cache saves the hash_base

Added by Alexander Opitz over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
Start date:
2013-11-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The hash_base (the array from which the cache hash is calculated) is saved into the cache. But this isn't required IMHO, it will be read on every cached request but doesn't get processed somewhere (as I read the source).
So if we remove it, it won't get saved and loaded, which reduces bandwidth to the SQL server and reduces the string which needs to be un-/serialized.


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Task #29340: Check usage of hash_base.Closed2011-08-30

Actions
Actions

Also available in: Atom PDF