SHOW FULL COLUMNS FROM `setting` [ RunTime:0.000434s ]
SHOW FULL COLUMNS FROM `category` [ RunTime:0.000431s ]
SELECT `id`,`category_name`,`myorder` FROM `category` WHERE ( `status` = 'enable' AND `parent_id` = 0 ) AND `category`.`delete_time` IS NULL [ RunTime:0.000394s ]
SHOW FULL COLUMNS FROM `content` [ RunTime:0.000445s ]
SELECT `content`.`id`,`content`.`title`,`content`.`cover`,`content`.`cover_local`,`content`.`preview`,`content`.`preview_local`,`content`.`duration`,`content`.`target_url`,`content`.`rating`,`content`.`views`,`content`.`hits`,`content`.`published_at`,`content`.`create_time` FROM `content` `content` WHERE ( `content`.`status` = 'enable' ) AND `content`.`delete_time` IS NULL ORDER BY `content`.`published_at` DESC,`content`.`id` DESC LIMIT 1316616,24 [ RunTime:2.193123s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.000550s ]
SELECT * FROM `ad` WHERE ( `slot` = 'feed' AND `status` = 'enable' AND ( `start_time` IS NULL OR `start_time` <= '2026-06-09 00:06:37' ) AND ( `end_time` IS NULL OR `end_time` >= '2026-06-09 00:06:37' ) ) AND `ad`.`delete_time` IS NULL ORDER BY `myorder` DESC,`id` ASC [ RunTime:0.000395s ]