Closed Koc closed 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
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?