#1
⏱️ 124.91 мс
select "id" from "stores" where "is_active" = ? and "city_slug" = ?
Bindings:
[true,"bnei-brak"]
#2
⏱️ 851.49 мс
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:
["household","cleaning_paper",730,748,265,285,45,80,86,84,135,163,217,282,298,432,477,502,682,288,true,730,748,265,285,45,80,86,84,135,163,217,282,298,432,477,502,682,288]
#3
⏱️ 781.83 мс
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:
["household","cleaning_paper",730,748,265,285,45,80,86,84,135,163,217,282,298,432,477,502,682,288,true,730,748,265,285,45,80,86,84,135,163,217,282,298,432,477,502,682,288]
#4
⏱️ 36.53 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[3340041,1515669,1501043,1472874,1452544,1452543,1452542,1452541,1438359,1438201,1437316,1436920,1434633,1434060,1433590,1433586,1432936,1432700,1432694,1432462,1432357,1429495,1428728,1428586,1428507,1428506,1428147,1428146,1428145,1428144,1428143,1428142,true,730,748,265,285,45,80,86,84,135,163,217,282,298,432,477,502,682,288]
#5
⏱️ 13.07 мс
select * from "stores" where "stores"."id" in (84, 217, 265, 282, 288, 730)
#6
⏱️ 20.51 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[3340041,1515669,1501043,1472874,1452544,1452543,1452542,1452541,1438359,1438201,1437316,1436920,1434633,1434060,1433590,1433586,1432936,1432700,1432694,1432462,1432357,1429495,1428728,1428586,1428507,1428506,1428147,1428146,1428145,1428144,1428143,1428142,0,730,748,265,285,45,80,86,84,135,163,217,282,298,432,477,502,682,288]
#7
⏱️ 4.97 мс
select * from "stores" where "stores"."id" in (84, 217, 265, 282, 288, 432, 730, 748)
#8
⏱️ 8.4 мс
select * from "locations" where "city_slug" = ? limit 1
Bindings:
["bnei-brak"]
#9
⏱️ 11.61 мс
select * from "locations" where "is_popular" = ? order by "sort_order" asc
Bindings:
[true]
#10
⏱️ 7.08 мс
select * from "locations" where "is_active" = ? order by "is_popular" desc, "sort_order" asc
Bindings:
[true]