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

Rupert Germann rupi at gmx.li
Tue Oct 6 09:59:03 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_

that's not the whole truth ;-)
even if those files are cached they still contain code which has to be 
executed.
An no matter if you use eaccelerator or not - a line like
if (TYPO3_MODE=='BE')	{...}
is not executed in 0 time.

and also the concatination of the files (although its only needed once) 
needs time.
Have a look at my notes at:
http://bugs.typo3.org/view.php?id=11474

There IS a measurable performance gain of this change but it depends on 
your sites configuration.


greets
rupert


More information about the TYPO3-english mailing list