Free module
Support and updates included for 12 months. No override
Prestatill Admin Perf is a mini PrestaShop performance diagnostic tool designed for merchants, agencies, and developers who want to understand and fix slowdowns in the back office (and particularly anything related to cart actions / total calculations / AJAX).
From a dedicated configuration page, the module first provides an instant audit of the environment:
- PHP (version, limits, OPcache, useful extensions…),
- MySQL/MariaDB (key variables impacting speed),
- PrestaShop settings (debug mode, Smarty cache, JS/CSS compression, defer…), with a "Good / Needs improvement" rating and recommendations tailored to a "standard" store (e.g.: 1k–10k products, 50–300 orders/day).
Prestatill Admin Perf offers an automated benchmark that simulates real cart operations: product additions, quantity increments/decrements, removals and total recalculations, across multiple simultaneous carts to closely reflect real-world conditions.
Results are presented in an actionable format: average, median (p50), peaks (p95/p99), estimated number of SQL queries, memory consumed, total duration, throughput (iterations/second), with a comparison against a "PrestaShop-optimized hosting" benchmark.
✅ Goal: quickly identify where to act (server, MySQL, cache, modules, sizing) to restore a smooth and stable back office.
Key Features
- Server performance audit in 1 page
- PHP snapshot: version, memory_limit, max_execution_time, OPcache (activation + memory), extensions (APCu/Redis…), etc.
- MySQL/MariaDB snapshot: version + key variables (buffer pool, tmp_table_size, max_allowed_packet, max_connections…).
- PrestaShop snapshot: debug, Smarty cache, CCC (JS/CSS compression), defer JavaScript,etc
- Visual status : Good / Needs improvement, with built-in recommendations
- Realistic cart benchmark (Back Office / AJAX)
- Simulation of cart operations: add / increase / decrease / remove + total calculation.
- Concurrency test across multiple carts in parallel, representative of real-world usage.
- Detailed metrics: overall execution time, p50/p95/p99 latency, throughput, memory usage, and SQL estimation.
- Summary message: properly sized hosting / needs optimization / undersized hosting.
- Identification of modules impacting the cart
- List of modules hooked into sensitive cart hooks (actionCartSave, actionCartUpdateQuantityBefore/After, actionObjectCartAddAfter, etc.).
- Ideal for quickly identifying the “culprits” behind slowdowns or overload issues
- Store context (to help interpret the results)
- Number of active products.
- Average orders/day and carts/day, calculated over the last 90 days.
- Possible integration with Prestatill Sentinel (if installed)
- Benchmark carts can be logged for audit and traceability purposes.
- 100% Back Office
- Internal audit tool: no front-office impact and no orders generated, as tests are based on carts only.
- Compatible with PrestaShop 1.7 / 8 / 9 (Bootstrap-based interface + secure admin AJAX endpoint through a dedicated admin tab).
Who Is It For?
- Merchants experiencing slowdowns in the back office (especially during checkout/cart validation).
- Agencies and integrators who need to quickly diagnose a client's environment.
- Developers looking for concrete benchmarks before and after optimization