Opened 17 years ago
Closed 16 years ago
#11415 closed enhancement (wontfix)
categories get memcached, but tags do not
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.9 |
| Component: | Taxonomy | Keywords: | |
| Focuses: | Cc: |
Description
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.
Change History (2)
Note: See
TracTickets for help on using
tickets.
another way to phrase this, in case it's not entirely clear to whoever looks into it... there is a wp_cache_get() call over in get_terms(), which has no equivalent over in:
We might want to add it?