You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have many static files and the compression is very slow (~5 minutes). There are many files collected, that would be probably never used by website users.
If there was some settings similar to WHITENOISE_SKIP_COMPRESS_EXTENSIONS which would allow to add file patterns to skip compression, that would solve my problem.