Route: parts.show (GET)
| Controller: 95 мс
#1 33.8 мс — select * from "parts" where "parts"."id" = ? limit 1
#2 4.8 мс — select * from "brands" where "brands"."id" in (123)
#3 4.2 мс — select * from "oem_numbers" where "oem_numbers"."part_id" in (917094)
#4 5.5 мс — select * from "brands" where "brands"."id" in (7, 151)
#5 7.3 мс — select * from "cross_numbers" where "cross_numbers"."part_id" in (917094)
#6 4.8 мс — select * from "brands" where "brands"."id" in (50)
#7 4.8 мс — select "parts".*, "analogues"."part_id" as "pivot_part_id", "analogues"."analogue_part_id" as "pivot_analogue_part_id",...
#8 11.3 мс — select "equipment_models".*, "part_equipment"."part_id" as "pivot_part_id", "part_equipment"."equipment_id" as "pivot_eq...