The download size of Blazor Web Apps is incredibly large with AOT.
Perhaps it's worth offering a smaller version of the app that doesn't use AOT, but may be a bit slower. It shouldn't be hard to maintain because it's basically just commenting out a line of code from a project file.
The downside would be that it might mean another split url to maintain if I decide to go with it permanently.
The download size of Blazor Web Apps is incredibly large with AOT.
Perhaps it's worth offering a smaller version of the app that doesn't use AOT, but may be a bit slower. It shouldn't be hard to maintain because it's basically just commenting out a line of code from a project file.
The downside would be that it might mean another split url to maintain if I decide to go with it permanently.