-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[WDT][DX] Add timestamp to XHRs panel #30121
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
Comments
Another solution could be to display the request number (1, 2, 3, ...) |
This is an issue for me as well. Especially when I need to repeat test requests. |
Now the last request - the last (bottom). Earlier in 3.4 it was the opposite. Confusion on the whole not, the order is saved. |
I agree with @yceruto: displaying an auto-increment integer for the request number would be the most easy to understand solution to this problem. |
…irault) This PR was merged into the 4.3-dev branch. Discussion ---------- [WebProfilerBundle] Add ajax request number | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #30121 | License | MIT Add request number foreach ajax call in profiler.  Commits ------- 70a38cf [WebProfilerBundle] Add ajax request number
Closing as fixed by #30130. |
The problem
A picture is worth a thousand words:
Who can tell me which request is the newest one? ;)
Solution
What about a column which shows a timestamp (
HH:MM:SS
) of the request? This should be pretty simple to add.The text was updated successfully, but these errors were encountered: