As the title says, does applying conditional logic such as applied on elements when you want to make your page responsive eat at work units?
Only server actions consume WUs…
So if your conditions are based on database values then yes, there will be searches and data retrievals involved, and therefore WU cost.
But if it’s all client-side then no.
Thanks Adam. Is there material I can read that will help me to distinguish between server side and client side actions?
This topic was automatically closed after 70 days. New replies are no longer allowed.