#1
⏱️ 184.24 мс
select "id" from "stores" where "is_active" = ? and "city_slug" = ?
Bindings:
[true,"nes-ziona"]
#2
⏱️ 572.1 мс
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
⏱️ 493.07 мс
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
⏱️ 8.97 мс
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
⏱️ 2.99 мс
select * from "stores" where "stores"."id" in (272)
#6
⏱️ 9.69 мс
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
⏱️ 7.03 мс
select * from "stores" where "stores"."id" in (272, 614)
#8
⏱️ 7.52 мс
select * from "locations" where "city_slug" = ? limit 1
Bindings:
["nes-ziona"]
#9
⏱️ 8.62 мс
select * from "locations" where "is_popular" = ? order by "sort_order" asc
Bindings:
[true]
#10
⏱️ 6.82 мс
select * from "locations" where "is_active" = ? order by "is_popular" desc, "sort_order" asc
Bindings:
[true]