Skip to main content

Optimized collectstatic for S3ManifestStaticStorage

Project description

picsellia-s3manifestcollectstatic

This is a fork of https://github.com/dduong42/s3manifestcollectstatic

Optimized collectstatic for S3ManifestStaticStorage. With max_workers parameters and custom handler of exception while uploading files

Installation

  1. Install the package
pip install picsellia-s3manifestcollectstatic
  1. Add picsellias3manifestcollectstatic to INSTALLED_APPS

Description

collectstatic can take a long time. When used with storages.backends.s3boto3.S3ManifestStaticStorage, collectstatic uploads the files twice, once without the hash at the end of the file name, and once with the hash. Also, it doesn't use multiple threads to upload to s3.

s3manifestcollectstatic uploads the files only once, uses threads to speed things up, and doesn't upload the files that are already on S3.

collectstatic: (Around 20 minutes)

$ time ./manage.py collectstatic --noinput

604 static files copied, 646 post-processed.
./manage.py collectstatic --noinput  29,94s user 2,27s system 2% cpu 20:25,06 total

s3manifestcollectstatic: (Around 30 seconds)

$ time ./manage.py s3manifestcollectstatic

604 static files copied to '/tmp/tmpbw0q_5lq', 646 post-processed.
Start the upload of 604 files
Uploading the manifest
./manage.py s3manifestcollectstatic  10,95s user 1,92s system 49% cpu 26,269 total

If you want to reupload the files use -f:

./manage.py s3manifestcollectstatic -f

Tested with Python 3.9, Django 3.2, django-storages 1.11

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

picsellia_collectstatic-0.0.4.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

picsellia_collectstatic-0.0.4-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file picsellia_collectstatic-0.0.4.tar.gz.

File metadata

  • Download URL: picsellia_collectstatic-0.0.4.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.3 Linux/6.2.0-33-generic

File hashes

Hashes for picsellia_collectstatic-0.0.4.tar.gz
Algorithm Hash digest
SHA256 efd6a8e496d12b500adf0a8b6693ef4123b6a0e77cec6aa05436f501c83c1390
MD5 1b38d80036e61cfa2ff730d5735627ba
BLAKE2b-256 fc931e3f8b4149c64d40d5365ac290cfb2d65766794ecd641a2d3fe4f5123ce9

See more details on using hashes here.

File details

Details for the file picsellia_collectstatic-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for picsellia_collectstatic-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 04ed43ae060c25e45ab8d33dd5470d1dee8400afb0358d30cace4992eaf7b7b0
MD5 4a76f9d9c7bc66e005e284722281d819
BLAKE2b-256 e4afb3c3d4392fbee68df31f9376dc049a72c7c88a8d6e2a3ba9f186a5c28436

See more details on using hashes here.

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