firephp-for-browser-devtools
firephp-for-browser-devtools copied to clipboard
Timestamps
Timestamps with milliseconds, like in the devtools console, would be nice.
I don't see them. Screenshot? I presume they should show the server time?
You must disable devtools.webconsole.new-frontend-enabled in FF 57 in order to see this. The output is by my chromelogger fork.
- Is the time showing the server time?
- What timezone is the time? Server timezone or local desktop? We can make it configurable but would be good to use same default.
I guess this is a function the devtools console provides, since it is also displayed for CSS, JS etc. events. Hence I assume it is local time. But server time would be better of course, just to see timings between subsequent calls.
Yeah, I agree, server time would be better. I don't see client time being useful as all log times would be equal to time of request.
I filed an issue for FirePHPCore here: https://github.com/firephp/firephp-core/issues/46
I see two views for the console once we have server timing info available:
- Grouped by request/sub-request and then sorted by index (as is the case now)
- Sorted by time across all requests so you can see timing of server events as different requests were processed