99
Remove server delay on input
in progress
Aleksandr Ladenko
When you write any text - there is a delay in input, up to 2 seconds!
Sometimes there is such a freeze, and then all the written text - appears at once.
Ie clearly takes the server delay factor.
Why do this? Why limit my input, checking information on the server?
Input should be local, and sync with the server only in the background, without interrupting my interaction.
I only need a response from the server when I use the "/" command or something similar...
I see a lot of reports about performance improvements, but in the last couple of years - didn't feel any changes, because if the server is far away, any operation - takes up to 2 seconds of time... Even if you just write a text...
Also, for some reason, the history of activity in some, certain tasks can be loaded for 15-20 seconds! While in others the download occurs in 3-5 seconds.
Log In
Justin Hunter
in progress
Hey all! As mentioned, we have a variety of solutions to fix this. Two of them are being worked on in tandem and will be released soon.
Justin Hunter
Hey Aleksandr Ladenko! That's definitely rough, and I'm sorry about that. There are two things contributing to this (one of which should be fixed in the coming weeks).
First, we use HTTP requests on input (with delay for saving content). This is much slower than just using WebSockets behind the scenes. We'll be fixing that very soon.
Second, any network requests must connect to our coediting service. We are in the process of improving the distribution of that service to speed things up. Stay tuned!
Aleksandr Ladenko
Justin Hunter: Hello, Justin Hunter.
Thank you for your response and the great news that work on this problem - is already underway!
We'll wait for news.
Bernd Homberg
Here in Germany we have also a delay on loading task and start writing. Performance is really not good. :-(