-
Notifications
You must be signed in to change notification settings - Fork 51
Tern Performance
angelozerr edited this page Nov 25, 2014
·
11 revisions
-
tern script path should be well configured :
-
don't parse the whole JS files of your project
-
don't parse JS files like Angular, Express, etc if you have a tern plugin for that.
-
pay attention with JSDT Include Path of your project (tern uses it to know script path, so you could parse the whole JS files of your project), you could have problem of performance (if you get for instance a lot of JS files with npm)
-
idea to improve performance :
-
support ignore path
-
use tern condense to analyze the first time a lot of js files and generate th result of the analyze with tern condense in file bsystem. The second starts of tern server will use those result of analyze coming from fiilesystem
- Tern IDE
- Tern Toolings
-
Tern Modules
- AngularJS
- AlloyUI
- Browser
- Bootstrap
- CKEditor
- CordovaJS
- Dojo Toolkit
- ECMAScript
- ExtJS
- Game
- jQuery
- JSDoc Support
- Liferay
- Meteor
- Node.js
- Qooxdoo
- snabbt.js
- RequireJS
- Tabris.js
- three.js
- Titanium
- YUI Library
- Completion
- Linter (Validator)
- Tests
- JavaScript Build
- New and Noteworthy