Base solution for your next web application
Open Closed

ABP Upgrade problem #4353


User avatar
0
sharpdev created

Hi,

We have an application based on ABP v0.9.6.0. We start upgrading to the last version v3.2.5. Big update :o Once the update is complete, we have big performance issues. Our application is noticeably slower. 2 to 4 times.

Could you tell us what are the points of the ABP framework that we should pay attention to.

Your help would be appreciable Thank you in advance.

Kind regards,

SHARPDEV Team


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Sharpdev,

    I had a similar problem before. In my case, the migration was deleting the TenantId index from several tables. I have re added those indexes and problem solved.

    Can you check if you have the same case ?

  • User Avatar
    0
    sharpdev created

    Hi @ismcagdas,

    Thank you for your help.

    We checked our updgraded database and all index seems to be present.

    Globally, all server request reponses are slower after the update. See screenchots of our very simple login page: [attachment=0:3hzbah0v]Page before update.png[/attachment:3hzbah0v] [attachment=1:3hzbah0v]Page after update.png[/attachment:3hzbah0v]

    We cheched all libraries, references and dependencies. All script version. We compared them with the latest version of the basic template. No difference.

    We can't find why.

    Any idea?

    Thank you again.

    Kind regards,

    Sharpdev Team

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Sharpdev,

    It is really hard to identify which part is causing this problem. Can you use a profiler tool to identify this problem ? Then, we can try to help you with the solution.