Erik
Erik

Reputation: 14750

PhpStorm. Collecting files very slow

I use "Deployment" feature in my PHPStorm and this on executes "Collecting files" first. But in takes a while around 30 min.

What's "Collection files" is and is it nessesary for deployment and is it possible to disable it?

Upvotes: 3

Views: 4683

Answers (2)

Chukky Nze
Chukky Nze

Reputation: 720

Collection is slow for you because the IDE config not optimal not because of PhpStorm itself. Make sure PhpStorm is using the most current jre, jdk if u want to use PhpStorm64. Make sure ur java_home is properly set as well. Optimizing the underlying java config will speed everything up dramatically. In addition, utilize the exclude directory feature and minimize unnecessary plugins.

Upvotes: -2

lena
lena

Reputation: 93728

It scans files and folders on server, collecting information about them. This indeed may take a while, especially in case of slow network connection. There is unfortunately no way to skip this step. Please vote for WI-3268

Upvotes: 5

Related Questions