ABCDEFGHIJKLMNOPQRST
1
2
3
4
WebPageTest Bulk Tester v0.7
5
6
Test multiple URLs with webpagetest.org (or another publicly accessible instance of webpagetest)
7
Each test uses one of a defined set of parameters (scenario) so tests can either share the same parameters, or use different sets depending on need
8
If a test completes successfully, selected values from the results are extracted and added to the Tests tab
9
10
Copyright (c) 2013-2020 Andy Davies, @andydavies, http://andydavies.me
11
Copyright (c) 2020 - 2024, Catchpoint Systems Inc. https://www.catchpoint.com
12
Licensed under MIT license - see About tab for details
13
14
15
Comments, suggestions, improvements etc. welcome: https://github.com/catchpoint/WebPageTest.bulk-tester/issues
16
Paid WebPageTest users can contact support for any issues at https://support.webpagetest.org/
17
For more information on Catchpoint and our products please visit https://www.catchpoint.com
18
19
How to Use
20
21
1. Make a copy of Spreadsheet
22
23
This spreadsheet is shared read-only so you'll first need to make a copy in your Google Sheets via File > Make a copy
24
25
2. Configuring Spreadsheet - Settings Tab
26
27
Add your own API key
28
Customise the parameters and results maps to include the parameters you want to specify and the results values to be extracted
29
30
3. Defining Tests - Scenarios Tab
31
32
Create one or more test scenarios (a scenario is a named set of test parameters)
33
First column must always be the name of the scenario, other columns are defined by the Parameters map in the Settings tab
34
35
4. Specifying URLs to be Tested - Tests Tab
36
37
Add URLs to be tested in the first column, and scenario in the second (a drop down can be created via the Data > Validation menu, or just copy cell from previous row)
38
39
5. Running Tests
40
41
Once the URLs to be tested and the corresponding scenario have been defined, choose 'Run Tests' from WebPageTest menu on the top. (on first run the app will need to be authorised and the test re-submitted)
42
43
Once the tests have been submitted the results will be polled once a minute until they have all completed .
44
45
To re-run a test delete the WPT URL and then choose 'Run Tests' from WebPageTest menu.
46
To re-retrieve the results delete the status (and corresponding results) and choose 'Get Results' from the WebPageTest menu.
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100