Make WordPress Core

Opened 11 years ago

Last modified 13 months ago

#22176 closed enhancement

Cache the results of the posts_request_ids query — at Initial Version

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

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 suggest 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 (0)

Note: See TracTickets for help on using tickets.