Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

Ionic 4 - Low performance in load grid

$
0
0

@SidiBecker wrote:

I’m using a infinite scroll of a ion-grid:

  <ion-row>
     <ion-col size="12" sizeSm="6" sizeMd="6" sizrLg="4" sizeXl="4" no-padding
            *ngFor="let item of items">
         <component></component>
      </ion-col>
  </ion-row>

To load 40 items, the app needs 20 secs :slightly_frowning_face: In ionic 3, the same functionality need ~2 secs;

I try use virtual scroll, but with responsive columns does not works correctly.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles