Open Closed

Performance issue - Speed to display Login/register page, then speed to open app. #1553


User avatar
0
AndrewT created
  • ABP Framework version: v4.3.3
  • UI type: Blazor WASM
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

The speed to load the login screen, and then once logged in to load the WASM app is very slow.

  1. Load login page - Click a URL eg login.myapp.com to open at the login page and measure speed. This should be 1sec max, it's a simple form, but has to do crazy redirects to just get to the login page. We need to fix that so it just gores straight to the login page.

  2. Load app - Then enter credenttials, click login, and measure speed to load app. This is extremely slow.

I know there have been a few go arounds on this with other issues and there are some Blazor issues with app load, but the first one should be trivial to resolve so it just goes straight to the Login screen.


5 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    I have created an issue for the performance issue.

  • User Avatar
    0
    alper created
    Support Team Director

    check out https://support.abp.io/QA/Questions/1536/Slow-Blazor-WebAssembly-build

  • User Avatar
    0
    AndrewT created

    @Albert - Thanks. The first issue is having to redirect from the website that is created by the app, then to the login page. This also happens when the user logs off. It goes to the website (we dont use that), and then redirects to the login page.

    We want users to be able to go straight to the login page.

  • User Avatar
    0
    alper created
    Support Team Director

    ok I noted it. we'll investigate on this topic.

  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11