Does listing a user's contributions normally time out, even when bringing up an article doesn't?
The way it's implemented in the current code will often time out, especially for some of us old-timers, because it always fetches _all_ of a user's changes; every edit he's made to every version of every article he's ever touched, so it's likely to be a big result set. This is fixed in the new code. 0
On Wednesday 19 June 2002 19:47, lcrocker@nupedia.com wrote:
The way it's implemented in the current code will often time out, especially for some of us old-timers, because it always fetches _all_ of a user's changes; every edit he's made to every version of every article he's ever touched, so it's likely to be a big result set. This is fixed in the new code.
It times out even on people who have made two changes. Can you make an index on the editor?
phma
wikipedia-l@lists.wikimedia.org