SHOW FULL COLUMNS FROM `setting` [ RunTime:0.000455s ]
SHOW FULL COLUMNS FROM `category` [ RunTime:0.000466s ]
SELECT `id`,`category_name`,`myorder` FROM `category` WHERE ( `status` = 'enable' AND `parent_id` = 0 ) AND `category`.`delete_time` IS NULL [ RunTime:0.000430s ]
SHOW FULL COLUMNS FROM `content` [ RunTime:0.000537s ]
SELECT * FROM `content` WHERE ( `id` = 726573 AND `status` = 'enable' ) AND `content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000320s ]
SHOW FULL COLUMNS FROM `content_i18n` [ RunTime:0.000395s ]
SELECT `title`,`content_id` FROM `content_i18n` WHERE `lang` = 'zh-cn' AND `content_id` = '726573' [ RunTime:0.000242s ]
SHOW FULL COLUMNS FROM `visitor_profile` [ RunTime:0.000345s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b6e57270ac53d0f4fe5319acab1c5c05' AND `dim_type` = 'category' AND `dim_id` = 0 AND `keyword` = '' LIMIT 1 [ RunTime:0.000260s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b6e57270ac53d0f4fe5319acab1c5c05' AND `dim_type` = 'category' AND `dim_id` = 52 AND `keyword` = '' LIMIT 1 [ RunTime:0.000300s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b6e57270ac53d0f4fe5319acab1c5c05' AND `dim_type` = 'tag' AND `dim_id` = 47 AND `keyword` = '' LIMIT 1 [ RunTime:0.000252s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b6e57270ac53d0f4fe5319acab1c5c05' AND `dim_type` = 'tag' AND `dim_id` = 52 AND `keyword` = '' LIMIT 1 [ RunTime:0.000253s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b6e57270ac53d0f4fe5319acab1c5c05' AND `dim_type` = 'tag' AND `dim_id` = 247 AND `keyword` = '' LIMIT 1 [ RunTime:0.000263s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b6e57270ac53d0f4fe5319acab1c5c05' AND `dim_type` = 'tag' AND `dim_id` = 67 AND `keyword` = '' LIMIT 1 [ RunTime:0.000253s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b6e57270ac53d0f4fe5319acab1c5c05' AND `dim_type` = 'tag' AND `dim_id` = 6 AND `keyword` = '' LIMIT 1 [ RunTime:0.000249s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b6e57270ac53d0f4fe5319acab1c5c05' [ RunTime:0.000306s ]
SELECT `content_id` FROM `user_behavior` WHERE `visitor_id` = 'b6e57270ac53d0f4fe5319acab1c5c05' AND `content_id` > 0 AND `action` = 'click' LIMIT 500 [ RunTime:0.000321s ]
SELECT `c`.`id` FROM `content` `c` INNER JOIN `content_category` `r` ON `c`.`id`=`r`.`content_id` WHERE `c`.`status` = 'enable' AND `r`.`category_id` = '52' ORDER BY `c`.`id` DESC LIMIT 120 [ RunTime:0.041951s ]
SELECT `c`.`id` FROM `content` `c` INNER JOIN `content_category` `r` ON `c`.`id`=`r`.`content_id` WHERE `c`.`status` = 'enable' AND `r`.`category_id` = '52' ORDER BY `c`.`views` DESC,`c`.`id` DESC LIMIT 120 [ RunTime:0.042316s ]
SELECT `c`.`id` FROM `content` `c` INNER JOIN `content_tags` `r` ON `c`.`id`=`r`.`content_id` WHERE `c`.`status` = 'enable' AND `r`.`tag_id` = '47' ORDER BY `c`.`id` DESC LIMIT 120 [ RunTime:0.031615s ]
SELECT `c`.`id` FROM `content` `c` INNER JOIN `content_tags` `r` ON `c`.`id`=`r`.`content_id` WHERE `c`.`status` = 'enable' AND `r`.`tag_id` = '47' ORDER BY `c`.`views` DESC,`c`.`id` DESC LIMIT 120 [ RunTime:0.031999s ]
SELECT `c`.`id` FROM `content` `c` INNER JOIN `content_tags` `r` ON `c`.`id`=`r`.`content_id` WHERE `c`.`status` = 'enable' AND `r`.`tag_id` = '52' ORDER BY `c`.`id` DESC LIMIT 120 [ RunTime:0.121939s ]
SELECT `c`.`id` FROM `content` `c` INNER JOIN `content_tags` `r` ON `c`.`id`=`r`.`content_id` WHERE `c`.`status` = 'enable' AND `r`.`tag_id` = '52' ORDER BY `c`.`views` DESC,`c`.`id` DESC LIMIT 120 [ RunTime:0.117968s ]
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 ('1247161','1247156','727245','1289676','657167','1247178','1247223','1082582','182002','1069093','1069778','725327') ) AND `content`.`delete_time` IS NULL [ RunTime:0.000606s ]
SELECT `title`,`content_id` FROM `content_i18n` WHERE `lang` = 'zh-cn' AND `content_id` IN ('1247161','1247156','727245','1289676','657167','1247178','1247223','1082582','182002','1069093','1069778','725327') [ RunTime:0.000433s ]
SHOW FULL COLUMNS FROM `ab_stat` [ RunTime:0.000419s ]
SELECT * FROM `ab_stat` WHERE `stat_date` = '2026-06-09' AND `ab_group` = 'B' AND `scene` = 'detail' LIMIT 1 [ RunTime:0.000262s ]
UPDATE `ab_stat` SET `impressions` = 223782 WHERE ( `id` = 24 ) [ RunTime:0.000235s ]
SELECT `cat`.`id`,`cat`.`category_name` FROM `content_category` `cc` LEFT JOIN `category` `cat` ON `cat`.`id`=`cc`.`category_id` WHERE `cc`.`content_id` = '726573' AND `cc`.`delete_time` IS NULL AND `cat`.`delete_time` IS NULL AND `cat`.`status` = 'enable' [ RunTime:0.000329s ]
SHOW FULL COLUMNS FROM `content_source` [ RunTime:0.000414s ]
SELECT * FROM `content_source` WHERE `content_id` = 726573 AND `status` = 'enable' AND `url` <> '' ORDER BY `myorder` DESC,`id` ASC [ RunTime:0.000288s ]
SELECT `t`.`id`,`t`.`tag_name` FROM `content_tags` `ct` LEFT JOIN `tags` `t` ON `t`.`id`=`ct`.`tag_id` WHERE `ct`.`content_id` = '726573' AND `ct`.`delete_time` IS NULL AND `t`.`delete_time` IS NULL ORDER BY `t`.`tag_name` ASC [ RunTime:0.000366s ]
SELECT `category_id` FROM `content_category` WHERE `content_id` = 726573 AND `delete_time` IS NULL [ RunTime:0.000260s ]
SELECT `tag_id` FROM `content_tags` WHERE `content_id` = 726573 AND `delete_time` IS NULL [ RunTime:0.000253s ]
SHOW FULL COLUMNS FROM `content_covisit` [ RunTime:0.000388s ]
SELECT `related_id` FROM `content_covisit` WHERE `content_id` = 726573 ORDER BY `score` DESC LIMIT 12 [ RunTime:0.000242s ]
SELECT content_id FROM `content_tags` WHERE `tag_id` IN (47,52,247,67,6) AND `content_id` <> 726573 GROUP BY `content_id` ORDER BY COUNT(*) DESC,`content_id` DESC LIMIT 60 [ RunTime:0.239702s ]
SELECT `id` FROM `content` WHERE `id` IN (727045,911547,765647,749452,748096,727415,727414,727413,727407,727373,727355,727349,727260,727251,727216,727160,727035,727026,727016,726888,726839,726829,726779,726747,726723,726719,726700,726692,726640,726548,726479,726458,726454,726431,726427,726388,726387,726386,726361,726334,726328,726324,726248,726232,726182,726168,726111,726092,726078,726051,726025,725936,725935,725926,725906,725809,725803,725795,725791,725780) AND `status` = 'enable' [ RunTime:0.000734s ]
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 ('727045','911547','765647','749452','748096','727415','727414','727413','727407','727373','727355','727349') ) AND `content`.`delete_time` IS NULL [ RunTime:0.000510s ]
SELECT `title`,`content_id` FROM `content_i18n` WHERE `lang` = 'zh-cn' AND `content_id` IN ('727045','911547','765647','749452','748096','727415','727414','727413','727407','727373','727355','727349') [ RunTime:0.000417s ]