ASP.NETページの読み込みにかかる時間に関する統計を収集するためにFiddlerで遊んでいます。[統計]タブに、Total Sequence Time
Does this number include ALL the following:
1. Time over the wire
2. Downloading JS files
3. Running any JS scripts on load
4. Making any database calls
5. Running server side logic
上記のリストに追加/削除できるものは他にありますか?