Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate profile facilities and improve caching efficiency #3307

Open
traeok opened this issue Nov 11, 2024 · 1 comment
Open

Consolidate profile facilities and improve caching efficiency #3307

traeok opened this issue Nov 11, 2024 · 1 comment
Labels
enhancement New feature or request priority-medium Not functioning - next quarter if capacity permits Technical Debt Includes Architecture, Code, Testing, Automation debt

Comments

@traeok
Copy link
Member

traeok commented Nov 11, 2024

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 the ProfilesCache and ProfileInfo 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.

Copy link

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.

@JTonda JTonda added Technical Debt Includes Architecture, Code, Testing, Automation debt priority-medium Not functioning - next quarter if capacity permits labels Nov 12, 2024
@zowe-robot zowe-robot moved this from New Issues to Medium Priority in Zowe Explorer for VS Code Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-medium Not functioning - next quarter if capacity permits Technical Debt Includes Architecture, Code, Testing, Automation debt
Projects
Status: Medium Priority
Development

No branches or pull requests

2 participants