m2-MSP_DevTools icon indicating copy to clipboard operation
m2-MSP_DevTools copied to clipboard

add callstack to page info for query logging

Open brosenberger opened this issue 6 years ago • 0 comments

following configuration is needed in order to activate this features within the app/etc/env.php:

'db' => [ 'connection' => [ 'default' => [ ... 'profiler' => [ 'enabled' => '1', 'class' => '\MSP\DevTools\Profiler\Db\Db_Profiler' ] ] ] ],

solves #38 not a pretty view within the chrome-toolbar, but at least the information where query is executed is present

brosenberger avatar Nov 21 '18 12:11 brosenberger