PhpStorm の高速化 https://stackoverflow.com/questions/23842924/phpstorm-very-slow-and-sluggish-on-netbook-optimize-ide-for-responsiveness
Postscripts
External Libraries を削ると軽くなる。(Congigure PHP Include Path (F4))
しかし、これをやると、Control + b で定義にジャンプできなくなる。迂回方法として、ライブラリをプロジェクトファイルとして設定し、スコープで除外する。
1. Settings -> Directories -> Add Content Root で読み込みたいライブラリのパスを指定し、赤いアイコンの Excluded で不要なディレクトリを除外。
2. Settings -> Appearances & Behavior -> Scopes -> + プラスアイコンで追加。そこで、Include, Include Recursively, Exclude, Exclude Recursively を押して、検索エリアを限定できる。これでかなり軽くなる上に、Control + b でライブラリの定義に飛ばす飛ばさないといった制御ができる。