User talk:SF: Difference between revisions
imported>SF No edit summary |
imported>Dehstil No edit summary |
||
Line 3: | Line 3: | ||
That requires two pageloads: loading the wiki, then searching, whereas the redirect requires one pageload. It also requires more system resources to search rather than to redirect. In general, pages that differ by capitalization bug me anyway. | That requires two pageloads: loading the wiki, then searching, whereas the redirect requires one pageload. It also requires more system resources to search rather than to redirect. In general, pages that differ by capitalization bug me anyway. | ||
--[[User:SF|SF]] 11:53, 3 August 2006 (CDT) | --[[User:SF|SF]] 11:53, 3 August 2006 (CDT) | ||
Actually, here's how it works actually | |||
#Hit "go" with "naughty sorceress quest" sending http request | |||
#Server parses request does sql query in cached table (of words longer than three letters) for "naughty sorceress quest" | |||
#Finds redirect | |||
#Finds redirect's target | |||
#Return page to client | |||
#Hit "go" with "naughty sorceress quest" sending http request | |||
#Server parses request, does sql query in cached table (of words longer than three letters) for "naughty sorceress quest" | |||
#Finds page | |||
#Return page to client | |||
Also, the clutter that is a useless redirect consumes more system resources for other things too. At [[Proposed Standards]] we decided capitalization redirects are infeasible and useless in most cases (except in very special cases because of the longer than three letters thing), especially because of the number of possible permutations of capitalization per page. *rant* Sorry about that.--{{:User:Dehstil}} 15:52, 3 August 2006 (CDT) |
Revision as of 20:52, 3 August 2006
Did you know typing naughty sorceress quest into the search box and hitting "go" would have taken you to Naughty Sorceress Quest anyways? What's with the redirect?--Dehstil (t|c) 19:52, 2 August 2006 (CDT)
That requires two pageloads: loading the wiki, then searching, whereas the redirect requires one pageload. It also requires more system resources to search rather than to redirect. In general, pages that differ by capitalization bug me anyway. --SF 11:53, 3 August 2006 (CDT)
Actually, here's how it works actually
- Hit "go" with "naughty sorceress quest" sending http request
- Server parses request does sql query in cached table (of words longer than three letters) for "naughty sorceress quest"
- Finds redirect
- Finds redirect's target
- Return page to client
- Hit "go" with "naughty sorceress quest" sending http request
- Server parses request, does sql query in cached table (of words longer than three letters) for "naughty sorceress quest"
- Finds page
- Return page to client
Also, the clutter that is a useless redirect consumes more system resources for other things too. At Proposed Standards we decided capitalization redirects are infeasible and useless in most cases (except in very special cases because of the longer than three letters thing), especially because of the number of possible permutations of capitalization per page. *rant* Sorry about that.--Dehstil (t|c) 15:52, 3 August 2006 (CDT)