Multiple route files?

Hello,

My API has been growing, and I would like to split it into multiple route php files (I’d estimate around 10-20 files max)

Would that hurt performance?

Thanks

Not really, as in production mode, routes are cached.

1 Like