- Fix a bug where the rate limit key was "::" for IPv4 addresses, meaning all requests shared the same rate limit pool, causing legitimate requests to be throttled incorrectly.
- Removed the average-CPU-time-by-URL prioritisation method, because it was causing problems, for example where a few accesses to the homepage under heavy load result in a high recorded average CPU time for the homepage, which then caused future homepage requests to be prioritised lower than bot traffic, resulting in lagging and timeouts.