I notice that the defaults for the cache filter setting is "_posts|_postmeta". Why would we not want to cache posts by default?
I notice that the defaults for the cache filter setting is "_posts|_postmeta". Why would we not want to cache posts by default?
Because WordPress is generating much hidden queries to wp_options tables. So caching only this tables will give you effect. And wp_posts tables generate much different queries, so the caching is not so necessary for them
This topic has been closed to new replies.