From 737ec52e9d6bce9ee34683aadf825882eb6ef8d1 Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Mon, 24 Feb 2020 07:52:20 -0800 Subject: [PATCH] docs: add more relevant statistic for page load (#35649) PR Close #35649 --- aio/content/guide/universal.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aio/content/guide/universal.md b/aio/content/guide/universal.md index 28ec392da4..241c3d364d 100644 --- a/aio/content/guide/universal.md +++ b/aio/content/guide/universal.md @@ -127,8 +127,7 @@ people who otherwise couldn't use the app at all. ### Show the first page quickly Displaying the first page quickly can be critical for user engagement. -[53 percent of mobile site visits are abandoned](https://www.thinkwithgoogle.com/marketing-resources/data-measurement/mobile-page-speed-new-industry-benchmarks/) -if pages take longer than 3 seconds to load. +Pages that load faster perform better, [even with changes as small as 100ms](https://web.dev/shopping-for-speed-on-ebay/). Your app may have to launch faster to engage these users before they decide to do something else. With Angular Universal, you can generate landing pages for the app that look like the complete app.