tsuyopon / webpagetest

Automatically exported from code.google.com/p/webpagetest
0 stars 0 forks source link

pcap2har utility drops few resources for Android generated pcap #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run velodrome in Android with cache cleared before the test run and load 
www.google.com
2. Upload the pcap file to sadeesh.staging.webpagetest.org/mobile/pcap2har.php
3. Check for all the resources-urls in the converted har

What is the expected output? What do you see instead?
  /extern_js must be loaded always if cache is cleared for google.com. But it is missing along with other resources like /csi, etc.

What version of the product are you using? On what operating system?
  Velodrome in webpagetest branch in Android

Please provide any additional information below.

Original issue reported on code.google.com by sadeesh....@gmail.com on 2 Feb 2012 at 10:14

GoogleCodeExporter commented 9 years ago
I have found this issue while debugging the network trace for Android generated 
pcap. Since, I am currently working on multi-run feature for Android WPT tests, 
I will take a look at this issue after submitting it.

Original comment by sade...@google.com on 2 Feb 2012 at 10:16

GoogleCodeExporter commented 9 years ago
Attaching the file where it fails.

Original comment by sade...@google.com on 9 Feb 2012 at 7:06

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sker...@google.com on 10 Feb 2012 at 7:19

GoogleCodeExporter commented 9 years ago
Attached a pcap file generated from a real devices. Now we don't have the issue 
of http resources getting dropped in pcap2har but the new issue is: DNS, TCP 
and TTFB times are not getting parsed in all http resources.

Original comment by sade...@google.com on 16 Feb 2012 at 11:07

Attachments:

GoogleCodeExporter commented 9 years ago
r1048 resolves this.

Original comment by sker...@google.com on 17 Feb 2012 at 10:55