Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: downloadable reports #213

Open
ilnytskyi opened this issue May 5, 2023 · 1 comment
Open

Feature request: downloadable reports #213

ilnytskyi opened this issue May 5, 2023 · 1 comment

Comments

@ilnytskyi
Copy link
Contributor

It would be cool to have a possibility to download/save web ui report as html page.
Something like with Allure report.

Might be useful to use as attachments to tickets or comments. When one can profile and share results with someone, instead of screenshots.

Might be achieved in different ways

  1. The html generated by browser from report page with all assets and data inline
  2. Html generated by profiler, something like one html file version of this: https://github.com/NoiseByNorthwest/NoiseByNorthwest.github.io/tree/master/php-spx/demo
  3. Browser SPX Report Viewer plugin that receives dump from dumps dir.

Additionally from what I see the UI part is almost standalone and could be run as browser extension and or separate service on different port or even in cloud. Looks like could work as long as SPX could transfer dupms to related location.
The main panel page could be as xdebug helper, where you only trigger profiling.
The report viewer could be standalone.

@NoiseByNorthwest
Copy link
Owner

A standalone report seems to be the best solution IMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants