Project

General

Profile

Actions

Feature #19510

closed

Enable includeLibs also for USER and COA objects

Added by Oliver Hader over 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Communication
Target version:
-
Start date:
2008-10-27
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

The TypoScript object USER does not support the includeLibs property. Loading an accordant PHP class the library gets added to the global context and included there - no matter if it's really required or not.
This is somehow a waste of performance and memory.

The solution is to enable "includeLibs" also for USER objects and only load the PHP class if it's really required.

(issue imported from #M9654)


Files

0009654_v2.patch (5.97 KB) 0009654_v2.patch Administrator Admin, 2008-10-27 20:01

Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #19479: Enable Caching "USER" instead of "USER_INT"ClosedSteffen Kamper2008-10-17

Actions
Related to TYPO3 Core - Bug #19559: AdminPanel shows superfluous "Include file class.tx_whatever_pi1.php" messagesClosed2008-11-03

Actions
Related to TYPO3 Core - Bug #19580: Some extensions do not work anymore in the frontendClosedOliver Hader2008-11-06

Actions
Related to TYPO3 Core - Bug #22813: Plugins are not loadedClosed2010-06-04

Actions
Actions #1

Updated by Oliver Hader over 15 years ago

The attached patch enables includeLibs for USER and COA objects.

Actions #2

Updated by Oliver Hader over 15 years ago

Missed to change t3lib_extMgm::addPItoST43() to use the USER.includeLibs now...

Actions #3

Updated by Oliver Hader over 15 years ago

Committed to SVN Trunk (rev. 4411)

Actions

Also available in: Atom PDF