Make rsync deployment method (SFTP faster alternative)

Make rsync deployment method (SFTP faster alternative)

Using Wappler FTP/FTPS/SFTP is slow, my previous deployment I used rsync and it feels much faster.

P.S.: This feature request requires the shared hosting of your choice to support SSH access

Edit: This also means skipping the remote file listing and stuff, or using rsync to get the file listing...

SFTP deployment is insanely slow

we might have found a way to speed it up.

the slowness was related to the terminal calls we do and no so much to LFTP or RSYNC (those are very comparable in speed when ran from terminal)

The new improvements are already implemented in the SSH access in the Resource Manager and we will see if we can push the same also for LFTP sync that we use for SFTP connections

2 Likes

Bump

This has been integrated in Wappler 7 beta 9

Are you sure this has been integrated? An rsync command still runs many times faster, I don't think there was any noticeable improvement. I'm on Wappler 7 beta 18

@George has this performance improvement applied to SFTP?