[TYPO3-dev] The extbase dilemma

Andreas Kiessling kiessling at pluspol.info
Wed May 25 13:58:35 CEST 2011


Hi,

On 25.05.2011 11:49, Daniel Brün wrote:
>
> we took a look at some of the more obvious time-killers in our current
> extbase application that might be helpful for others. One is the
> uri-Viewhelper in Fluid (in our case there are 4-5 identical links generated
> for every article teaser, 50 articles on a startpage =>  200-250 links
> generated). We applied a (dirty) fix to accelerate this process by caching
> links (sounds simple, but is not in fluid). This way we get down to only 50
> links being generated which saves _a couple of_ seconds!

In the end, it calls "typoLink_URL". Did you try to implement some kind 
of cache there? A runtime / variable cache might speed up the whole 
frontend rendering.

> The other obvious problem (as mentioned in my first post) is the
> persistAll-calls. Despite being called way to often in most cases you simply
> want read-access to your data. A solution could be to check for a logged in
> BE-User and then simply omit persistAll.

+1 to be able to disable the persistence feature.

Regards,
Andreas






More information about the TYPO3-dev mailing list