Bug #19479
closedEnable Caching "USER" instead of "USER_INT"
0%
Description
Felogin is a extension which is used often in the right column of every page. Because the extension is not cached, this leads to performance losses, and the whole static file cache doesn't work anymore.
There are two solutions:
1.) TypoScript condition which checks for [usergroup = *] and sets the extension to USER_INT if there is a user logged in. (Extension has to be set to USER as default)
2.) TYPO3 Core support for 'condition based caching' or something similar.
(issue imported from #M9599)
Files
Updated by Steffen Kamper about 16 years ago
thx Sonja for reporting and Dmitry for the patch, i tested and it works. Is in core list now.
Updated by Oliver Hader about 16 years ago
USER objects do not support the "includeLibs" property.
Test the new patch which solves this...
Updated by Oliver Hader about 16 years ago
The first patch needs the feature #9654 applied to work correctly.
Updated by Steffen Kamper about 16 years ago
added last version of the patch, that needs #9654 which is already committed
Updated by Oliver Hader about 16 years ago
Committed to SVN Trunk (rev. 4414) - TYPO3 4.3-alpha1
Updated by Oliver Hader about 15 years ago
This issue has been reverted in SVN Trunk again (rev. 6031)