If you have multiple data connections running during an event, such as load time or a button click, you can either move them into business logic and measure the time they take to complete, or you can systematically test each data connection individually by disabling the other calls.Improving performance:Avoid making slow data connection calls on load.