NoiseByNorthwest / php-spx

A simple & straight-to-the-point PHP profiling extension with its built-in web UI
GNU General Public License v3.0
2.13k stars 83 forks source link

[Web UI] Allow removing profiles #273

Open codebymikey opened 1 month ago

codebymikey commented 1 month ago

It would be great if there was a delete button for every profile to quickly delete it.

It would also be nice to have a purge profiles button.

When doing a lot of profiles, it often becomes a mess.

For now I manually delete the files from /tmp/spx but sometimes the wrong profile may be accidentally removed.

Related to the previously closed #172

NoiseByNorthwest commented 1 month ago

I'll implement this feature as a part of a full rewrite of the web UI.