PHPackages                             vivomedia/fusion-cachevisualisation - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. vivomedia/fusion-cachevisualisation

AbandonedArchivedNeos-plugin[Debugging &amp; Profiling](/categories/debugging)

vivomedia/fusion-cachevisualisation
===================================

Tool to debug cache configurations in Neos Fusion

1.1.0(6y ago)183565[1 issues](https://github.com/VIVOMEDIA/fusion-cachevisualisation/issues)MITPHP

Since Jun 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/VIVOMEDIA/fusion-cachevisualisation)[ Packagist](https://packagist.org/packages/vivomedia/fusion-cachevisualisation)[ RSS](/packages/vivomedia-fusion-cachevisualisation/feed)WikiDiscussions main Synced today

READMEChangelog (8)Dependencies (2)Versions (12)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/56e69fd8c0637efd35f864b98cb62190ce15ebeaa99f47cc9c9ce4e7ba837d5a/68747470733a2f2f706f7365722e707567782e6f72672f7669766f6d656469612f667573696f6e2d636163686576697375616c69736174696f6e2f762f737461626c65)](https://packagist.org/packages/vivomedia/fusion-cachevisualisation)[![Total Downloads](https://camo.githubusercontent.com/046042b84c6b606e0661a27fe969e14dffabfead433afca0f79683fd01306ec0/68747470733a2f2f706f7365722e707567782e6f72672f7669766f6d656469612f667573696f6e2d636163686576697375616c69736174696f6e2f646f776e6c6f616473)](https://packagist.org/packages/vivomedia/fusion-cachevisualisation)[![License](https://camo.githubusercontent.com/03122a634b7e5b3d86c751aff3b259abed88a2211e8d3be9a713183ebe9fdbf4/68747470733a2f2f706f7365722e707567782e6f72672f7669766f6d656469612f667573696f6e2d636163686576697375616c69736174696f6e2f6c6963656e7365)](https://packagist.org/packages/vivomedia/fusion-cachevisualisation)[![Maintainability](https://camo.githubusercontent.com/c83e8e5e4681400774d19db685adcb4c8d24cc66ba89383aa178453951311361/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f37636635666431346436313762356538623133362f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/vivomedia-de/fusion-cachevisualisation/maintainability)

(!) This package is not supported anymore!

Please use  which provides also a content cache visualisation.

Fusion Cache Visualisation
==========================

[](#fusion-cache-visualisation)

Helps to debug cache configurations in [Neos Fusion](https://github.com/neos/typoscript/).

This is just a debugging tool and highly recommended to use in development context only.

What it provides
----------------

[](#what-it-provides)

This plugin adds a wrapper around all cached and uncached segments to visualise them. Also it provides additional information for each segement:

Cached Segments

- Fusion path
- Cache tags
- Lifetime

Uncached Segments

- Fusion path
- Context variable names

Install
=======

[](#install)

Composer
--------

[](#composer)

Install via composer as a dev package

```
php composer.phar require --dev "vivomedia/fusion-cachevisualisation"
```

Flow
----

[](#flow)

After install clear the content cache of your flow/neos application.

```
./flow flow:cache:flush --force
```

jQuery
------

[](#jquery)

The plugin uses jQuery. Please ensure that it's loaded early enough.

Configuration
=============

[](#configuration)

You can enable and disable the plugin within your `Settings.yaml`

```
VIVOMEDIA:
  Fusion:
    CacheVisualisation:
      enabled: true # Or false
```

It is enabled by default for the development context.

Please keep in mind to clear the cache after enabling/disabling the plugin.

Screenshots
===========

[](#screenshots)

[![Cached segment](/Docs/screenshot_cached.png?raw=true "Cached segment")](/Docs/screenshot_cached.png?raw=true)[![Unached segment](/Docs/screenshot_uncached.png?raw=true "Uncached segment")](/Docs/screenshot_uncached.png?raw=true)

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% of commits — single point of failure

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 ~150 days

Recently: every ~224 days

Total

10

Last Release

2301d ago

Major Versions

0.3 → 1.02017-02-06

0.3.1 → 1.0.12017-06-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/a003ae6bea3612ba71a5d5e34478807946dc4a073893c6e7897648095bf4440d?d=identicon)[dlubitz](/maintainers/dlubitz)

---

Top Contributors

[![dlubitz](https://avatars.githubusercontent.com/u/13046100?v=4)](https://github.com/dlubitz "dlubitz (40 commits)")[![ComiR](https://avatars.githubusercontent.com/u/11410095?v=4)](https://github.com/ComiR "ComiR (2 commits)")[![mficzel](https://avatars.githubusercontent.com/u/1309380?v=4)](https://github.com/mficzel "mficzel (1 commits)")[![mrimann](https://avatars.githubusercontent.com/u/1093784?v=4)](https://github.com/mrimann "mrimann (1 commits)")

### Embed Badge

![Health badge](/badges/vivomedia-fusion-cachevisualisation/health.svg)

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

###  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.

1131.0M737](/packages/neos-neos)[neos/fusion-form

Fusion Form

19755.7k40](/packages/neos-fusion-form)[neos/fusion-afx

JSX inspired compact syntax for Neos.Fusion

25969.3k59](/packages/neos-fusion-afx)[neos/media

The Media package

101.2M49](/packages/neos-media)[sandstorm/plumber

Profiling Toolkit for Neos Flow and Neos

364.9k](/packages/sandstorm-plumber)[flowpack/fusion-tracing

Profile Fusion rendering by creating traces for Trace-Viewer

1621.0k](/packages/flowpack-fusion-tracing)

PHPackages © 2026

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