Route: parts.show (GET)
| Controller: 73.6 мс
#1 26.1 мс — select * from "parts" where "parts"."id" = ? limit 1
#2 3.6 мс — select * from "brands" where "brands"."id" in (152)
#3 5.0 мс — select * from "oem_numbers" where "oem_numbers"."part_id" in (18363)
#4 2.5 мс — select * from "brands" where "brands"."id" in (35, 45, 62, 65, 110, 111, 113, 136)
#5 5.7 мс — select * from "cross_numbers" where "cross_numbers"."part_id" in (18363)
#6 1.4 мс — select * from "brands" where "brands"."id" in (8, 19, 26, 30, 36, 119, 146, 152)
#7 4.2 мс — select "parts".*, "analogues"."part_id" as "pivot_part_id", "analogues"."analogue_part_id" as "pivot_analogue_part_id",...
#8 2.8 мс — select * from "brands" where "brands"."id" in (152)
#9 5.5 мс — select "equipment_models".*, "part_equipment"."part_id" as "pivot_part_id", "part_equipment"."equipment_id" as "pivot_eq...