t3n / neos-debug

Adds a debug panel to your Neos CMS website
MIT License
30 stars 16 forks source link

BUGFIX: Measure server timing again #149

Closed Sebobo closed 3 years ago

Sebobo commented 3 years ago

Due to the switch to middlewares the start variable was not persisted until the end of the request. Also due to a configuration mistake the finalising middleware was never triggered.