Skip to content

Releases: buggregator/frontend

v1.23.1

02 Sep 20:50
d8c24aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.23.0...1.23.1

v1.23.0

28 Aug 06:43
52d52ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.22.1...1.23.0

v1.22.1

06 Aug 18:46
2aea89a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.22.0...1.22.1

v1.22.0

28 Jul 15:58
a09f349
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.21.1...1.22.0

v1.21.1

04 Jul 08:41
2f32f19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.21.0...1.21.1

v1.21.0

04 Jul 07:51
6c6ecbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.20.0...1.21.0

v1.20.0

22 Jun 13:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.19.2...1.20.0

v1.19.2

14 Jun 06:37
365d009
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.19.1...1.19.2

v1.19.1

12 Jun 17:37
1036758
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.19.0...1.19.1

v1.19.0

09 Jun 10:26
f4b4ec6
Compare
Choose a tag to compare

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