TU-Delft-DCC / dcc_app

An app to report on projects undertaken by the TU Delft DCC.
https://tud-dcc.shinyapps.io/dcc_app/
1 stars 2 forks source link

Improve dashboard loading time #55

Closed mwakok closed 1 year ago

mwakok commented 1 year ago

Building and serving the dashboard locally has the same loading delay as the deployed dashboard on shinyapps. This would mean it is not tied to hardware and moving it to a VPS would not improve the loading times. Instead, I think it is linked to rendering the dashboard and loading the data. This guide provides solutions for pre-rendering the dashboard and caching the data.

alwil commented 1 year ago

*As the function stale_package_check() accepts only .R scripts, test.R is the dccapp.Rmd file transformed to test.R.

I'll see if more improvements are feasible/ necessary.

alwil commented 1 year ago