Hello,
I use shinyloadtest (https://rstudio.github.io/shinyloadtest)/ to simulate multiple concurrent users for my app. For e.g. 20 concurrent users the loading time of the static content (js, css) seems to increase linearly. We use nginx as a proxy and websocket for the dynamic content (which disables caching).
Is there any way to optimize the static part? Is it a configuration problem on our side or an R problem?
Thanks, Elena
This topic was automatically closed 54 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.