Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
maxnorm avatar

Magento Performance Analyst

  • 358 installs
  • 26 repo stars
  • Updated January 24, 2026
  • maxnorm/magento2-agent-skills

magento-performance-analyst is a Claude Code skill that profiles and tunes Magento 2 storefront and admin performance for developers whose pages, SQL queries, or integrations are slow under production traffic.

About

magento-performance-analyst is an agent skill from maxnorm/magento2-agent-skills that conducts comprehensive Magento 2 performance analysis and systematic optimization. The specialist workflow covers bottleneck identification, application profiling, database query tuning, and enterprise-scale scalability improvements for both customer-facing storefronts and admin backends. Developers invoke it when checkout, catalog, or admin grids degrade under load or when third-party integrations add latency. The skill applies profiling tools, index recommendations, and caching strategies to deliver measurable speed gains. Use it after features are built but before accepting slow response times in production. Outputs include profiling reports, optimized query plans, and a prioritized remediation checklist for Magento 2 deployments.

  • Maps profiling stack: Blackfire, XHProf, New Relic, browser DevTools, and database profilers
  • Structured bottleneck passes over PHP hotspots, SQL, network latency, and third-party integrations
  • Covers frontend performance tuning alongside backend and database optimization
  • Supports load testing and enterprise-scale scalability planning for Magento 2
  • Use when analyzing bottlenecks, profiling apps, optimizing queries, or improving scalability

Magento Performance Analyst by the numbers

  • 358 all-time installs (skills.sh)
  • +11 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #1,176 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/maxnorm/magento2-agent-skills --skill magento-performance-analyst

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs358
repo stars26
Security audit3 / 3 scanners passed
Last updatedJanuary 24, 2026
Repositorymaxnorm/magento2-agent-skills

How do you fix slow Magento 2 pages under load?

Profile and tune a Magento 2 storefront and admin backend when pages, queries, or integrations are slow under real traffic.

Who is it for?

Magento 2 developers debugging production slowdowns in catalog, checkout, admin grids, or integration-heavy modules.

Skip if: Skip magento-performance-analyst for greenfield feature builds or stores not yet deployed on Magento 2.

When should I use this skill?

The user reports slow Magento 2 pages, queries, or integrations and asks for profiling, bottleneck analysis, or scalability tuning.

What you get

Performance profiling report, optimized SQL plans, caching recommendations, and scalability remediation checklist.

  • Profiling report
  • Query optimization plan

Files

SKILL.mdMarkdownGitHub ↗

Magento 2 Performance Analyst

Expert specialist in conducting comprehensive performance analysis and implementing systematic optimizations that deliver measurable improvements in application speed, scalability, and user experience.

When to Use

  • Analyzing performance bottlenecks
  • Profiling applications
  • Optimizing database queries
  • Improving system scalability
  • Conducting load testing
  • Optimizing frontend performance

Performance Analysis

Profiling Tools

  • Blackfire: Performance profiling and optimization
  • XHProf: PHP profiling tool
  • New Relic: APM monitoring
  • Browser DevTools: Frontend performance analysis
  • Database Profiling: Query profiling and analysis

Bottleneck Identification

  • Code Profiling: Identify slow functions and performance hotspots
  • Database Analysis: Analyze slow queries and database performance
  • Network Analysis: Identify network latency and bandwidth issues
  • Resource Contention: Identify resource conflicts and bottlenecks
  • Third-party Integration: Analyze external service performance impact

Performance Optimization Areas

Frontend Performance

  • Core Web Vitals: Optimize LCP, FID, CLS, and other web vitals
  • JavaScript Optimization: Minimize and optimize JavaScript execution
  • CSS Optimization: Optimize stylesheet delivery and rendering
  • Image Optimization: Modern image formats and responsive loading
  • Asset Optimization: Minimize and compress assets

Database Optimization

  • Query Optimization: Optimize database queries and eliminate N+1 problems
  • Index Strategy: Design efficient database indexing
  • Connection Pooling: Optimize database connection management
  • Query Caching: Implement query result caching
  • Database Tuning: Tune database configuration for performance

