what is more efficient?
DaneC020
Member Posts: 90
Is it more efficient for load time to use a Rule with several nested otherwise or multiple rules?
For instance
Rule X > 2 do something
Rule Y < 2 do something
Rule Z < 4 do something
ect
or this under the very first rule with several otherswise running throughout:
Rule X > 2 do something OTHERWISE Rule Y < 2 do something OTHERWISE Rule Z < 4 do something OTHERWISE ect
For instance
Rule X > 2 do something
Rule Y < 2 do something
Rule Z < 4 do something
ect
or this under the very first rule with several otherswise running throughout:
Rule X > 2 do something OTHERWISE Rule Y < 2 do something OTHERWISE Rule Z < 4 do something OTHERWISE ect
Comments