简体   繁体   中英

How long does it take the page to load or response?

I want to know how much does it take the page to load and respond to the request that was given to it, in other meaning how much does it take to give an err_time_out. I have a page that takes a little bit time to respond and i want to modify the duration of the page to respond without giving an err_time_out. And if i did it with ajax does it will last longer ?

Use Chrome DevTools.

Press F12 at chrome and go network, after you submit a request, you can see your request, response there and the detail.

Therefore you can see how much time take of your request and tune it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM