Log in to the Magento server, go to your Magento install dir and run these commands:
composer require mirasvit/module-profiler
php -f bin/magento module:enable Mirasvit_Profiler
php -f bin/magento setup:upgrade
php -f bin/magento mirasvit:profiler:enable
php -f bin/magento mirasvit:profiler:enable # Enable profiler
php -f bin/magento mirasvit:profiler:disable # Disable profiler
php -f bin/magento mirasvit:profiler:status # Current status
php -f bin/magento mirasvit:profiler:allow-ips 127.0.0.1 192.268.22.11 # Allow only specified IPs
php -f bin/magento mirasvit:profiler:allow-ips --none # Remove IP restriction
http://profiler.m2.mirasvit.com/
http://profiler.m2.mirasvit.com/profiler/profile/index/
Open Software License (OSL 3.0)
*(2020-10-08)
- M2.4
(2017-09-28)
- M2.2
- Issue #20
(2017-09-07)
- PHP 5.6.x
(2017-09-06)
- Issues with less compilation
(2017-09-05)
- Significant changes in UI
(2017-03-30)
- Improve styles load mechanism
(2017-03-30)
- Initial release