create-track-map
create-track-map copied to clipboard
Reduce data payload sent to clients
Describe the Suggestion
So basically the server sends data in huge amounts (a small networks takes about 30 seconds to load). For example, you could remove the Y information sent and combine the paths that look like straight line on the map. Also, every time something updates, the server sends another HUGE portion of data, instead of a "change-log" of the action, which makes even slightly higher ping nearly unusable.
Screenshots and Videos
No response
Additional Context
No response