I assume you mean routes, not routers? Correct? On 12/08/2009 9:59 AM, debussy007 wrote:
Hi, I defined 8 custom routers in my bootstrap, including the default router that makes it 9 routers. For every request, it will check the routers one by one as long as one didn't match. Thus I wondered if I have to worry about performances for e.g. the URLs matching the last checked route or if it is insignificant. I have no idea. Thank you for any help.
