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.