Environment:
-
Platform: shinyapps.io
-
Plan type: Pro
-
Instance size: large, xlarge
Problem: After updating our .rds dataset files (adding rows only, no structural changes), our published Shiny app takes almost 1 minute to load.
We have already tried:
-
Checked application logs via
rsconnect::showLogs()and the dashboard — no errors found -
Increased the instance size — no change in load time
-
Adjusted advanced settings (Startup Timeout, Worker settings) — no change in load time
Questions:
-
What could cause slow load times on shinyapps.io after a dataset size increase, when there are no errors in the logs and instance/settings changes have no effect?
-
Are there any server-side diagnostics or additional steps we can take to investigate?