Bug 157259
Summary: | Cached resources don't show up as resources in the performance timeline | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yoav Weiss <yoav> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | achristensen, beidson, joepeck, yoav |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Mac | ||
OS: | OS X 10.11 |
Yoav Weiss
While testing https://bugs.webkit.org/show_bug.cgi?id=157133 I realized that cached resources don't get added to ResourceTiming, and therefore don't show up as resources in the performance timeline. Digging further it seems like CachedResourceLoader::loadDone() is not called for cached resources.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
Yoav it looks like you addressed this a few weeks after you filed this with bug 157669.
ResourceTiming entries for cached resources and XHR
https://bugs.webkit.org/show_bug.cgi?id=157669
I'm going to close this. But please reopen if you know of existing issues.
*** This bug has been marked as a duplicate of bug 157669 ***