SHOW FULL COLUMNS FROM `setting` [ RunTime:0.000505s ]
SHOW FULL COLUMNS FROM `category` [ RunTime:0.000483s ]
SELECT `id`,`category_name`,`myorder` FROM `category` WHERE ( `status` = 'enable' AND `parent_id` = 0 ) AND `category`.`delete_time` IS NULL [ RunTime:0.000447s ]
SHOW FULL COLUMNS FROM `content` [ RunTime:0.007426s ]
SELECT * FROM `content` WHERE ( `id` = 98617 AND `status` = 'enable' ) AND `content`.`delete_time` IS NULL LIMIT 1 [ RunTime:0.000348s ]
UPDATE `content` SET `views` = `views` + 1 WHERE ( `id` = 98617 ) AND `content`.`delete_time` IS NULL [ RunTime:0.000360s ]
SHOW FULL COLUMNS FROM `content_category` [ RunTime:0.000411s ]
SELECT `category_id` FROM `content_category` WHERE `content_id` = 98617 AND `delete_time` IS NULL [ RunTime:0.000268s ]
SHOW FULL COLUMNS FROM `content_tags` [ RunTime:0.000386s ]
SELECT `tag_id` FROM `content_tags` WHERE `content_id` = 98617 AND `delete_time` IS NULL [ RunTime:0.000282s ]
SHOW FULL COLUMNS FROM `user_behavior` [ RunTime:0.000417s ]
SHOW FULL COLUMNS FROM `visitor_profile` [ RunTime:0.000416s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' AND `dim_type` = 'category' AND `dim_id` = 0 AND `keyword` = '' LIMIT 1 [ RunTime:0.000281s ]
UPDATE `visitor_profile` SET `score` = '251.9994' , `hit_count` = 84 WHERE ( `id` = 353258 ) [ RunTime:0.000262s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' AND `dim_type` = 'category' AND `dim_id` = 33 AND `keyword` = '' LIMIT 1 [ RunTime:0.000254s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' AND `dim_type` = 'tag' AND `dim_id` = 33 AND `keyword` = '' LIMIT 1 [ RunTime:0.000271s ]
UPDATE `visitor_profile` SET `score` = '51' , `hit_count` = 17 WHERE ( `id` = 353366 ) [ RunTime:0.000248s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' AND `dim_type` = 'tag' AND `dim_id` = 65 AND `keyword` = '' LIMIT 1 [ RunTime:0.000281s ]
UPDATE `visitor_profile` SET `score` = '18' , `hit_count` = 6 WHERE ( `id` = 353375 ) [ RunTime:0.000244s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' AND `dim_type` = 'tag' AND `dim_id` = 218 AND `keyword` = '' LIMIT 1 [ RunTime:0.000258s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' AND `dim_type` = 'tag' AND `dim_id` = 242 AND `keyword` = '' LIMIT 1 [ RunTime:0.000269s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' AND `dim_type` = 'tag' AND `dim_id` = 316 AND `keyword` = '' LIMIT 1 [ RunTime:0.000269s ]
UPDATE `visitor_profile` SET `score` = '42' , `hit_count` = 14 WHERE ( `id` = 353442 ) [ RunTime:0.000250s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' AND `dim_type` = 'tag' AND `dim_id` = 4 AND `keyword` = '' LIMIT 1 [ RunTime:0.000270s ]
UPDATE `visitor_profile` SET `score` = '75' , `hit_count` = 25 WHERE ( `id` = 353383 ) [ RunTime:0.000248s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' AND `dim_type` = 'tag' AND `dim_id` = 317 AND `keyword` = '' LIMIT 1 [ RunTime:0.000272s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' AND `dim_type` = 'tag' AND `dim_id` = 111 AND `keyword` = '' LIMIT 1 [ RunTime:0.000299s ]
UPDATE `visitor_profile` SET `score` = '21' , `hit_count` = 7 WHERE ( `id` = 353385 ) [ RunTime:0.000249s ]
SELECT * FROM `visitor_profile` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' [ RunTime:0.001051s ]
SELECT `content_id` FROM `user_behavior` WHERE `visitor_id` = 'b4cef9349c06c60b0ac0eebe72564f7c' AND `content_id` > 0 AND `action` = 'click' LIMIT 500 [ RunTime:0.001682s ]
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 ('1292229','970673','808237','1069683','1069588','1069608','1071069','1069409','1179306','1179309','1311340','369082') ) AND `content`.`delete_time` IS NULL [ RunTime:0.000548s ]
SHOW FULL COLUMNS FROM `ab_stat` [ RunTime:0.000465s ]
SELECT * FROM `ab_stat` WHERE `stat_date` = '2026-06-09' AND `ab_group` = 'B' AND `scene` = 'detail' LIMIT 1 [ RunTime:0.002517s ]
UPDATE `ab_stat` SET `impressions` = 87333 WHERE ( `id` = 24 ) [ RunTime:0.000349s ]
SELECT `cat`.`id`,`cat`.`category_name` FROM `content_category` `cc` LEFT JOIN `category` `cat` ON `cat`.`id`=`cc`.`category_id` WHERE `cc`.`content_id` = '98617' AND `cc`.`delete_time` IS NULL AND `cat`.`delete_time` IS NULL AND `cat`.`status` = 'enable' [ RunTime:0.000450s ]
SHOW FULL COLUMNS FROM `content_source` [ RunTime:0.000495s ]
SELECT * FROM `content_source` WHERE `content_id` = 98617 AND `status` = 'enable' AND `url` <> '' ORDER BY `myorder` DESC,`id` ASC [ RunTime:0.000351s ]
SELECT `t`.`id`,`t`.`tag_name` FROM `content_tags` `ct` LEFT JOIN `tags` `t` ON `t`.`id`=`ct`.`tag_id` WHERE `ct`.`content_id` = '98617' AND `ct`.`delete_time` IS NULL AND `t`.`delete_time` IS NULL ORDER BY `t`.`tag_name` ASC [ RunTime:0.000441s ]
SELECT `category_id` FROM `content_category` WHERE `content_id` = 98617 AND `delete_time` IS NULL [ RunTime:0.000272s ]
SELECT `tag_id` FROM `content_tags` WHERE `content_id` = 98617 AND `delete_time` IS NULL [ RunTime:0.000249s ]
SHOW FULL COLUMNS FROM `content_covisit` [ RunTime:0.000372s ]
SELECT `related_id` FROM `content_covisit` WHERE `content_id` = 98617 ORDER BY `score` DESC LIMIT 12 [ RunTime:0.000231s ]
SELECT content_id FROM `content_tags` WHERE `tag_id` IN (33,65,218,242,316,4,317,111) AND `content_id` <> 98617 GROUP BY `content_id` ORDER BY COUNT(*) DESC,`content_id` DESC LIMIT 60 [ RunTime:0.442792s ]
SELECT `id` FROM `content` WHERE `id` IN (494309,216101,215745,32786,965770,772495,667075,625778,549206,545903,539731,507798,503544,494976,493425,416706,400643,368742,364000,342156,337209,337203,337182,337096,336021,335439,335223,335154,334902,334374,310231,302666,277592,266534,227768,227694,227529,227349,227159,226974,226948,226817,226758,226663,226658,226581,225998,225900,225785,224874,224699,224629,216883,216876,216803,216787,216780,216703,216698,216625) AND `status` = 'enable' [ RunTime:0.001559s ]
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 ('494309','216101','215745','32786','965770','772495','667075','625778','549206','545903','539731','507798') ) AND `content`.`delete_time` IS NULL [ RunTime:0.000941s ]