Request-IIS configuration towards better performance of the sites

Tamil selvan M 85 Reputation points
2024-01-12T04:49:22.6466667+00:00

I have deployed my Application in Vm server 2022 and application running on IIS server with Windows server VM  configuration of  Standard D8as v5 (8 vcpus, 32 GiB memory).  Under normal circumstances, the application functions smoothly. However, during peak hours, when the user load exceeds 200, the application experiences a slowdown.  Even though the application encounters slowness during peak times, the server's performance metrics indicate that the CPU usage remains at a low 9-10%, and memory usage is only 11-12% The performance metrics indicate that the server is not the source of the slowdown during peak times. give me a solution for this? and Its working on the production environment, we do not change the option of default access of IIS server. what is the issue and why its happening give me a solution?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,043 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Lex Li 6,037 Reputation points
    2024-01-12T06:36:27.8+00:00

    No solution can be provided until the actual cause of slowness is found. In general, slowness can often cause by poorly written code (as multithreading programming isn't trivial), especially when you observed CPU and memory usage were normal. You might get started from IIS log files to find the actual symptoms (time interval of slowness, response time distribution over URLs, and so on). Tools like LogParser are often used, https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/iis/health-diagnostic-performance/troubleshoot-iis-perf-issues-or-app-errors If you need further assistance, try to hire an experienced consultant or open a support case via https://support.microsoft.com.

    1 person found this answer helpful.
    0 comments No comments

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.