.net maui extremely slow

Phunction 236 Reputation points
2024-08-31T23:11:52.0566667+00:00

Someone please tell me that .maui on iOS is not as slow as it looks?

I am running my app in debug mode, works fine in Android, Windows.

However when I launch on iOS, it is extremely slow, it takes almost 20 seconds from the splash screen appearing to the app opening. Opening another window take almsot 10 seconds. It is completely unusable this way.

Any ideas what could be wrong? I have no issues on the other platforms and there is nothing major that I am doing in the code to cause this dely.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,411 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Phunction 236 Reputation points
    2024-09-07T23:31:51.8366667+00:00

    As per my other thread, I had to create a new maui project, then copy over all my source, etc.

    Now debug is still slow, but only takes about 3-4 seconds to get past the splash screen.

    I was able to deploy a release version and it ran much better.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.