magespecialist/mage-chrome-toolbar

Profiler, Plugins and Queries tabs are always empty

Koc opened this issue · 4 comments

Koc commented

default

Did you follow "Enabling profiler feature on Magento 2" guide? https://github.com/magespecialist/mage-chrome-toolbar#enabling-profiler-feature-on-magento-2

For queries it should display a warning message showing instructions. We will check why it is not doing that.

To fix it:
You should set a new key for $config array in file app/etc/env.php:
$config[db][connection][default][profiler] = 1

Koc commented

Yes, it done. As you see from screenshot queries collects in another plugin. What do you think - can it be conflict with https://github.com/vpietri/magento2-developer-quickdevbar ?

Don't think so but you can try disabling the other to se if it fixes.
Otherwise we should go deeper.

Did it work?