Search by

graphcommerce / magento-fast-boot

graphcommerce

Magento PHP-FPM bootstrap optimizations with bounded local PHP caches, authoritative shared-cache invalidation and optional class preloading.

Package info

github.com/graphcommerce-org/magento2-GraphCommerce_FastBoot

Type:magento2-module

pkg:composer/graphcommerce/magento-fast-boot

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2.0-rc5 2026-09-15 09:25 UTC

This package is not auto-updated.

Last update: 2026-09-15 13:35:32 UTC


README

FastBoot reduces repeated Magento bootstrap and GraphQL work using node-local PHP data caches with shared invalidation. The package includes an independent PHP class preload module.

Module Documentation
FastBoot Installation and deployment
FastBootCache Cache configuration and behavior
FastBootGraphQl GraphQL optimizations
FastBootPreload Class preloading

Online benchmarks

Median PHP execution time on a deployed AMD EPYC server, with 600 measured requests per workload and configuration. Savings are Native − (FastBoot + preload).

Workload Native FastBoot FastBoot + preload Saved vs native
Store configuration 32.88 ms 19.32 ms 14.45 ms 18.43 ms
24 products, including price ranges 535.22 ms 522.46 ms 499.62 ms 35.60 ms
Luma category, 8 products 160.89 ms 145.74 ms 128.76 ms 32.13 ms

Full online results, including confidence intervals, memory usage and public HTTPS timings. Local M5 Mac results.

Requirements

  • Magento 2.4.8 or compatible Mage-OS APIs.
  • PHP 8.2–8.5, subject to the installed Magento version.
  • A writable Redis primary for schema L1.
  • Private, node-local cache storage.

Release candidate.