I recently upgraded from PhpStorm 6 to PhpStorm 7. Delighted to see all the improvements, but it runs awfully slow on my low-powered netbook. The delay between typing and seeing text appear is often 5-6 seconds and gets worse as line count increases. It is unusable at this stage.
How can I improve the general IDE speed and responsiveness?
IDE slowness can be caused by many things. We have received reports where the logs show plugin operations interfering with the code highlighting process, but a user may not realize this is the cause from the UI behavior. By default, the IDE requests a maximum of 2048 MB.
IntelliJ requires quite a lot of memory. If you don't give it enough memory it will become slow.
Edit 2017: You may first want to try experimenting with allocating PhpStorm some more RAM if available. Do this by
Help -> Edit Custom VM Options
-Xms
and -Xmx
to be something reasonable for your hardware. I have -Xms512m
and -Xmx2048m
on an 8GB RAM laptop.File -> Settings
and search for and enable show memory indicator
.Original answer: I made some changes to increase the responsiveness of the IDE. I'm sure there are more things one could do, but I found these to improve the performance to well within usable margins. From most effective to least:
These changes brought down both the startup time and significantly increased responsiveness of the IDE in general.
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