Reputation: 14750
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
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