Hi,
I am new to skuid and seeking help to understand how Skuid resolves skuid pages during rendering.
Where do I find in-detail article about how pages are resolved and loaded before User sees those on screen ? I mainly have two questions.
- When does skuid resolve Models in a page
- How JS code snippets are resolved ? whether all JS snippets, present on page, are resolved before page loads or only those JS snippets are loaded which are used in ‘in-line’ attribute of any component.
My main aim is to optimize page load performance. I have gone through Page performance Guide however I do not find detail guidance about how to optimize performance after using browser’s network analysis tool.
Is there any way Skuid can help us to know anomalies in our page and suggest a fixes to improvise performance?
Thanks