#1
⏱️ 129.52 мс
select "id" from "stores" where "is_active" = ? and "city_slug" = ?
Bindings:
[true,"holon"]
#2
⏱️ 389.95 мс
select count(*) as "aggregate" from "master_products" where "barcode" is not null and "category_slug" = ? and "master_products"."id" in ((select "master_product_id" from "store_prices" where "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) union (select "master_product_id" from "deals" where "is_active" = ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Bindings:
["baby",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
⏱️ 375.96 мс
select * from "master_products" where "barcode" is not null and "category_slug" = ? and "master_products"."id" in ((select "master_product_id" from "store_prices" where "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) union (select "master_product_id" from "deals" where "is_active" = ? and "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:
["baby",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
⏱️ 35.68 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[2864871,2634246,1525313,1494697,1488873,1474648,1472111,1472110,1471390,1436870,1436357,1434104,1434063,1434014,1432376,1432362,1429428,1429427,1429425,1427713,1426773,1421755,1421754,1421744,1421741,1421736,1421482,1419992,1313393,903588,702625,601214,true,1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411]
#5
⏱️ 7.26 мс
select * from "stores" where "stores"."id" in (23, 145, 234, 253, 360, 1114, 1168, 1216, 1327, 1411)
#6
⏱️ 19.9 мс
select * from "store_prices" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "price" > ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[2864871,2634246,1525313,1494697,1488873,1474648,1472111,1472110,1471390,1436870,1436357,1434104,1434063,1434014,1432376,1432362,1429428,1429427,1429425,1427713,1426773,1421755,1421754,1421744,1421741,1421736,1421482,1419992,1313393,903588,702625,601214,0,1114,752,1168,1216,1327,253,23,145,167,234,360,528,463,497,552,573,665,678,1411]
#7
⏱️ 4.5 мс
select * from "stores" where "stores"."id" in (23, 145, 234, 253, 360, 463, 752)
#8
⏱️ 7.37 мс
select * from "locations" where "city_slug" = ? limit 1
Bindings:
["holon"]
#9
⏱️ 1.1 мс
select * from "locations" where "is_popular" = ? order by "sort_order" asc
Bindings:
[true]
#10
⏱️ 3.2 мс
select * from "locations" where "is_active" = ? order by "is_popular" desc, "sort_order" asc
Bindings:
[true]