Project

General

Profile

Actions

Bug #20566

closed

function getTreeList() doesn't use the caching framework

Added by Rupert Germann almost 15 years ago. Updated over 10 years ago.

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

0%

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

Description

function getTreeList() in class tslib_content has a caching machanism for already generated lists but it uses direct db calls for this instead of the new caching framework.

solution: connect it to the caching framework

Attention db update needed: since the structure of table cache_treelist was not compatible with the caching framework I had to change the db sheme for this table.
Since also the KEY definitions where changed it could be that you have to delete the table with phpmyadmin and recreate it in the install tool -> db-compare

(issue imported from #M11265)


Files

11265_v2.diff (13.4 KB) 11265_v2.diff Administrator Admin, 2009-06-05 22:07
11265_v3.diff (13.4 KB) 11265_v3.diff Administrator Admin, 2009-06-06 11:33
Actions

Also available in: Atom PDF