SHOW COLUMNS FROM `kit_term_relationships` [ RunTime:0.0007s ]
SHOW COLUMNS FROM `kit_comments` [ RunTime:0.0008s ]
SELECT * FROM kit_terms t WHERE ( path like '%-6' or path like '%-6-%' ) ORDER BY path [ RunTime:0.0004s ]
SELECT * FROM kit_posts p INNER JOIN kit_term_relationships as tp on tp.object_id =p.id WHERE ( tp.term_id=6 and post_status=1 ) GROUP BY id ORDER BY listorder,post_date desc LIMIT 0,6 [ RunTime:0.0012s ]
SELECT post_id,(SUM(`score`) /count(1)) as score, count(1)as count from kit_comments where post_id=14 and status=1 [ RunTime:0.0004s ]
SELECT post_id,(SUM(`score`) /count(1)) as score, count(1)as count from kit_comments where post_id=13 and status=1 [ RunTime:0.0004s ]
SELECT COUNT(*) AS tp_count FROM kit_posts p INNER JOIN kit_term_relationships as tp on tp.object_id =p.id WHERE ( tp.term_id=6 and post_status=1 ) ORDER BY listorder,post_date desc LIMIT 1 [ RunTime:0.0007s ]
SHOW COLUMNS FROM `kit_options` [ RunTime:0.0007s ]
SELECT `option_value` FROM `kit_options` WHERE `option_name` = 'cdn_settings' LIMIT 1 [ RunTime:0.0003s ]
SELECT * FROM kit_terms t WHERE ( parent in(
SELECT (CASE WHEN parent='0' THEN 6 ELSE parent END)as parent FROM kit_terms where term_id=6
) ) ORDER BY path [ RunTime:0.0005s ]
SELECT * FROM kit_terms t WHERE ( parent = 17 ) ORDER BY path [ RunTime:0.0004s ]