audit-speed
audit speed
What it does
- → Server response time issue
- Check: hosting quality, CDN configuration, database queries, server-side rendering time
- Fix: upgrade hosting, add CDN, optimize server-side code, enable caching
- → Image optimization issue
- Check: image format (use WebP/AVIF), image size (serve responsive sizes), lazy loading on LCP image (should NOT be lazy loaded)
- Fix: convert to modern formats, add width/height attributes, use fetchpriority="high" on LCP image, preload the LCP image
- → Font loading issue
Requirements & configuration
- | Metric | Good | Needs Improvement | Poor |
- | LCP | [value] | Good / Needs Improvement / Poor | [identified cause] |
- List optimizations that require minimal effort:
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
audit-speed FAQ
What does the audit-speed skill do?
> Deep Core Web Vitals and page speed audit. Use when the user asks about page speed, Core Web Vitals, LCP, CLS, INP, FCP, TTFB, Lighthouse scores, why a page is slow, performance optimization, or resource size analysis. For broader technical SEO issues, see diagnose-seo. → Server response time issue Check: hosting quality, CDN configuration, database queries, server-side rendering time
What does audit-speed require?
| Metric | Good | Needs Improvement | Poor | | LCP | [value] | Good / Needs Improvement / Poor | [identified cause] | List optimizations that require minimal effort:
How do I install audit-speed?
Run: npx -y skills add https://github.com/calm-north/seojuice-skills --skill audit-speed --agent claude-code — the source lives at github.com/calm-north/seojuice-skills.
Maintain audit-speed?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[audit-speed on getagentictools](https://getagentictools.com/skills/calm-north-seojuice-skills-audit-speed?ref=badge) npx agentictools info skills/calm-north-seojuice-skills-audit-speed The second line is the CLI lookup for this page — handy in READMEs and docs.