[TYPO3-mvc] Clearing cached views on demand

Thomas "Thasmo" Deinhamer thasmo at gmail.com
Sun Jan 17 20:29:19 CET 2010


Good point - on my dev machine it takes
about 350ms to render a fully cached page,
with a plugin.

The cart needs a total of about 1650ms to render.

And I think I am using the new caching framework -
is this not recommended for now?

Is the time of 1650ms too big or in the range of
an acceptable render time?

Thanks,
Thomas


Martin Kutschker schrieb:
> Thomas "Thasmo" Deinhamer schrieb:
>> I just thought of it, because calling the cart
>> takes quite longer, compared to a fully cached page.
>> That's why I thought it could be optimized by caching,
>> and clearing the cache on special occacions.
> 
> 
>> And for the cache clearing I meant to clear only the
>> plugin part, not the whole cache - but I think that's
>> not possible tho?
> 
> There is no separate plugin cache. It's pages that are cached (and configurations). But for pages a
> combination of query arguments (cHash), page type, language and all user groups of the current user
> determines a cache entry. I have never tried to do so, but maybe you can delete the rows in the page
> cache for a given cHash. That is in the case you're not using the new caching framework.
> 
> Maybe you should figure out why a simple (?) list of cart items takes so long to render.
> 
> Masi


More information about the TYPO3-project-typo3v4mvc mailing list