Conditional or workflow?

i have used up 80% of the workload in my app already, but the conditionals doesnt show in app metrics > workload usage, would like to know what do conditionals count as
and
conditional or workflow, which one takes up more spaces in workload? as i have multiple things that can be replaced by conditionals, would like to know if that would reduce the workload of my app, planning to add 100+ conditionals, will that slow my app down? many thanks!

Conditionals don’t consume workloads unless the expression itself makes a server call (for example, querying the database or calling an API). Neither do workflows. What consumes workloads is accesing the server to do an action.

Everything done by the client-side (browser) is workload free.