[TYPO3-dev] Testing TYPO3 caching vs.[FE][pageCacheToExternalFiles]
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Thu Mar 30 15:32:46 CEST 2006
Martin Schoenbeck schrieb:
>
> To do that right, you really have to analyze the select statements causing
> performance penalties.
Yes, yes, yes.
Go and find slow queries. Then figure out how to improve them. The solution
may be to add indices, it may be that changes to the query itself helps.
And perhaps the PHP code that uses can be improved that it doesn't need
this slow query.
Masi
More information about the TYPO3-dev
mailing list