WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
169577
Web Inspector: More accurate Resource Timing data in Web Inspector
https://bugs.webkit.org/show_bug.cgi?id=169577
Summary
Web Inspector: More accurate Resource Timing data in Web Inspector
Joseph Pecoraro
Reported
2017-03-13 17:12:03 PDT
Summary: More accurate Resource Timing data in Web Inspector * The "responseEnd" time we show in Web Inspector comes from the Web Process instead of the responseEnd time we got from the Network Process which we use in ResourceTiming. Unify them. * The millisecond values seems to be off in the ResourceResponse path.
Attachments
[PATCH] Proposed Fix
(21.08 KB, patch)
2017-03-13 17:16 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2017-03-13 17:16:23 PDT
Created
attachment 304325
[details]
[PATCH] Proposed Fix
youenn fablet
Comment 2
2017-03-13 20:59:22 PDT
Comment on
attachment 304325
[details]
[PATCH] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=304325&action=review
> Source/WebCore/loader/CrossOriginPreflightChecker.cpp:88 > + InspectorInstrumentation::didFinishLoading(frame, frame->loader().documentLoader(), identifier, emptyMetrics, nullptr);
When preflight gets a response, we might be able to get the resource loader from the cached resource. Is there a way to get the metrics?
Joseph Pecoraro
Comment 3
2017-03-14 10:49:30 PDT
(In reply to
comment #2
)
> Comment on
attachment 304325
[details]
> [PATCH] Proposed Fix > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=304325&action=review
> > > Source/WebCore/loader/CrossOriginPreflightChecker.cpp:88 > > + InspectorInstrumentation::didFinishLoading(frame, frame->loader().documentLoader(), identifier, emptyMetrics, nullptr); > > When preflight gets a response, we might be able to get the resource loader > from the cached resource.
>
> Is there a way to get the metrics?
There should be metrics in the didFinishLoad that lead to CachedResources::notifyFinished. We just have to thread that plumbing. That said, Preflight already has a bunch of issues in Web Inspector that need to be sorted out (failures don't show up at all), so I'll leave this for that more serious task.
WebKit Commit Bot
Comment 4
2017-03-14 11:19:50 PDT
Comment on
attachment 304325
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 304325 Committed
r213917
: <
http://trac.webkit.org/changeset/213917
>
WebKit Commit Bot
Comment 5
2017-03-14 11:19:55 PDT
All reviewed patches have been landed. Closing bug.
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