bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Evaluate local vs CDN includes for CSS/JS #379

Closed mikkonie closed 2 years ago

mikkonie commented 5 years ago

Currently, SODAR includes all third-party CSS and JS stuff locally. This stems from the time we were deploying on VMs with slower network connections. At that time, slow loading of these includes was really hurting the usability of the site.

This might not be such an issue anymore. It might still be smart to include Boostrap and Font Awesome stuff locally, as them missing even for a second can cause e.g. content jumping around and the user getting confused. But the other less visual stuff might be nicer to be imported from a CDN. SODAR Core already does this.

mikkonie commented 5 years ago

Already done for everything except datatables and dragscroll, which will be removed once the new vue.js ISA display is implemented. Closing the issue.

mikkonie commented 5 years ago

closed