Compiled template not found in the cache
-
How can I use cache for templates? It says all the time "Compiled template not found in the cache, compiling".
-
The template cache is stored in process memory. However the default sandboxing strategy always creates a new process for templates evaluation so the cache is never used. You need to change
tasks.strategy
config tohttp-server
orin-process
.Some info here https://jsreport.net/learn/configuration