Open traeok opened 2 days ago
Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 10 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.
Is your feature request related to a problem? Please describe.
Potentially related: #2577 #3303
Describe the solution you'd like
We should reduce the amount of times we read from disk when using the
ProfilesCache
facility. We also should cache more information in the profiles cache, or at least cache both theProfilesCache
andProfileInfo
instances, re-using them wherever possible.Describe alternatives you've considered
We can continue to use the facilities available in the codebase, but the issue of excessive profile I/O operations and the scattered function implementations will continue to fester until it becomes a primary bottleneck in some Zowe Explorer actions/operations.