This ticket has low-priority
Currently backend compresses static assets on fly.
It works ok, but it is slow.
FE generates gzip files during compilation in ./dist. So backend should just serve gzip files instead of compressing not-compressed versions on fly.