what is more efficient?

DaneC020DaneC020 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

Comments

  • RustySlyRustySly Member Posts: 1
    seems kinda old topic but definitely imoprtant one. logic says that the latter method is the practical one, I for myself do that way, but which one is the more appropriate?
Sign In or Register to comment.