So what does this data tell us?
If fetching data from the chain is taking up most of your runtime, optimizing handlers isnโt going to help much.
Focus on speeding up the data-fetching process first. If processing is the bottleneck, dig into the EventProcessing section to see where you can improve.