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

Implement memoization of heavy javascript protocol calls such as ssh etc #4473

Closed
Ice3man543 opened this issue Dec 7, 2023 · 0 comments · Fixed by #4742
Closed

Implement memoization of heavy javascript protocol calls such as ssh etc #4473

Ice3man543 opened this issue Dec 7, 2023 · 0 comments · Fixed by #4742
Assignees
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@Ice3man543
Copy link
Member

Please describe your feature request:

These heavy calls with no extra args take too much of time. If the function signature is exactly the same, and also the arguments etc doing a deep compare as identical, we can implement a caching layer to add cachable functions to js for stuff such as GetSSHDetail

Describe the use case of this feature:

@Ice3man543 Ice3man543 added the Type: Enhancement Most issues will probably ask for additions or changes. label Dec 7, 2023
@Mzack9999 Mzack9999 self-assigned this Feb 6, 2024
@Mzack9999 Mzack9999 linked a pull request Feb 21, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants