WellDone / strato-old

Strato web portal - device management, configuration, and data visualization for MoMo mobile monitors
MIT License
2 stars 2 forks source link

Initial page loads are slow and occasionally time-out #86

Open amcgee opened 10 years ago

amcgee commented 10 years ago

Doing r.js javascript module compilation and minification on the server could help with this, as could delay-loading certain resources that arent' necessary right off the bat (google maps, d3/richshaw).

d3, bootstrap, and rickshaw together take up a large chunk of the bandwidth (~100kb each), and google maps is just ridiculously slow.