[TYPO3-english] how to improve a slow page (due to automated cache clearing)?

Kay Strobach typo3 at kay-strobach.de
Tue Mar 27 12:12:05 CEST 2012


Hi,

1. you could use a hook to just drop specific cache entries ;)

2. Otherwise you may split the content of products to many pages (don't
know is this is sensefull in your case).

3. you may also load the content of products via ajax (this way 2. may
be possible)

Regards
Kay

Am 27.03.2012 11:13, schrieb Roland:
> hi everybody,
> 
> i have got sysfolder where quite some records are stored which are used
> by a frontend plugin on page "products".
> 
> whenever records are changed in this sysfolder, i let TYPO3 clear the
> cache for page "products" via TCEMAIN.clearCacheCmd.
> 
> after that the page "products" is very slow for the visitor who visit
> the page fist. as there are a lot of different views of that page due to
> different possible combinations of url parameters (controller, action,
> product ID, ect.) there are a lot of page variations of "products" for
> which the cache has to be recreated.
> 
> as there are changes to records in the sysfolder, automatic cache
> clearing happen quite frequently.
> 
> so the whole page "products" feels very slow in average.
> 
> what would you do to improve this situation?
> 
> ++ can you clear the cache more efficiantly?
> ++ is it possible/practicable to recreate the page's cache autoatically
> after the clearing?
> 
> kind regards.
> 
> roland


-- 
http://www.kay-strobach.de - Open Source Rocks

TYPO3 .... inspiring people to share!
Get involved: http://typo3.org

Answer was useful: https://flattr.com/profile/kaystrobach


More information about the TYPO3-english mailing list