OLD | NEW |
| (Empty) |
1 [](https://travis-ci.o
rg/chromium/web-page-replay) | |
3 [](https://
coveralls.io/r/chromium/web-page-replay) | |
5 | |
6 # Web Page Replay | |
7 Record live Web pages and use them for local performance testing! | |
8 | |
9 ## How? | |
10 Use local DNS and HTTP(S) proxies to captures your live traffic. Then | |
11 use these captures in order to replay the same exact content, making | |
12 sure that your tests get consistent results, that are not affected by | |
13 the origin servers, the network, etc. | |
14 | |
15 ## Tell me more | |
16 Check out the [getting | |
17 started](documentation/GettingStarted.md) guide or take a | |
18 look at the [architecture | |
19 diagram](documentation/WebPageReplayDiagram.png). | |
20 | |
21 ## I want to help | |
22 If you find issues with the project, you can file issues on this repo. | |
23 If you want to do more and contribute code to help the project evolve, | |
24 check out our [contribution | |
25 guidelines](documentation/Contributing.md). | |
OLD | NEW |