I have a category page using the 4-5 Repeaters with 4-5 datasets. On mobile view, the page takes a long time to load. I understand that using less Repeaters and datasets may improve the performance but due to the sort order (e.g. Z,A,C,E,D not the usual A-Z or Z-A), I have no choice but to do this. Please let me know if there are other ways to optimise the page. Thanks.
Hi, just a thought - maybe you can add another column in your collection that will be used for sorting? That way you can use a single dataset.
Thanks! I will give it try.