[TYPO3-mvc] SQL Debug

Ernesto Baschny [cron IT] ernst at cron-it.de
Tue Aug 31 10:39:35 CEST 2010


Tobias Pierschel schrieb am 31.08.2010 09:21:
> Hi list,
> is there a neat way to show/debug all sql-queries that where executed by
> extbase?
> The standard "$GLOBALS['TYPO3_DB']->store_lastBuiltQuery = TRUE;" etc.
> doesn help here, we need all queryies.

In TYPO3 4.5 (starting at alpha1) you can set
$TYPO3_CONF_VARS['SYS']['sqlDebug'] = 2 and you will get all sql queries
in your debug log. Install "cc_debug" ext to see them nicely in a new
popup-window.

Cheers,
Ernesto


More information about the TYPO3-project-typo3v4mvc mailing list