magento-performance

Optimize Magento 2 performance by configuring caching, indexes, and frontend assets.

35|16|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill magento-performance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: magento-performance
Source: https://github.com/OrcaQubits/agentic-commerce-claude-plugins/tree/main/magento2-commerce/skills/magento-performance
Command: npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill magento-performance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses slow loading times and performance bottlenecks in Magento 2 stores, ensuring a faster and more efficient user experience.

Core Features & Use Cases

  • Caching Strategies: Implements Full Page Cache (Varnish, built-in), Redis/Valkey for cache backend and sessions.
  • Optimization Techniques: Covers indexer tuning, JavaScript/CSS optimization, database tuning, and profiling.
  • Use Case: When a Magento 2 site experiences slow page loads, this Skill can be used to diagnose and implement caching and optimization measures to significantly improve performance.

Quick Start

Use the magento-performance skill to optimize the full page cache for a Magento 2 store.

Frequently Asked Questions about magento-performance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize Magento 2 performance when page load times are slow?

Optimizing Magento 2 performance involves configuring Varnish for full page caching and Redis for cache backends. Additional techniques include tuning database indexes and streamlining frontend JavaScript and CSS assets to reduce page load times.

Does Magento 2 full page cache work with Varnish and Redis?

Magento 2 full page caching supports Varnish, while Redis or Valkey manages the cache backend and sessions. Configuring these caching mechanisms resolves slow server response issues and accelerates e-commerce page loads.

What is the best way to configure Redis for Magento 2 cache and sessions?

Configuring Redis for Magento 2 cache backends and sessions offloads database queries and reduces server response times. This caching strategy accelerates page rendering and improves overall store performance.

Why does my Magento 2 store have slow server response times?

Slow Magento 2 server response times typically result from unconfigured full page caching, unoptimized database indexes, or inefficient queries. Profiling identifies these bottlenecks so you can apply targeted caching and tuning measures.

Can I tune Magento 2 indexers to improve e-commerce site speed?

Yes, tuning Magento 2 indexers improves site speed by switching them to update on schedule. Combined with database tuning and JavaScript optimization, this streamlines frontend assets and reduces server load.