Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[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

Closed
kiler129 opened this issue Feb 8, 2019 · 5 comments
Closed

[WDT][DX] Add timestamp to XHRs panel #30121

kiler129 opened this issue Feb 8, 2019 · 5 comments
Labels
DX DX = Developer eXperience (anything that improves the experience of using Symfony) Feature WebProfilerBundle

Comments

@kiler129
Copy link
Contributor

kiler129 commented Feb 8, 2019

The problem

A picture is worth a thousand words:

image

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.

@yceruto
Copy link
Member

yceruto commented Feb 8, 2019

Another solution could be to display the request number (1, 2, 3, ...)

@ghost
Copy link

ghost commented Feb 8, 2019

This is an issue for me as well. Especially when I need to repeat test requests.

@byhaskell
Copy link

Now the last request - the last (bottom). Earlier in 3.4 it was the opposite. Confusion on the whole not, the order is saved.

@javiereguiluz
Copy link
Member

I agree with @yceruto: displaying an auto-increment integer for the request number would be the most easy to understand solution to this problem.

@javiereguiluz javiereguiluz added Feature DX DX = Developer eXperience (anything that improves the experience of using Symfony) labels Feb 11, 2019
javiereguiluz added a commit that referenced this issue Feb 11, 2019
…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.
![screenshot_2019-02-10_18-54-02](https://user-images.githubusercontent.com/9253091/52537598-c830c980-2d68-11e9-815e-90345b6bbd88.png)

Commits
-------

70a38cf [WebProfilerBundle] Add ajax request number
@javiereguiluz
Copy link
Member

Closing as fixed by #30130.

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) Feature WebProfilerBundle
Projects
None yet
Development

No branches or pull requests

5 participants