Slow performance of page

Hello,

We have an performances issue with skuid pages in one of our sandboxes.
There are couple of interlinked models in the page which generates a chart. To debug any issue with the query, we created a visual force page and added same queries using javascript remoting  and the page is loading without delay. So, we wanted to understand if there is specific for chart component that can cause the delay OR is there any additional overhead in skuid that is associated with model query. Please note that the query is an aggregation query, so the size of the result payload is very small in skuid.

Thanks,
Riju

Maybe open Developer Tools and start with the Network Tab.  Lots of great tidbits in this post: 
Skuid Page Performance Guide