Profiler Module major updates
1. Backend-Driven Data Processing
We've shifted calculations to the backend side, moving away from storing data in event payloads as JSON. This change allows for more complex graph constructions and analysis, enabling developers to compare profiles and conduct thorough analyses. Server-side data generation also opens up opportunities for PHP developers to contribute to data enhancement and bug fixing more easily.
2. Enhanced Flame Chart Visualization
Long-awaited improvements to the flame chart are now live! This update ensures that alongside other profiling data, you can visualize your code's performance from a fresh perspective, with server-side data generation supporting the visualization.
3. Introduction of Top Functions with Sorting Options
Dive into detailed analysis with the new feature that allows you to explore the top 100 function calls. You can sort these based on criteria like Call times, CPU time, wall time, peak memory usage, and memory usage, with exclusive insights available for each function.
UI Improvements
Removes summary from profiles page
The summary section has been removed from the profiles page and is now exclusively available under the top functions tab.
Now it's only on "Top Functions" tab
The call stack display on the left side has been removed to streamline the interface.
Theme and Visual Enhancements
Improved support for both dark and light themes, ensuring a more consistent and visually appealing experience across different user preferences.
Some visual changes
What's Changed
Frontend
- [#157] fix pause removing on empty page by @Kreezag in buggregator/frontend#159
- [#154] add var-dump label by @Kreezag in buggregator/frontend#160
- Improve/event groups by @Kreezag in buggregator/frontend#161
- Refactors profiler module by @butschster in buggregator/frontend#163
Backend
- New Cleanup Commands for Database and Storage Management by @butschster in #196
- Fixes an issue with decoding
null
values using the Json Value object. by @butschster in #197
Full Changelog: 1.8.3...1.10.0