Bug #56322
Epic #55070: Workpackages
Epic #55065: WP: Overall System Performance (Backend and Frontend)
Bug #52949: Speed decrease since 4.5
Bug #56307: Findings from Bootstrap/PackageManager/ClassLoader analyses
GetAliasesForClass not used
Status: | Closed | Start date: | 2014-02-26 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
Check what this could be helpful for and remove that methods as well as the in memory map for that.
History
#1 Updated by Thomas Maroschik over 1 year ago
getAliasForClassName is wrong, because there can be multiple aliases for a single class. getAliasesForClassName has been introduced to tackle this and getAliasForClassName is deprecated.
#2 Updated by Benjamin Mack 7 months ago
- Status changed from New to Closed
this is tackled. getAliasForClass is removed with CMS7.