MantisBT: master b751f3b1

Author Committer Branch Timestamp Parent
vboctor dregad master 2014-12-13 12:10 master 54a1d300
Affected Issues  0017944: Regression from 1.2.x: slow performance when editing issues
Changeset

Don't expand reporters by default in update page

For performance reasons with update issue pages, we should revert
back to 1.2.x behavior where we don't populate the combobox of
reporters by default. This is in order to reduce database load and
improve performance for instances with large number of reporters.

This change is also designed to make sure that search engine crawlers
don't expand such list and hence avoiding the database load.

In the future, we should use jquery auto-complete or similar control.
We could also possibly add a configuration option or cache a session
variable that determines whether to expand the list by default. This
can be useful for instances with small number of reporters.

Fixes 0017944

mod - bug_update_page.php Diff File
mod - javascript/common.js Diff File