[TYPO3-mvc] Autoloader and Cache

Sebastian Kurfürst sebastian at typo3.org
Thu Jul 30 21:12:08 CEST 2009


Hi Steffen,

> _Autoloader_
The reason for including it in Localconf was that if you have an  
Extbase extension and call custom classes via TypoScript, you should  
not need to explicitely include the library, but the aim was that it  
"just works".

> extbase autoloader is instanciated before core
> autoloader, which means that it will be used at first place.
Isn't that a bug? :-) I'd expect that the core autoloader kicks in  
first, and then it should not be a performance issue either.

> _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?
Yep, go ahead and change this :-) I'm not all too familiar with the  
cache, so I'd welcome every contribution there!

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list