SOBotics / Higgs

A generic dashboard for viewing and providing feedback to SOBotics bots.
GNU General Public License v3.0
4 stars 0 forks source link

Latency issues #46

Closed rjrudman closed 6 years ago

rjrudman commented 6 years ago

Higgs currently is deployed without minification of scripts. This is due to ng build taking an obscene amount of time to complete on the production server. This is a very common problem for others. However, locally and on GitLabCI - this isn't an issue.

So, we need to properly setup a build server which can deploy properly minified scripts to Higgs.

Also, investigate moving the server somewhere more central, if this isn't enough to solve the problem.