[Violation] 'readystatechange' handler took 678ms
RemoteFiler.js:21 [Violation] 'message' handler took 193ms
[Violation] Forced reflow while executing JavaScript took 78ms
RemoteFiler.js:21 [Violation] 'message' handler took 274ms
[Violation] Forced reflow while executing JavaScript took 70ms
compatibility.js:35 [Violation] 'load' handler took 208ms
[Violation] Forced reflow while executing JavaScript took 89ms
[Violation] Forced reflow while executing JavaScript took 41ms
[Violation] Forced reflow while executing JavaScript took 35ms
[Violation] Forced reflow while executing JavaScript took 33ms
[Violation] Forced reflow while executing JavaScript took 39ms
Noticing this for the first time tonight in Chrome. It's related to us using MessageChannel to send things over to the iframe and back, and I guess blocking on it returning? We should see if we can deal with any of it.
Noticing this for the first time tonight in Chrome. It's related to us using
MessageChannelto send things over to the iframe and back, and I guess blocking on it returning? We should see if we can deal with any of it.