SELECT `id`,`category_id`,`title`,`author`,`views`,`publish_time` FROM `article` WHERE `status` = 1 ORDER BY `views` DESC,`publish_time` DESC,`id` DESC LIMIT 10 [ RunTime:0.000206s ]
PRAGMA table_info( 'tag' ) [ RunTime:0.000044s ]
SELECT `name`,`slug`,`article_count` FROM `tag` WHERE `article_count` > 0 ORDER BY `article_count` DESC,`id` DESC LIMIT 24 [ RunTime:0.000087s ]
SELECT `name`,`slug` FROM `category` WHERE `status` = 1 ORDER BY `sort` ASC LIMIT 8 [ RunTime:0.000068s ]
SELECT `title`,`slug` FROM `single_page` WHERE `status` = 1 ORDER BY `id` ASC LIMIT 8 [ RunTime:0.000072s ]
SELECT * FROM `category` WHERE `status` = 1 ORDER BY `sort` ASC [ RunTime:0.000107s ]
SELECT `id`,`title`,`publish_time` FROM `article` WHERE `status` = 1 AND `category_id` = 1 ORDER BY `publish_time` DESC LIMIT 30 [ RunTime:0.000105s ]
SELECT `id`,`title`,`publish_time` FROM `article` WHERE `status` = 1 AND `category_id` = 2 ORDER BY `publish_time` DESC LIMIT 30 [ RunTime:0.000083s ]
SELECT `id`,`title`,`publish_time` FROM `article` WHERE `status` = 1 AND `category_id` = 3 ORDER BY `publish_time` DESC LIMIT 30 [ RunTime:0.000091s ]
SELECT `id`,`title`,`publish_time` FROM `article` WHERE `status` = 1 AND `category_id` = 4 ORDER BY `publish_time` DESC LIMIT 30 [ RunTime:0.000078s ]
SELECT `id`,`title`,`publish_time` FROM `article` WHERE `status` = 1 AND `category_id` = 5 ORDER BY `publish_time` DESC LIMIT 30 [ RunTime:0.000075s ]
SELECT `id`,`title`,`publish_time` FROM `article` WHERE `status` = 1 AND `category_id` = 6 ORDER BY `publish_time` DESC LIMIT 30 [ RunTime:0.000077s ]
SELECT `title`,`slug` FROM `single_page` WHERE `status` = 1 ORDER BY `id` ASC [ RunTime:0.000072s ]
SELECT `name`,`slug`,`article_count` FROM `tag` WHERE `article_count` > 0 ORDER BY `article_count` DESC,`id` DESC LIMIT 80 [ RunTime:0.000073s ]