Skip to content
This repository has been archived by the owner on Jul 18, 2021. It is now read-only.

Typing is very very slow on Firefox #3

Open
kyldvs opened this issue Nov 6, 2019 · 2 comments
Open

Typing is very very slow on Firefox #3

kyldvs opened this issue Nov 6, 2019 · 2 comments

Comments

@kyldvs
Copy link

kyldvs commented Nov 6, 2019

The input lag is very bad on Firefox. (I confirmed it's better in Chrome).

If I mash on the keyboard for 5-10s, it will take 1minute+ for all the characters to be input.

Here's a profile I did if it's helpful: https://gist.github.com/kyldvs/e45c0e8bdc1bb68132dd2faf021a266b

@thangngoc89
Copy link
Member

Thank you for reporting this. This is practically a "slap everything together until it works project" . Everything is running in the same thread now so they are competing each others. Moving heavy tasks like Bucklescript compilation into a worker thread would help a lot. I'll see what I can do about this.

@kyldvs
Copy link
Author

kyldvs commented Nov 7, 2019

No problem, just wanted to make sure you were aware. The project is looking awesome!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants