#1
⏱️ 154.51 мс
select "id" from "stores" where "is_active" = ? and "city_slug" = ?
Bindings:
[true,"ariel"]
#2
⏱️ 37.3 мс
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:
["appliances","electronics_multimedia",162,228,464,263,true,162,228,464,263]
#3
⏱️ 16.46 мс
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:
["appliances","electronics_multimedia",162,228,464,263,true,162,228,464,263]
#4
⏱️ 9.9 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?)
Bindings:
[1429426,1429424,2709750,2657773,2642615,131893,130883,130102,130096,130089,129739,129246,128115,128092,123794,123511,true,162,228,464,263]
#5
⏱️ 7.83 мс
select * from "stores" where "stores"."id" in (228, 263)
#6
⏱️ 7.23 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?, ?, ?)
Bindings:
[1429426,1429424,2709750,2657773,2642615,131893,130883,130102,130096,130089,129739,129246,128115,128092,123794,123511,0,162,228,464,263]
#7
⏱️ 5.7 мс
select * from "stores" where "stores"."id" in (228, 263, 464)
#8
⏱️ 7.91 мс
select * from "locations" where "city_slug" = ? limit 1
Bindings:
["ariel"]
#9
⏱️ 8.08 мс
select * from "locations" where "is_popular" = ? order by "sort_order" asc
Bindings:
[true]
#10
⏱️ 14.54 мс
select * from "locations" where "is_active" = ? order by "is_popular" desc, "sort_order" asc
Bindings:
[true]