All Projects → magehost → performance-dashboard

magehost / performance-dashboard

Licence: MIT license
Magento 2 Performance Dashboard

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to performance-dashboard

ghostfire
We use this docker image to host Ghost websites at FirePress 🔥📰. See live demos at play-with-ghost.com
Stars: ✭ 20 (-66.67%)
Mutual labels:  hosting
commerce-cif-connector
AEM Commerce connector for Magento and GraphQL
Stars: ✭ 42 (-30%)
Mutual labels:  magento
cms
A general purpose java cms
Stars: ✭ 23 (-61.67%)
Mutual labels:  caching
naeval
Comparing quality and performance of NLP systems for Russian language
Stars: ✭ 38 (-36.67%)
Mutual labels:  performance-analysis
Brazilian-Solutions
Este repositório permite a discussão da comunidade brasileira Magento sobre módulos e soluções para o mercado brasileiro.
Stars: ✭ 19 (-68.33%)
Mutual labels:  magento
cachecontrol
Minimal HTTP cache management library in Scala
Stars: ✭ 13 (-78.33%)
Mutual labels:  caching
omise-magento
Omise Magento Plugin
Stars: ✭ 32 (-46.67%)
Mutual labels:  magento
magento2-edit-order-email
Magento2 - Edit Order Email from Admin
Stars: ✭ 30 (-50%)
Mutual labels:  magento
CORE
Core of NodeMC, including stock dashboard and setup files.
Stars: ✭ 43 (-28.33%)
Mutual labels:  hosting
Magento
Mollie Payments for Magento 1.x
Stars: ✭ 37 (-38.33%)
Mutual labels:  magento
Topper
🎩 Simple Windows Service helper (Topshelf-based, Azure Web Job capable)
Stars: ✭ 28 (-53.33%)
Mutual labels:  hosting
pony-ssh
vscode plugin for fast remote editing over ssh
Stars: ✭ 26 (-56.67%)
Mutual labels:  caching
centminmod-magento2
Magento 2.2.2 Install Guide For Centmin Mod Nginx LEMP Stacks
Stars: ✭ 16 (-73.33%)
Mutual labels:  magento
Slider-M2
Slider extension for Magento 2.x
Stars: ✭ 17 (-71.67%)
Mutual labels:  magento
hazelcast-csharp-client
Hazelcast .NET Client
Stars: ✭ 98 (+63.33%)
Mutual labels:  caching
magento-attribute-option-order-fix
A module to re-apply the relevance order for configurable attribute options in Magento CE 1.9.1 or EE 1.14.2
Stars: ✭ 27 (-55%)
Mutual labels:  magento
magento2-language-tr tr
Magento2 Turkish Translation / Magento2 Türkçe Çevirisi
Stars: ✭ 28 (-53.33%)
Mutual labels:  magento
performance-node
Performance for Node.js
Stars: ✭ 17 (-71.67%)
Mutual labels:  performance-analysis
LruClockCache
A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.
Stars: ✭ 35 (-41.67%)
Mutual labels:  caching
magento-meanbee-pwa
Progressive Web App extension for Magento 1
Stars: ✭ 75 (+25%)
Mutual labels:  magento

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 via Composer

composer require 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 --area adminhtml

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 --area adminhtml

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:

  • Is PHP 7 in use?
  • Is HTTP/2 in use?
  • Are the PHP performance settings correct?
  • Are the MySQL performance settings tuned?
  • 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?
  • For Magento >= 2.3.1:
    • Is Elastic Search in use?
  • For Magento >= 2.3.2:
    • Is JavaScript defered?
  • For Magento < 2.2:
    • If not on HTTP/2:
      • Is merging CSS files enabled?
    • Is minify of JavaScript files enabled?
    • Is minify of CSS files enabled?
    • Is minify of HTML enabled?
  • Asynchronous sending of sales emails enabled?
  • All indexes set to Asynchronous?
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].