#1
⏱️ 123.87 мс
select "id" from "stores" where "is_active" = ? and "city_slug" = ?
Bindings:
[true,"netanya"]
#2
⏱️ 394.79 мс
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))) and master_products.id IN (
SELECT DISTINCT ON (COALESCE(canonical_product_id, -id)) id
FROM master_products
WHERE category_slug = ?
ORDER BY COALESCE(canonical_product_id, -id),
CASE WHEN image_url IS NOT NULL AND image_url != '' THEN 0 ELSE 1 END,
id DESC
)
Bindings:
["produce","herbs_mushrooms",1113,708,739,753,773,219,1326,1173,1224,1311,1315,407,36,59,64,95,112,205,236,229,256,267,325,428,438,451,476,499,500,1390,554,619,664,1395,105,96,144,true,1113,708,739,753,773,219,1326,1173,1224,1311,1315,407,36,59,64,95,112,205,236,229,256,267,325,428,438,451,476,499,500,1390,554,619,664,1395,105,96,144,"produce"]
#3
⏱️ 277.12 мс
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))) and master_products.id IN (
SELECT DISTINCT ON (COALESCE(canonical_product_id, -id)) id
FROM master_products
WHERE category_slug = ?
ORDER BY COALESCE(canonical_product_id, -id),
CASE WHEN image_url IS NOT NULL AND image_url != '' THEN 0 ELSE 1 END,
id DESC
) 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:
["produce","herbs_mushrooms",1113,708,739,753,773,219,1326,1173,1224,1311,1315,407,36,59,64,95,112,205,236,229,256,267,325,428,438,451,476,499,500,1390,554,619,664,1395,105,96,144,true,1113,708,739,753,773,219,1326,1173,1224,1311,1315,407,36,59,64,95,112,205,236,229,256,267,325,428,438,451,476,499,500,1390,554,619,664,1395,105,96,144,"produce"]
#4
⏱️ 21.93 мс
select * from "canonical_products" where "canonical_products"."id" in (5, 46, 162, 276, 286, 308)
#5
⏱️ 6.83 мс
select "id", "canonical_product_id" from "master_products" where "canonical_product_id" in (?, ?, ?, ?, ?, ?)
Bindings:
[308,5,46,276,286,162]
#6
⏱️ 472.79 мс
select * from "deals" where "master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "is_active" = ? and "store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[8775651,8775580,8775533,8775532,8775519,8775509,4991092,4989961,4987921,4987920,4987918,4987624,4987231,4986722,4986606,4986434,4985340,4984012,4983887,4983785,4983721,4983719,4983613,4859763,4602029,4601010,4576468,4546301,4546295,4546279,4546265,4533498,4983654,4725190,191031,3119102,195116,2666480,1467932,149430,4525248,true,1113,708,739,753,773,219,1326,1173,1224,1311,1315,407,36,59,64,95,112,205,236,229,256,267,325,428,438,451,476,499,500,1390,554,619,664,1395,105,96,144]
#7
⏱️ 13.91 мс
select * from "stores" where "stores"."id" in (739)
#8
⏱️ 44.34 мс
select min(sp.id) as best_sp_id from "store_prices" as "sp" where "sp"."master_product_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and "sp"."price" > ? and "sp"."store_id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) group by sp.store_id, CASE WHEN sp.master_product_id = 4983654 THEN 4983719 WHEN sp.master_product_id = 4983719 THEN 4983719 WHEN sp.master_product_id = 4859763 THEN 4859763 WHEN sp.master_product_id = 4725190 THEN 4859763 WHEN sp.master_product_id = 191031 THEN 4859763 WHEN sp.master_product_id = 3119102 THEN 4859763 WHEN sp.master_product_id = 195116 THEN 4859763 WHEN sp.master_product_id = 4546295 THEN 4546295 WHEN sp.master_product_id = 2666480 THEN 4546295 WHEN sp.master_product_id = 4602029 THEN 4602029 WHEN sp.master_product_id = 1467932 THEN 4602029 WHEN sp.master_product_id = 4546301 THEN 4546301 WHEN sp.master_product_id = 149430 THEN 4546301 WHEN sp.master_product_id = 4983721 THEN 4983721 WHEN sp.master_product_id = 4525248 THEN 4983721 ELSE sp.master_product_id END limit 500
Bindings:
[8775651,8775580,8775533,8775532,8775519,8775509,4991092,4989961,4987921,4987920,4987918,4987624,4987231,4986722,4986606,4986434,4985340,4984012,4983887,4983785,4983721,4983719,4983613,4859763,4602029,4601010,4576468,4546301,4546295,4546279,4546265,4533498,4983654,4725190,191031,3119102,195116,2666480,1467932,149430,4525248,0,1113,708,739,753,773,219,1326,1173,1224,1311,1315,407,36,59,64,95,112,205,236,229,256,267,325,428,438,451,476,499,500,1390,554,619,664,1395,105,96,144]
#9
⏱️ 37.6 мс
select * from "store_prices" where "id" in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings:
[1994678,1998401,2131827,2135254,2501043,2586710,2586603,2594661,2594089,2996441,2996455,2996470,2996475,2990738,2986378,2987167,3795448,2800867,7771934,7771948,7771964,7771969,2802006,7757798,2796143,7759755,3140601,3148021,2792414,3140704,3140806,3140931,3142259,3143353,3143525,3143641,3144150,3144543,3144837,3144839,3144840,3146880,3140638]
#10
⏱️ 1.96 мс
select * from "stores" where "stores"."id" in (428, 438, 476, 499, 500, 619, 708, 773)
#11
⏱️ 13.07 мс
select * from "locations" where "city_slug" = ? limit 1
Bindings:
["netanya"]
#12
⏱️ 10.46 мс
select * from "locations" where "is_popular" = ? order by "sort_order" asc
Bindings:
[true]
#13
⏱️ 16.37 мс
select * from "locations" where "is_active" = ? order by "is_popular" desc, "sort_order" asc
Bindings:
[true]