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?

The app consists of a reactable and 3 ggplots which get re-rendered when the table is filtered on a specific value.

I expected the app to perform similarly on the local and the remote server respectively. Do you know why this is not the case, and what can be done so that the app will be as snappy on the remote server as it is on my local server?

Figure of R shiny app performance on remote server