Open
Bug 170284
Opened 22 years ago
Updated 15 years ago
Extra performance info for pageviews
Categories
(SeaMonkey :: UI Design, enhancement)
SeaMonkey
UI Design
Tracking
(Not tracked)
NEW
People
(Reporter: bartvb, Unassigned)
References
Details
I totally loved the time display 'Done (0.12 seconds). Have used it quite a bit
while developing phpBB (www.phpbb.com). I know, it's not very accurate,
especially because it includes network/server delays but it does give you a
ballpoint figure when trying different templates/stylesheets/JS code.
I would LOVE to have some kind of time statistics. It would be ideal if I could
see:
- Time between request and first reply from the webserver
- Transfer time (including bytes/sec)
- Time for parsing HTML
- Time for running scripts
- Time for rendering the HTML
- Time that was needed for waiting on additional page elements (i.e. images).
Would be fun if there was some kind of pref that would output above info to
some kind of debug console or if it would be an extra tab in the 'Page Info'
dialog..
This would all be a fantastic help because one of our main goals with phpBB (and
with all my other Projects) is optimization for speed.
Thanks
Comment 1•22 years ago
|
||
confirming RFE; computing some of those times may be very difficult...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 2•22 years ago
|
||
Thanks for the confirmation.
Indeed, some items are fairly non-trivial to compute but they are very usefull
on the other side..
And they can also be used for profiling the Mozilla code. Maybe this is also a
usable feature for the performance crew?
BTW I'm fairly easily satisfied.. It would already be an improvement if the
'page complete'-time would return that bug 48436 has removed.
Comment 3•22 years ago
|
||
doesn't belong in pageinfo component
->Browser General, I'm sure there's a better place though
Component: Page Info → Browser-General
Comment 4•22 years ago
|
||
to xp apps: gui features where this belongs.
Assignee: db48x → blaker
Component: Browser-General → XP Apps: GUI Features
QA Contact: pmac → paw
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
Updated•18 years ago
|
Assignee: bross2 → guifeatures
QA Contact: pawyskoczka
Comment 5•16 years ago
|
||
Filter "spam" on "guifeatures-nobody-20080610".
Assignee: guifeatures → nobody
QA Contact: guifeatures
You need to log in
before you can comment on or make changes to this bug.
Description
•