t3n / neos-debug

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

Add parse time to single fusion path #2

Open johannessteu opened 5 years ago

johannessteu commented 5 years ago

Instead of a total parse time it would be cool to see how long it took to render each fusion path

Sebobo commented 3 years ago

Would you consider this solved with https://github.com/t3n/neos-debug/pull/95 or do you mean "every" fusion path.

Of course each render time of a block with a cache config still contains the render time of it's children. And the information starts to be less correct when subparts are read from cache.