Same issue from this link: Flex Repeater performance - #3 by Chris_Taylor
I have a test screen with a flex repeater with 100 instances of a simple view. The view has 1 dropdown, 4 textboxes and 4 labels.
I also noticed the javascript vm memory going up after every save in the designer until the browser crashes.
When session first starts.
@jpark, so far, I haven’t been able to reproduce using a similar simple view with 100 repeated instances; repeated saves in the designer don’t trigger additional fetches of the material.svg library. Would you be able to PM me, or upload, the view(s) you’re using to recreate this?
Yeah let me put something together.
Is the session running from localhost or from the local ip address? I think there are 2 separate issues.
The materials.svg loading hundreds of times seems to only happen when launching the session on localhost.
I made a fullback of my system into a VM… and the vm doesn’t experience the materials.svg calls.
What’s weird is that the materials.svg call happens on my local system whether I run from my local session, or from a cloud based session.
I am still getting the hundreds of material.svg downloads from my main system (Whether I run the project locally or from the cloud).
I think the bigger problem I am having is the session crashing in chrome.