Magento performance is about predictable speed, not just benchmarks. From Core Web Vitals to TTFB, caching, asset strategy, and database tuning—this tag covers pragmatic tactics to keep your store fast day after day.
Want a significantly faster, more reliable webshop? Speak with Control Alt Delete: https://www.controlaltdelete.dev
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 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
Enable browser caching for users who are not logged in, for pages with non-sensitive data.
02 Sep 2025
This module introduces a cache backend system for maintenance mode, offering better scalability and compatibility with distributed environments. It supports persistent maintenance, multiple backends like Redis and Memcached, and maintains full compatibility with existing commands.
02 Sep 2025
The Graycore GraphQL Cache module enhances Magento 2 by allowing dynamic management of cache lifetimes (TTLs) for GraphQL queries. It supports resolver-driven TTL aggregation, enhancing performance with edge caching solutions and ensuring that time-sensitive data is appropriately cached.
02 Sep 2025
A comprehensive performance analysis and optimization tool for Magento 2 and Adobe Commerce installations with automated fix generation.
19 Aug 2025
By default New Relic is already tracking LCP, INP, and CLS on page views. However you can only filter by some default values like domain or pageUrl. This granularity is insufficient for tracking changes and making targeted improvements on your ecommerce site.
19 Aug 2025
In this article, we will examine how Magento 2 uses Redis for storing user sessions, what performance issues can arise on large projects with this implementation, and what solutions exist to resolve them.
29 Jul 2025
This GitHub repository contains the Reach Digital Better Indexer, which is designed to enhance the performance of Magento's indexing processes. It focuses on utilizing temporary index tables, smarter queries, and improved memory management, all while providing better logging capabilities. The installation requires a simple composer command and enabling the module for effective use.
01 Jul 2025