Skip to content

Commit b76e068

Browse files
committed
TASK: Update screenshots
1 parent 67a6c89 commit b76e068

7 files changed

Lines changed: 5 additions & 5 deletions
499 KB
Loading
379 KB
Loading
347 KB
Loading
80.6 KB
Loading

Documentation/debug-bar.jpg

-194 KB
Binary file not shown.

Documentation/server-timing.jpg

-80.7 KB
Binary file not shown.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Flowpack.Neos.Debug
22

3-
⚠️ This plugin rewrite is currently work-in-progress. Only use if you know what you are doing.
4-
53
This plugin is a small helper package to add a debug panel to your [Neos CMS](https://www.neoss.io) website.
64
At this point in time you're able to debug your content cache configuration as well as sql queries.
75
Additionally, the Server-Timing http header can be enabled that will add request timings to responses.
86
Those then can be viewed in the browser network tab.
97

108
_Note: This is still a very early rough version. Contributions are welcome in any Error. Nevertheless, it's already adding value to your debug experience_
119

12-
This plugin is based on the [t3n/neos-debug](https://github.com/t3n/neos-debug) package.
10+
This plugin is based on the now unmaintained [t3n/neos-debug](https://github.com/t3n/neos-debug) package and replaces it fully.
1311

1412
## Screenshots
1513

16-
![Neos CMS Demo Site with enabled debug console](Documentation/debug-bar.jpg 'Neos CMS Demo Site with enabled debug console')
17-
![Server-Timing header in the browser network tab](Documentation/server-timing.jpg 'Viewing the timings in the browser network tab')
14+
![Neos CMS Demo Site with debug console showing cache visualization](Documentation/NeosDebugFusionCache.jpg 'Neos CMS Demo Site with debug console showing cache visualization')
15+
![Neos CMS Demo Site with debug console showing database queries](Documentation/NeosDebugDatabaseQueries.jpg 'Neos CMS Demo Site with debug console showing database queries')
16+
![Neos CMS Demo Site with debug console showing other metrics](Documentation/NeosDebugOtherMetrics.jpg 'Neos CMS Demo Site with debug console showing other metrics')
17+
![Server-Timing header in the browser network tab](Documentation/NeosDebugServerTiming.jpg 'Viewing the timings in the browser network tab')
1818

1919
## Installation & configuration
2020

0 commit comments

Comments
 (0)