mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Typing in the URL bar fast causes jank #1556

Closed jsantell closed 7 years ago

jsantell commented 7 years ago
screen shot 2016-11-15 at 9 53 23 am
jsantell commented 7 years ago

Looks like we synchronously handle stuff on every keydown

rnewman commented 7 years ago

Judging by the console output, typing involves a ton of work!

jsantell commented 7 years ago

Not an issue in production builds, I think. Might be a lot of React's validations in dev builds, is my guess.

victorporof commented 7 years ago

Console logging maybe?

victorporof commented 7 years ago

No jank in release.