From 8f182150859885b1451b878ff460070ee38c3b0e Mon Sep 17 00:00:00 2001 From: antarestupin Date: Wed, 24 Jan 2018 13:27:00 +0100 Subject: [PATCH] Add performance goals --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af9b6657..28795341 100644 --- a/README.md +++ b/README.md @@ -522,7 +522,10 @@ Minimum required xml markup for the `browserconfig.xml` file is as follows: ### Best practices -- [ ] **Page weight:** ![High][high_img] The weight of each page is between 0 and 500 KB. +- [ ] **Goals to achieve:** ![Medium][medium_img] Your pages should reach these goals: + - First Meaningful Paint under 1 second + - Time To Interactive under 5 seconds for the "average" configuration (a $200 Android on a slow 3G network with 400ms RTT and 400kbps transfer speed) and under 2 seconds for repeat visits + - Critical file size under 170Kb gzipped > * 🛠 [Website Page Analysis](https://tools.pingdom.com) > * 🛠 [WebPageTest](https://www.webpagetest.org/)