We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#1269 (comment)
Deep watching workflow tree may have performance hit because we don't need to recompute the filter on every change e.g. job messages
cylc-ui/src/components/cylc/gscan/GScan.vue
Lines 273 to 277 in b742553
Refactor.
Solution might be to use intermediate computed properties that pull out the relevant fields and watch those instead.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#1269 (comment)
Problem
Deep watching workflow tree may have performance hit because we don't need to recompute the filter on every change e.g. job messages
cylc-ui/src/components/cylc/gscan/GScan.vue
Lines 273 to 277 in b742553
Proposed Solution
Refactor.
Solution might be to use intermediate computed properties that pull out the relevant fields and watch those instead.
The text was updated successfully, but these errors were encountered: