Comment 8 for bug 276950

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 276950] Re: DistroSeries:+queue Timeout accepting many packages queue page

On Mon, Sep 20, 2010 at 8:17 PM, Julian Edwards
<email address hidden> wrote:
>> DistroArchSeries.architecturetag = %s ORDER BY DistroArchSeries.id +
>> + Consolidating those into just-query-it-once would save 2.5 seconds
>> + straight up.
>> +
>> + Its also possible that the view is preparing stuff needed for GET on
>> + POST, which would be wasteful.
>
> It's not, it redirects after a POST.

BTW, since I made that guess, wgrant confirmed on IRC that the POST is
prepping the data for the GET, then ignoring it, then doing its work,
and finally the redirect -> the GET that users see.

-Rob