Christoffer
Christoffer

Reputation: 7777

PHPStorm "Collecting files" for ages on deploy

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

enter image description here

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) enter image description here

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

Answers (2)

Erenor Paz
Erenor Paz

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:

picture
(source: erenor.net)

Upvotes: 0

KST
KST

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

Related Questions