Turbo Deployments

Accelerate Your Deployments with Turbo Mode

Deploy faster than ever before. DeployHQ's Turbo Deployments bundle your project files into a single archive, dramatically reducing transfer time and overhead—especially for projects with numerous small files.

What are Turbo Deployments?

Turbo Deployments bundle your project files into a single archive before transfer, resulting in significantly faster uploads and deployments.

Instead of transferring hundreds or thousands of individual files, Turbo Deployments convert your project into a single TAR archive and transfer it in one go. This reduces connection overhead, minimizes communication rounds between servers, and provides compression advantages—resulting in dramatically faster deployment times.

Key Benefits

  • Reduced Transfer Overhead: Minimize connection establishment time by transferring one archive instead of thousands of individual files.
  • Faster Transfer Speeds: Single archive transfers are significantly faster than multiple small file transfers.
  • Compression Advantages: TAR archives can be compressed using gzip, reducing total data transfer volume.
  • Automatic Fallback: If archive transfer fails, the system automatically falls back to individual file transfer for reliability.

How does it work?

Turbo Deployments streamline the transfer process with intelligent bundling and compression…

  1. Your project files are bundled into a single TAR archive

  2. The archive is compressed using gzip to reduce transfer size

  3. The single archive is transferred to your server

  4. The archive is extracted and your deployment is complete!

Getting Started

Enabling Turbo Deployments is simple. Just go to your server settings and select "Use accelerated transfer" option, then deploy your project. The feature is especially beneficial for larger projects with many files.

Learn more in our Turbo Deployments documentation for detailed setup instructions and requirements.