Bug 156601 - Web Inspector: Sending lots of unnecessary CSS.getNamedFlowCollection requests on reload
Summary: Web Inspector: Sending lots of unnecessary CSS.getNamedFlowCollection request...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-04-14 14:51 PDT by Joseph Pecoraro
Modified: 2018-09-12 12:31 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-04-14 14:51:55 PDT
* SUMMARY
Sending lots of unnecessary CSS.getNamedFlowCollection requests on reload

* STEPS TO REPRODUCE
1. Inspect <http://bogojoker.com>
2. Reload
3. Reload
4. Reload
  => Lots of wasted traffic
  [native code]: CONSOLE LOG request: {"id":303,"method":"CSS.getNamedFlowCollection","params":{"documentNodeId":87}}
  [native code]: CONSOLE LOG response: {"result":{"namedFlows":[]},"id":288}

Apparently FrameTreeElement.onexpand gets called for every resource added, and each time it requests the flows.
Comment 1 Alexey Proskuryakov 2016-09-08 14:01:17 PDT
<rdar://problem/28213717>
Comment 2 Joseph Pecoraro 2018-09-12 12:31:16 PDT
getNamedFlowCollection was removed.