dracor-org / dracor-frontend

Frontend for the DraCor API
https://dracor.org
MIT License
4 stars 6 forks source link

Improve perceived performance #50

Open cmil opened 5 years ago

cmil commented 5 years ago

Since we depend on several bulkier Javascript libraries (yasgui, swagger-ui-react, sigma among others) the javascript and css code to be loaded initially has grown quite big. Even with code splitting it takes a while to load the dracor.org frontend for the first time. Here are a few things we could do to improve the perceived performance of the site:

cmil commented 5 years ago

JSNetworkX is gone now (see #59).