Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve our HTTP compression #204

Closed
wants to merge 1 commit into from
Closed

Improve our HTTP compression #204

wants to merge 1 commit into from

Conversation

rik
Copy link
Contributor

@rik rik commented Apr 5, 2023

  • Compress our HTML with gzip.
  • Compress our assets with Brotli. This slows down the deployment but it saves bytes for end users.
  • Update the command used to generate our dependencies because pip doesn't want extras in constraint files.

In draft, until adamchainz/django-browser-reload#161 is in a released version.

Would be sweet if evansd/whitenoise#484 is released too but not a blocker.

- Compress our HTML with gzip.
- Compress our assets with Brotli. This slows down the deployment but it saves bytes for end users.
- Update the command used to generate our dependencies because pip doesn't want extras in constraint files.
@rik rik closed this Jun 9, 2023
@rik rik deleted the better_compression branch June 9, 2023 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant