Skip to content

Commit 43edd2a

Browse files
authored
note on devices being emulated
1 parent 23a5fa7 commit 43edd2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Next you should decide where you want the test to be run from. WebPageTest has
1919
![](/img/qs_map.png)
2020

2121
### 3. Select a Browser:
22-
Finally, you need to decide what browser to use for the test. Different locations support different browsers so if a given location doesn't have the browser you are looking for, you can try a different location. The Dulles, VA USA location supports all of the browsers that WebPageTest works with (Chrome, Firefox, Edge, Internet Explorer, Android, iOS). We usually recommend using Chrome for initial testing because it has the most information reported.
22+
Finally, you need to decide what browser to use for the test. Different locations support different browsers so if a given location doesn't have the browser you are looking for, you can try a different location. The Dulles, VA USA location supports all of the browsers that WebPageTest works with (Chrome, Firefox, Edge, Internet Explorer, Android, iOS). We usually recommend using Chrome for initial testing because it has the most information reported. WebPageTest offers emulated devices as well which simulate various mobile devices' constraints (such as CPU throttling) via Chrome Devtools' [Device Mode](https://developer.chrome.com/docs/devtools/device-mode/).
2323

2424
![](/img/qs_browser.png)
2525

@@ -67,4 +67,4 @@ The Start Render time is the first point in time that something was displayed to
6767
#### Requests:
6868
This is the number of requests that had to be made by the browser for pieces of content on the page (images, javascript, css, etc).
6969
#### Bytes In:
70-
This is the amount of data that the browser had to download in order to load the page. It is also commonly referred to as the "Page Size".
70+
This is the amount of data that the browser had to download in order to load the page. It is also commonly referred to as the "Page Size".

0 commit comments

Comments
 (0)