Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 392103

Summary: gitPlugin.html is not optimized
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0   
Target Milestone: 2.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-10-16 13:45:14 EDT
1. Load https://orion.eclipse.org/git/plugins/gitPlugin.html
2. There are 3 requests made:
> gitPlugin.html           1.95KB 
> plugin.js                2.34KB
> dojo.js.uncompressed.js  114.2KB

The last file took my browser 2 full seconds to download. While my network access here is really poor, we should be doing better...

We could shave off 1 request and substantially reduce the download size by using requirejs + build-time minification on this plugin.