Udostępnianie API Problem z wydajnością

Otrzymuje następujące czasy :

200 person_ids:
Rendered api/v1/employees/index.json.rabl (541.5ms)
Completed 200 OK in 752ms (Views: 542.5ms | ActiveRecord: 8.7ms)
(curl fetch time: 1.792s

500 person_ids:
Rendered api/v1/employees/index.json.rabl (1338.2ms)
Completed 200 OK in 1731ms (Views: 1339.3ms | ActiveRecord: 21.4ms)
(curl fetch time: 3.818s)

Czy problemem z renderowaniem nie jest to ,że do renderowania używany jest Gem Rabl??