Home  >  Article  >  Development Tools  >  What to do if phpstorm starts slowly

What to do if phpstorm starts slowly

王林
王林Original
2019-10-12 17:58:004698browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:phpstorm font garbledNext article:phpstorm font garbled