melalawi / GlobalTwitchEmotes

Browser Extension which parses Twitch emote phrases on the web
66 stars 13 forks source link

Occasional Delays Before GTE Runs On A Page #17

Closed melalawi closed 4 years ago

melalawi commented 6 years ago

Especially evident with long-standing tabs.

melalawi commented 6 years ago

One of many culprits found: the runTreeWalker() function call here is blocking.

https://github.com/melalawi/GlobalTwitchEmotes/blob/3da611235029dd5b20a4b933d3f527db688fad92/src/common/contentscript/pageObserver.js#L101-L113

melalawi commented 6 years ago

Partially addressed in https://github.com/melalawi/GlobalTwitchEmotes/commit/967c2b0866bfb886c6161010d02de568f16313ac

More work can be done here, however.