{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/2"}],"enrichment":{"capability":"Collectfast accelerates Django's collectstatic command by using cached checksums to avoid redundant uploads and enabling parallel file transfers to cloud storage backends.","skillfed_tags":["django-deployment","s3-optimization","static-files"],"use_cases":["Speed up CI/CD deployment pipelines that repeatedly run collectstatic with large static file sets","Reduce S3 API calls and transfer time when deploying Django projects with hundreds of static files","Enable parallel uploads to Google Cloud Storage to cut deployment time on projects with many assets","Cache file metadata locally to avoid redundant remote storage lookups during frequent deployments"],"what_it_does":"Collectfast is a drop-in replacement for Django's built-in collectstatic command that speeds up the process of gathering and uploading static files to remote storage. It works by caching file checksums to avoid re-uploading unchanged files, and optionally parallelizing uploads across multiple threads. The package integrates with django-storages to support S3, Google Cloud Storage, and local filesystem backends.\n\nYou install it, add it to INSTALLED_APPS before django.contrib.staticfiles, configure a storage backend and strategy, then run collectstatic as normal. Collectfast intercepts the command and applies its optimizations transparently. It requires Django and django-storages as runtime dependencies, plus typing-extensions for type hints.","worth_installing":"No. While Collectfast solves a real problem and has low install friction, the package is abandoned since 2022-04-21 with no maintenance. Django, django-storages, and cloud storage APIs have evolved significantly since then, creating a high risk of incompatibility or silent failures. For active projects, investigate current alternatives or file-upload optimization in modern django-storages versions before committing to this package."},"id":"collectfast","links":{"html":"https://skillfed.io/packages/collectfast","md":"https://skillfed.io/packages/collectfast.md","pypi":"https://pypi.org/project/collectfast/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-06-05","license_spdx":null,"license_treatment":"permissive","name":"Collectfast","python_support":"supports_current","summary":"A Faster Collectstatic"},"popularity":{"monthly_downloads":370943,"position":7172,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.2.0"}
