NEW 130056
Web Inspector: the inspector overlay lags out when element transforms change
https://bugs.webkit.org/show_bug.cgi?id=130056
Summary Web Inspector: the inspector overlay lags out when element transforms change
Blaze Burg
Reported 2014-03-10 17:29:31 PDT
Select a periodic element in the demo, so an overlay gets painted on it, fine. Then, rotate the model. The page becomes quite busy, pegging a core. According to the profiler, it seems that we try to send a ton of overlay highlights during rotation, and it takes about 20 seconds to catch up. During that time, nothing gets highlighted. We should do something smarter here. For starters, we could drop highlight messages on the floor if the queue gets past the point where the page overlay could keep up. I am not quite sure where these messages are being queued up at the moment, I would have to think about it harder.
Attachments
David Kilzer (:ddkilzer)
Comment 1 2016-09-09 11:11:58 PDT
Note You need to log in before you can comment on or make changes to this bug.