-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2024-07-22] [Performance] Slow load of one-transaction reports #44162
Comments
Triggered auto assignment to @VictoriaExpensify ( |
Hello it's Tomek from Callstack, I would like to work on that |
It looks like there's an error when displaying the ReportAction in ReportActionItem.tsx. Essentially, the app initially renders the previous report and then updates it after it has already been rendered. This issue might be caused by Onyx's optimistic approach, but it seems it could be fixed with a simple condition check. I'm currently investigating this further. |
Ok sounds good! |
I noticed two causes of that issue: The first was that the The second issue was with the I am preparing a draft PR for these changes and will proceed with some testing to ensure that these adjustments do not break other flows |
Ok awesome. We can also make a test build and I can see if it solves the issue in my account. |
That would be great! Here is the PR -> #44529 I am using not very heavy account, but still I could see the flickering, so at your account the fix would be more visible, please let me know :) |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.6-8 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-07-22. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Payment Summary
BugZero Checklist (@puneetlath)
|
@mkhutornyi can you do the checklist? And @VictoriaExpensify can you handle payment? |
Regression Test Proposal
|
@mkhutornyi - I have invited you to accept the Upwork Job. Please let me know once you have accepted it and I'll fix up your payment. |
@puneetlath, @rinej, @VictoriaExpensify, @mkhutornyi Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@mkhutornyi - let me know once you've accepted the offer in Upwork :) |
@puneetlath, @rinej, @VictoriaExpensify, @mkhutornyi Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Payment Summary: |
One transaction reports seem to load slower than regular reports or regular transactions. And they have a weird UI while they are loading where the report looks like a one-transaction report, but there is also that same expense attached to the report as a comment.
Let's fix this by fixing the weird UI while loading and making loading faster.
Context here: https://expensify.slack.com/archives/C05LX9D6E07/p1718718047425429?thread_ts=1718652645.370349&cid=C05LX9D6E07
Issue Owner
Current Issue Owner: @VictoriaExpensify / @VictoriaExpensifyThe text was updated successfully, but these errors were encountered: