在Chrome开发工具中,在网络标签上,首次加载普通网站的HTML网页(例如StackOverflow)如下所示:

enter image description here

...如果我继续浏览此网站,则“连接”时间不再存在,对HTML文件的请求如下所示:

但是在我正在处理的网站上,"Connecting"时间出现在 each page load

Chrome dev tools documentation "Connecting"状态解释为:"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)."

我正在使用apache并向简单的静态文件发送请求 . 你知道是什么导致这个以及服务器配置可能出现什么问题吗?