liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.51k stars 267 forks source link

Diffing is pretty slow #686

Open X-Tender opened 4 years ago

X-Tender commented 4 years ago

Do you read the FAQ?

Describe the bug When I start a Diff with the remote server it take up to 30 Seconds. Doesn't mater if its a small or big file. Upload and Listing is Fast.

To Reproduce Steps to reproduce the behavior: I just make a Diff

Expected behavior Should Diff faster

Desktop (please complete the following information):

Extension Logs from Startup - required 11-08 15:57:50] [debug] < '220 FTP Server ready.\r\n' [11-08 15:57:50] [debug] > USER XXXXX [11-08 15:57:50] [debug] < '331 Password required for XXXXX\r\n' [11-08 15:57:50] [debug] > PASS ** [11-08 15:57:50] [debug] < '230 User XXXX logged in\r\n' [11-08 15:57:50] [debug] > FEAT [11-08 15:57:50] [debug] > TYPE I [11-08 15:57:50] [debug] < '200 Type set to I\r\n' [11-08 15:57:50] [debug] > PASV [11-08 15:57:50] [debug] < '227 Entering Passive Mode (212,227,20,199,223,82).\r\n' [11-08 15:57:50] [debug] > RETR /live/XXXXX/index.twig [11-08 15:57:52] [trace] run command 'Toggle Output Panel' [11-08 15:58:20] [debug] < '226 Transfer complete\r\n' [11-08 15:58:20] [debug] > MODE S [11-08 15:58:20] [debug] < '200 Mode set to S\r\n'