Local deployments are too slow. For example the following code took 4m50.281s:
dfx deploy zon_pst --argument 'record { owner = $(FOUNDER); subaccount = null; }'
dfx deploy NacDBIndex --argument 'vec { $(FOUNDER) }'
dfx deploy CanDBIndex
dfx deploy backend
dfx deploy payments
dfx deploy zon_pst
dfx ledger fabricate-cycles --amount 1000000000 --canister backend
dfx canister call backend init '(null)'
How to make it faster?