PHPackages                             yeebase/fusion-contentcachedebug - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. yeebase/fusion-contentcachedebug

Abandoned → [t3n/neos-debug](/?search=t3n%2Fneos-debug)Neos-yeebase

yeebase/fusion-contentcachedebug
================================

Helper package to visualize fusion content cache

1.0.3(7y ago)133.0k3MITJavaScript

Since Jun 5Pushed 7y ago4 watchersCompare

[ Source](https://github.com/yeebase/Yeebase.Fusion.ContentCacheDebug)[ Packagist](https://packagist.org/packages/yeebase/fusion-contentcachedebug)[ RSS](/packages/yeebase-fusion-contentcachedebug/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

Yeebase.Fusion.ContentCacheDebug
================================

[](#yeebasefusioncontentcachedebug)

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 &amp; configuration
--------------------------------

[](#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
-----

[](#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.

[![Demo](demo.gif)](demo.gif)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~68 days

Total

4

Last Release

2694d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/769789?v=4)[Johannes Steu](/maintainers/johannessteu)[@johannessteu](https://github.com/johannessteu)

---

Tags

flowframeworkfusionneoscms

### Embed Badge

![Health badge](/badges/yeebase-fusion-contentcachedebug/health.svg)

```
[![Health](https://phpackages.com/badges/yeebase-fusion-contentcachedebug/health.svg)](https://phpackages.com/packages/yeebase-fusion-contentcachedebug)
```

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

116989.0k674](/packages/neos-neos)[neos/fusion-afx

JSX inspired compact syntax for Neos.Fusion

26940.5k53](/packages/neos-fusion-afx)[neos/fusion-form

Fusion Form

19724.3k31](/packages/neos-fusion-form)[flowpack/searchplugin

Plugin for search integration via content node

24257.5k1](/packages/flowpack-searchplugin)[packagefactory/atomicfusion-proptypes

Fusion port of react-propTypes for the fusion-prototypes PackageFactory.AtomicFusion:Component and Neos.Fusion:Component

12200.0k4](/packages/packagefactory-atomicfusion-proptypes)[sandstorm/neostwofactorauthentication

1223.6k](/packages/sandstorm-neostwofactorauthentication)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
