How to optimize my application further?

My application takes 5 seconds to load. At first it was taking 10 seconds. I used bindCache to optimize it and now it's taking 5 seconds to load. I have tried all other steps of precomputing outside shiny and less workload on the server but still it is loading 5 seconds. How to optimize it further? I am using shiny modules also.

to fix something its important to understand.
What of your code takes time to execute.
Use profvis to explore this question

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.