What is lucee/temp/compress/ for?

What is the directory lucee/temp/compress for?

/var/www/html/WEB-INF/lucee/temp/compress/

There are multiple directories with unique ids in there. Are these previous Lucee versions?

Version Lucee 5.4.3.16
Version Name Gelert
Release date Oct 11, 2023
Servlet Container Apache Tomcat/9.0.24
Java 11.0.4 (AdoptOpenJDK) 64bit
OS Linux (3.10.0-1062.4.1.el7.x86_64) 64bit Architecture

@a_sur , The directory you mentioned /var/www/html/WEB-INF/lucee/temp/compress/ is where Lucee Server, the CFML engine stores compressed and serialized versions of templates. These compressed files are typically used for caching purposes to improve the performance of your CFML applications.

In the “compress” directory, you can find subdirectories with unique IDs. These IDs associated with specific applications, components, template files. They are used as identifiers to organize cached and compressed versions.
The contents of the “compress” directory correspond to cached and compressed versions of your CFML files.

1 Like