How does WP’s cache maintain persistence through page reloads?
The short answer is: it doesn’t That doesn’t mean it can’t be made persistent, and it doesn’t mean it doesn’t improve performance. Performance Gains Despite No Persistence Lets say we fetch 5 posts, and on each post we retrieve various post meta. You might think that each call to get_post_meta results in an additional DB … Read more