What's better for performance / execution time? To have more information in a single search and iterate through it as per needed via JavaScript?
Or to split out those searches so there's less iterating / mapping etc with JavaScript?
b
battk
11/11/2021, 1:47 AM
1 big search is better than a bunch of smaller ones
battk
11/11/2021, 1:48 AM
usually governance points is a good measure of performance cost, so minimizing governance is the path to a performant script