[wp-trac] [WordPress Trac] #18778: Add filters to transform_query() to allow caching of queries created by this function.

WordPress Trac wp-trac at lists.automattic.com
Mon Sep 26 14:07:25 UTC 2011


#18778: Add filters to transform_query() to allow caching of queries created by
this function.
-----------------------------+------------------------------
 Reporter:  tott             |       Owner:
     Type:  enhancement      |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Taxonomy         |     Version:
 Severity:  normal           |  Resolution:
 Keywords:  has-patch close  |
-----------------------------+------------------------------

Comment (by tott):

 The problem is that even with something like advanced-caching enabled
 these queries are fired in order to built the final query. So even if you
 would add caching on the final query it would still execute these queries
 on the way to build the final one. At least as far as I experienced this.
 Where would you hook into to avoid this queries?

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18778#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list