SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.002035s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.050264s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.001338s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.217.79' ) [ RunTime:0.000334s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.001800s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.003429s ]
SHOW FULL COLUMNS FROM `stock_search` [ RunTime:0.003118s ]
SELECT * FROM `stock_search` WHERE `partno` = '207360-1' LIMIT 1 [ RunTime:0.007482s ]
UPDATE `stock_search` SET `count` = 11574 , `updatetime` = '2026-04-26 22:26:41' WHERE `partno` = '207360-1' [ RunTime:0.007571s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 282 LIMIT 1 [ RunTime:0.001146s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` = 282 [ RunTime:0.000410s ]
SELECT `id`,`name` FROM `product_type` WHERE `typeid` = 29 [ RunTime:0.000337s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.003994s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` WHERE ( `partno` LIKE '207360-1%' AND `status` <> 2 AND `categoryid` = 282 ) AND `u`.`lockUser` = '0' [ RunTime:0.001599s ]
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 '207360-1%' AND `status` <> 2 AND `categoryid` = 282 ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.001073s ]
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 ('3259','15144','15039') ORDER BY FIELD(s.id, 3259,15144,15039) [ RunTime:0.107556s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.010488s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 3259 LIMIT 4 [ RunTime:0.020518s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.022564s ]
SELECT * FROM `stock_price` WHERE `stockid` = 3259 ORDER BY `minOrder` ASC [ RunTime:0.059211s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.003236s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 3259 ORDER BY `unit` DESC [ RunTime:0.015367s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.006559s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 3259 LIMIT 2 [ RunTime:0.006822s ]
SELECT * FROM `stock_price` WHERE `stockid` = 3259 ORDER BY `minOrder` ASC [ RunTime:0.016869s ]
select * from pdf where partno='207360-1' and brandshort='AMP - TE CONNECTIVITY' limit 1 [ RunTime:0.085386s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.001490s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '207360-1' OR `brand` LIKE 'AMP - TE CONNECTIVITY%' ) ) LIMIT 1 [ RunTime:0.079389s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 15144 LIMIT 4 [ RunTime:0.042570s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15144 ORDER BY `minOrder` ASC [ RunTime:0.040565s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 15144 ORDER BY `unit` DESC [ RunTime:0.042063s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 15144 LIMIT 2 [ RunTime:0.004908s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15144 ORDER BY `minOrder` ASC [ RunTime:0.023369s ]
select * from pdf where partno='207360-1' and brandshort='AMP - TE CONNECTIVITY' limit 1 [ RunTime:0.012759s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '207360-1' OR `brand` LIKE 'AMP - TE CONNECTIVITY%' ) ) LIMIT 1 [ RunTime:0.006242s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 15039 LIMIT 4 [ RunTime:0.033074s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15039 ORDER BY `minOrder` ASC [ RunTime:0.048645s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 15039 ORDER BY `unit` DESC [ RunTime:0.027708s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 15039 LIMIT 2 [ RunTime:0.034815s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15039 ORDER BY `minOrder` ASC [ RunTime:0.006292s ]
select * from pdf where partno='207360-1' and brandshort='AMP - TE CONNECTIVITY' limit 1 [ RunTime:0.000523s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '207360-1' OR `brand` LIKE 'AMP - TE CONNECTIVITY%' ) ) LIMIT 1 [ RunTime:0.000372s ]
SELECT brand, count(*) as count FROM `stock` WHERE ( `partno` LIKE '207360-1%' AND `status` <> 2 AND `categoryid` = 282 ) AND `brand` IS NOT NULL AND `brand` <> '' GROUP BY `brand` ORDER BY `count` DESC LIMIT 10000 [ RunTime:0.031874s ]