hgati/module-opcache

PHP Op-cache monitoring (Jit buffer usage)

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 14

Type:magento2-module

3.5.1 2023-09-05 00:58 UTC

This package is auto-updated.

Last update: 2024-05-08 12:42:40 UTC


README

Magento 2 Opcache Control GUI using React Frontend Micro-services .

MAgento 2 Opcache GUI

Where to find in the Admin Menu

System -> React -> OpCache GUI

Installation

Copy to App code, Setup, compile as always.

This Extension don't need static content generation it usses CDN version fo the React JS. So, you can install with flag --keep-generated

or use composer:

composer require hgati/module-opcache

Magento 2 Opcache best settings

The biggest Magento 2 performance issue is wrong (default) PHP OPcache settings.

Check your PHP settings with this module:

opcache.enable = 1
opcache.enable_cli = 0
opcache.jit_buffer_size = 128M
opcache.memory_consumption = 256
opcache.max_accelerated_files = 70000
opcache.validate_timestamps = 0

PHP performance measurement

New feature has been added. Now you will have PHP perofmance test on GUI open.

Magento 2 is CPU intensive platform due to bad framework design. You shold use the fastes CPU to achive a good page rendering performance. If Magento 2 takes a 2GHz processor core 3 seconds to process a request, then the same request would be returned in around 2 seconds by a 3GHz processor core. Test yor PHP performance.

Magento 2 PHP performance

Vultr High Frequency (3GHz+ Intel Xeon CPUs and NVMe SSD) has 0.00532 PHP 8.2.9 performance score