Browser is “Connecting” to site on each page change

空扰寡人 提交于 2019-12-13 03:06:34

问题


In Chrome dev tools, on Network tab, loading HTML page of normal website (e.g. StackOverflow) at first time looks like this:

... if I continue browsing this website, the "Connecting" time is not present anymore, and request to HTML file looks like this:

But on a website that I'm working on, the "Connecting" time is present on each page load:

In Chrome dev tools documentation "Connecting" status is explained as: "Time it took to establish a connection, including TCP handshakes/retries, DNS lookup, and time connecting to a proxy or negotiating a secure-socket layer (SSL)."

I'm using apache and sending request to simple static file. Do you know what can cause this and what might be wrong in config of server?

来源:https://stackoverflow.com/questions/23172627/browser-is-connecting-to-site-on-each-page-change

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!