This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270547 - FTP Upload slow on large project
Summary: FTP Upload slow on large project
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-03 15:36 UTC by regisit
Modified: 2017-05-03 15:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description regisit 2017-05-03 15:36:57 UTC
Uploading a single file to a remote server over FTP is very slow on a large (Magento) project. On a smaller (Yii2) project, delay is not noticeable. Upload itself takes a few hundred millisecs, but between connecting and uploading there is a long delay of 15-20 seconds before it uploads.

During this period, I see NetBeans CPU usage jump to 25-30% suggesting it's iterating something. Given this is not noticeable on a smaller project, it suggests NetBeans if iterating through a chunk (or all!) of the project before doing the upload. 

Why is it doing that when just a single file upload is requested?