Home › Forums › General Issues › get_field vs get_fields resource calls › Reply To: get_field vs get_fields resource calls
Calling get_fields() can reduce the number of queries done. This does one DB query to get all meta values and WP caches the results of the query.
Once you use get_fields() it does not matter after this if you use get_field() to get each field value because this will not cause any more queries to be done.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.