If your goal is to maximize performance by avoiding computations (i.e. Sharing calculations) when loading data through the API, what best practices would you apply? a) Pre-calculate and cache data before API calls b) Minimize the use of complex formulas in data c) Offload computations to the client-side d) Increase server-side processing for calculations