The bugzilla login page is too slow. The page does not count as loaded (and no autocompletion can begin) until all components and scripts are run. To fix this: * Add an expires cache to everything, particularly css * Combine your css and js into one file to minimise the number of http requests * Use mod_deflate with your css and js to speed up each http request
To give you some stats.. Loading this page: https://bugzilla.redhat.com/bugzilla/query.cgi?GoAheadAndLogIn=1 takes 26.329 seconds over a 10 mbit connection.
Changes have been made during a recent migation of Bugzilla to address some of these performance issues. Please reopen if this is still a problem.