-
Bug
-
Resolution: Fixed
-
Medium
-
Release 2.5.1
-
None
-
None
-
JIRA 3.12.2-#300
FireFox 3.0
Windows XP SP 2
My TaskBoard.jsp is 600KB+ in size, not including the combined-boards-2.5.1.js.
When looking why I found a line that contains this pattern:
el.options[el.length]= new Option("aabo","aabo"); if(sel == "aabo")el.options[el.length-1].selected=true;
It does this for 2659 users !!!! My project only has a handful of users.
The JS and CSS (although the CSS is minimal) are almost 600KB in size on their own, not including combined-boards-2.5.1.js!
The culprits are the setPOptions(), setAOptions() and setReporterOptions() JS functions.
- is related to
-
JSWSERVER-742 Performance tuning with the Assignees and reporter
- Closed
- relates to
-
JSWSERVER-431 Look for some ways to reduce the GreenHopper resource consumption.
-
- Closed
-