You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,18 @@ Yeebase:
17
17
Fusion:
18
18
ContentCacheDebug:
19
19
enabled: true
20
+
21
+
```
22
+
23
+
Now the package is active and will render some metadata in your html output if the current user
24
+
inherits the role `Yeebase.Fusion.ContentCacheDebug:Debugger`. Only user with this role will be able to see the debug information.
25
+
26
+
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:
Once the package is activated it will render some meta data into the html output if the current user inherits the role `Yeebase.Fusion.ContentCacheDebug:Debugger`. So make sure that
23
-
this role is applied as well.
31
+
If you're running a fusion standalone app check that code and include it the js and css files to your page.
24
32
25
33
## Usage
26
34
To enable the cache visualization open your browsers developer console and execute
0 commit comments