It's probably in the documentation, but I couldn't find it, so I'm leaving a question here.
Will there be any performance issues if I enable validator in production as well?
oops I mean reitit.ring.spec/validate
Only if you create routers dynamically - the penalty is just in router creation (+ small hit in startup time)
Thanks! I think I'll never want to create routers dynamically in any situation.