SHOW FULL COLUMNS FROM `setting` [ RunTime:0.000420s ]
SHOW FULL COLUMNS FROM `category` [ RunTime:0.000386s ]
SELECT `id`,`category_name`,`myorder` FROM `category` WHERE ( `status` = 'enable' AND `parent_id` = 0 ) AND `category`.`delete_time` IS NULL [ RunTime:0.000389s ]
SHOW FULL COLUMNS FROM `content` [ RunTime:0.000401s ]
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.660506s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.002873s ]
SELECT * FROM `ad` WHERE ( `slot` = 'feed' AND `status` = 'enable' AND ( `start_time` IS NULL OR `start_time` <= '2026-06-08 21:53:41' ) AND ( `end_time` IS NULL OR `end_time` >= '2026-06-08 21:53:41' ) ) AND `ad`.`delete_time` IS NULL ORDER BY `myorder` DESC,`id` ASC [ RunTime:0.000505s ]