(no title)
kabla | 10 years ago
It uses a web worker to do the calculations, so it shouldn't hang until it starts plotting stuff.
What OS + browser are you using? I noticed that it doesn't work on Opera, for example. But on chrome it works decently even on my phone.
Most of the calculations are done client-side, the server-side calculations only take a few seconds.
brudgers|10 years ago
The fast response time of the room editor probably sets an expectation. One strategy that may be used to mitigate long response times is to update the screen so that the user sees progress.
Here, though, the calculation makes the page unresponsive to ordinary events like scrolling.
kabla|10 years ago