Route: parts.show (GET)
| Controller: 1800.8 мс
#1 102.3 мс — select * from "parts" where "parts"."id" = ? limit 1
#2 8.8 мс — select * from "brands" where "brands"."id" in (12)
#3 1.8 мс — select * from "oem_numbers" where "oem_numbers"."part_id" in (189017)
#4 15.1 мс — select * from "brands" where "brands"."id" in (87, 110)
#5 285.6 мс — select * from "cross_numbers" where "cross_numbers"."part_id" in (189017)
#6 50.3 мс — select * from "brands" where "brands"."id" in (89)
#7 342.7 мс — select "parts".*, "analogues"."part_id" as "pivot_part_id", "analogues"."analogue_part_id" as "pivot_analogue_part_id",...
#8 264.3 мс — select "equipment_models".*, "part_equipment"."part_id" as "pivot_part_id", "part_equipment"."equipment_id" as "pivot_eq...