I am trying to extend the loader/Filters.java with the HTMLCompressorFilter from
https://github.com/mohiva/play-html-compressor
and standard Play GzipFilter, but do not see any change in the returned HTML code.
It might be possible, that chunked encoding does not support a combination with gzip-encoding, but a text-compressed HTML code should be possible.
I am trying to extend the
loader/Filters.javawith theHTMLCompressorFilterfromhttps://github.com/mohiva/play-html-compressor
and standard Play
GzipFilter, but do not see any change in the returned HTML code.It might be possible, that
chunkedencoding does not support a combination withgzip-encoding, but a text-compressed HTML code should be possible.