What are the best practices for optimizing the performance of an ASP.NET MVC web application?

xmax11 20 Reputation points
2023-02-05T15:02:07.36+00:00

zahid malghani

i am facing issue optimizing EHR application built on ASP.NET

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,219 questions
{count} votes

2 additional answers

Sort by: Most helpful
  1. Lan Huang-MSFT 24,461 Reputation points Microsoft Vendor
    2023-02-06T07:56:31.8566667+00:00

    Hi @xmax11,

    You can refer to the following documents:

    Resources for optimizing performance of ASP.NET MVC applications.

    Using Asynchronous Methods in ASP.NET MVC 4

    https://learn.microsoft.com/en-us/aspnet/mvc/overview/performance/using-asynchronous-methods-in-aspnet-mvc-4

    Profile and debug your ASP.NET MVC app with Glimpse

    https://learn.microsoft.com/en-us/aspnet/mvc/overview/performance/profile-and-debug-your-aspnet-mvc-app-with-glimpse

    Bundling and Minification

    https://learn.microsoft.com/en-us/aspnet/mvc/overview/performance/bundling-and-minification

    Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. xmax11 20 Reputation points
    2023-02-06T12:32:57.7766667+00:00

    thanks for the suggestion and i got it and fix the issue. I have optimize all videos and audio along with code thanks.

    0 comments No comments