Yeebase.Fusion.ContentCacheDebug
Helper package to debug fusions content cache
Install / Use
/learn @yeebase/Yeebase.Fusion.ContentCacheDebugREADME
Yeebase.Fusion.ContentCacheDebug
The Yeebase.Fusion.ContentCacheDebug package is a helper package to visualize your cache configuration. Once the package is active, administrators can view a cache configuration overlay on the website to see exactly which parts of the website are cached like
Installation & configuration
Install the package via composer
composer require yeebase/fusion-contentcachedebug
The debug mode is disabled by default. To enable it add this to your Settings.yaml
Yeebase:
Fusion:
ContentCacheDebug:
enabled: true
Now the package is active and will render some metadata in your html output if the current user
inherits the role Yeebase.Fusion.ContentCacheDebug:Debugger. Only user with this role will be able to see the debug information.
To get the debugger running you now need to include some javascript and css to acutally be able to render the output. For Neos we already adjusted the Neos.Neos.Page prototype. Include this in your Root.fusion of your site package:
include: resource://Yeebase.Fusion.ContentCacheDebug/Private/Fusion/Root.fusion
If you're running a fusion standalone app check that code and include it the js and css files to your page.
Usage
To enable the cache visualization open your browsers developer console and execute
__enable_content_cache_debug__(). This will add three new buttons.
🔦 toggle visualization
📋 displays a list of used cached entries in a hierarchical order
❌ disable debug mode
If you'd like to persist the active debug state you can add a true to the method
__enable_content_cache_debug__(true)
This will set a cookie and the debug mode will still be active after a page refresh.

Related Skills
qqbot-channel
343.3kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
99.7k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
343.3kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
project-overview
FlightPHP Skeleton Project Instructions This document provides guidelines and best practices for structuring and developing a project using the FlightPHP framework. Instructions for AI Coding A
