Project

General

Profile

Actions

Bug #66023

closed

Performance issue with caching empty text menus

Added by Oliver Hader about 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2015-03-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

If a text menu level is defined in TypoScript but does not return any pages, the result value is NULL instead of the expected empty array. Since the check whether to reprocess a menu expects an array, the generation process is triggered again, invalidates the cache entry and adds the very same NULL value to the cache.

The solution is to define a default empty array value for text menu levels.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #63550: Menu configuration caching disabled by ineffective type checksClosed2014-12-03

Actions
Actions #2

Updated by Gerrit Code Review about 9 years ago

  • Status changed from New to Under Review

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/38159

Actions #3

Updated by Oliver Hader about 9 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF