Stay organized with collections
Save and categorize content based on your preferences.
Thursday, August 08, 2013
Users
tell us
they use smartphones to search online because it's quick and convenient, but today's average
mobile page typically
takes more than 7 seconds to load.
Wouldn't it be great if mobile pages loaded in under one second? Today we're announcing new
guidelines and an updated
PageSpeed Insights tool to help
webmasters optimize their mobile pages for best rendering performance.
Prioritizing above-the-fold content
Research
shows
that users' flow is interrupted if pages take longer than one second to load. To deliver the best
experience and keep the visitor engaged, our guidelines focus on rendering some content, known as
the above-the-fold content, to users in one second (or less!) while the rest of the page continues
to load and render in the background. The above-the-fold HTML, CSS, and JS is known as the
critical rendering path.
We can achieve sub-second rendering of the above-the-fold content on mobile networks by applying
the following best practices:
Server must render the response (< 200 ms)
Number of redirects should be minimized
Number of roundtrips to first render should be minimized
Avoid external blocking JavaScript and CSS in above-the-fold content
Reserve time for browser layout and rendering (200 ms)
Optimize JavaScript execution and rendering time
These are explained in more details in the
mobile-specific help pages,
and, when you're ready, you can test your pages and the improvements you make using the
PageSpeed Insights tool.
As always, if you have any questions or feedback, please post in our
discussion group.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],[],[[["Mobile users expect fast loading times, but the average mobile page takes over 7 seconds to load."],["New guidelines and an updated PageSpeed Insights tool are available to help webmasters optimize their mobile pages."],["The focus is on rendering above-the-fold content in under one second to maintain user engagement."],["Best practices for sub-second rendering include minimizing redirects, roundtrips, and blocking JavaScript/CSS."]]],["Mobile users expect fast load times, but average mobile pages take over 7 seconds. New guidelines and the updated PageSpeed Insights tool help webmasters optimize mobile pages. The focus is on rendering \"above-the-fold\" content in under one second, using the critical rendering path. Key actions include minimizing server response time, redirects, and roundtrips, avoiding external blocking scripts, and optimizing JavaScript execution. The PageSpeed Insights tool and mobile-specific help pages help implement these actions.\n"]]