Tagged Questions

1
vote
1answer
171 views

MVC Routing - what number of routes will start to cause performance issues?

I am considering pre-loading routes to static content pages, allowing for n-depth nesting of content. I have a solution spiked that provides a bit of comfort in terms of the number of potential routes ...