magespecialist / mage-chrome-toolbar

Magento Chrome Toolbar for MSP_DevTools
333 stars 42 forks source link

Profiler, Plugins and Queries tabs are always empty #14

Closed Koc closed 7 years ago

Koc commented 7 years ago

default

phoenix128 commented 7 years ago

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 7 years ago

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 ?

phoenix128 commented 7 years ago

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

phoenix128 commented 7 years ago

Did it work?