Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up deployment #2

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Speed up deployment #2

merged 1 commit into from
Nov 25, 2024

Conversation

corvus-ch
Copy link
Member

@corvus-ch corvus-ch commented Nov 25, 2024

The FTP server does not support any checksum mechanism. Without checksum support, rclone can only use size and time to determine which files to update. On each composer install, the dependencies dates that differ from the one on the server and are uploaded again, even if their contents did not change.

Using a local cache of the FTP remote content, speeds up things significantly (from over an hour down to minutes) by preserving the upstream creation and modification times.

@corvus-ch corvus-ch force-pushed the speed branch 13 times, most recently from 1f6f5b8 to b429516 Compare November 25, 2024 21:52
@corvus-ch corvus-ch merged commit 9c1cafa into trunk Nov 25, 2024
1 check passed
@corvus-ch corvus-ch deleted the speed branch November 25, 2024 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant