function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Andrew EAndrew E 

Iteration Speed with Nested aura:if tags

Hi all,

I'm working with an <aura:iteration> that iterates over 56 items. Within the  iteration, I have several nested <aura:if> statements and this makes my table load very very slowly. 

Is there a way to optimize <aura:if> tags to make them render faster? If it better to have one <aura:if> tag with several conditions in isTrue or several <aura:if> tags with just one condition in isTrue?

Any guidance would be appreciated as it takes about 30 seconds for my table to load at the moment.