Task #54582
Deprecate / remove global FILEMOUNTS variable
Status: | Resolved | Start date: | 2013-12-23 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Performance | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Complexity: | ||
PHP Version: | 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
History
#1 Updated by Markus Klein 9 months ago
What's the status here?
AFAIK the global FILEMOUNTS is gone, but the WEBMOUNTS are still there.
#2 Updated by Benjamin Mack 7 months ago
- Status changed from New to Resolved
FILEMOUNTS is removed from the core.