vote up 1 vote down star

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 registered, but I'm wondering if I'm making the system overly complex.

At what number of registered routes do you suspect a basic hosting account would start to suffer in performance? These routes are pure-text, with no need to parse values.

flag

79% accept rate

1 Answer

vote up 1 vote down

Route-parsing, compared with database access? I would guess the route-parsing is pretty cheap. Until you get into the thousands of routes.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.