SHOW FULL COLUMNS FROM `visit_log` [ RunTime:0.001511s ]
INSERT INTO `visit_log` SET `ip` = '216.73.217.83' , `useragent` = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' , `reffer` = '' [ RunTime:0.009919s ]
SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.001392s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.008149s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.001440s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.217.83' ) [ RunTime:0.023074s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.001662s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.022328s ]
SHOW FULL COLUMNS FROM `stock_search` [ RunTime:0.001045s ]
SELECT * FROM `stock_search` WHERE `partno` = '210' LIMIT 1 [ RunTime:0.043182s ]
UPDATE `stock_search` SET `count` = 4123 , `updatetime` = '2026-06-08 16:46:49' WHERE `partno` = '210' [ RunTime:0.049099s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 0 LIMIT 1 [ RunTime:0.038270s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` = 0 [ RunTime:0.043105s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,800,1068,1296,1456,1822,1929,2017,2101,2342,2393,2475,2518,2568) [ RunTime:0.014009s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.002593s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` WHERE ( `partno` LIKE '210%' AND `status` <> 2 ) AND `u`.`lockUser` = '0' [ RunTime:0.054688s ]
SELECT `s`.`id` FROM `stock` `s` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` WHERE `u`.`lockUser` = '0' AND ( (s.isDisplay = 1) ) AND ( `partno` LIKE '210%' AND `status` <> 2 ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 1240,20 [ RunTime:0.118938s ]
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` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` LEFT JOIN `product_type` `t` ON `t`.`id`=`s`.`categoryid` WHERE `u`.`lockUser` = '0' AND ( (s.isDisplay = 1) ) AND `s`.`id` IN ('11998721','10819945','36771696','34404058','34322314','34322088','33453351','15440332','13257656','12614032','13317448','13317122','10834079','33837152','32211013','13317169','12619398','34401777','34322197','33303158') ORDER BY FIELD(s.id, 11998721,10819945,36771696,34404058,34322314,34322088,33453351,15440332,13257656,12614032,13317448,13317122,10834079,33837152,32211013,13317169,12619398,34401777,34322197,33303158) [ RunTime:0.085733s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.001776s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 11998721 LIMIT 4 [ RunTime:0.034890s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.002379s ]
SELECT * FROM `stock_price` WHERE `stockid` = 11998721 ORDER BY `minOrder` ASC [ RunTime:0.021790s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.048637s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 11998721 ORDER BY `unit` DESC [ RunTime:0.053712s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.002086s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 11998721 LIMIT 2 [ RunTime:0.034957s ]
SELECT * FROM `stock_price` WHERE `stockid` = 11998721 ORDER BY `minOrder` ASC [ RunTime:0.011342s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 10819945 LIMIT 4 [ RunTime:0.035998s ]
SELECT * FROM `stock_price` WHERE `stockid` = 10819945 ORDER BY `minOrder` ASC [ RunTime:0.017642s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 10819945 ORDER BY `unit` DESC [ RunTime:0.018365s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 10819945 LIMIT 2 [ RunTime:0.011494s ]
SELECT * FROM `stock_price` WHERE `stockid` = 10819945 ORDER BY `minOrder` ASC [ RunTime:0.035247s ]
select * from pdf where partno='21033191801' and brandshort='HARTING' limit 1 [ RunTime:0.018281s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 36771696 LIMIT 4 [ RunTime:0.009315s ]
SELECT * FROM `stock_price` WHERE `stockid` = 36771696 ORDER BY `minOrder` ASC [ RunTime:0.040449s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 36771696 ORDER BY `unit` DESC [ RunTime:0.083998s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 36771696 LIMIT 2 [ RunTime:0.008210s ]
SELECT * FROM `stock_price` WHERE `stockid` = 36771696 ORDER BY `minOrder` ASC [ RunTime:0.000689s ]
select * from pdf where partno='2108-1032-SS' and brandshort='RAF Electronic Hardware' limit 1 [ RunTime:0.022653s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.003569s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '2108-1032-SS' OR `brand` LIKE 'RAF Electronic Hardware%' ) ) LIMIT 1 [ RunTime:0.022161s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 34404058 LIMIT 4 [ RunTime:0.010738s ]
SELECT * FROM `stock_price` WHERE `stockid` = 34404058 ORDER BY `minOrder` ASC [ RunTime:0.042140s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 34404058 ORDER BY `unit` DESC [ RunTime:0.053161s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 34404058 LIMIT 2 [ RunTime:0.003125s ]
SELECT * FROM `stock_price` WHERE `stockid` = 34404058 ORDER BY `minOrder` ASC [ RunTime:0.027015s ]
select * from pdf where partno='21033112510' and brandshort='HARTING' limit 1 [ RunTime:0.040671s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '21033112510' OR `brand` LIKE 'HARTING%' ) ) LIMIT 1 [ RunTime:0.006365s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 34322314 LIMIT 4 [ RunTime:0.028221s ]
SELECT * FROM `stock_price` WHERE `stockid` = 34322314 ORDER BY `minOrder` ASC [ RunTime:0.028264s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 34322314 ORDER BY `unit` DESC [ RunTime:0.024940s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 34322314 LIMIT 2 [ RunTime:0.018761s ]
SELECT * FROM `stock_price` WHERE `stockid` = 34322314 ORDER BY `minOrder` ASC [ RunTime:0.024841s ]
select * from pdf where partno='210-13-306-41-001000' and brandshort='Mill-Max Manufacturing Corp.' limit 1 [ RunTime:0.068200s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '210-13-306-41-001000' OR `brand` LIKE 'Mill-Max Manufacturing Corp.%' ) ) LIMIT 1 [ RunTime:0.005392s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 34322088 LIMIT 4 [ RunTime:0.015431s ]
SELECT * FROM `stock_price` WHERE `stockid` = 34322088 ORDER BY `minOrder` ASC [ RunTime:0.020962s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 34322088 ORDER BY `unit` DESC [ RunTime:0.010046s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 34322088 LIMIT 2 [ RunTime:0.015760s ]
SELECT * FROM `stock_price` WHERE `stockid` = 34322088 ORDER BY `minOrder` ASC [ RunTime:0.021873s ]
select * from pdf where partno='210-43-306-41-001000' and brandshort='Mill-Max Manufacturing Corp.' limit 1 [ RunTime:0.021186s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '210-43-306-41-001000' OR `brand` LIKE 'Mill-Max Manufacturing Corp.%' ) ) LIMIT 1 [ RunTime:0.016330s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 33453351 LIMIT 4 [ RunTime:0.001316s ]
SELECT * FROM `stock_price` WHERE `stockid` = 33453351 ORDER BY `minOrder` ASC [ RunTime:0.021875s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 33453351 ORDER BY `unit` DESC [ RunTime:0.003408s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 33453351 LIMIT 2 [ RunTime:0.004453s ]
SELECT * FROM `stock_price` WHERE `stockid` = 33453351 ORDER BY `minOrder` ASC [ RunTime:0.015839s ]
select * from pdf where partno='21011009931' and brandshort='HARTING' limit 1 [ RunTime:0.020668s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '21011009931' OR `brand` LIKE 'HARTING%' ) ) LIMIT 1 [ RunTime:0.004032s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 15440332 LIMIT 4 [ RunTime:0.008146s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15440332 ORDER BY `minOrder` ASC [ RunTime:0.022120s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 15440332 ORDER BY `unit` DESC [ RunTime:0.012552s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 15440332 LIMIT 2 [ RunTime:0.014394s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15440332 ORDER BY `minOrder` ASC [ RunTime:0.013994s ]
select * from pdf where partno='21011009931' and brandshort='HARTING' limit 1 [ RunTime:0.027082s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 13257656 LIMIT 4 [ RunTime:0.013889s ]
SELECT * FROM `stock_price` WHERE `stockid` = 13257656 ORDER BY `minOrder` ASC [ RunTime:0.042912s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 13257656 ORDER BY `unit` DESC [ RunTime:0.017138s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 13257656 LIMIT 2 [ RunTime:0.027922s ]
SELECT * FROM `stock_price` WHERE `stockid` = 13257656 ORDER BY `minOrder` ASC [ RunTime:0.014598s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 12614032 LIMIT 4 [ RunTime:0.028927s ]
SELECT * FROM `stock_price` WHERE `stockid` = 12614032 ORDER BY `minOrder` ASC [ RunTime:0.063240s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 12614032 ORDER BY `unit` DESC [ RunTime:0.038306s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 12614032 LIMIT 2 [ RunTime:0.014578s ]
SELECT * FROM `stock_price` WHERE `stockid` = 12614032 ORDER BY `minOrder` ASC [ RunTime:0.023390s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 13317448 LIMIT 4 [ RunTime:0.026964s ]
SELECT * FROM `stock_price` WHERE `stockid` = 13317448 ORDER BY `minOrder` ASC [ RunTime:0.069671s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 13317448 ORDER BY `unit` DESC [ RunTime:0.013924s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 13317448 LIMIT 2 [ RunTime:0.050986s ]
SELECT * FROM `stock_price` WHERE `stockid` = 13317448 ORDER BY `minOrder` ASC [ RunTime:0.034145s ]
select * from pdf where partno='2109-440-AL' and brandshort='RAF Electronic Hardware' limit 1 [ RunTime:0.028848s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 13317122 LIMIT 4 [ RunTime:0.025181s ]
SELECT * FROM `stock_price` WHERE `stockid` = 13317122 ORDER BY `minOrder` ASC [ RunTime:0.019775s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 13317122 ORDER BY `unit` DESC [ RunTime:0.038612s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 13317122 LIMIT 2 [ RunTime:0.010095s ]
SELECT * FROM `stock_price` WHERE `stockid` = 13317122 ORDER BY `minOrder` ASC [ RunTime:0.014782s ]
select * from pdf where partno='2108-832-SS' and brandshort='RAF Electronic Hardware' limit 1 [ RunTime:0.018186s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 10834079 LIMIT 4 [ RunTime:0.081551s ]
SELECT * FROM `stock_price` WHERE `stockid` = 10834079 ORDER BY `minOrder` ASC [ RunTime:0.050825s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 10834079 ORDER BY `unit` DESC [ RunTime:0.030177s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 10834079 LIMIT 2 [ RunTime:0.028588s ]
SELECT * FROM `stock_price` WHERE `stockid` = 10834079 ORDER BY `minOrder` ASC [ RunTime:0.085511s ]
select * from pdf where partno='21021451430' and brandshort='HARTING' limit 1 [ RunTime:0.041553s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 33837152 LIMIT 4 [ RunTime:0.031564s ]
SELECT * FROM `stock_price` WHERE `stockid` = 33837152 ORDER BY `minOrder` ASC [ RunTime:0.068642s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 33837152 ORDER BY `unit` DESC [ RunTime:0.058253s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 33837152 LIMIT 2 [ RunTime:0.009731s ]
SELECT * FROM `stock_price` WHERE `stockid` = 33837152 ORDER BY `minOrder` ASC [ RunTime:0.013806s ]
select * from pdf where partno='21033816402' and brandshort='HARTING' limit 1 [ RunTime:0.047983s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '21033816402' OR `brand` LIKE 'HARTING%' ) ) LIMIT 1 [ RunTime:0.006516s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 32211013 LIMIT 4 [ RunTime:0.013750s ]
SELECT * FROM `stock_price` WHERE `stockid` = 32211013 ORDER BY `minOrder` ASC [ RunTime:0.023821s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 32211013 ORDER BY `unit` DESC [ RunTime:0.026524s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 32211013 LIMIT 2 [ RunTime:0.000593s ]
SELECT * FROM `stock_price` WHERE `stockid` = 32211013 ORDER BY `minOrder` ASC [ RunTime:0.003902s ]
select * from pdf where partno='2101' and brandshort='visaton' limit 1 [ RunTime:0.016665s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '2101' OR `brand` LIKE 'visaton%' ) ) LIMIT 1 [ RunTime:0.011199s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 13317169 LIMIT 4 [ RunTime:0.012664s ]
SELECT * FROM `stock_price` WHERE `stockid` = 13317169 ORDER BY `minOrder` ASC [ RunTime:0.023225s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 13317169 ORDER BY `unit` DESC [ RunTime:0.000554s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 13317169 LIMIT 2 [ RunTime:0.010578s ]
SELECT * FROM `stock_price` WHERE `stockid` = 13317169 ORDER BY `minOrder` ASC [ RunTime:0.007801s ]
select * from pdf where partno='2108-832-N' and brandshort='RAF Electronic Hardware' limit 1 [ RunTime:0.011214s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 12619398 LIMIT 4 [ RunTime:0.020798s ]
SELECT * FROM `stock_price` WHERE `stockid` = 12619398 ORDER BY `minOrder` ASC [ RunTime:0.014592s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 12619398 ORDER BY `unit` DESC [ RunTime:0.000306s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 12619398 LIMIT 2 [ RunTime:0.049001s ]
SELECT * FROM `stock_price` WHERE `stockid` = 12619398 ORDER BY `minOrder` ASC [ RunTime:0.000392s ]
select * from pdf where partno='2103191-1' and brandshort='TE Connectivity AMP Connectors' limit 1 [ RunTime:0.020304s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 34401777 LIMIT 4 [ RunTime:0.006242s ]
SELECT * FROM `stock_price` WHERE `stockid` = 34401777 ORDER BY `minOrder` ASC [ RunTime:0.030175s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 34401777 ORDER BY `unit` DESC [ RunTime:0.009698s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 34401777 LIMIT 2 [ RunTime:0.019448s ]
SELECT * FROM `stock_price` WHERE `stockid` = 34401777 ORDER BY `minOrder` ASC [ RunTime:0.004747s ]
select * from pdf where partno='21021451430' and brandshort='HARTING' limit 1 [ RunTime:0.012885s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '21021451430' OR `brand` LIKE 'HARTING%' ) ) LIMIT 1 [ RunTime:0.015135s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 34322197 LIMIT 4 [ RunTime:0.026730s ]
SELECT * FROM `stock_price` WHERE `stockid` = 34322197 ORDER BY `minOrder` ASC [ RunTime:0.044419s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 34322197 ORDER BY `unit` DESC [ RunTime:0.032135s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 34322197 LIMIT 2 [ RunTime:0.026819s ]
SELECT * FROM `stock_price` WHERE `stockid` = 34322197 ORDER BY `minOrder` ASC [ RunTime:0.000474s ]
select * from pdf where partno='210-47-624-41-001000' and brandshort='Mill-Max Manufacturing Corp.' limit 1 [ RunTime:0.017670s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '210-47-624-41-001000' OR `brand` LIKE 'Mill-Max Manufacturing Corp.%' ) ) LIMIT 1 [ RunTime:0.015223s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 33303158 LIMIT 4 [ RunTime:0.051064s ]
SELECT * FROM `stock_price` WHERE `stockid` = 33303158 ORDER BY `minOrder` ASC [ RunTime:0.051533s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 33303158 ORDER BY `unit` DESC [ RunTime:0.051193s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 33303158 LIMIT 2 [ RunTime:0.050574s ]
SELECT * FROM `stock_price` WHERE `stockid` = 33303158 ORDER BY `minOrder` ASC [ RunTime:0.050715s ]
select * from pdf where partno='2104-1292' and brandshort='WAGO Corporation' limit 1 [ RunTime:0.032291s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '2104-1292' OR `brand` LIKE 'WAGO Corporation%' ) ) LIMIT 1 [ RunTime:0.036298s ]
SELECT brand, count(*) as count FROM `stock` WHERE ( `partno` LIKE '210%' AND `status` <> 2 ) AND `brand` IS NOT NULL AND `brand` <> '' GROUP BY `brand` ORDER BY `count` DESC LIMIT 10000 [ RunTime:0.025858s ]