Total of request bytesIn is not equal to page bytesIn
|
12-21-2017, 02:20 AM
(This post was last modified: 01-10-2018 12:49 AM by mems.)
Post: #1
|
|||
|
|||
Total of request bytesIn is not equal to page bytesIn
I get inconsistent values between page bytesIn and the total of requests bytesIn with Firefox and Chrome, but not with Edge or Safari mobile. On realistic websites (~2MB) the difference is around 15-25%. I don't see where the difference come from.
For example, if I read test data for https://example.com across different browsers, from the first run's firstView, I get: Chrome (JSON): Code: view.requests.*.bytesIn = 769 + 672 = 1441 Firefox (JSON): Code: view.requests.*.bytesIn = 769 + 672 = 1441 Edge (JSON): Code: view.requests.*.bytesIn = 899 + 883 + 997 = 2779 iOS (JSON): Code: view.requests.*.bytesIn = 893 Chrome Android (JSON): Code: view.requests.*.bytesIn = 1408 + 1300 = 2708 Firefox Android (JSON): Code: view.requests.*.bytesIn = not available Does I miss something or it's a bug ? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)