SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.001384s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.002245s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.001627s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.216.159' ) [ RunTime:0.002566s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.001291s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.000224s ]
SHOW FULL COLUMNS FROM `stock_search` [ RunTime:0.001348s ]
SELECT * FROM `stock_search` WHERE `partno` = 'IRF4905STRLPBF' LIMIT 1 [ RunTime:0.007220s ]
UPDATE `stock_search` SET `count` = 5260 , `updatetime` = '2026-03-11 05:06:19' WHERE `partno` = 'IRF4905STRLPBF' [ RunTime:0.011406s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 313 LIMIT 1 [ RunTime:0.003570s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` = 313 [ RunTime:0.002416s ]
SELECT `id`,`name` FROM `product_type` WHERE `typeid` = 31 [ RunTime:0.002441s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.001275s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` INNER JOIN `user` `u` ON `s`.`userid`=`u`.`stockuserid` WHERE ( `partno` LIKE 'IRF4905STRLPBF%' AND `status` <> 2 AND `categoryid` = 313 ) AND `u`.`lockUser` = '0' [ RunTime:0.006830s ]
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 'IRF4905STRLPBF%' AND `status` <> 2 AND `categoryid` = 313 ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.004993s ]
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 ('1500','16672','15653') ORDER BY FIELD(s.id, 1500,16672,15653) [ RunTime:0.013878s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.001110s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 1500 LIMIT 4 [ RunTime:0.003117s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.000992s ]
SELECT * FROM `stock_price` WHERE `stockid` = 1500 ORDER BY `minOrder` ASC [ RunTime:0.000670s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.000865s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 1500 ORDER BY `unit` DESC [ RunTime:0.003309s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.000887s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 1500 LIMIT 2 [ RunTime:0.000592s ]
SELECT * FROM `stock_price` WHERE `stockid` = 1500 ORDER BY `minOrder` ASC [ RunTime:0.000265s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.001409s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'IRF4905STRLPBF' OR `brand` LIKE 'INFINEON%' ) ) LIMIT 1 [ RunTime:0.007941s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 16672 LIMIT 4 [ RunTime:0.000369s ]
SELECT * FROM `stock_price` WHERE `stockid` = 16672 ORDER BY `minOrder` ASC [ RunTime:0.005824s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 16672 ORDER BY `unit` DESC [ RunTime:0.005320s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 16672 LIMIT 2 [ RunTime:0.001187s ]
SELECT * FROM `stock_price` WHERE `stockid` = 16672 ORDER BY `minOrder` ASC [ RunTime:0.000582s ]
select * from pdf where partno='IRF4905STRLPBF' and brandshort='INFINEON' limit 1 [ RunTime:0.001769s ]
select foldpath,foldpath2,filename from pdf_file where id=1046418 limit 1 [ RunTime:0.009608s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'IRF4905STRLPBF' OR `brand` LIKE 'INFINEON%' ) ) LIMIT 1 [ RunTime:0.003501s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 15653 LIMIT 4 [ RunTime:0.005409s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15653 ORDER BY `minOrder` ASC [ RunTime:0.004874s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 15653 ORDER BY `unit` DESC [ RunTime:0.006629s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 15653 LIMIT 2 [ RunTime:0.007342s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15653 ORDER BY `minOrder` ASC [ RunTime:0.000400s ]
select * from pdf where partno='IRF4905STRLPBF' and brandshort='INFINEON' limit 1 [ RunTime:0.000645s ]
select foldpath,foldpath2,filename from pdf_file where id=1046418 limit 1 [ RunTime:0.000285s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'IRF4905STRLPBF' OR `brand` LIKE 'INFINEON%' ) ) LIMIT 1 [ RunTime:0.000422s ]
SELECT brand, count(*) as count FROM `stock` WHERE ( `partno` LIKE 'IRF4905STRLPBF%' AND `status` <> 2 AND `categoryid` = 313 ) AND `brand` IS NOT NULL AND `brand` <> '' GROUP BY `brand` ORDER BY `count` DESC LIMIT 10000 [ RunTime:0.014981s ]