[TYPO3-mvc] Autoloader and Cache

Steffen Kamper info at sk-typo3.de
Thu Jul 30 17:09:01 CEST 2009


Hi,

in localconf.php i find declaration of autoloader and cache. Now 
situation is:

_Autoloader_
If extbase is installed, extbase autoloader is instanciated before core 
autoloader, which means that it will be used at first place. Shouldn't 
the autoloader of extbase instanciated in dispatcher instead? It's 
needed for extbase extensions only and would raise performance for all 
non-extbase-using pages.

_Cache_
is there a reason why file cache is used here? Why not store this in one 
of the cache tables, or in a new cache table?

vg Steffen


More information about the TYPO3-project-typo3v4mvc mailing list