You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/index.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,32 @@ eleventyNavigation:
7
7
# WebPageTest Quickstart
8
8
The WebPageTest [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) API gives you full access to the power and depth of WebPageTest's analysis, letting you pull performance data into your existing workflows and processes.
9
9
10
+
> <div><br/></div>
11
+
> Effective June 15th, we will be transitioning from AWS (Amazon Web Services) to GCP (Google Cloud Platform) and your tests will be retargeted to the new locations based on the mapping below.
12
+
> <div><br/></div>
13
+
>
14
+
> | Current Location Name |Current Agent Name | New Location Name | New Agent Name |New External IP|
> |Tokyo, Japan - EC2| ec2-ap-northeast-1 |Tokyo, Japan |NRT_JP_01 |35.221.109.210|
27
+
> |Sydney, Australia - EC2 |ec2-ap-southeast-2| Sydney, Australia |SYD_AU_01 |34.116.74.92|
28
+
> <div><br/></div>
29
+
> There will be no disruption for your API usage during the transition, however please make any necessary updates to your API configurations or IP whitelisting.
30
+
> <div><br/></div>
31
+
> On August 26th, all old names will be retired and your API calls will need to be updated with the new names. Any API automation still using an old names will result in an error.
32
+
> <div><br/></div>
33
+
34
+
<br/>
35
+
10
36
In this guide, we'll walk you through the process of getting up and running with you very first API test.
Copy file name to clipboardExpand all lines: src/change-log.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ eleventyNavigation:
5
5
order: 999
6
6
---
7
7
# WebPageTest Change Log
8
+
## May, 2024
9
+
-**May 20** Added alert message for API users with mapping between old and new locations.
8
10
## January, 2022
9
11
-**January 19** WebPageTest [now exposes Largest Contentful Paint as a comparison endpoint for our filmstrips](https://twitter.com/tkadlec/status/1483816634825551883), making it easier to compare LCP across test runs.
10
12
-**January 18** The WebPageTest agent now [supports a new script command](https://twitter.com/patmeenan/status/1483490979944488966) (`waitFor`) that tells the testing agent to poll the page until a provided snippet of JavaScript evaluates to true. [PR #462](https://github.com/WPO-Foundation/wptagent/pull/462)
0 commit comments