Hey all,
I’m working on a redesign of some of our Skuid pages. A lot of our high-traffic pages are quite complex and include multiple (10+ if not more) models and tabs. The upshot of this is that page load speed is high (read: really high).
I’ve made some significant improvements by doing the following:
- Limit # models, model fields and records loaded per model
- Use page includes/popouts for creation of new records (e.g. new tasks, opportunities)
- Load custom CSS as a static resource instead of inline
Can anyone comment on whether this is realistic (perhaps I should aim for even better load times) and what are some pitfalls I should watch out for? Some other posts I’ve seen point out that tab sets are often a culprit, which made me I’m curious about what else might be dragging the speed down.
Thanks in advance!