Open violaguttorm opened 1 month ago
I tested the form, and I was able to reproduce the issue pretty much immediately. I've been working on general performance improvements (leftovers after the larger performance-related rewrite we shipped in v4.8.0
), and when I test the form with those changes (#2511) I don't see the same issues any longer. :raised_hands:
This was marked as completed, however i encountered the issue still in my form 15.10.24. https://altinn.studio/repos/ssb/ra0745-01
Description of the bug
When filling out a big repeating group, which can contain up to two inner repeating groups (separate), that has a lot of dynamically fetched code lists, the form starts to get noticably slower, and soon enough the dynamic code lists in new Group-elements will get stuck in an eternal "loading spin" animation. This is solved by refreshing the page, but it's not ideal and can be confusing for a user.
I checked the network tab in Chrome and it doesn't seem to be as simple as the code lists constantly loading in again and again, as the call to each seems to only happen once for each page no matter how many people you add.
The source code is in this app: https://altinn.studio/repos/brg/rrh-innrapportering URL in TT02: https://brg.apps.tt02.altinn.no/brg/rrh-innrapportering/
(This app is somewhat difficult to get running locally, but if necessary I can be contacted and I will tell you how to do it)
Steps To Reproduce
Additional Information
No response