Base solution for your next web application
Open Closed

Long wait Time response from IIS #8550


User avatar
0
andmattia created

Hi

I anlayze a site base on Zero (anugularJS + 4.8.1.0) I look on network and I see 1.8 sec to wait

Any Idea how can analize or speed up it?


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

    hi

    Is it slow every time or is the first request slow?

    You can test these ScriptManagers individually to see why the response is slow.

    https://github.com/aspnetboilerplate/aspnetboilerplate/blob/d00550ffd8d33388e7ef7ac025bbcaf6bccf31c8/src/Abp.Web.Mvc/Web/Mvc/Controllers/AbpScriptsController.cs#L70

  • User Avatar
    0
    andmattia created

    Hi

    I test a single call 1st and 2nd time and single call is around 443 ms about TTFB time. So if I call a whole site the time are that I attach on my screen shot above. Any idea?

  • User Avatar
    0
    maliming created
    Support Team

    hi

    You can try to combine some GetScript methods to find the specific slow method.

    Of course, the response speed of the database also affects some GetScript methods.