Make WordPress Core

Opened 11 years ago

Last modified 3 months ago

#22176 closed enhancement

Cache the results of the posts_request_ids query — at Version 2

Reported by: ryan's profile ryan Owned by:
Milestone: 6.1 Priority: normal
Severity: normal Version: 3.4.2
Component: Query Keywords: has-patch has-unit-tests has-dev-note
Focuses: performance Cc:

Description (last modified by ryan)

We are to the point where we could replace the advanced post cache plugin with something in core that is far simpler. We're most of the way there since introducing the split query. And with #22024 we have a good way of doing per-blog cache invalidation for classes of objects, which would be needed by this. Leveraging wp_cache_get_multi() as suggested in #22174 would provide a complete replacement for the adv post cache plugin. http://plugins.svn.wordpress.org/advanced-caching/trunk/advanced-caching.php

Change History (4)

#1 @scribu
11 years ago

  • Cc scribu added

@ryan
11 years ago

The gist

#2 @ryan
11 years ago

  • Description modified (diff)

@ryan
11 years ago

found_posts caching

Note: See TracTickets for help on using tickets.