1 min readMar 29, 2026by jakub
Indexer Performance Benchmark
Test Environment
| Component | Details |
|---|---|
| Platform | Mage-OS (Magento Open Source compatible) |
| PHP | 8.3 |
| MySQL | 8.x |
| OpenSearch | 2.x |
| Products | 131,250 (simples, configurables, bundles, grouped) |
| Categories | 615 |
| Websites | 2 |
| Store Views | 6 |
| Customer Groups | 12 |
Full Reindex Results
Native Magento
| Indexer | Time |
|---|---|
| Stock | 00:00:07 |
| Category Products | 00:02:27 |
| Catalog Rule Product | 00:12:58 |
| Product EAV | 00:02:46 |
| Inventory | 00:00:11 |
| Product Price | 00:11:47 |
| Catalog Search | 00:14:09 |
| Total | ~44:25 |
Qoliber Optimized Indexers
| Indexer | Native | Optimized | Time Saved | Speedup |
|---|---|---|---|---|
| Stock | 00:00:07 | 00:00:01 | 86% less | 7x |
| Category Products | 00:02:27 | 00:00:20 | 86% less | 7.4x |
| Catalog Rule Product | 00:12:58 | 00:02:51 | 78% less | 4.5x |
| Product EAV | 00:02:46 | 00:00:50 | 70% less | 3.3x |
| Inventory | 00:00:11 | 00:00:07 | 36% less | 1.6x |
| Product Price | 00:11:47 | 00:00:55 | 92% less | 12.9x |
| Catalog Search | 00:14:09 | 00:02:17 | 84% less | 6.2x |
| Total | ~44:25 | ~7:21 | 83% less | 6x |
83% reduction in total indexing time. From 44 minutes to under 8 minutes.
Data Consistency
All index table row counts verified identical between native Magento and Qoliber Optimized Indexers:
Source Data: 29/29 passed
Index Tables: 5/5 passed
Category Index: 6/6 passed (per-store)
MSI Stock: 3/3 passed
Total: 43/43 passed — ALL CHECKS PASSEDWant the technical deep-dive?
Detailed optimization breakdowns, query analysis, and infrastructure notes are available to partners. These include per-indexer deep-dives with Blackfire profiling data and step-by-step optimization progressions.
Was this page helpful?