SHOW COLUMNS FROM `jq_nav_cat` [ RunTime:0.0004s ]
SELECT * FROM `jq_nav_cat` WHERE ( active=1 ) LIMIT 1 [ RunTime:0.0001s ]
SELECT * FROM `jq_nav` WHERE ( cid=1 and status=1 ) ORDER BY `listorder` ASC [ RunTime:0.0001s ]
SHOW COLUMNS FROM `jq_terms` [ RunTime:0.0004s ]
SELECT * FROM `jq_terms` WHERE ( status=1 and parent=10 ) ORDER BY listorder asc LIMIT 10 [ RunTime:0.0001s ]
SELECT `term_id` FROM `jq_terms` WHERE ( status=1 and ( term_id=12 OR path like '%-12-%' ) ) ORDER BY term_id asc [ RunTime:0.0001s ]
SHOW COLUMNS FROM `jq_term_relationships` [ RunTime:0.0004s ]
SELECT COUNT(*) AS tp_count FROM jq_term_relationships a INNER JOIN jq_posts as b on a.object_id =b.id INNER JOIN jq_users as c on b.post_author = c.id WHERE `status` = 1 AND `post_status` = 1 AND `term_id` IN ('12') LIMIT 1 [ RunTime:0.0001s ]
SELECT `tid`,`post_title`,`post_modified` FROM jq_term_relationships a INNER JOIN jq_posts as b on a.object_id =b.id INNER JOIN jq_users as c on b.post_author = c.id WHERE `status` = 1 AND `post_status` = 1 AND `term_id` IN ('12') ORDER BY post_date desc LIMIT 0,15 [ RunTime:0.0001s ]