SHOW FULL COLUMNS FROM `visit_log` [ RunTime:0.001425s ]
INSERT INTO `visit_log` SET `ip` = '216.73.216.20' , `useragent` = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' , `reffer` = '' , `host` = 'https://www.ic118.com/stock&keyword=C1206C106K3PAC-TU' [ RunTime:0.001923s ]
SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.001837s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.004972s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.001401s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.216.20' ) [ RunTime:0.000295s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.000940s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.000219s ]
SHOW FULL COLUMNS FROM `stock_search` [ RunTime:0.001134s ]
SELECT * FROM `stock_search` WHERE `partno` = 'C1206C106K3PAC-TU' LIMIT 1 [ RunTime:0.006981s ]
UPDATE `stock_search` SET `count` = 6410 , `updatetime` = '2026-06-14 22:36:15' WHERE `partno` = 'C1206C106K3PAC-TU' [ RunTime:0.016526s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.001201s ]
SELECT `s`.`id`,`s`.`userid`,`s`.`status`,`havePdf`,`categoryid`,`categories`,`minOrderPrice`,`minOrderQuantity`,`deliveryNum`,`sellNum`,`stockNum`,`code`,`partno`,`brand`,`package`,`imgurl`,`note`,`description`,`expiretime`,`pdfurl`,`t`.`name` FROM `stock` `s` LEFT JOIN `product_type` `t` ON `t`.`id`=`s`.`categoryid` WHERE ( `lockUser` = 0 AND `isDisplay` = 1 AND ( `partno` LIKE 'C1206C106K3PAC-TU%' OR `brand` LIKE 'C1206C106K3PAC-TU%' ) AND `s`.`status` <> '2' ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.005072s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.003256s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 16463 LIMIT 4 [ RunTime:0.000423s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.005671s ]
SELECT * FROM `stock_price` WHERE `stockid` = 16463 ORDER BY `minOrder` ASC [ RunTime:0.004784s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.002410s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 16463 ORDER BY `unit` DESC [ RunTime:0.005390s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.000957s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 16463 LIMIT 2 [ RunTime:0.000624s ]
SELECT * FROM `stock_price` WHERE `stockid` = 16463 ORDER BY `minOrder` ASC [ RunTime:0.001763s ]
select * from pdf where partno='C1206C106K3PAC-TU' and brandshort='KEMET' limit 1 [ RunTime:0.008863s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.002349s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'C1206C106K3PAC-TU' OR `brand` LIKE 'KEMET%' ) ) LIMIT 1 [ RunTime:0.013529s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 15443 LIMIT 4 [ RunTime:0.004522s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15443 ORDER BY `minOrder` ASC [ RunTime:0.009897s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 15443 ORDER BY `unit` DESC [ RunTime:0.004669s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 15443 LIMIT 2 [ RunTime:0.006024s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15443 ORDER BY `minOrder` ASC [ RunTime:0.000559s ]
select * from pdf where partno='C1206C106K3PAC-TU' and brandshort='KEMET' limit 1 [ RunTime:0.000332s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'C1206C106K3PAC-TU' OR `brand` LIKE 'KEMET%' ) ) LIMIT 1 [ RunTime:0.000230s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 3104 LIMIT 4 [ RunTime:0.000390s ]
SELECT * FROM `stock_price` WHERE `stockid` = 3104 ORDER BY `minOrder` ASC [ RunTime:0.003890s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 3104 ORDER BY `unit` DESC [ RunTime:0.000348s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 3104 LIMIT 2 [ RunTime:0.000612s ]
SELECT * FROM `stock_price` WHERE `stockid` = 3104 ORDER BY `minOrder` ASC [ RunTime:0.000206s ]
select * from pdf where partno='C1206C106K3PAC-TU' and brandshort='KEMET' limit 1 [ RunTime:0.000297s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'C1206C106K3PAC-TU' OR `brand` LIKE 'KEMET%' ) ) LIMIT 1 [ RunTime:0.000211s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` LEFT JOIN `product_type` `t` ON `t`.`id`=`s`.`categoryid` WHERE ( `lockUser` = 0 AND `isDisplay` = 1 AND ( `partno` LIKE 'C1206C106K3PAC-TU%' OR `brand` LIKE 'C1206C106K3PAC-TU%' ) AND `s`.`status` <> '2' ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.001599s ]
SELECT brand, count(*) as count FROM ( SELECT `brand` FROM `stock` `s` WHERE ( `lockUser` = 0 AND `isDisplay` = 1 AND ( `partno` LIKE 'C1206C106K3PAC-TU%' OR `brand` LIKE 'C1206C106K3PAC-TU%' ) AND `s`.`status` <> '2' ) LIMIT 3 ) tmp GROUP BY `brand` [ RunTime:0.002002s ]
SELECT DISTINCT `categoryid` FROM `stock` `s` WHERE ( `lockUser` = 0 AND `isDisplay` = 1 AND ( `partno` LIKE 'C1206C106K3PAC-TU%' OR `brand` LIKE 'C1206C106K3PAC-TU%' ) AND `s`.`status` <> '2' ) AND `categoryid` > 0 LIMIT 3 [ RunTime:0.014325s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 16 [ RunTime:0.011498s ]