Reputation: 7777
All of a sudden my PHPStorm has started to collect files extremely slow. It's impossible for me to deploy using PHPStorm now. It just stays "Collecting files" for 5-10 minutes every time I deploy anything. Even if it's just one file
I asked on the forums, but no answer. It has been reported as a bug by someone but nothing happens there. It's a Laravel project, don't know if that has any effect.
It just started out of nothing. Here's my Deployment options (nothing is changed)
My connection is 100mbit and healthy, the server I'm uploading to is quick. No problem there.
Anyone know how to solve this?
Upvotes: 5
Views: 2165
Reputation: 3161
I got some increase in the speed of connection/checking/collecting files by activating the Passive mode
in the Advanced options
window in the Deployment/FTP server options:
(source: erenor.net)
Upvotes: 0
Reputation: 174
I'm using 2016.1 and have the same issue. It's not any particular file/directory that I've noticed but what fixed it for me is changing the 'compare by' method in the 'Diff Between' window from 'content' to 'size and timestamp'.
Upvotes: 3