Hi,
I have recently come across a problem where my application has been running a lot slower in UWP than it does on any other Platform (iOS and Android).
I have tested the speed by changing the Date picker between the default Xamarin forms Date Picker and the SF Date Picker. Please see attached project and follow these steps to reproduce the problem:
1. Start the application with it using SFDatePicker as the Date Picker.
2. Press the "Start" button.

3. Await for the first page to show.
4. Do the same process but use the default Date Picker.
Once you have done this you can check it on other platforms too.
As you will notice the time taken for the page to show is much longer with the SFDatePicker than it is with the Default Date Picker especially on UWP.
This becomes an issue with a an application with more content and slows down the application quite a bit. It makes the application quite unusable.
I have not experienced a difference with Android or iOS so it seems to just be a UWP issue.
Attachment:
SFDatePicker_5314bbb7.zip