[wp-trac] [WordPress Trac] #11415: categories get memcached, but tags do not
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 12 23:29:43 UTC 2009
#11415: categories get memcached, but tags do not
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner: filosofo
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Taxonomy | Version: 2.9
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
over in wp_query, it seems that:
{{{
$reqcat = get_category_by_path($q['category_name']);
}}}
gets filled into memcached, because of:
{{{
$categories = get_terms( 'category', "get=all&slug=$leaf_path" );
}}}
on the tags' end, though, (or other taximonies, I would assume) there is
no equivalent.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11415>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list