smithery/ProxiBlue

cache-diagnostic

Specialized Magento 2 cache diagnostic skill for analyzing cache configuration, performance, hit rates, and optimization opportunities across all cache layers (Full Page Cache, Application Cache, Redis, Varnish).

Installation

$ npx skills add smithery/ProxiBlue --skill cache-diagnostic

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/ProxiBlue · top by installs.

npx skills add smithery/ProxiBlue

Browse all from smithery/ProxiBlue

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,902 B
  • docs SUMMARY.md 236 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

This skill provides deep cache analysis and optimization recommendations for Magento 2.

What This Skill Does

  1. Cache Configuration Analysis

- Cache type status for all 15+ Magento cache types - Backend configuration (File, Redis, Memcached) - Full Page Cache (FPC) backend (Varnish, Built-in, Redis) - Cache prefix and tag configuration - Cache lifetime settings

  1. Redis Analysis (if applicable)

- Redis connection and version - Memory usage and fragmentation - Keyspace analysis and database usage - Eviction policy and maxmemory settings - Hit rate statistics - Slow log analysis

  1. Varnish Analysis (if applicable)

- Varnish version and configuration - Hit rate and cache effectiveness - Backend health and response times - ESI hole configuration - Cache invalidation (PURGE) functionality - VCL configuration validation

  1. Cache Performance Metrics

- Cache hit/miss ratios per cache type - Cache size and growth trends - Cache warming status - Invalidation frequency and patterns - Cache-related errors and warnings

  1. Application Cache Analysis

- Config cache efficiency - Layout cache effectiveness - Block HTML cache usage - Collections cache status - EAV cache efficiency

Diagnostic Commands

# Cache Status
bin/magento cache:status
bin/magento config:show --scope=default | grep cache

# Redis Analysis
redis-cli INFO
redis-cli INFO stats
redis-cli --latency
redis-cli SLOWLOG GET 10

# Varnish Analysis
varnishstat -1
varnishlog -q "RespStatus >= 400" -n 100
varnishadm vcl.list