Description of problem: It takes ~40s+ to open the new bug report page. That's ~40s too long. This should be sub-second for a simple page like this.
Changing products. There's got to be an easier to not make a living.
This is probably referring to the Fedora bug entry page. The page is large mainly because it is rendering a select form field for 6000+ components. Bugzilla was not originally designed for as many components as we are trying to use. We are working on how to best solve this solution.
Well, particularly when you come to the page with a preselected component, there's no reason to load all 6000 other components -- just make that field immutable, or load the components on demand via JS _if_ the user wants to change it.
Would a text area with autocompletion, coupled with a "show me a list" link be feasible?
Of course, why not?
(In reply to comment #4) > Would a text area with autocompletion, coupled with a "show me a list" link be > feasible? This is somewhat related to bug 461049 already in progress. Dave
Red Hat Bugzilla is now using version 3.4 of the Bugzilla codebase and therefore this bug will need to be re-verified against the new release. With the updated code this bug may no longer be relevant or may have been fixed in the new code. Updating bug version to 3.4.
Red Hat has now upgraded to Bugzilla 3.6 and this bug will now be reassigned to that version. It would be helpful to the Bugzilla Development Team if this bug is verified to still be an issue with the latest version. If it is no longer an issue, then feel free to close, otherwise please comment that it is still a problem and we will try to address the issue as soon as we can. Thanks Bugzilla Development Team
Yes, this problem seems to have been fixed, thanks!