Hi Cosyspro,
Query: Slow loading of the page using Syncfusion controls
We have checked the provided page and you have used SfTextInputLayout, SfTabView, SfRadioGroup and SfCheckBox controls. On the provided page you have declared more unwanted row definitions. Initially, the page took 7 seconds to load. After removing the unwanted row definitions the delay was reduced to 4 seconds.
The page has more view elements to renderer the UI. So it was taken delay on loading. Please refer to the below MSDN page for improving the performance.
Link: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/deploy-test/performance#enable-layout-compression
We have modified the provided sample and please get it from the attachments. Please use the above-provided performance improvements and let us know if you need any other details.
Regards,
Shivani R
Attachment:
LoadingPage_90f6b0e6.zip