Relative Content

Tag Archive for javascriptrperformanceshinyserver-side-rendering

R shiny app – rendering is much slower when run on remote server compared to local server

I made an R shiny app which runs perfectly in my local browser on my local server, however the rendering is noticeably slower when I run the same app from my local browser on a remote server. A quick Chrome performance check indicates this has to do with Animation and not Networking (see figure), but noticeably more time is spent on Animation when the app is run from the remote server compared to the local server?