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

Summary: FTP Upload slow on large project
Product: ide Reporter: regisit
Component: PerformanceAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:

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?