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

[DX] Profiler: Improve timeline page view: add an hierarchical view with extra info. #17843

Closed
Strate opened this issue Feb 18, 2016 · 2 comments
Labels
DX DX = Developer eXperience (anything that improves the experience of using Symfony) WebProfilerBundle

Comments

@Strate
Copy link
Contributor

Strate commented Feb 18, 2016

Hi everyone!

Firstly, let me describe my issue. This is typical profiler line view:
image

There is a lot of repeated sql queries, but there is no any extra helpful information to detect the place to optimization. I want to see which queries are executed there. But there is no such info, I should go to "Database" profiler page and should lookup through plain list of queries.

It would be cool, if popup with extra information (sql query in my case) opens on hover on timeline item.

@javiereguiluz javiereguiluz added WebProfilerBundle DX DX = Developer eXperience (anything that improves the experience of using Symfony) labels Feb 18, 2016
@nicolas-grekas nicolas-grekas moved this from TODO to RFC in Profiler panels Jan 28, 2017
@ogizanagi
Copy link
Member

Note this can relate to #27262 which suggests to add more info & interactivity in this panel.
This kind of extra information could be added through a new Stopwatch component feature allowing to attach arbitrary data to a StopwatchEvent instance (but we should be cautious about what we'll put inside).

@fabpot
Copy link
Member

fabpot commented Aug 16, 2020

Closing as nobody worked on this. I also think that adding this kind of feature would slow things down quite a bit and increase the profile payload size significantly.

@fabpot fabpot closed this as completed Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX DX = Developer eXperience (anything that improves the experience of using Symfony) WebProfilerBundle
Projects
No open projects
Development

No branches or pull requests

4 participants