Hi,
I'm creating a Blazor server web app with Syncfusion controls and noticed a huge performance issue with all SF controls (here: Tabs and Grid ) when debugging/running on my M1 Macbook Pro.
I'm using .NET5 and all latest Nuget packages.
General server and render performance is good, as e.g. a regular table with mySQL data is shown instantly, while all SF controls take a lot of time to render.
What I see is:
- Page loads instantly and shows all other content without delay
-> +2 seconds: Tab controls shows -> +1 second: Grid is shown incl. all mySQL data -> +2 seconds: grid toolbar shows
When editing within the grid, Dropdown controls take again 2-3 seconds to load.
Running on an old 2011 Mac mini dual core is already much faster and also performance on Azure is fine when uploaded there.
So it clearly is something about the Macbook with Apple Silicon. Question is only, if this is already known (I couldn't find anything here or elswhere with google) and if there is any setting or configuration that could improve this.
Thanks alot,
Kerry.
Dear SyncFusion Team,
I just migrated to VisualStudio 2022 Preview and .NET6 (which includes .NET6 Arm64 runtime) and all delays are gone!
So, as already expected due to the issue being related to M1 platform, it seems the .NET6 native ARM runtime solved the issue.
Thanks for looking into this - maybe this post helps other encountering the same situation.