Timeline for Is there performance degradation when using Lightning components within an aura:iteration tag?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 28, 2022 at 6:00 | history | tweeted | twitter.com/StackSalesforce/status/1552534330341298177 | ||
| Dec 29, 2016 at 10:50 | answer | added | Sarang | timeline score: 3 | |
| Oct 29, 2016 at 15:33 | comment | added | Nicolas Vuillamy | You mean u send the secureWindow to a child component, to update the parent component DOM from the child component methods using JQuery ? If yes, i'm not sure it's safe, the DOM of a component must be updated only from renderer of the current component, not other components | |
| Oct 29, 2016 at 14:52 | comment | added | Daniel Fuller | @Nicolas Vuillamy, the purpose for that is to use jQuery functions like slide toggle and window Javascript functions inside of the component | |
| Oct 29, 2016 at 9:45 | comment | added | Nicolas Vuillamy | I don't have experienced major perfs issues with aura:iteriation, but I'm kind of scared by seing that u pass jQuery and secureWindow as component parameters ... what is it for ? | |
| Oct 29, 2016 at 2:15 | comment | added | dsharrison | While this is not a formal answer at all, we recently went in the opposite direction and moved some parts of our application from HTML inside <aura:iteration /> tags to reusable lightning components inside the iterations. We did not notice any significant performance difference once using the lightning components. Do note that these components have no interaction with APEX which may have a big impact on performance and we see pretty wild differences in load times throughout the day even with the same code loading each time. | |
| Oct 28, 2016 at 19:46 | history | asked | Daniel Fuller | CC BY-SA 3.0 |