select a.*,c.user_login,c.user_nicename,b.term_id from cmf_posts a inner join cmf_term_relationships b on a.id = b.object_id inner join cmf_users c on a.post_author = c.id where a.id = 99 and b.term_id = 7 limit 1 [ runtime:0.0007s ]
show columns from `cmf_terms` [ runtime:0.0016s ]
select * from `cmf_terms` where `term_id` = 7 limit 1 [ runtime:0.0003s ]
update `cmf_posts` set `post_hits`=post_hits 1 where `id` = 99 [ runtime:0.0004s ]
show columns from `cmf_term_relationships` [ runtime:0.0016s ]
select * from cmf_term_relationships a inner join cmf_posts as b on a.object_id =b.id inner join cmf_users as c on b.post_author = c.id where b.id > 99 and `post_date` >= '2019-09-02 16:59:52' and a.status = 1 and a.term_id = 7 and `post_status` = 1 order by post_date asc,b.id asc limit 1 [ runtime:0.0008s ]
select * from cmf_term_relationships a inner join cmf_posts as b on a.object_id =b.id inner join cmf_users as c on b.post_author = c.id where b.id < 99 and `post_date` <= '2019-09-02 16:59:52' and a.status = 1 and a.term_id = 7 and `post_status` = 1 order by post_date desc,b.id desc limit 1 [ runtime:0.0023s ]
show columns from `cmf_options` [ runtime:0.0016s ]
select `option_value` from `cmf_options` where `option_name` = 'cdn_settings' limit 1 [ runtime:0.0003s ]
select * from `cmf_terms` where ( status=1 and parent=3 ) order by listorder asc [ runtime:0.0014s ]