So I am trying to speed up my app wherever possible. I remember reading on the forum somewhere that events with conditionals are slower than actions with conditionals. I’m hoping to get some ideas of best practices here.
There are two things to consider here:
- workflow speed
- workflow organization
Obviously all conditionals can be put into a single workflow (event) but that comes at the cost of drastically increasing the number of actions within the workflow and also significantly making the workflow harder to follow as conditionals get messy fast. Additionally, someone told me once that he always aims to have workflows have a max of 10 actions.
A potential way around conditionals in events is to have the conditionals on two actions that run custom events (assuming that forum post was correct that action conditionals are faster than event conditionals)
So basically this:
vs
Can anyone provide some best practices here or point me to an article?
Thanks,
Paul