Skip to content

v1.19.0

Compare
Choose a tag to compare
@butschster butschster released this 09 Jun 10:26
· 239 commits to master since this release
f4b4ec6

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.

image

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.
image

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.
image

Now it's only on "Top Functions" tab
image

The call stack display on the left side has been removed to streamline the interface.
image

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

image
image
image
image

What's Changed

Full Changelog: 1.18.0...1.19.0