Closed fcaps closed 1 year ago
we are currently creating every service during a request, regardless if we actually call it. to reduce load + not failing every request if 1 service fails that isn't even needed, we should lazy-load them.
we are currently creating every service during a request, regardless if we actually call it. to reduce load + not failing every request if 1 service fails that isn't even needed, we should lazy-load them.