magehost/performance-dashboard 1.10.0

MageHost.pro Performance Dashboard

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Performance Dashboard Extension for Magento 2

The free Performance Dashboard Extension by MageHost.pro adds a screen to the Magento Store Admin called "Performance Dashboard". In this screen you get a clear overview of areas where the performance of your Magento 2 can be improved.

Install

composer config repositories.magehost_performance-dashboard vcs [email protected]:magehost/performance-dashboard.git
composer require magehost/performance-dashboard:1.* --no-update
composer update magehost/performance-dashboard
php bin/magento module:enable MageHost_PerformanceDashboard
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Usage

  • In Admin go to System > Tools > Performance Dashboard.

Uninstall

php bin/magento module:disable MageHost_PerformanceDashboard
composer remove magehost/performance-dashboard
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Screenshot

screenshot

Description

This extension is free, licence: MIT.

Using our experience as Magento Hosting professionals we created a list of best-practises for a high performance Magento 2 setup. Based on this list we have created a dashboard which automatically tests these various config settings and other setup choices. Checks executed:

  • PHP Version & Settings
  • Is Magento in Production mode?
  • Is the Magento Cache stored in Redis?
  • Is the Full Page Cache stored in Redis?
  • Are all caches enabled?
  • Are sessions stored in Redis or Memcached?
  • A check which logs CMS and Catalog pages which can't be cached in full-page-cache because of cacheable="false".
  • Is Composer's autoloader optimized?
  • Is the Full Page Cache using Varnish?
  • Are Flat Catalog Categories enabled?
  • Are Flat Catalog Products enabled?
  • Is merging JavaScript files enabled?
  • Is minify of JavaScript files enabled?
  • Is merging CSS files enabled?
  • Is minify of CSS files enabled?
  • Is minify of HTML enabled?
  • Asynchronous sending of sales emails enabled?
  • All indexes set to Asynchronous?