2.18 ms (37.03%)
|
1 |
select * from trackbrowsing where pathname = :pathname and userid = :userid limit 10
Parameters: [
"pathname" => "app_shop_product_details"
"userid" => "22270733"
]
select * from trackbrowsing where pathname = 'app_shop_product_details' and userid = '22270733' limit 10;
|
1.27 ms (21.56%)
|
1 |
SELECT c0_.id AS id_0, c0_.userid AS userid_1, c0_.cartid AS cartid_2, c0_.establishmentid AS establishmentid_3, c0_.productid AS productid_4, c0_.productvariantid AS productvariantid_5, c0_.productname AS productname_6, c0_.productcartprice AS productcartprice_7, c0_.quantity AS quantity_8, c0_.engravetext AS engravetext_9, c0_.addedtime AS addedtime_10 FROM cart c0_ WHERE c0_.userid = ? GROUP BY c0_.establishmentid
Parameters: [
"22270733"
]
SELECT c0_.id AS id_0, c0_.userid AS userid_1, c0_.cartid AS cartid_2, c0_.establishmentid AS establishmentid_3, c0_.productid AS productid_4, c0_.productvariantid AS productvariantid_5, c0_.productname AS productname_6, c0_.productcartprice AS productcartprice_7, c0_.quantity AS quantity_8, c0_.engravetext AS engravetext_9, c0_.addedtime AS addedtime_10 FROM cart c0_ WHERE c0_.userid = '22270733' GROUP BY c0_.establishmentid;
|
0.78 ms (13.23%)
|
1 |
select * from shop where shop.shopstatus = '0'
select * from shop where shop.shopstatus = '0';
|
0.60 ms (10.19%)
|
1 |
select * from shopproductimages where productid IN ('654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660') and productimagevisibility = '0'
select * from shopproductimages where productid IN ('654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660') and productimagevisibility = '0';
|
0.58 ms (9.87%)
|
1 |
select * from shopimages where shopid IN ('5998269','5998269')
select * from shopimages where shopid IN ('5998269','5998269');
|
0.48 ms (8.12%)
|
1 |
select * from shopproducts where shopproductid IN ('654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660')
select * from shopproducts where shopproductid IN ('654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660','654073660');
|