[TYPO3-mvc] Extbase objects caching

Viktor Livakivskyi invisible.kinder at gmail.com
Mon Jun 2 18:07:50 CEST 2014


Hi, Bernd.

> I don't want to say that this is always the solution. but with a little 
> effort (in programming) it is possible to cache the big data and only a 
> few data is uncached. And all this without a (big) penalty in time and 
> transfer volume.
> in your scenery it would be possible to load individualization and 
> additional information afterwards per AJAX (lazy load) and insert it 
> into the big (still cachable) list. ;-)

Yes, I fully understand this effort. And I agree, that it is not so complicated to improve a code by using stdWrap.cache and moving presentation logic to JS.
In fact, I was really close to this solution, but thought, that, maybe I'm doing it wrong and there is already simple out-of-extabse-blackbox solution :)
Now I see, that I'm on a right way. Many thanks to your comments and discussion!


More information about the TYPO3-project-typo3v4mvc mailing list