Hi Georg,

Also the problematic extension on our
website is writing to devlog only with enable_DLOG=1
[snip]
For all other debug messages with log levels less than 3 it is just a
few IF conditions .. do you think this few if conditions can reduce the
performance? Are there so many calls to devLog() in Typo3 Core with
enable_DLOG=1?

I would really avoid turning on enable_DLOG on a live site. If you have looked inside the extension and found the devlog calls, I would suggest that you temporarily exchange the if (enable_DLOG) tests by if (true), so that the extension logs unconditionally, and then you don't get the output of the rest of the core + other extensions.

Cheers

--

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to