Hey guys,
I noticed that when I load a “page” on the tabs it goes very fast but when I load from a left menu it takes some seconds to load, it seems that it reloads everything every time.
On the left menu I have something like:
<ion-item [href]="link.url" [class.active-item]="link.active" routerDirection="root">
<fa-icon [icon]="link.icon" slot="start"></fa-icon>
<ion-label>{{link.title}}</ion-label>
</ion-item>
I made a video running the app on a real device.
Video Example
Am I doing anything wrong on the left menu?