Skip to content

Commit a9b9f11

Browse files
authored
Update getting-started.md
1 parent f5afe8b commit a9b9f11

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/getting-started.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ The results of a standard WebPageTest run begin on the summary page. This page s
3232

3333
!["results summary page"](/img/results-summary.png)
3434

35-
### High-level Metrics:
36-
35+
## High-level Metrics
3736
![](/img/results-metrics.png)
3837

39-
4038
### Time to First Byte
4139
The First Byte time is the time from when the user started navigating to the page until the first bit of the server response arrived. The bulk of this time is usually referred to the "back-end time" and is the amount of time the server spent building the page for the user.
4240
### Start Render:
@@ -86,8 +84,6 @@ The filmstrip page provides a visual keyframe view of the page as it loaded. It
8684
## Optimization Page:
8785
At the top of the optimization page are a set of grades for the most critical performance optimizations. These cover the basic optimizations that apply to just about all sites and anything that isn't an A or a B justifies some serious scrutiny and investigation.
8886

89-
![](/img/qs_grades.png)
90-
9187
### Keep-alive Enabled:
9288
Each request for a piece of content on the page (image, javascript, css, flash, etc) needs to be made over a connection to the web server. Setting up new connections can take a lot of time so it is best to re-use connections when you can and keep-alive is the way that is done. They are enabled by default on most configurations and are part of the HTTP 1.1 standard but there are times when they will be broken (sometimes unintentionally). Enabling keep-alives is usually just a configuration change on the server and does not require any changes to the page itself and can usually reduce the time to load a page by 40-50%.
9389
### Compress Text:

0 commit comments

Comments
 (0)