平均响应时间由哪几部分组成?
我曾分析过平均响应时间,认为:
响应时间=Component Client Time+Component Error Time+Component SSL Handshaking Time+Component Receive Time+Component First Buffer Time+Component Connection Time+Component FTP Authentication Time+Component DNS Resolution Time。
其中:Component Server Time+Component Network Time=Component First Buffer Time。
----------------------------------------------
但是通过analysis的时间分解图,发现有时connection的时间比响应时间都大,难道响应时间不是由这几项组成?有谁知道Analysis Summary中的Transaction reponse time具体组成部分?多谢了!!!