#1
⏱️ 188.69 мс
select "id" from "stores" where "is_active" = ? and "city_slug" = ?
Bindings:
[true,"yokneam"]
#2
⏱️ 220.47 мс
select count(*) as "aggregate" from "master_products" where "barcode" is not null and "category_slug" = ? and "subcategory_slug" = ? and (exists (select 1 from "store_prices" where "store_prices"."master_product_id" = "master_products"."id" and "store_prices"."store_id" in (?, ?, ?)) or exists (select 1 from "deals" where "deals"."master_product_id" = "master_products"."id" and "deals"."is_active" = ? and "deals"."store_id" in (?, ?, ?)))
Bindings:
["grocery","baking_spices",153,199,227,true,153,199,227]
#3
⏱️ 151.68 мс
select * from "master_products" where "barcode" is not null and "category_slug" = ? and "subcategory_slug" = ? and (exists (select 1 from "store_prices" where "store_prices"."master_product_id" = "master_products"."id" and "store_prices"."store_id" in (?, ?, ?)) or exists (select 1 from "deals" where "deals"."master_product_id" = "master_products"."id" and "deals"."is_active" = ? and "deals"."store_id" in (?, ?, ?))) order by CASE WHEN master_products.image_url IS NOT NULL AND master_products.image_url != '' THEN 0 ELSE 1 END, "master_products"."id" desc limit 32 offset 0
Bindings:
["grocery","baking_spices",153,199,227,true,153,199,227]
#4
⏱️ 36.27 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?)
Bindings:
[1472108,1472107,1434643,1427804,1419976,1419974,182689,113719,106305,100494,1474523,1474017,1472613,1472517,1438381,1437431,165169,165157,113762,true,153,199,227]
#5
⏱️ 6.93 мс
select * from "stores" where "stores"."id" in (199, 227)
#6
⏱️ 21.34 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?, ?)
Bindings:
[1472108,1472107,1434643,1427804,1419976,1419974,182689,113719,106305,100494,1474523,1474017,1472613,1472517,1438381,1437431,165169,165157,113762,0,153,199,227]
#7
⏱️ 12.93 мс
select * from "stores" where "stores"."id" in (199, 227)
#8
⏱️ 3.93 мс
select * from "locations" where "city_slug" = ? limit 1
Bindings:
["yokneam"]
#9
⏱️ 4.99 мс
select * from "locations" where "is_popular" = ? order by "sort_order" asc
Bindings:
[true]
#10
⏱️ 5.72 мс
select * from "locations" where "is_active" = ? order by "is_popular" desc, "sort_order" asc
Bindings:
[true]