#1
⏱️ 108.24 мс
select "id" from "stores" where "is_active" = ? and "city_slug" = ?
Bindings:
[true,"nes-ziona"]
#2
⏱️ 381.31 мс
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:
["pharmacy","personal_care",339,614,91,110,130,272,651,true,339,614,91,110,130,272,651]
#3
⏱️ 295.38 мс
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:
["pharmacy","personal_care",339,614,91,110,130,272,651,true,339,614,91,110,130,272,651]
#4
⏱️ 25.43 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?, ?, ?, ?)
Bindings:
[2799780,1474515,1438569,1438487,1434282,1434242,1434229,1434228,1434227,1433675,1433669,1433661,1433658,1433656,1433652,1433651,1433650,1433649,1433647,1433611,1433610,1433034,1430366,1429928,1429918,1429522,1429521,1429513,1429203,1429034,1428679,1428678,true,339,614,91,110,130,272,651]
#5
⏱️ 6.97 мс
select * from "stores" where "stores"."id" in (272)
#6
⏱️ 15.81 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?, ?, ?, ?, ?, ?)
Bindings:
[2799780,1474515,1438569,1438487,1434282,1434242,1434229,1434228,1434227,1433675,1433669,1433661,1433658,1433656,1433652,1433651,1433650,1433649,1433647,1433611,1433610,1433034,1430366,1429928,1429918,1429522,1429521,1429513,1429203,1429034,1428679,1428678,0,339,614,91,110,130,272,651]
#7
⏱️ 5.16 мс
select * from "stores" where "stores"."id" in (272, 614)
#8
⏱️ 2.98 мс
select * from "stores" where "is_active" = ? and "latitude" is not null and "longitude" is not null and "city_slug" = ?
Bindings:
[true,"nes-ziona"]
#9
⏱️ 38.61 мс
select store_id, count(*) as total from "deals" where "store_id" in (?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and ("expires_at" is null or "expires_at" >= ?) group by "store_id"
Bindings:
[339,614,91,110,130,272,651,true,"2026-09-08T05:46:05.254905Z"]
#10
⏱️ 3.92 мс
select * from "locations" where "city_slug" = ? limit 1
Bindings:
["nes-ziona"]
#11
⏱️ 10.67 мс
select * from "locations" where "is_popular" = ? order by "sort_order" asc
Bindings:
[true]
#12
⏱️ 11.96 мс
select * from "locations" where "is_active" = ? order by "is_popular" desc, "sort_order" asc
Bindings:
[true]