wrk-fmd / CoCeSo

Coordination Center Software for mobile operation
GNU General Public License v3.0
10 stars 3 forks source link

Performance Issue: Loading of main application very slow #64

Closed robo-w closed 5 years ago

robo-w commented 5 years ago

Steps to reproduce:

Main page takes ~15 seconds to load, where browser is 8 seconds in "waiting" state, and another 7 seconds in "dowloading" state. The bandwidth is not fully utilized by far.

robo-w commented 5 years ago

Root cause is once again #34: Geocoding feature is called on getter in the data type, this blocks the sending of the initial data towards the client.

robo-w commented 5 years ago

fixed in version 2.4.2