Bug 1069447

Summary: [Performance] Combine multiple .js and .css files
Product: [Community] Bugzilla Reporter: Jason McDonald <jmcdonal>
Component: User InterfaceAssignee: PnT DevOps Devs <hss-ied-bugs>
Status: CLOSED UPSTREAM QA Contact: tools-bugs <tools-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.4CC: jmcdonal, mtahir, mtyson, rjoost
Target Milestone: ---Keywords: Performance
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-26 06:32:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1211440    

Description Jason McDonald 2014-02-25 03:14:41 UTC
One of the issues identified in the Red Hat Bugzilla performance report is that Bugzilla uses a large number of auxiliary files (mostly .js and .css).  User-visible performance would be moderately improved if these files were combined (into one .js file and one .css file), so that loading a page causes fewer exchanges with the server.

Comment 2 Jason McDonald 2014-04-03 23:16:57 UTC
<simon> jmcdonal: I'd like to delay bug 1069447. When we move to Bugzilla 4.5/5.0 we inherit that change from upstream. For us to do it now will be asking for an even bigger headache when migrating.

Comment 3 Jason McDonald 2014-05-08 07:23:06 UTC
Currently, the upstream trunk branch has the .css files merged but not the .js files.  If/when the latter occurs, this bug can be CLOSED/UPSTREAM.

Comment 4 Jason McDonald 2015-10-26 06:32:02 UTC
Closing -- the UI modernization is expected to abandon the existing suit of .js files in favour of a new framework.