[TYPO3-english] [TYPO3 english] 4.3.0beta1 Extension List for Backend and Frontend

Steffen Kamper info at sk-typo3.de
Mon Oct 5 00:06:46 CEST 2009


Hi Bernhard,

Bernhard Kraft schrieb:
> I do not really see what sense it makes, to load some extensions in FE
> some others only in BE. As "loading" an extension merely only means to
> include "ext_tables.php" and "ext_localconf.php" which anyways get
> cached in typo3conf/temp_CACHED_
> 

there was a good reason for this - performance. Even including files and 
filling arrays with extensions that are not needed in FE saves a lot of 
time. And usage of ext_tables and ext_localconf sometimes do much more 
like including other files, doing logic etc.

Anyway, behaviour is same as before - all is done automatically. The 
flag has to be set in an extension to exclude it for the FE, otherwise 
all extension are loaded in FE too. So this is done with some sysexts 
like tstemplate etc. which is obviously not needed in FE.

vg Steffen


More information about the TYPO3-english mailing list