Project

General

Profile

Actions

Todo #16469

closed

Improve file handling of the config cache

Added by Marcos M 15 days ago. Updated 15 days ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Configuration Backend
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
25.11
Release Notes:
Default

Description

Currently the config cache gets removed, with some exceptions, when the config file is read. This happens on most new script executions. The intent is to guarantee that the script is run with up-to-date configuration. This approach results in unnecessary file processing and false cache misses. To improve this, do the following:
  • Move the removal of the configuration cache file to when the configuration file is written.
  • Avoid using the cache if it's older than the config file.
  • Clean up manual removals of the cache.
Actions

Also available in: Atom PDF