Home > Article > Development Tools > What to do if phpstorm starts slowly
Solution to the slow startup of the phpstorm editor
1. First find the phpstorm.vmoptions file and open it with Notepad
2. Add two lines of code at the end of the document
-Dawt.usesystemAAFontSettings=lcd -Dawt.java2d.opengl=true
3. Save the file and re-run phpstorm.
Recommended tutorial: phpstorm usage tutorial
The above is the detailed content of What to do if phpstorm starts slowly. For more information, please follow other related articles on the PHP Chinese website!