SELECT * FROM `tb_article` WHERE `is_show` = 1 AND `is_delete` = 0 AND ( publish_time <= now() ) AND `raw_tags` LIKE '%QQ%' ORDER BY `publish_time` DESC LIMIT 0,10 [ RunTime:0.021014s ]
SELECT * FROM `tb_category` WHERE `id` IN (22,31) [ RunTime:0.002768s ]
SELECT COUNT(*) AS think_count FROM `tb_article` WHERE `is_show` = 1 AND `is_delete` = 0 AND ( publish_time <= now() ) AND `raw_tags` LIKE '%QQ%' LIMIT 1 [ RunTime:0.021201s ]
SELECT * FROM `tb_tag` WHERE `is_show` = 1 ORDER BY RAND() LIMIT 20 [ RunTime:0.031521s ]
SELECT * FROM `tb_article` WHERE `is_show` = 1 AND `is_delete` = 0 AND ( publish_time <= now() ) ORDER BY `view_count` DESC LIMIT 9 [ RunTime:0.021807s ]
SELECT * FROM `tb_category` WHERE `id` IN (10,6,43,4,42,7) [ RunTime:0.000390s ]
SELECT * FROM `tb_article` WHERE `is_show` = 1 AND `is_delete` = 0 AND ( publish_time <= now() ) ORDER BY RAND() LIMIT 10 [ RunTime:0.078577s ]
SELECT * FROM `tb_category` WHERE `id` IN (28,38,40,32,9,4,22,37) [ RunTime:0.004922s ]
SELECT * FROM `tb_article` WHERE `is_show` = 1 AND `is_delete` = 0 AND ( publish_time <= now() ) ORDER BY RAND() LIMIT 10 [ RunTime:0.079558s ]
SELECT * FROM `tb_category` WHERE `id` IN (22,4,41,15,40,6,20) [ RunTime:0.000725s ]
SELECT * FROM `tb_category` WHERE `is_show` = 1 ORDER BY `order_time` ASC [ RunTime:0.000334s ]