SHOW FULL COLUMNS FROM `setting` [ RunTime:0.006101s ]
SHOW FULL COLUMNS FROM `category` [ RunTime:0.001832s ]
SELECT `id`,`category_name`,`myorder` FROM `category` WHERE ( `status` = 'enable' AND `parent_id` = 0 ) AND `category`.`delete_time` IS NULL [ RunTime:0.017380s ]
SHOW FULL COLUMNS FROM `content` [ RunTime:0.001572s ]
SELECT * FROM `content` WHERE ( `id` = 755331 AND `status` = 'enable' ) AND `content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000354s ]
UPDATE `content` SET `views` = `views` + 1 WHERE ( `id` = 755331 ) AND `content`.`delete_time` IS NULL [ RunTime:0.000347s ]
SHOW FULL COLUMNS FROM `content_category` [ RunTime:0.000452s ]
SELECT `category_id` FROM `content_category` WHERE `content_id` = 755331 AND `delete_time` IS NULL [ RunTime:0.000304s ]
SHOW FULL COLUMNS FROM `content_tags` [ RunTime:0.000404s ]
SELECT `tag_id` FROM `content_tags` WHERE `content_id` = 755331 AND `delete_time` IS NULL [ RunTime:0.000292s ]
SHOW FULL COLUMNS FROM `user_behavior` [ RunTime:0.000434s ]
SHOW FULL COLUMNS FROM `visitor_profile` [ RunTime:0.000418s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = '4b69324d6b6eeb20a6ca6dc757c0e204' AND `dim_type` = 'category' AND `dim_id` = 0 AND `keyword` = '' LIMIT 1 [ RunTime:0.000281s ]
UPDATE `visitor_profile` SET `score` = '332.999' , `hit_count` = 111 WHERE ( `id` = 629116 ) [ RunTime:0.000262s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = '4b69324d6b6eeb20a6ca6dc757c0e204' AND `dim_type` = 'category' AND `dim_id` = 60 AND `keyword` = '' LIMIT 1 [ RunTime:0.000275s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = '4b69324d6b6eeb20a6ca6dc757c0e204' AND `dim_type` = 'tag' AND `dim_id` = 53 AND `keyword` = '' LIMIT 1 [ RunTime:0.000271s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = '4b69324d6b6eeb20a6ca6dc757c0e204' AND `dim_type` = 'tag' AND `dim_id` = 149 AND `keyword` = '' LIMIT 1 [ RunTime:0.000274s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = '4b69324d6b6eeb20a6ca6dc757c0e204' AND `dim_type` = 'tag' AND `dim_id` = 129 AND `keyword` = '' LIMIT 1 [ RunTime:0.000261s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = '4b69324d6b6eeb20a6ca6dc757c0e204' AND `dim_type` = 'tag' AND `dim_id` = 231 AND `keyword` = '' LIMIT 1 [ RunTime:0.000276s ]
UPDATE `visitor_profile` SET `score` = '42' , `hit_count` = 14 WHERE ( `id` = 629309 ) [ RunTime:0.000253s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = '4b69324d6b6eeb20a6ca6dc757c0e204' AND `dim_type` = 'tag' AND `dim_id` = 339 AND `keyword` = '' LIMIT 1 [ RunTime:0.000279s ]
UPDATE `visitor_profile` SET `score` = '62.9999' , `hit_count` = 21 WHERE ( `id` = 629288 ) [ RunTime:0.000252s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = '4b69324d6b6eeb20a6ca6dc757c0e204' AND `dim_type` = 'tag' AND `dim_id` = 7 AND `keyword` = '' LIMIT 1 [ RunTime:0.000273s ]
UPDATE `visitor_profile` SET `score` = '42' , `hit_count` = 14 WHERE ( `id` = 629311 ) [ RunTime:0.000254s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = '4b69324d6b6eeb20a6ca6dc757c0e204' AND `dim_type` = 'tag' AND `dim_id` = 3 AND `keyword` = '' LIMIT 1 [ RunTime:0.000289s ]
UPDATE `visitor_profile` SET `score` = '54' , `hit_count` = 18 WHERE ( `id` = 629277 ) [ RunTime:0.000253s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = '4b69324d6b6eeb20a6ca6dc757c0e204' [ RunTime:0.001243s ]
SELECT `content_id` FROM `user_behavior` WHERE `visitor_id` = '4b69324d6b6eeb20a6ca6dc757c0e204' AND `content_id` > 0 AND `action` = 'click' LIMIT 500 [ RunTime:0.001822s ]
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 ('655167','1311299','369784','1069488','888317','1083350','1272911','417331','1069278','1292198','175141','1289714') ) AND `content`.`delete_time` IS NULL [ RunTime:0.000537s ]
SHOW FULL COLUMNS FROM `ab_stat` [ RunTime:0.000467s ]
SELECT * FROM `ab_stat` WHERE `stat_date` = '2026-06-09' AND `ab_group` = 'A' AND `scene` = 'detail' LIMIT 1 [ RunTime:0.000258s ]
UPDATE `ab_stat` SET `impressions` = 150954 WHERE ( `id` = 25 ) [ RunTime:0.000244s ]
SELECT `cat`.`id`,`cat`.`category_name` FROM `content_category` `cc` LEFT JOIN `category` `cat` ON `cat`.`id`=`cc`.`category_id` WHERE `cc`.`content_id` = '755331' AND `cc`.`delete_time` IS NULL AND `cat`.`delete_time` IS NULL AND `cat`.`status` = 'enable' [ RunTime:0.000332s ]
SHOW FULL COLUMNS FROM `content_source` [ RunTime:0.000458s ]
SELECT * FROM `content_source` WHERE `content_id` = 755331 AND `status` = 'enable' AND `url` <> '' ORDER BY `myorder` DESC,`id` ASC [ RunTime:0.000295s ]
SELECT `t`.`id`,`t`.`tag_name` FROM `content_tags` `ct` LEFT JOIN `tags` `t` ON `t`.`id`=`ct`.`tag_id` WHERE `ct`.`content_id` = '755331' AND `ct`.`delete_time` IS NULL AND `t`.`delete_time` IS NULL ORDER BY `t`.`tag_name` ASC [ RunTime:0.000373s ]
SELECT `category_id` FROM `content_category` WHERE `content_id` = 755331 AND `delete_time` IS NULL [ RunTime:0.000263s ]
SELECT `tag_id` FROM `content_tags` WHERE `content_id` = 755331 AND `delete_time` IS NULL [ RunTime:0.000259s ]
SHOW FULL COLUMNS FROM `content_covisit` [ RunTime:0.000411s ]
SELECT `related_id` FROM `content_covisit` WHERE `content_id` = 755331 ORDER BY `score` DESC LIMIT 12 [ RunTime:0.000243s ]
SELECT content_id FROM `content_tags` WHERE `tag_id` IN (53,149,129,231,339,7,3) AND `content_id` <> 755331 GROUP BY `content_id` ORDER BY COUNT(*) DESC,`content_id` DESC LIMIT 60 [ RunTime:0.920995s ]
SELECT `id` FROM `content` WHERE `id` IN (1060686,1033126,913186,825508,759359,752113,1083399,1082124,1081956,1081877,1081643,1081015,1080963,1072774,1059320,1057099,1043861,935440,912428,910978,870174,825392,799347,799021,796619,779245,758933,755501,755491,755434,755401,755369,755352,755340,755333,755329,755327,755287,755269,755239,755226,755199,755182,755160,755147,755116,755111,755046,755031,755020,754977,754952,754950,754905,754901,754892,754882,754863,754791,754785) AND `status` = 'enable' [ RunTime:0.008284s ]
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 ('1060686','1033126','913186','825508','759359','752113','1083399','1082124','1081956','1081877','1081643','1081015') ) AND `content`.`delete_time` IS NULL [ RunTime:0.000459s ]