﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
16253	Object term cache not working for taxonomy query page - resulting 200 queries for 10 posts	badskills		"This problem is very similar to #12989
but now it happen when you query a taxonomy,  

{{{
$terms = get_object_term_cache( $id, $taxonomy );
in get_the_terms() Return nothing

$link = get_term_link( $term, $taxonomy );
in get_the_term_list() also increase queries 
}}}

i am not that lucky with wordpress(Coding) to provide a patch but it took me lots of time to figure out why its happening.





"	defect (bug)	closed	normal		Cache	3.0.4	major	invalid		
