Project

General

Profile

Actions

Task #54582

closed

Deprecate / remove global FILEMOUNTS variable

Added by Alexander Stehlik over 10 years ago. Updated over 5 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 #1

Updated by Markus Klein over 9 years ago

What's the status here?

AFAIK the global FILEMOUNTS is gone, but the WEBMOUNTS are still there.

Actions #2

Updated by Benni Mack over 9 years ago

  • Status changed from New to Resolved

FILEMOUNTS is removed from the core.

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF