[01:06:17] Working on User::isBlockedFromCreateAccount() refactor. I was worried about caching and query counts. [01:07:32] Turns out git master is doing 7 ipblocks queries when a logged in user posts to Special:CreateAccount. Removing the cache from User makes it 8. [04:01:57] why seven? are these of different natures somehow? can they be combined/reduced? [05:59:13] maybe, I'm looking into it