Taking a look at some server diagnostics and there’s a specific method directive that it taking a lot longer than most to run. Inside that directive there’s a rule that has a much higher execution time but the rule itself does not seem to be complicated with a lot of processes in it. I have attached the design studio of the rule and the diagnostic results with the execution time. I need help trying to figure out how to make this run faster.
Check what you queries do and how long they execute. Remove one, compare the result duration, then repeat with other. You will find what query is slow (if not both)