magespecialist / mage-chrome-toolbar

Magento Chrome Toolbar for MSP_DevTools
333 stars 42 forks source link

Profiler - No results and icon does not look colorful #33

Closed guilhermetb closed 1 year ago

guilhermetb commented 6 years ago

I followed the content https://github.com/magespecialist/mage-chrome-toolbar

"Add the following line at the very beginning on index.php and pub/index.php" image image

"Editing .htaccess file" image

All other functions are correct, I'm having problems only with the profiler tab image

anatolij-p commented 5 years ago

Same issue here.

MurKit commented 5 years ago

Same issue here. Idk, looks like the problem is in the Magento installation itself, because SetEnv MAGE_PROFILER html doesn't work too.

mzeis commented 4 years ago

I'm arriving late to the party, but if anyone is still looking for this: in modern versions, you use bin/magento instead to the above settings to configure the profiler:

bin/magento dev:profiler:enable 'MSP\DevTools\Profiler\Driver\Standard\Output\DevTools'
onlinemusketeers commented 1 year ago

@mzeis awesome. thanks for this ! now it works. They should add this to the install. instructions @magespecialist