Most sites that have some sort of user profile will either do something like this:
profile.php?u=123445
or else:
profile.php?u=jason.Davis
So I am curious, would it be slower to use a name to lookup a profile with php/mysql vs. using a number to look up a profile record?