Skip to main content

A Faster Collect Static (sometimes) for Django

Project description

# Collect Stupid - A Faster Collect Static (sometimes) for Django

When using collectstatic with remote file systems like Amazon S3 it can often slow down because up to 3 remote operations are needed for each file.

  1. Determine file time stamp

  2. Delete file if old

  3. Copy the new file

This becomes very slow when your project grows. Sometimes it is just faster to upload everything. This is especially true if you run collectstupid close to the your remote file system, for example from Heroku to S3.

So speed up your static file deploy with collectstupid if the total size of your static files can be uploaded quickly.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collectstupid-15.11.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page