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
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 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