#1
⏱️ 94.41 мс
select "id" from "stores" where "is_active" = ? and "city_slug" = ?
Bindings:
[true,"krayot"]
#2
⏱️ 634.35 мс
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","cosmetics_beauty",735,1188,1293,290,99,154,430,506,660,1397,true,735,1188,1293,290,99,154,430,506,660,1397]
#3
⏱️ 548.44 мс
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","cosmetics_beauty",735,1188,1293,290,99,154,430,506,660,1397,true,735,1188,1293,290,99,154,430,506,660,1397]
#4
⏱️ 8.17 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[1420947,1420109,1420095,1420065,1419968,1419950,1419940,1419598,640737,367139,278471,248419,194773,190577,190187,181578,180942,171005,160412,135636,135038,134261,133892,133891,133887,132374,131175,131145,126635,124697,123761,123714,true,735,1188,1293,290,99,154,430,506,660,1397]
#5
⏱️ 4.01 мс
select * from "stores" where "stores"."id" in (99, 290, 1188, 1293, 1397)
#6
⏱️ 36.81 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[1420947,1420109,1420095,1420065,1419968,1419950,1419940,1419598,640737,367139,278471,248419,194773,190577,190187,181578,180942,171005,160412,135636,135038,134261,133892,133891,133887,132374,131175,131145,126635,124697,123761,123714,0,735,1188,1293,290,99,154,430,506,660,1397]
#7
⏱️ 10.18 мс
select * from "stores" where "stores"."id" in (99, 290, 430)
#8
⏱️ 5.34 мс
select * from "locations" where "city_slug" = ? limit 1
Bindings:
["krayot"]
#9
⏱️ 4.86 мс
select * from "locations" where "is_popular" = ? order by "sort_order" asc
Bindings:
[true]
#10
⏱️ 9.49 мс
select * from "locations" where "is_active" = ? order by "is_popular" desc, "sort_order" asc
Bindings:
[true]