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
Make this logic more performant by doing it in the backend and then return one final value to the front end.
The logic for determining the last seen value of an application is all done in the frontend reducer.
This logic can be done in the backend to make it much more performant.
The text was updated successfully, but these errors were encountered:
ryaplots
No branches or pull requests
Summary
Make this logic more performant by doing it in the backend and then return one final value to the front end.
Current Situation
The logic for determining the last seen value of an application is all done in the frontend reducer.
Desired Situation
This logic can be done in the backend to make it much more performant.
Code of Conduct
The text was updated successfully, but these errors were encountered: