SHOW FULL COLUMNS FROM `xnr_develop_post` [ RunTime:0.000601s ]
SELECT `post`.* FROM `xnr_develop_post` `post` INNER JOIN `xnr_develop_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '42' AND `relation`.`post_id` = '401' AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1755387032' ) LIMIT 1 [ RunTime:0.000430s ]
SELECT `post`.* FROM `xnr_develop_post` `post` INNER JOIN `xnr_develop_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '42' AND `relation`.`post_id` < '401' AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1755387032' ) ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000602s ]
SELECT `post`.* FROM `xnr_develop_post` `post` INNER JOIN `xnr_develop_category_post` `relation` ON `post`.`id`=`relation`.`post_id` WHERE `post`.`post_type` = '1' AND `post`.`post_status` = '1' AND `post`.`delete_time` = '0' AND `relation`.`category_id` = '42' AND `relation`.`post_id` > '401' AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1755387032' ) ORDER BY `id` ASC LIMIT 1 [ RunTime:0.000543s ]
SHOW FULL COLUMNS FROM `xnr_develop_category` [ RunTime:0.000457s ]
SELECT * FROM `xnr_develop_category` WHERE `id` = 42 AND `status` = 1 LIMIT 1 [ RunTime:0.000214s ]
UPDATE `xnr_develop_post` SET `post_hits` = `post_hits` + 1 WHERE `id` = 401 [ RunTime:0.002391s ]
SHOW FULL COLUMNS FROM `xnr_theme_file` [ RunTime:0.000863s ]
SELECT * FROM `xnr_theme_file` WHERE `theme` = 'xuenarui' AND `file` = 'develop/ar' LIMIT 1 [ RunTime:0.000475s ]
SELECT `more`,`file`,`id` FROM `xnr_theme_file` WHERE `theme` = 'xuenarui' AND ( `is_public` = 1 OR `file` = 'develop/service-article' ) ORDER BY `is_public` DESC [ RunTime:0.000601s ]
SHOW FULL COLUMNS FROM `xnr_nav_menu` [ RunTime:0.000416s ]
SELECT * FROM `xnr_nav_menu` WHERE `nav_id` = 1 AND `status` = 1 ORDER BY `list_order` ASC [ RunTime:0.000360s ]
SHOW FULL COLUMNS FROM `xnr_user` [ RunTime:0.002216s ]
SELECT * FROM `xnr_user` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000177s ]
SHOW FULL COLUMNS FROM `xnr_option` [ RunTime:0.000843s ]
SELECT `option_value` FROM `xnr_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000389s ]
SELECT post.*,min(category_post.category_id) as category_id FROM `xnr_develop_post` `post` INNER JOIN `xnr_develop_category_post` `category_post` ON `post`.`id`=`category_post`.`post_id` WHERE `post`.`post_status` = '1' AND `post`.`post_type` = '1' AND `post`.`delete_time` = '0' AND ( `post`.`published_time` > '0' AND `post`.`published_time` < '1755387033' ) GROUP BY `post`.`id` ORDER BY `post`.`published_time` DESC LIMIT 15 [ RunTime:0.118804s ]