PHPackages                             t3n/neos-debug - 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. t3n/neos-debug

Abandoned → [Flowpack/neos-debug](/?search=Flowpack%2Fneos-debug)ArchivedNeos-package[Debugging &amp; Profiling](/categories/debugging)

t3n/neos-debug
==============

Helper package to visualize debug inforamations for neos including fusion content cache

2.0.5(2y ago)30122.8k↓34.7%15[10 issues](https://github.com/t3n/neos-debug/issues)[13 PRs](https://github.com/t3n/neos-debug/pulls)MITPHP

Since May 9Pushed 8mo ago11 watchersCompare

[ Source](https://github.com/t3n/neos-debug)[ Packagist](https://packagist.org/packages/t3n/neos-debug)[ RSS](/packages/t3n-neos-debug/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (29)Used By (0)

Warning

**This plugin is no longer being maintained and is superseded by the plugin**

t3n.Neos.Debug
==============

[](#t3nneosdebug)

The t3n.Neos.Debug package is a small helper package to add a debug panel to your Neos CMS website. At this point in time you're able to debug your content cache configuration as well as sql queries. Additionally, the Server-Timing http header can be enabled that will add request timings to responses. Those then can be viewed in the browser network tab.

[![Neos CMS Demo Site with enabled debug console](t3n-neos-debug.jpg "Neos CMS Demo Site with enabled debug console")](t3n-neos-debug.jpg)[![Server-Timing header in the browser network tab](server-timing-example.jpg "Viewing the timings in the browser network tab")](server-timing-example.jpg)

Installation &amp; configuration
--------------------------------

[](#installation--configuration)

Install the package via composer

```
composer require t3n/neos-debug --dev

```

The debug mode is disabled by default. To enable it add this to your Settings.yaml

```
t3n:
  Neos:
    Debug:
      enabled: true
```

To bring up the debug panel run this command in your js console:

```
__enable_neos_debug__()
```

*Disclaimer: Once the debug mode is enabled you might expose sensitive data. Make sure to **not** use this in production. At least be warned*

In a previous version of this package your current user needed a specific role as well. We dropped this requirement for now as you could not use this package if you don't have a frontend login on your site. Once the package is active it will render some metadata in your html output.

To get the debugger running you now need to include some javascript and css to acutally render the debug console. This package ships two fusion prototypes to include all resources. If your Document extends `Neos.Neos:Page` you don't need to include anything. We already added the resources to `Neos.Neos:Page` prototype.

### HTTP Server-Timing header

[](#http-server-timing-header)

The header is disabled by default. To enable it add this to your Settings.yaml

```
t3n:
  Neos:
    Debug:
      serverTimingHeader:
        enabled: true
```

If you only want the header with all timings but not the debug mode, do this:

```
t3n:
  Neos:
    Debug:
      enabled: true
      htmlOutput:
        enabled: false
      serverTimingHeader:
        enabled: true
```

Usage
-----

[](#usage)

To enable the cache visualization open your browsers developer console and execute `__enable_neos_debug__()`. This will bring up the debug console at the bottom of your screen.

### 🔦 Inspect

[](#-inspect)

Once you enable the inspect mode a visualization will pop up and add overlays on your cached parts. Cached parts are marked green, uncached red and dynamic caches are marked yellow. If you hover the loupe you will also see some meta data regarding the cache.

### ⚡️ Cache

[](#️-cache)

This module will add a new modal including some statistics regarding cache hits and misses as well as a table of all rendered cache entries.

### 🗄 SQL

[](#-sql)

In addition to the content cache we're also exposing some debug SQL informations and statistics. It will also detect slow queries. You can configure from when a query should be marked as slow:

```
t3n:
  Neos:
    Debug:
      sql:
        # Set when a query should be considered as slow query. In ms
        slowQueryAfter: 10
```

### 🚫 Close

[](#-close)

To shutdown the debug console simply close it. If you'd like to persist the active debug state you can add a `true` to the method

```
__enable_neos_debug__(true)

```

This will set a cookie and the debug mode will still be active after a page refresh.

Warning

**This plugin is no longer being maintained and is superseded by the plugin**

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 59.1% 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 ~119 days

Recently: every ~232 days

Total

14

Last Release

1007d ago

Major Versions

0.1.2 → 1.0.02020-01-09

1.1.1 → 2.0.02020-12-22

1.0.x-dev → 2.0.12021-01-26

### Community

Maintainers

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

---

Top Contributors

[![johannessteu](https://avatars.githubusercontent.com/u/769789?v=4)](https://github.com/johannessteu "johannessteu (88 commits)")[![Sebobo](https://avatars.githubusercontent.com/u/596967?v=4)](https://github.com/Sebobo "Sebobo (26 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (23 commits)")[![das-nagnag](https://avatars.githubusercontent.com/u/5262896?v=4)](https://github.com/das-nagnag "das-nagnag (3 commits)")[![Torsten85](https://avatars.githubusercontent.com/u/531361?v=4)](https://github.com/Torsten85 "Torsten85 (2 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (2 commits)")[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (2 commits)")[![mwuest](https://avatars.githubusercontent.com/u/3205472?v=4)](https://github.com/mwuest "mwuest (1 commits)")[![mficzel](https://avatars.githubusercontent.com/u/1309380?v=4)](https://github.com/mficzel "mficzel (1 commits)")[![daniellienert](https://avatars.githubusercontent.com/u/642226?v=4)](https://github.com/daniellienert "daniellienert (1 commits)")

---

Tags

flowflowframeworkneos-fusionneos-packageneos-pluginneoscms

### Embed Badge

![Health badge](/badges/t3n-neos-debug/health.svg)

```
[![Health](https://phpackages.com/badges/t3n-neos-debug/health.svg)](https://phpackages.com/packages/t3n-neos-debug)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)[beyondcode/helo-laravel

HELO Laravel debug helper

90360.1k](/packages/beyondcode-helo-laravel)[shel/nodetypes-analyzer

Graphical analysis &amp; visualizer for the Neos CMS nodetypes as backend module

2160.6k](/packages/shel-nodetypes-analyzer)

PHPackages © 2026

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