SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.002329s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.000524s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.002057s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.216.188' ) [ RunTime:0.000301s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.001776s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.000265s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 108 LIMIT 1 [ RunTime:0.000491s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` = 108 [ RunTime:0.000241s ]
SELECT `id`,`name` FROM `product_type` WHERE `typeid` = 20 [ RunTime:0.000227s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.002105s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` LEFT JOIN `product_type` `t` ON `t`.`id`=`s`.`categoryid` WHERE ( `status` <> 2 AND `categoryid` = 108 ) [ RunTime:0.000837s ]
SELECT `s`.`id`,`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 ( `status` <> 2 AND `categoryid` = 108 ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.000791s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.001020s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 14560 LIMIT 4 [ RunTime:0.000288s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.000782s ]
SELECT * FROM `stock_price` WHERE `stockid` = 14560 ORDER BY `minOrder` ASC [ RunTime:0.000260s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.001286s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 14560 ORDER BY `unit` DESC [ RunTime:0.000261s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.001800s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 14560 LIMIT 2 [ RunTime:0.000254s ]
SELECT * FROM `stock_price` WHERE `stockid` = 14560 ORDER BY `minOrder` ASC [ RunTime:0.000161s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.001122s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'ICL7135CPIZ' OR `brand` LIKE 'RENESAS%' ) ) LIMIT 1 [ RunTime:0.005439s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 14941 LIMIT 4 [ RunTime:0.001129s ]
SELECT * FROM `stock_price` WHERE `stockid` = 14941 ORDER BY `minOrder` ASC [ RunTime:0.001843s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 14941 ORDER BY `unit` DESC [ RunTime:0.000235s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 14941 LIMIT 2 [ RunTime:0.000527s ]
SELECT * FROM `stock_price` WHERE `stockid` = 14941 ORDER BY `minOrder` ASC [ RunTime:0.000671s ]
select * from pdf where partno='74AVC16T245DGG,118' and brandshort='NEXPERIA' limit 1 [ RunTime:0.001659s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = '74AVC16T245DGG,118' OR `brand` LIKE 'NEXPERIA%' ) ) LIMIT 1 [ RunTime:0.008010s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 356 LIMIT 4 [ RunTime:0.000544s ]
SELECT * FROM `stock_price` WHERE `stockid` = 356 ORDER BY `minOrder` ASC [ RunTime:0.001494s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 356 ORDER BY `unit` DESC [ RunTime:0.002110s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 356 LIMIT 2 [ RunTime:0.000393s ]
SELECT * FROM `stock_price` WHERE `stockid` = 356 ORDER BY `minOrder` ASC [ RunTime:0.000703s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'MCP3551-E/MS' OR `brand` LIKE 'MICROCHIP%' ) ) LIMIT 1 [ RunTime:0.019080s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 89 LIMIT 4 [ RunTime:0.002415s ]
SELECT * FROM `stock_price` WHERE `stockid` = 89 ORDER BY `minOrder` ASC [ RunTime:0.000622s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 89 ORDER BY `unit` DESC [ RunTime:0.000619s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 89 LIMIT 2 [ RunTime:0.001230s ]
SELECT * FROM `stock_price` WHERE `stockid` = 89 ORDER BY `minOrder` ASC [ RunTime:0.000347s ]
select * from pdf where partno='TOS 06-05SIL' and brandshort='TRACO POWER' limit 1 [ RunTime:0.001499s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'TOS 06-05SIL' OR `brand` LIKE 'TRACO POWER%' ) ) LIMIT 1 [ RunTime:0.001563s ]
SELECT brand, count(*) as count FROM `stock` WHERE ( `status` <> 2 AND `categoryid` = 108 ) AND `brand` IS NOT NULL AND `brand` <> '' GROUP BY `brand` ORDER BY `count` DESC LIMIT 10000 [ RunTime:0.001136s ]