Talk:Support/Tiki/UrlHandling

From MozillaWiki
Jump to: navigation, search

+1 for Option 2

I would rather we take the option that's more work (for us) but fewer DB requests. Aliasing doesn't strike me as an efficient replacement. I'd rather focus on things like string equality and sprintf() than DB access and regex, and try to pull the nested loops down into a single iteration.