[TYPO3-core] RFC: #9599: [felogin] Enable Caching "USER" instead of "USER_INT"

Dmitry Dulepov dmitry.dulepov at gmail.com
Mon Oct 27 17:11:10 CET 2008


Hi!

Oliver Hader wrote:
> There was small bug in the patch. USER objects do not support the
> "includeLibs" property, only USER_INT does. Thus, the inclusion was
> moved to the global level.

There is no need for this property on the global level. If it is
moved to the global level, the file with plugin code will be always
loaded by TSFE (for each page!), even if only a single page on the
site uses the plugin. This is not necessary, it only increases
memory usage and decreases performance.

USER objects do not care if this property inside the TS for the
plugin or not. So this property should stay where it is now.

-- 
Dmitry Dulepov
TYPO3 translations support
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog:
http://typo3bloke.net/post-details/max_os_x_use_php_help_in_chm_format/


More information about the TYPO3-team-core mailing list