-
Notifications
You must be signed in to change notification settings - Fork 20
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
Loading of a form takes more time #1544
Comments
…for formElementGroup.nonVoidedFormElements
On debug, found that the additional logic introduced to filter out formElements whose parent formElement entities are voided, had caused severe degradation of performance. |
…i build failures (on local should be less than 100ms)
…i build failures
… future build failures
QA Reference : |
https://avni.freshdesk.com/a/tickets/4908
Issue:
env: prod, apk: 10.0.3, user: maha@shelter -> login -> search household 0155 -> Click on Edit of 'Household Level daily reporting' - it takes 30 secs to render the form
in 9.4.0, it only takes less than a second to get rules of type ViewFilter. It takes less than 5 secs to render the form.
But in 10.0.3, it takes more than 10 secs to get rules of type ViewFilter.
Issue video recording: Link
AC:
Technical analysis:
Why is rules of Type ViewFilter fetched twice (both in 9.1 and 10.0)? Fix it if possible
The text was updated successfully, but these errors were encountered: