Project

General

Profile

Actions

Bug #20582

closed

caching of pagesections uses superfluos serialize() call

Added by Rupert Germann almost 15 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
Caching
Target version:
-
Start date:
2009-06-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

in class tslib_tstemplate the caching of pagesections uses a superflous serialize() call.
functions start() and getCurrentPageData()

serialize/unserialize is not needed here since the variableFrontend can store arrays directly

solution:
remove serialize/unserialize

(issue imported from #M11286)


Files

11286.diff (694 Bytes) 11286.diff Administrator Admin, 2009-06-06 00:31
11286_02.diff (1.12 KB) 11286_02.diff Administrator Admin, 2010-12-29 21:54

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #24318: Unnessessary serializing for memcached with variablefrontendClosedChristian Kuhn2010-12-10

Actions
Actions #1

Updated by Steffen Kamper almost 15 years ago

+1
first chunk can be simplified, $currentPageData is not needed

Actions #2

Updated by Christian Kuhn over 13 years ago

trunk rev. 9962

Actions #3

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF