SOBotics/Higgs

Latency issues

Closed this issue · 0 comments

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.