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

Bug 382697

Summary: Use minified requirejs
Product: [ECD] Orion Reporter: Simon Kaegi <simon_kaegi>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.5   
Target Milestone: 0.5 RC2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Simon Kaegi CLA 2012-06-15 00:55:38 EDT
We're using the uncompressed version at the moment which is 85k vs. 14k minified. The minified parse times are better too and at least when I profiled I'm seeing the eval time go from 18ms to 9ms. On many pages requirejs is eval'ed 3 times so could net us 30ms with little downside.
Comment 1 Simon Kaegi CLA 2012-06-15 18:06:48 EDT
Fixed. Ken reviewed.