In huge project WebStorm (it can be other product of JetBrains) is always thinking and loading something.
This is really annoying me!
Increase the memory heapFrom the main menu, select Help | Change Memory Settings. In the Memory settings dialog that opens, set the necessary amount of memory that you want to allocate and click Save and Restart. This changes the value of the -Xmx option used by the JVM and restarts WebStorm with the new setting.
P.S. Since WebStorm has different release cycle than PhpStorm, it can have new JS/CSS/HTML oriented features faster than PhpStorm (it's all about platform builds used).
WebStorm is a lightweight and intelligent IDE for front-end development and server-side JavaScript. IntelliJ IDEA and WebStorm belong to "Integrated Development Environment" category of the tech stack. Some of the features offered by IntelliJ IDEA are: Smart Code Completion.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With