On Mon, 2003-02-17 at 02:25, Combelles, Christophe (MED, ALTEN) wrote: > I had entered a bug for this : > > https://qa.mandrakesoft.com/show_bug.cgi?id=1449 > > This can be "easily?" fixed by separating the product list from the page > itself: for example, putting the list into a separate file, so it is > recorded in the browser cache, and not reloaded every time. > > Otherwise, the product selection could be done from a popup window, and > the code for the popup should be always the same. > The thought I had was to have the default page after login be My Bugs rather than the search page. This alone should cut down tremendously on the "load" on the server. Don't have bugzilla in front of me but the link should be straight forward enough.
James > > Jean-Michel Dault wrote: > > I always knew bugzilla was slow, but it gets worse every day, so I > > measured it: > > > > time -f "%E" lynx --dump https://qa.mandrakesoft.com/query.cgi>/dev/null > > 0:25.60 > > > > 25 seconds to load the query page... that's awful. > > > > Compare to some other mandrake web sites (https and http) > > > > time -f "%E" lynx --dump https://mandrakesecure.com >/dev/null > > 0:05.46 > > > > time -f "%E" lynx --dump www.mandrakesoft.com >/dev/null > > 0:01.43 > > > > I'm sure we could tweak Apache to get a bit more performance. If I can > > give a hand, let me know. > > > > >
