#1
⏱️ 21.03 мс
select "id" from "stores" where "is_active" = ? and "city_slug" = ?
Bindings:
[true,"holon"]
#2
⏱️ 22.4 мс
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:
["bakery","pastries_frozen",1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411,true,1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411]
#3
⏱️ 9.74 мс
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:
["bakery","pastries_frozen",1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411,true,1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411]
#4
⏱️ 12.51 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[1227086,283550,264948,251644,249106,241499,241362,185455,169262,168075,152333,152126,152125,152123,152122,152121,152120,133351,129648,114261,113591,112002,105114,105108,105048,104452,104449,104252,101184,101030,100902,100446,true,1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411]
#5
⏱️ 4.75 мс
select * from "stores" where "stores"."id" in (23, 145, 360)
#6
⏱️ 18.78 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[1227086,283550,264948,251644,249106,241499,241362,185455,169262,168075,152333,152126,152125,152123,152122,152121,152120,133351,129648,114261,113591,112002,105114,105108,105048,104452,104449,104252,101184,101030,100902,100446,0,1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411]
#7
⏱️ 3.36 мс
select * from "stores" where "stores"."id" in (23, 145, 234, 253, 360, 463, 497, 528, 552, 573, 752)
#8
⏱️ 3.98 мс
select * from "locations" where "city_slug" = ? limit 1
Bindings:
["holon"]
#9
⏱️ 2.89 мс
select * from "locations" where "is_popular" = ? order by "sort_order" asc
Bindings:
[true]
#10
⏱️ 2.08 мс
select * from "locations" where "is_active" = ? order by "is_popular" desc, "sort_order" asc
Bindings:
[true]