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.
Right the gziping is removed. That is not the point of this ticket. Only removal on gzip on fly is desired. The gziping should still work.