Bug 511854 - Investigate combining files for eslint rules to speed up self hosting loading times
Summary: Investigate combining files for eslint rules to speed up self hosting loading...
Status: RESOLVED WONTFIX
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: JS Tools (show other bugs)
Version: 13.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2017-02-07 11:21 EST by Curtis Windatt CLA
Modified: 2017-03-08 13:12 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Curtis Windatt CLA 2017-02-07 11:21:05 EST
It is now taking 1.5 minutes to load the page and tooling while self hosting at orion.eclipse.org.  The main culprit is loading scripts into the Tern worker.  Each file is taking 500ms+ regardless of size.  If we combined some of the files it would speed up the setup significantly.

A good place to start would be the rules files, which are split up into 15 files.
Comment 1 Curtis Windatt CLA 2017-03-08 13:12:41 EST
Combining the rule files would save some time, but at the cost of making it more difficult to update the eslint rules. As there are hundreds of files that must be loaded, 15 files will not make enough of a difference for this cost. Closing as WONTFIX.