GNOME Bugzilla – Bug 59495
query.cgi's javascript stinks (and I have a solution)
Last modified: 2004-12-22 21:47:04 UTC
http://tieguy.org/query.patch That patch should apply cleanly to the http://bugzilla.gnome.org/query.cgi and should increase performance in most cases by 60-70% in my limited testing. To check it out in action, play with http://bugzilla-test.ximian.com/query.cgi (unpatched) and http://bugzilla-test.ximian.com/query2.cgi (patched.) Enjoy; let me know if you find any problems with it.
OK, so... more relevant patches have been posted to http://bugzilla.mozilla.org/show_bug.cgi?id=96534 which should help b.g.o. a great deal. I'll try to whip up a patch at some point.
Created attachment 5020 [details] [review] Updated patch with substantial performance improvements
*** Bug 51942 has been marked as a duplicate of this bug. ***
Re-assigning all of martin's bugzilla bugs to the bugmaster@gnome.org mailing list, as per discussion in #bugs.
Fixed with CVS commit just now; thanks to greg for actually performing the updates on the server side.
WOOOO! This really really makes a difference. Kudos!