Project

General

Profile

Actions

Bug #55535

closed

Module Menu is initialized in every backend request, even though only needed in backend.php

Added by Steffen Ritter over 10 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
Start date:
2014-01-31
Due date:
% Done:

0%

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

Description

Using XHProf shows, that the ModuleMenu is initialized in every call in backend (ajax as well as modules)

this happens with init.php Bootstrap->initialize Module menu

as a result all modules of extensions are itereated, information is collected, the filesizes of the module icons are received and an object representation is build.
This is only needed once - when building the module menu in backend php.
All other backend actions do not need that...

In addition the results of that parsing could be cached - as this only changes when new extensions are installed.

Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.4 (Backend)
Actions #2

Updated by Benni Mack almost 9 years ago

  • Status changed from New to Closed

This has been already taken care of with 7.1

Actions

Also available in: Atom PDF