Route: parts.show (GET)
| Controller: 124.1 мс
#1 48.1 мс — select * from "parts" where "parts"."id" = ? limit 1
#2 4.8 мс — select * from "brands" where "brands"."id" in (84)
#3 8.5 мс — select * from "oem_numbers" where "oem_numbers"."part_id" in (865531)
#4 7.6 мс — select * from "brands" where "brands"."id" in (1, 98)
#5 5.8 мс — select * from "cross_numbers" where "cross_numbers"."part_id" in (865531)
#6 8.2 мс — select * from "brands" where "brands"."id" in (4)
#7 8.0 мс — select "parts".*, "analogues"."part_id" as "pivot_part_id", "analogues"."analogue_part_id" as "pivot_analogue_part_id",...
#8 7.5 мс — select "equipment_models".*, "part_equipment"."part_id" as "pivot_part_id", "part_equipment"."equipment_id" as "pivot_eq...