If your goal is to maximize SOQL Performance by avoiding querying on formula fields, which are computed in real-time, what best practices would you apply?
a) Precompute formula fields and store results in dedicated fields
b) Use formula fields only for read-only purposes
c) Minimize the use of formula fields in queries
d) Prioritize formula fields for improved query performance