RESOLVED FIXED 129767
Web Inspector: Reduce RWI message frequency
https://bugs.webkit.org/show_bug.cgi?id=129767
Summary Web Inspector: Reduce RWI message frequency
Joseph Pecoraro
Reported 2014-03-05 18:02:00 PST
I'm seeing a lot of messages go by for minor changes. This used to be 0.2s now it is 0.02s. Lets go back to 0.2s.
Attachments
[PATCH] Proposed Fix (1.51 KB, patch)
2014-03-05 18:03 PST, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2014-03-05 18:03:53 PST
Created attachment 225933 [details] [PATCH] Proposed Fix
Timothy Hatcher
Comment 2 2014-03-05 19:58:59 PST
Will this affect the protocol messages? I worry this will slow down the UI.
WebKit Commit Bot
Comment 3 2014-03-05 20:21:48 PST
Comment on attachment 225933 [details] [PATCH] Proposed Fix Clearing flags on attachment: 225933 Committed r165169: <http://trac.webkit.org/changeset/165169>
WebKit Commit Bot
Comment 4 2014-03-05 20:21:50 PST
All reviewed patches have been landed. Closing bug.
Joseph Pecoraro
Comment 5 2014-03-06 00:07:54 PST
(In reply to comment #2) > Will this affect the protocol messages? I worry this will slow down the UI. No, this only affects listing messages ("this application has these WebViews with URL, Title, Identifier"). Which happen as debuggable (JSContexts / WebViews) are added / removed / updated (e.g. navigations). This does not affect protocol messages during a debugging session.
Timothy Hatcher
Comment 6 2014-03-06 10:13:37 PST
(In reply to comment #5) > (In reply to comment #2) > > Will this affect the protocol messages? I worry this will slow down the UI. > > No, this only affects listing messages ("this application has these WebViews with URL, Title, Identifier"). Which happen as debuggable (JSContexts / WebViews) are added / removed / updated (e.g. navigations). > > This does not affect protocol messages during a debugging session. Great!
Note You need to log in before you can comment on or make changes to this bug.