Magento performance optimization — benchmarking, profiling, caching strategy, database tuning, and delivering fast storefronts.
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
This is a Composer plugin that preloads PHP code to improve performance by utilizing the opcache feature. It generates a vendor/preload.php file that includes calls to warm up the opcache, scanning specified directories for PHP files to include. Installation and configuration instructions are detailed for effective use.
30 Sep 2025
This module leverages modern web performance technologies including Back/Forward Cache (bfcache), Page Prerendering, and View Transitions API to dramatically improve Core Web Vitals and overall page speed performance. It provides optimizations to enhance your store's loading times and create seamless user experiences.
30 Sep 2025
This module enhances the performance of online stores by adding features such as page transitions and speculative preloading of internal links on hover. Installation and configuration details are provided, including options to enable speculative loading and control the eagerness level for preloading. Users can adjust settings in the Magento Admin Panel to customize the behavior of the module.
15 Sep 2025
The Sterk GraphQL Performance module is a comprehensive solution for optimizing GraphQL performance in Magento 2. It addresses common performance bottlenecks, implements efficient data loading patterns, and provides robust caching strategies.
02 Sep 2025
Enable browser caching for users who are not logged in, for pages with non-sensitive data.
02 Sep 2025
This module allows for better tracking of Core Web Vitals in New Relic by page type, providing detailed insights for optimizing customer experiences. It helps in answering important questions about site performance beyond standard metrics, allowing for targeted improvements.
02 Sep 2025