Skip to content

Commit

Permalink
[TASK] Turn on cache layer by default for a better performance in bac…
Browse files Browse the repository at this point in the history
…kend

because we changed loading of the diagrams to AJAX, the cache layer is even more useful now. There is no reason why it should not be turned on by default
  • Loading branch information
einpraegsam committed Sep 20, 2023
1 parent cda5bf2 commit d70bee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_conf_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ leadImageFromExternalSources = all
showRenderTimes = 0

# cat=advanced/enable/270; type=boolean; label= Use cache layer: Performance boost for backend views. Cache layer could be used for both dashboard views and quick analyse in page overview view. Lifetime is per default 24h and caches can be warmed up via scheduler task.
useCacheLayer = 0
useCacheLayer = 1

0 comments on commit d70bee8

Please sign in to comment.