django-compressor
fanstatic
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
django-compressor | fanstatic | |
---|---|---|
6 | 0 | |
2,724 | - | |
0.5% | - | |
6.3 | - | |
8 days ago | about 8 years ago | |
Python | ||
GNU General Public License v3.0 or later | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
django-compressor
-
I wrote a filter for Django Compressor that removes unused CSS classes and makes your СSS files much smaller
Idk, it depends on how much you care about the page loading time. Even without the PurgeCSS filter, I would recommend the Django Compressor app. I use it on all my websites. It automatically merges your css/js files and minifies them (removes white spaces, comments, etc.). It also creates a unique name for the combined CSS so if you changed your CSS files, your users will always see the fresh version, not the cached by the browser one.
-
I made a website that helps you to find similar YouTube channels
django_compressor - for merging and minimizing css and js assets
-
what are 3 django packages everyone should know about?
django-compressor with django-libsass for auto sass compilation
-
A powerful library to minify-html for django
But isn't that what you have django-compressor for?
-
How I reduced Raveberry's transferred frontend code by 90%
The external dependencies were downloaded into the static/ folder containing all frontend assets using yarn and a package.json. Other than that, yarn was not used. Next I ran a bash script that removed all files I did not need, keeping the javascript, css and font files that should be served. In html, these files where directly included. I knew that loading many files is bad, so I used django-compressor to combine them into one big file. Conveniently, this tool also provided me with a way to compile scss.
fanstatic
We haven't tracked posts mentioning fanstatic yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
django-pipeline - Pipeline is an asset packaging library for Django.
webassets - Asset management for Python web development.
django-storages - https://django-storages.readthedocs.io/
jinja-assets-compressor - A Jinja extension (compatible with Flask and other frameworks) to compile and/or compress your assets.
Flask-Assets - Flask webassets integration.
File Conveyor - File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
django-webpack-loader - Transparently use webpack with django