rstudio / shinydashboard

Shiny Dashboarding framework
https://rstudio.github.io/shinydashboard/
Other
884 stars 300 forks source link

Any chance there could be an option to download CSS files from a CDN such as https://cdnjs.com/libraries/admin-lte ? #159

Open GitChub opened 7 years ago

GitChub commented 7 years ago

Is there any chance there could be an option to download the AdminLTE CSS files from a location such as https://cdnjs.com/libraries/admin-lte instead of locally or from Shiny Server? I'm particularly interested in this because these files are always re-downloaded to the browser when they come from Shiny Server, even if they've been downloaded a bunch of times already. However, if they come from a CDN (or any web server other than Shiny Server), then the browser is able to use the cached version of these files.

(It'd be extra-cool if the shinydashboard.css and shinydashboard.js could also benefit from caching and were available via a CDN.)

berkorbay commented 6 years ago

I second this. Loading times are just crazy on production.