SHOW FULL COLUMNS FROM `sr_config` [ RunTime:0.000668s ]
SHOW FULL COLUMNS FROM `sr_navigation` [ RunTime:0.000580s ]
SHOW FULL COLUMNS FROM `sr_category` [ RunTime:0.000549s ]
SELECT `id`,`pid`,`path`,`level`,`title`,`cover` FROM `sr_category` WHERE `type` = 'blog' AND `is_del` = 0 AND `is_hid` = 0 ORDER BY `sort` DESC,`id` ASC [ RunTime:0.000236s ]
SHOW FULL COLUMNS FROM `sr_blog` [ RunTime:0.000557s ]
SELECT COUNT(*) AS think_count FROM `sr_blog` `c` LEFT JOIN `sr_category` `category` ON `category`.`id`=`c`.`category_id` LEFT JOIN `sr_file` `file` ON `file`.`id`=`c`.`cover` WHERE `c`.`title` LIKE '%%' AND `c`.`is_del` = '0' AND `c`.`is_hid` = '0' AND ( `c`.`category_id` = '9' OR `c`.`category_path` LIKE '-0-2-9-%' ) LIMIT 1 [ RunTime:0.000253s ]
SELECT `c`.`id`,`c`.`title`,`c`.`description`,`c`.`add_time`,category.title category_title,file.save_path as cover_path FROM `sr_blog` `c` LEFT JOIN `sr_category` `category` ON `category`.`id`=`c`.`category_id` LEFT JOIN `sr_file` `file` ON `file`.`id`=`c`.`cover` WHERE `c`.`title` LIKE '%%' AND `c`.`is_del` = '0' AND `c`.`is_hid` = '0' AND ( `c`.`category_id` = '9' OR `c`.`category_path` LIKE '-0-2-9-%' ) ORDER BY `c`.`id` DESC LIMIT 0,20 [ RunTime:0.000221s ]
SELECT * FROM `sr_category` WHERE `id` = 9 AND `is_del` = 0 AND `is_hid` = 0 LIMIT 1 [ RunTime:0.000231s ]
SELECT `id`,`pid`,`path`,`level`,`title`,`cover` FROM `sr_category` WHERE `type` = 'blog' AND `is_del` = 0 AND `is_hid` = 0 ORDER BY `sort` DESC,`id` ASC [ RunTime:0.000201s ]
SHOW FULL COLUMNS FROM `sr_collection` [ RunTime:0.000567s ]
SELECT `id`,`title`,`url`,`favicon` FROM `sr_collection` WHERE `is_del` = 0 AND `is_hid` = 0 ORDER BY `sort` DESC,`id` DESC [ RunTime:0.000198s ]
SHOW FULL COLUMNS FROM `sr_document` [ RunTime:0.000512s ]
SELECT `id`,`title` FROM `sr_document` WHERE `is_del` = 0 AND `is_hid` = 0 ORDER BY `is_recommend` DESC,`id` DESC LIMIT 10 [ RunTime:0.000201s ]