Minimising Database Queries when using Advanced Custom Fields
All of these cost another DB Query (each!), and worse still since they are in a loop each one happens around 300 times. Don’t panic! The posts from your query are stored in WordPress’ object cache (which is simply memory, unless you have a custom cache system in place). All functions that operate on posts … Read more