How can I check the speed of the web host provider?

I am using a shared host for my asp.net web application. I want to take a speed test for the speed of my host, not the application. Do I need a program or console to do something? How can I use programs like aase?

I don’t know why my site is so slow? I am looking for a reason. my application is a simple web application. I doubt the host.

+4
source share
2 answers

you can test your site here http://tools.pingdom.com to find out if your site is causing downtime or your host. Just check your site and it will provide you with all the details like pagetest, dns, ping and traceroute.

+5
source

I also use gtmetrix.com in conjunction with Pingdom, and this has helped us a lot. Using both sources at the same time will help you find many possible places to increase the speed of your site.

0
source

Source: https://habr.com/ru/post/1346417/


All Articles