Created
December 16, 2018 14:14
-
-
Save otwm/334dea2c14abe1ba9bc5d591d8a337a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://stackoverflow.com/questions/29388626/how-to-speed-up-webstorm | |
Here is my recipe how to speed up your lovely WebStorm: | |
Go to Preferences and do next: | |
Appearance & Behaviour > System Settings > Updates: disable auto update | |
Appearance & Behaviour > System Settings > Usage Statistics: Uncheck Allow sending data usage statistics to JetBrains | |
Editor > Live Templates: disable all, leave only what you are really use | |
Editor > Emmet: disable all emmets | |
Editor > Intentions: I leave only: CSS, Declaration, JavaScript and Language Injection | |
Plugins: leave only next (* - can be also disabled in case you don't need them): | |
CoffeeScript * | |
CSS Suport | |
CVS Integration | |
Git Integration | |
HTML Tool | |
IntelliLang | |
JavaScript Debugger * | |
JavaScript Intention Power Pack | |
JavaScript Support | |
NodeJS * | |
Perforce Integration | |
SASS suport * | |
Project > Directories: Exclude all what you don't use | |
Languages & Frameworks > JavaScript > Libraries: leave only: HTML and HTML5 / EcmaScript 5 | |
Languages & Frameworks > Compass: disable it | |
Tools > WebBrowsers: leave only Chrome | |
Help > Edit Custom VM Options: Edit and increase usage memory pwd: | |
-Xms1024m | |
-Xmx1536m | |
-XX:MaxPermSize=1024m | |
-XX:ReservedCodeCacheSize=512m | |
-XX:+UseCompressedOops |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment