Campaign details page with 1,017 members fails to load

Hey Krista, I’m glad you were able to get this to work.  Do you have a “members” model pulling in all 1017 members? I would suggest setting a smaller limit to that model, e.g. 20 and then you can use the ‘load more’ button in the table footer to load in more records as needed. You could also have search and filters on that members list to make it more manageable.

Setting model limits, deferring rendering of tab contents, and choosing not to query models until you’re ready for them (e.g. via tab actions) are all things that can help your pages load faster. For more information see:  5 Ways to Make Your Skuid Pages Lightning Fast and the Skuid Page Performance Guide.