WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
20630
Inspector Timeline panel should show "parse time" for scripts
https://bugs.webkit.org/show_bug.cgi?id=20630
Summary
Inspector Timeline panel should show "parse time" for scripts
Tak
Reported
2008-09-03 11:22:36 PDT
The Inspector's Resources panel graph shows the time it takes for a particular script to download broken down into request and load. There's a visual distinction being made at the start of the request (partially opaque bar) and then the bar goes solid (once the data starts coming in?). It would be interesting to have a post-loaded bar (perhaps partially opaque on the end of the request) that would account for the time to parse the script before it's available for execution. This is only really useful with large application-level JS downloads or batched JS downloads (via something like YUI's loader that makes one request for all the scripts on the page). ASCII visualization mega.js: ..........OOOOOOOOOOOOoo where "........" represents the current pre-bar where "OOOO" represents the current solid bar where "oo" represents the enhancement measuring the time from "network download completion until JS parse completion"
Attachments
Add attachment
proposed patch, testcase, etc.
Timothy Hatcher
Comment 1
2009-12-04 09:42:12 PST
This is something that would go in the Timeline panel not Resources.
Brian Burg
Comment 2
2014-12-12 14:09:29 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (
https://www.webkit.org/new-inspector-bug
) if the bug/feature/issue is still relevant to WebKit trunk.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug