Card Loading Very Slowly
Posted: Tue Jul 01, 2014 9:28 pm
Hello,
I am noticing that when I deploy my app for testing, there is a card that loads VERY slowly (takes 4-5 seconds).
I am hoping to load it in much less time, so I wanted to see if anyone had a clue about why it may be going so slowly.
This card is essentially a View Profile page (including a few images at the top, as well as a bunch of fields displaying text and statistics). There is a DG Table on the card as well, which is initially set to invisible. It only displays when the Profile Image is clicked.
This Datagrid seems to be pretty simple: there are about 120 rows, each including an 80x80 button (with icon set to a given image) and a label. This means there are roughly 120 images stored on the Row Template, which the buttons have their icons set to as they are rendered.
So... that's all that is on the card at this point, and it's taking a long time to:
A) Load the card when going to it from another card
B) Make the DG visible AFTER the user is already on the card
I was hoping someone could shed some light on this for me... I don't think 120 80x80 images on the Row Template card should be taking this long to load during runtime, though I may be way wrong, or have incorrect assumptions.
I can provide any more information if it is needed, but it seems like it just takes a long time to process, and I am looking for a way around that!
Thanks in advance!
Phil E.
I am noticing that when I deploy my app for testing, there is a card that loads VERY slowly (takes 4-5 seconds).
I am hoping to load it in much less time, so I wanted to see if anyone had a clue about why it may be going so slowly.
This card is essentially a View Profile page (including a few images at the top, as well as a bunch of fields displaying text and statistics). There is a DG Table on the card as well, which is initially set to invisible. It only displays when the Profile Image is clicked.
This Datagrid seems to be pretty simple: there are about 120 rows, each including an 80x80 button (with icon set to a given image) and a label. This means there are roughly 120 images stored on the Row Template, which the buttons have their icons set to as they are rendered.
So... that's all that is on the card at this point, and it's taking a long time to:
A) Load the card when going to it from another card
B) Make the DG visible AFTER the user is already on the card
I was hoping someone could shed some light on this for me... I don't think 120 80x80 images on the Row Template card should be taking this long to load during runtime, though I may be way wrong, or have incorrect assumptions.
I can provide any more information if it is needed, but it seems like it just takes a long time to process, and I am looking for a way around that!
Thanks in advance!
Phil E.