RESOLVED FIXED 157618
Web Inspector: Reduce rAF churn in DefaultDashboardView on pages with lots of resources
https://bugs.webkit.org/show_bug.cgi?id=157618
Summary Web Inspector: Reduce rAF churn in DefaultDashboardView on pages with lots of...
Joseph Pecoraro
Reported 2016-05-12 01:24:07 PDT
* SUMMARY Reduce rAF churn in DefaultDashboardView on pages with lots of resources. Each resource added would cause a separate rAF to be added. That means there would be lots of duplicate work when the rAFs do fire with the same callback and data all at the same time.
Attachments
[PATCH] Proposed Fix (2.46 KB, patch)
2016-05-12 01:25 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2016-05-12 01:25:10 PDT
Created attachment 278714 [details] [PATCH] Proposed Fix
Timothy Hatcher
Comment 2 2016-05-12 08:20:18 PDT
Comment on attachment 278714 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=278714&action=review > Source/WebInspectorUI/UserInterface/Views/DefaultDashboardView.js:68 > + _updateDisplaySoon() I wonder if we should add a soon Proxy using rAF?
WebKit Commit Bot
Comment 3 2016-05-12 08:41:46 PDT
Comment on attachment 278714 [details] [PATCH] Proposed Fix Clearing flags on attachment: 278714 Committed r200772: <http://trac.webkit.org/changeset/200772>
WebKit Commit Bot
Comment 4 2016-05-12 08:41:50 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.