#1
⏱️ 127.11 мс
select "id" from "stores" where "is_active" = ? and "city_slug" = ?
Bindings:
[true,"holon"]
#2
⏱️ 1468.86 мс
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:
["grocery","sauces_oils",1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411,true,1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411]
#3
⏱️ 1210.66 мс
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:
["grocery","sauces_oils",1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411,true,1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411]
#4
⏱️ 36.65 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[4531886,4222652,4208773,4084217,4084216,4025282,4010322,3987313,3975282,3043797,2742043,2708626,2683782,2683719,2669776,2662458,2634027,2049531,2045396,1922599,1909827,1831786,1611230,1559519,1546573,1531752,1531746,1525477,1518867,1507474,1507418,1507326,true,1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411]
#5
⏱️ 14.31 мс
select * from "stores" where "stores"."id" in (23, 145, 234, 253, 360, 1114, 1168, 1216, 1327, 1411)
#6
⏱️ 36.45 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[4531886,4222652,4208773,4084217,4084216,4025282,4010322,3987313,3975282,3043797,2742043,2708626,2683782,2683719,2669776,2662458,2634027,2049531,2045396,1922599,1909827,1831786,1611230,1559519,1546573,1531752,1531746,1525477,1518867,1507474,1507418,1507326,0,1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411]
#7
⏱️ 14.79 мс
select * from "stores" where "stores"."id" in (234, 253, 360, 463, 552, 752)
#8
⏱️ 19.12 мс
select * from "locations" where "city_slug" = ? limit 1
Bindings:
["holon"]
#9
⏱️ 21.8 мс
select * from "locations" where "is_popular" = ? order by "sort_order" asc
Bindings:
[true]
#10
⏱️ 18.12 мс
select * from "locations" where "is_active" = ? order by "is_popular" desc, "sort_order" asc
Bindings:
[true]