Skip to content
angelozerr edited this page Nov 25, 2014 · 11 revisions

Tern Performance

  • 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

Clone this wiki locally