2

Does anybody know, I need to compare the response time of my search engine with google, for my own search engine i could calculate the response time with using JavaScript codes but for google I don't know how to do it. How can I calculate the response time of google search engine for searching a query? Thanks

2 Answers2

1

Google reports the query time at the start of all results:

example (search "test")

About 2,460,000,000 results (0.46 seconds)

  • Then How can I find this response time in other search engines, I need the same response time for Bing,Yahoo, AOL,Ask.com,Dogpile and Yandex – user3839870 Feb 28 '16 at 19:10
0

Just go to Alerta to check server's response time, or open your command line tool on your device and ping it.

aryaman
  • 446
  • 2
  • 7
  • 15