In huge project WebStorm (it can be other product of JetBrains) is always thinking and loading something.
This is really annoying me!
Here is my recipe how to speed up your lovely WebStorm:
Allow sending data usage statistics to JetBrains
Help > Edit Custom VM Options: Edit and increase usage memory pwd:
-Xms1024m
-Xmx1536m
-XX:MaxPermSize=1024m
-XX:ReservedCodeCacheSize=512m
-XX:+UseCompressedOops
So the main idea is next: disable all in Preferences what you really don't use and increase memory for IDE.