Profile

User's avatar
npub18aeu...55j8
npub18aeu...55j8
πŸš€ Yesterday, I released version 1.2.0 of my new package, django-http-compression. It includes a big change to only apply compression to known-compressible content types, like HTML or JSON, copying the behaviour of servers like Caddy or CloudFlare. This change saves CPU cycles by not trying to compress binary formats that are typically already compressed, like images or zipfiles. #Django
#GitHub tip: Don’t post β€œAny updates?” style comments on open source threads. Any updates would be there already. Open source is a gift; bugging maintainers acts like you're entitled to results. I just mark such comments as spam. If you want to see something done, do something to help: research specifications, find an existing implementation, write a test case, draft the docs, write a draft implementation, do some code review, test the PR locally, or just anything to help the project. image