You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the layouts between fa-grid-layout or fa-sequential-layout or no layout wrapper did not seem to affect performance either way.
It seems like each item generates 2 watchers as well. So, if I have 40 items, I get 80 watchers, regardless of the content inside of the ng-repeat. Is this expected behavior, or is it my code? Is there something that can be optimized?
The text was updated successfully, but these errors were encountered:
Switching to a more "vanilla" famo.us directive, the scroll view operates as expected, hiding/showing elements while scrolling to maintain performance.
In fa-scroll-view, as I add more items, the scrolling slows until it becomes unusable or generates a memory error.
Here is the FA code I'm using.
Changing the layouts between fa-grid-layout or fa-sequential-layout or no layout wrapper did not seem to affect performance either way.
It seems like each item generates 2 watchers as well. So, if I have 40 items, I get 80 watchers, regardless of the content inside of the ng-repeat. Is this expected behavior, or is it my code? Is there something that can be optimized?
The text was updated successfully, but these errors were encountered: