You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to speed up my page load time by using virtual-repeat instead of doing a full load. Surprisingly the page load time increased significantly when using virtual-repeat.
just found out that when i close or open developer console in chrome of firefox, then on that action it loads instantly. however custom cells do not render properly
how can i fix this?
The text was updated successfully, but these errors were encountered:
I am trying to speed up my page load time by using virtual-repeat instead of doing a full load. Surprisingly the page load time increased significantly when using virtual-repeat.
This is the html code:
css:
.md-virtual-repeat-container{ height: 296px; }
just found out that when i close or open developer console in chrome of firefox, then on that action it loads instantly. however custom cells do not render properly
how can i fix this?
The text was updated successfully, but these errors were encountered: