I checked the indexes on the ac_Users table and there was ONLY ONE for the UserId column!
I ADDED an index to the LoweredUserName column and literally watched the CPU utilization DROP INSTANTLY from 95% to 10%.


Moral of the story? ADD this simple solution and your site SHOULD speed up.