In this video I am talking about how Magento 2 object manager could benefit from PHP 8.4s native lazy loading functionality.
24 Mar 2026
This project offers a Rust-based workspace that enhances the DI compilation process by providing a faster and more efficient pipeline while ensuring code generation and metadata consistency. It allows for parallel parsing and keeps track of changes against a baseline, making CI integration easier with validation and reporting features. The README outlines goals, workspace layout, prerequisites, and detailed usage instructions for building and testing.
10 Mar 2026
A high-performance web server designed as a modern alternative to LiteSpeed/Nginx/Apache, featuring integrated PHP processing, intelligent caching, and optimized support for popular CMS and eCommerce platforms like WordPress and Magento.
10 Mar 2026
OpenTelemetry Tracing integrates seamlessly with Magento's built-in Profiling functionality to provide advanced tracing capabilities. By adding a custom tracing driver, this module enables detailed performance monitoring and analysis, helping developers optimize their Magento applications effectively and for free.
23 Feb 2026
Magento platform code and third-party extensions in a lot of cases produce redundant database queries on product collections load.
This module provides an easy way to pre-load data for product collections like prices, stock data, and many more by using different types of load types.
27 Jan 2026
A high-performance static content deployment tool written in Go that significantly accelerates Magento 2 static asset deployment by leveraging true parallelization and efficient file I/O.
27 Jan 2026
Module for debugging Magento 2 performance. It works without overwriting any core files and it can be installed with composer.
07 Dec 2025
This library allows fast import of product data into your system using direct database queries, featuring CLI commands for XML files, a web API, and tools for updating URL rewrites. It supports various product types, automatic category generation, image importing, and validation, aimed to improve speed over standard import methods.
07 Dec 2025
In this video I am talking about how Magento 2 object manager could benefit from PHP 8.4s native lazy loading functionality.
23 Nov 2025
A Magento 2 module that implements automatic read/write database splitting. Read queries are distributed across multiple read replicas using round-robin selection, while write operations always go to the master database. CLI operations (indexing, cron, console commands) always use the master to avoid temporary table conflicts. We ensure a 'writer first' approach and include a writer fallback for defensive posturing. It is built to support multiple readers, but 1 will work just as well.
28 Oct 2025