How to figure out why my local host site takes so long to load?

后端 未结 8 2024
逝去的感伤
逝去的感伤 2021-01-05 02:54

I noticed today and yesterday that running my site on local host is very slow. I highly doubt this is a code issue as when I put it up on my live site it went fast.

8条回答
  •  失恋的感觉
    2021-01-05 03:27

    Not sure if this might be it but I had a similar problem a while ago when I was making json requests with ajax. It took nearly 500 ms seconds, after the fix it took only 10-20 ms.

    http://www.swarmonline.com/2011/01/slow-asp-net-development-server-windows-7/

    This did the trick.

提交回复
热议问题