-
Notifications
You must be signed in to change notification settings - Fork 25
Client Sync operation takes min. 30 seconds #112
Comments
Have you tried without React Atomic CSS? I believe it is part of your plugins, not part of mendel itself. We might need improvements in Mendel for GST transforms, but then the issue could be named differently too. |
Sharing the analytics would be nice. Also try not to have anything Yahoo specific in this repo please. |
I am still trying to capture more analytics and helpful debug cases for this. So, please bare with me. For debugging purpose, I have completely removed our css plugin from In below scenario, client got new entries from daemon only after 15 seconds.
Sometimes, client gets first set of entries from daemon instantly. After some entries, this gets stuck for 15 seconds and resumes.
I still have to find out why daemon is not sending entries to client for 15 seconds. I will update this issue once I found something. |
Hey @muralikr. I think you should debug with less stuff so it is more clear what happens. For example, I tried to see the steps only:
And I waited, tested app, cleared the console. After that I changed 1 file. Look what happens:
And there you can start to find something:
Either way, it is blazing fast for me. |
In watch mode: whenever developer modifies any file, client has to sync with
daemon
process. As of now,sync
takes min. 30 seconds. This is impacting developer productivity.We should reduce this delay as much as possible.
The text was updated successfully, but these errors were encountered: