Actions
Feature proposal #7250
closedImplement file parsing cache
Description
The file parsing is always done when parsing for versions. This can be heavy to run over and over. Implement caching to cache the results of the initial parse for a configurable time.
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 30 to 100
All directory reads now cache their results until the directory is modified again. This will prevent rereading a directory on every page load and instead will just pull the cached JSON.
Actions