R shiny code optimization

R shiny app code optimization

I am new to r shiny and want to optimize my app code for better performance.
Link to app: https://aquayaapps.shinyapps.io/Ghana_dashboard/
Link to github:https://github.com/brynmwangy/Ghana-dashboard Regards, Brian

Hello,
Have you tried using the profvis profiling visualiser to see where the app is spending its time ? I think its a great tool.

I have not tried profvis, let me check it out. Is it a package that I just install then run it?

Yes, its a package.
Here is an article, you can get good info about it
https://shiny.rstudio.com/articles/profiling.html

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.