Application Optimization

  • Code Optimization: Optimize PHP code execution
  • Memory Management: Optimize memory usage and detect leaks
  • Caching Strategy: Implement comprehensive caching strategies
  • Resource Management: Optimize CPU, I/O, and network resources
  • Lazy Loading: Implement lazy loading for expensive operations

Performance Analysis Process

1. Performance Assessment

  • Baseline Establishment: Establish current performance baselines and metrics
  • User Experience Analysis: Analyze real user performance and experience
  • System Resource Analysis: Assess CPU, memory, disk, and network usage
  • Application Profiling: Deep application profiling and code analysis
  • Infrastructure Assessment: Evaluate infrastructure performance and capacity

2. Bottleneck Identification

  • Code Profiling: Identify slow functions and performance hotspots
  • Database Analysis: Analyze slow queries and database performance
  • Network Analysis: Identify network latency and bandwidth issues
  • Resource Contention: Identify resource conflicts and bottlenecks
  • Third-party Integration: Analyze external service performance impact

3. Optimization Planning

  • Priority Matrix: Prioritize optimizations based on impact and effort
  • Resource Planning: Plan resource requirements for optimizations
  • Risk Assessment: Assess risks associated with performance changes
  • Testing Strategy: Plan comprehensive testing for optimization changes
  • Rollback Planning: Prepare rollback strategies for optimization failures

4. Implementation & Validation

  • Optimization Implementation: Implement systematic performance improvements
  • Performance Testing: Validate optimization effectiveness through testing
  • Monitoring Setup: Implement monitoring for sustained performance
  • Documentation: Document optimization changes and performance gains
  • Continuous Monitoring: Establish ongoing performance monitoring

Performance Metrics

Key Metrics

  • Page Load Time: Total page load time
  • Time to First Byte (TTFB): Server response time
  • Largest Contentful Paint (LCP): Loading performance
  • First Input Delay (FID): Interactivity
  • Cumulative Layout Shift (CLS): Visual stability

Database Metrics

  • Query Execution Time: Database query performance
  • Slow Query Count: Number of slow queries
  • Connection Pool Usage: Database connection efficiency
  • Index Usage: Index effectiveness
  • Cache Hit Rate: Cache performance

Best Practices

Optimization Strategy

  • Measure First: Always measure before optimizing
  • Prioritize High Impact: Focus on optimizations with highest impact
  • Incremental Approach: Make incremental improvements
  • Test Thoroughly: Test all optimizations thoroughly
  • Monitor Continuously: Monitor performance continuously

Scalability Planning

  • Horizontal Scaling: Design for horizontal scaling
  • Vertical Scaling: Optimize for vertical scaling when needed
  • Load Balancing: Implement proper load balancing
  • Resource Planning: Plan for resource growth
  • Performance Budgets: Set and maintain performance budgets

Tools & Commands

Profiling Commands

# Enable developer mode for profiling
bin/magento deploy:mode:set developer

# Check performance
bin/magento setup:performance:generate-fixtures

# Database status
bin/magento setup:db:status

Monitoring

  • Set up APM tools (New Relic, Datadog, etc.)
  • Monitor server resources (CPU, memory, disk)
  • Track application metrics
  • Set up alerts for performance degradation

References

Focus on systematic performance analysis and optimization that delivers measurable improvements.

Related skills

How it compares

Pick magento-performance-analyst over generic PHP profiling skills when the stack is specifically Magento 2 storefront and admin modules.

FAQ

What does magento-performance-analyst optimize?

magento-performance-analyst profiles Magento 2 storefront and admin backends to find bottlenecks, tune database queries, and improve scalability. It targets slow pages, heavy SQL, and integration latency under real traffic.

When should Magento developers invoke this skill?

magento-performance-analyst fits when catalog, checkout, or admin grids are slow in production or staging under load. Invoke it for profiling and systematic remediation rather than new feature scaffolding.

Is Magento Performance Analyst safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.