That's due the file size is larger than 400KB. Litespeed does the compression in background to avoid blocking of event loop.
However, the compressed file should be cached until the file has been updated or the cached copy being removed.
Seems server need to constantly compress that file again...