advanced-post-cache icon indicating copy to clipboard operation
advanced-post-cache copied to clipboard

All up in your WP_Query, caching the things.

Results 15 advanced-post-cache issues
Sort by recently updated
recently updated
newest added

Hi. I added in theme: `` But when I activate the plugin**, the number of queries increases?** Shouldn't the number of queries be reduced? thanks

With https://github.com/WordPress/wordpress-develop/commit/7f7d616d822b79c952cbd6a3046a6f6a8aa5a35e being merged into core, this plugin should be deprecated.

Hi there. Is there anyway that the repo could be updated with a release tag so that it can be installed via composer with a version number.

`advance_post_cache` was making the following choice in `post_limits_request` and `posts_request`: - If the $limits part of the query is empty or no_found_rows is set return a count of 0. We...

bug

Currently, if a no limit query is set for WP_Query, the returned `'found_posts'` property is zero instead of the number of posts. `'found_posts'` is set to 'NA' here: https://github.com/Automattic/advanced-post-cache/blob/c46b2d95773689938ef1e89a3dfcb9cbd94022b8/advanced-post-cache.php#L200-L201 And...

https://make.wordpress.org/core/2020/08/11/introduce-wp_cache_get_multiple/

Hello, I was wondering if you could publish this on [packagist](https://packagist.org/) please? Thank you!

It looks this plugin do not cache main query, and I also want cache comments on every page. How cache every query?

Right now, we hack our way around WP_Query to prevent it from doing the database query. WordPress 4.6 added a new filter (https://developer.wordpress.org/reference/hooks/posts_pre_query/) that lets you hook in and skip...