[TYPO3-performance] Backend Performance TYPO3 4.3 - Strange Behavior

Steffen Kamper info at sk-typo3.de
Wed Jun 2 13:54:39 CEST 2010


Hi,

Susanne Moog schrieb:
> Hi,
> 
> On 02.06.2010 12:28, Oliver Klee wrote:
>> Hi,
>>
>> just a guess out of the blue: Have you checked the deprecation log?
>> Maybe some extension triggers lots of logging.
> 
> thanks for the hint, but the deprecation log is disabled (and I just
> rechecked it, to be sure ;)).
> 
> Found out that the server drops are actually caused by disabled crons,
> so no clue there either. Hmm.. searching some more.
> 

horrible task anyway.

You could do this to examine SQL:
go to db_layout.php and add this:
$GLOBALS['TYPO3_DB']->explainOutput = 1;

use cc_debug for 4.3 and see what happens in page module.

Good luck!

vg Steffen


More information about the TYPO3-performance mailing list