SHOW FULL COLUMNS FROM `setting` [ RunTime:0.000422s ]
SHOW FULL COLUMNS FROM `category` [ RunTime:0.000382s ]
SELECT `id`,`category_name`,`myorder` FROM `category` WHERE ( `status` = 'enable' AND `parent_id` = 0 ) AND `category`.`delete_time` IS NULL [ RunTime:0.000380s ]
SHOW FULL COLUMNS FROM `content` [ RunTime:0.000394s ]
SELECT * FROM `content` WHERE ( `id` = 344874 AND `status` = 'enable' ) AND `content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000296s ]
UPDATE `content` SET `views` = `views` + 1 WHERE ( `id` = 344874 ) AND `content`.`delete_time` IS NULL [ RunTime:0.000312s ]
SHOW FULL COLUMNS FROM `content_category` [ RunTime:0.000321s ]
SELECT `category_id` FROM `content_category` WHERE `content_id` = 344874 AND `delete_time` IS NULL [ RunTime:0.000289s ]
SHOW FULL COLUMNS FROM `content_tags` [ RunTime:0.000327s ]
SELECT `tag_id` FROM `content_tags` WHERE `content_id` = 344874 AND `delete_time` IS NULL [ RunTime:0.000260s ]
SHOW FULL COLUMNS FROM `user_behavior` [ RunTime:0.000334s ]
SHOW FULL COLUMNS FROM `visitor_profile` [ RunTime:0.000326s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'deac9bb8eb55ad60242e59276c2f3816' AND `dim_type` = 'category' AND `dim_id` = 0 AND `keyword` = '' LIMIT 1 [ RunTime:0.000266s ]
UPDATE `visitor_profile` SET `score` = '93' , `hit_count` = 31 WHERE ( `id` = 317873 ) [ RunTime:0.000242s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'deac9bb8eb55ad60242e59276c2f3816' AND `dim_type` = 'category' AND `dim_id` = 111 AND `keyword` = '' LIMIT 1 [ RunTime:0.000258s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'deac9bb8eb55ad60242e59276c2f3816' AND `dim_type` = 'tag' AND `dim_id` = 101 AND `keyword` = '' LIMIT 1 [ RunTime:0.000246s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'deac9bb8eb55ad60242e59276c2f3816' AND `dim_type` = 'tag' AND `dim_id` = 143 AND `keyword` = '' LIMIT 1 [ RunTime:0.000251s ]
UPDATE `visitor_profile` SET `score` = '15' , `hit_count` = 5 WHERE ( `id` = 318011 ) [ RunTime:0.000236s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'deac9bb8eb55ad60242e59276c2f3816' AND `dim_type` = 'tag' AND `dim_id` = 183 AND `keyword` = '' LIMIT 1 [ RunTime:0.000242s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'deac9bb8eb55ad60242e59276c2f3816' AND `dim_type` = 'tag' AND `dim_id` = 341 AND `keyword` = '' LIMIT 1 [ RunTime:0.000267s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'deac9bb8eb55ad60242e59276c2f3816' AND `dim_type` = 'tag' AND `dim_id` = 20 AND `keyword` = '' LIMIT 1 [ RunTime:0.000252s ]
UPDATE `visitor_profile` SET `score` = '15' , `hit_count` = 5 WHERE ( `id` = 318016 ) [ RunTime:0.000233s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'deac9bb8eb55ad60242e59276c2f3816' [ RunTime:0.000540s ]
SELECT `content_id` FROM `user_behavior` WHERE `visitor_id` = 'deac9bb8eb55ad60242e59276c2f3816' AND `content_id` > 0 AND `action` = 'click' LIMIT 500 [ RunTime:0.000929s ]
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`.`id` IN ('1311340','1311314','213965','1179306','648489','1083417','1083357','1289643','1289703','1137848','1137923','950736') ) AND `content`.`delete_time` IS NULL [ RunTime:0.000451s ]
SHOW FULL COLUMNS FROM `ab_stat` [ RunTime:0.000365s ]
SELECT * FROM `ab_stat` WHERE `stat_date` = '2026-06-09' AND `ab_group` = 'A' AND `scene` = 'detail' LIMIT 1 [ RunTime:0.000246s ]
UPDATE `ab_stat` SET `impressions` = 77851 WHERE ( `id` = 25 ) [ RunTime:0.000237s ]
SELECT `cat`.`id`,`cat`.`category_name` FROM `content_category` `cc` LEFT JOIN `category` `cat` ON `cat`.`id`=`cc`.`category_id` WHERE `cc`.`content_id` = '344874' AND `cc`.`delete_time` IS NULL AND `cat`.`delete_time` IS NULL AND `cat`.`status` = 'enable' [ RunTime:0.000285s ]
SHOW FULL COLUMNS FROM `content_source` [ RunTime:0.000341s ]
SELECT * FROM `content_source` WHERE `content_id` = 344874 AND `status` = 'enable' AND `url` <> '' ORDER BY `myorder` DESC,`id` ASC [ RunTime:0.000259s ]
SELECT `t`.`id`,`t`.`tag_name` FROM `content_tags` `ct` LEFT JOIN `tags` `t` ON `t`.`id`=`ct`.`tag_id` WHERE `ct`.`content_id` = '344874' AND `ct`.`delete_time` IS NULL AND `t`.`delete_time` IS NULL ORDER BY `t`.`tag_name` ASC [ RunTime:0.000313s ]
SELECT `category_id` FROM `content_category` WHERE `content_id` = 344874 AND `delete_time` IS NULL [ RunTime:0.000234s ]
SELECT `tag_id` FROM `content_tags` WHERE `content_id` = 344874 AND `delete_time` IS NULL [ RunTime:0.000227s ]
SHOW FULL COLUMNS FROM `content_covisit` [ RunTime:0.000317s ]
SELECT `related_id` FROM `content_covisit` WHERE `content_id` = 344874 ORDER BY `score` DESC LIMIT 12 [ RunTime:0.000224s ]
SELECT content_id FROM `content_tags` WHERE `tag_id` IN (101,143,183,341,20) AND `content_id` <> 344874 GROUP BY `content_id` ORDER BY COUNT(*) DESC,`content_id` DESC LIMIT 60 [ RunTime:0.099608s ]
SELECT `id` FROM `content` WHERE `id` IN (925251,923965,923650,923588,923178,922492,344856,344662,344540,344346,344302,344206,343565,343444,343394,343351,343318,343280,343173,343171,342972,342938,342783,342713,342694,342034,342024,341936,341693,341643,341572,341549,1027688,972528,957059,956429,955853,950087,949886,949334,925351,925283,925197,925167,925135,925095,925092,925091,925090,924977,924868,924802,924786,924716,924715,924714,924713,924707,924698,924626) AND `status` = 'enable' [ RunTime:0.000760s ]
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`.`id` IN ('925251','923965','923650','923588','923178','922492','344856','344662','344540','344346','344302','344206') ) AND `content`.`delete_time` IS NULL [ RunTime:0.000486s ]