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
Navigating from an account transactions page to the budget page is extremely slow.
It was introduced by this PR: https://github.com/actualbudget/actual/pull/3864/files#diff-0305cff3699580e47a344c2d8bacf194dab7e51d925a125db9a83ad7a8b5bae1R69
When I change the deps back from:
}, [sheetName, bindingObj.name, bindingObj.query]);
to:
}, [sheetName, bindingObj.name]);
I get the performance back, but it reintroduces the bug.
We need to find a way to bring the performance back without reintroducing the bug.
The performance is more obvious on the Electron app but also affects the web app.
Desktop App (Electron)
Chrome, Microsoft Edge, Desktop App (Electron)
Windows 10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Verified issue does not already exist?
What happened?
Navigating from an account transactions page to the budget page is extremely slow.
It was introduced by this PR: https://github.com/actualbudget/actual/pull/3864/files#diff-0305cff3699580e47a344c2d8bacf194dab7e51d925a125db9a83ad7a8b5bae1R69
When I change the deps back from:
to:
I get the performance back, but it reintroduces the bug.
We need to find a way to bring the performance back without reintroducing the bug.
The performance is more obvious on the Electron app but also affects the web app.
Where are you hosting Actual?
Desktop App (Electron)
What browsers are you seeing the problem on?
Chrome, Microsoft Edge, Desktop App (Electron)
Operating System
Windows 10
The text was updated successfully, but these errors were encountered: