`getRouteCollection` method is a very costly method and the `IndexTrait` is using it. This needs a taking a look at as it can be very costly. https://github.com/trikoder/jsonapibundle/blob/04c7cac339d1a84740776b2abfc39dd4a766893a/src/Controller/Traits/Actions/IndexTrait.php#L62
getRouteCollectionmethod is a very costly method and theIndexTraitis using it. This needs a taking a look at as it can be very costly.jsonapibundle/src/Controller/Traits/Actions/IndexTrait.php
Line 62 in 04c7cac