SELECT * FROM `tb_article` WHERE `is_show` = 1 AND `is_delete` = 0 AND ( publish_time <= now() ) AND `raw_tags` LIKE '%北京市%' ORDER BY `publish_time` DESC LIMIT 0,10 [ RunTime:0.056441s ]
SELECT * FROM `tb_category` WHERE `id` IN (34,42,31) [ RunTime:0.006595s ]
SELECT COUNT(*) AS think_count FROM `tb_article` WHERE `is_show` = 1 AND `is_delete` = 0 AND ( publish_time <= now() ) AND `raw_tags` LIKE '%北京市%' LIMIT 1 [ RunTime:0.050481s ]
SELECT * FROM `tb_tag` WHERE `is_show` = 1 ORDER BY RAND() LIMIT 20 [ RunTime:0.122268s ]
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.068739s ]
SELECT * FROM `tb_category` WHERE `id` IN (10,6,43,4,42,7) [ RunTime:0.031526s ]
SELECT * FROM `tb_article` WHERE `is_show` = 1 AND `is_delete` = 0 AND ( publish_time <= now() ) ORDER BY RAND() LIMIT 10 [ RunTime:0.432669s ]
SELECT * FROM `tb_category` WHERE `id` IN (41,39,40,37,45) [ RunTime:0.040919s ]
SELECT * FROM `tb_article` WHERE `is_show` = 1 AND `is_delete` = 0 AND ( publish_time <= now() ) ORDER BY RAND() LIMIT 10 [ RunTime:0.299824s ]
SELECT * FROM `tb_category` WHERE `id` IN (40,4,33,28,37) [ RunTime:0.006783s ]
SELECT * FROM `tb_category` WHERE `is_show` = 1 ORDER BY `order_time` ASC [ RunTime:0.009757s ]