Last modified: 2013-08-14 16:19:50 UTC
1) May be the solution for bug 47722 (which blocks bug 47721). 2) Allows extensions and others to query the lists and include them where needed. (Split from bug 27629 comment 13) > [...] has for consequence that the collection > extension > might crash with a book of only 100 articles: > https://bugzilla.wikimedia.org/show_bug.cgi?id=46946
Not sure the DB is the correct place. As memcached is possible too
@Sam Memcached won't avoid to wait an eternity for the heavy edited pages... or do you think this is something which could be fixed (better SQL request)?
Reedy: Could you answer comment 2 if you have time?
Has action=credits actually been profiled to determine what is causing it's low performance? Is it the actual DB query being executed that causes it to be slow, or is it the network transfer time required to deliver all that data plus the time requires to process and format it that is causing it to be slow? In fact, other than "it is slow", what exactly do we even know about action=credits?
(In reply to comment #5) > Has action=credits actually been profiled to determine what is causing it's > low > performance? Is it the actual DB query being executed that causes it to be > slow, or is it the network transfer time required to deliver all that data > plus > the time requires to process and format it that is causing it to be slow? > > In fact, other than "it is slow", what exactly do we even know about > action=credits? Nothing, for any reasonable definition of "we".