tsuyopon / webpagetest

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

Use HAR for internal storage of results #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Migrate from the tab-delimited results files to HAR files for the test results 
(with all data from all of the runs in a single compressed HAR file).

This will significantly reduce the number of files for storing the results and 
should also reduce the disk space required.

Once we can natively operate on HAR files then importing them will also be 
trivial.

This will require extending the HAR spec to support the data that we capture 
that is not already part of the spec.

From the perspective of the code for loading the results, the loader routines 
are already centralized so we can make them capable of dealing with both file 
types.

Original issue reported on code.google.com by PatMee...@gmail.com on 1 Sep 2011 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by PatMee...@gmail.com on 1 Sep 2011 at 1:33

GoogleCodeExporter commented 9 years ago

Original comment by PatMee...@gmail.com on 1 Sep 2011 at 1:34

GoogleCodeExporter commented 9 years ago

Original comment by PatMee...@gmail.com on 1 Sep 2011 at 1:42

GoogleCodeExporter commented 9 years ago
When this is resolved, HAR export will be able to set a correct time for send 
and wait.  Today we hard-code send to zero in export.php.

Original comment by sker...@google.com on 4 Jun 2012 at 2:01

GoogleCodeExporter commented 9 years ago
https://github.com/WPO-Foundation/webpagetest/issues/18

Original comment by PatMee...@gmail.com on 4 Jul 2013 at 5:18