What is Compression Feature?
For each cached URL, LiteSpeed LScache creates a static copy of the output of the URL in the /lscache directory, which is outside the public_html directory. The compression feature can be used todetermine whether the cache that has been preheated by Kitt should be compressed as required. However, this compression does not simply serve to reduce storage requirements. The compression has asignificant influence on the transmission time when a cached page is requested, since the type of compression corresponds to the compression in http encoding (zip, br). If the cache is alreadycompressed, the compression of the requested data, which is otherwise always necessary, is no longer necessary, which significantly improves the loading time. You should therefore always leavethis function activated.