Project

General

Profile

Actions

Task #54582

closed

Deprecate / remove global FILEMOUNTS variable

Added by Alexander Stehlik over 10 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2013-12-23
Due date:
% Done:

0%

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

Description

As far as I can see the filemounts of a user are currently loaded on every request in the Backend, see /typo3/init.php:

\TYPO3\CMS\Core\Core\Bootstrap::getInstance()
...
->initializeBackendUserMounts()
...

I think it would be better to simply use BackendUserAuthentication->getFileStorages() which loads the storages whenever they are required.

What do you think? What would be the procedure of deprecating the global variables?


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #62670: Remove deprecated code for multiple sysextsClosedMarkus Klein2014-11-03

Actions
Actions

Also available in: Atom PDF