Improving performance
We have looked at a variety of tools that can be used to diagnose and monitor performance-related issues. The next obvious step is to fix these performance bottlenecks depending on where the issue is. The technique or the tool to rectify the problem will also be different. For example, if there are multiple triggers per object, page performance could get impacted, and to fix this, you will need to refactor the code to use a single trigger per object. Another example that we will review later as well involves using multiple Process Builder flows on a single object – fixing that would require determining the tool that will provide optimal performance.
Let’s look at some of the actions we can take to improve performance once we have identified the issue. This should not be taken as an exhaustive list, but rather as pointers that can help you quickly improve the performance of your application. For example, multiple actions can be taken to improve...