Agent skill
kirby-performance-and-media
Improves Kirby performance and media delivery (cache tuning, CDN, responsive images, lazy loading). Use when optimizing page speed, caching, or image handling.
Install this agent skill to your Project
npx add-skill https://github.com/bnomei/kirby-mcp/tree/main/skills/kirby-performance-and-media
SKILL.md
Kirby Performance and Media
Quick start
- Follow the workflow below, and run a full audit checklist when performance work spans multiple templates or plugins.
KB entry points
kirby://kb/scenarios/55-cdn-asset-and-media-urlskirby://kb/scenarios/56-lazy-loading-imageskirby://kb/scenarios/57-responsive-images-srcsetkirby://kb/scenarios/58-fine-tune-page-cachekirby://kb/scenarios/79-conditional-loading-frontend-libraries
Required inputs
- Target pages/templates and performance symptoms.
- Image/media volume and CDN constraints.
- Acceptable cache settings or invalidation rules.
Audit checklist
- Identify templates that render large image sets or long listings.
- Check
kirby://config/cacheandkirby://config/thumbsfor overrides. - Verify media URLs, cache headers, and variant generation.
Measurement step
- Inspect
Cache-Controlheaders and confirm generated/mediavariants exist.
CDN fallback rule
- If the CDN is unavailable, fall back to local asset/media URLs without breaking pages.
Common pitfalls
- Generating thumbnails in loops without
srcset()or caching. - Routing media through a CDN without preserving variants.
Workflow
- Call
kirby:kirby_initand readkirby://config/cacheandkirby://config/thumbs. - Inspect templates/snippets that render large collections of images:
kirby:kirby_templates_indexkirby:kirby_snippets_index
- Search the KB with
kirby:kirby_search(examples: "cdn asset and media urls", "lazy loading images", "responsive images srcset", "fine tune page cache"). - Apply minimal changes first:
- use
srcset()/sizesfor responsive images - add
loading="lazy"anddecoding="async" - adjust cache ignore rules via blueprint options or fields
- route assets/media through a CDN when required
- use
- Verify output and caching behavior:
kirby:kirby_render_page(noCache=true)for HTML- inspect generated media variants and cache headers in a browser
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
kirby-i18n-workflows
Manages Kirby multi-language workflows, translations, and localized labels. Use when dealing with languages, translation keys, placeholders, or importing/exporting translations.
kirby-security-and-auth
Secures Kirby sites with access restriction, user roles, permissions, and protected downloads. Use when implementing login/role-based access, permissions, or file protection.
kirby-headless-api
Exposes Kirby content to headless clients using the API, KQL, and JSON representations. Use when building API endpoints, KQL queries, or headless frontends.
kirby-panel-and-blueprints
Designs Kirby blueprints and Panel UI, including blueprint reuse/extends, programmable blueprints, and custom Panel fields/sections/areas. Use when changing the Panel experience or schema.
kirby-upgrade-and-maintenance
Upgrades Kirby and maintains dependencies safely using composer audit, plugin compatibility checks, and official docs. Use when updating Kirby versions or making maintenance changes that affect runtime.
kirby-debugging-and-tracing
Diagnoses Kirby rendering/runtime issues using MCP runtime rendering, dump traces, and template/snippet/controller indexes. Use when outputs are wrong, errors occur, or tracing execution paths is required.
Didn't find tool you were looking for?