- Home
- Skills
- Proxiblue
- Claude Skills
- Cache Diagnostic
cache-diagnostic_skill
7
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill proxiblue/claude-skills --skill cache-diagnostic- SKILL.md1.8 KB
Overview
This skill performs a focused Magento 2 cache diagnostic to identify configuration issues, measure performance, and surface optimization opportunities across all cache layers. It evaluates Full Page Cache, application caches, Redis, and Varnish to deliver actionable recommendations that reduce latency and improve hit rates. The output highlights misconfigurations, resource pressure, and quick wins for cache stability and speed.
How this skill works
The skill inspects Magento cache status, backend settings, and lifetime parameters, then collects live metrics from Redis and Varnish when present. It computes hit/miss ratios, analyzes Redis memory usage and slow logs, and validates VCL and backend health. Results combine configuration checks, performance metrics, and tailored optimization steps prioritized by impact.
When to use it
- After a site migration or environment change that affects cache backends
- When page load times or TTFB increase without clear cause
- If Redis shows memory pressure, eviction, or unexplained latency
- When Varnish cache hit rates are low or PURGE/invalidations misbehave
- As part of routine performance audits before peak traffic events
Best practices
- Ensure a single authoritative FPC backend is configured and avoid mixed backends across environments
- Use Redis with appropriate maxmemory and eviction policy for session and cache segregation
- Monitor Redis keyspace and fragmentation; tune persistence and eviction to avoid OOM events
- Validate Varnish VCL for correct ESI and backend health checks; automate VCL deployment safely
- Warm caches after deployment and reduce unnecessary invalidation by targeting tags and lifetimes
Example use cases
- Detecting misconfigured cache backend after switching environments (file vs Redis)
- Investigating low FPC hit rate and recommending VCL or cacheability adjustments
- Identifying Redis memory fragmentation, recommending maxmemory and reindex strategies
- Validating Varnish configuration and backend response behavior during traffic spikes
- Prioritizing cache-related fixes before a planned marketing campaign to avoid cache stampedes
FAQ
It needs access to Magento CLI and, for Redis/Varnish checks, network or CLI access to those services. Limited diagnostics can run from Magento-only access but will be less comprehensive.
Will it change my cache configuration automatically?
No. The skill provides analysis and explicit recommendations. Implementing configuration changes should be done manually or with your deployment tooling after review.