A lot of performance issues in both Adobe CF and Lucee involve file system access to the disk. Since Runwar has a custom resource manager that handles all disk lookups that go through the servlet's getRealPath() method, add an optional feature to cache these lookups in memory to avoid file exists checks.
There is no first class setting in CommandBox in the server.json for this so it's more of a "hidden feature" for now.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
A lot of performance issues in both Adobe CF and Lucee involve file system access to the disk. Since Runwar has a custom resource manager that handles all disk lookups that go through the servlet's getRealPath() method, add an optional feature to cache these lookups in memory to avoid file exists checks.
There is no first class setting in CommandBox in the server.json for this so it's more of a "hidden feature" for now.