Overview
Many users of your page visit over a slow cellular network connection.
Ensuring that your page loads fast over a simulated mobile network
ensures that your page loads in a reasonable amount of time for your mobile
users.
Recommendations
There are two main metrics regarding how users perceive load time:
- The page appears visually complete.
- The page is interactive. If a page appears visually complete at 1s,
but the user can't interact with it until 10s, then the perceived page
load time is 10s.
To speed up time-to-visually-complete, only load the resources you need in order
to display the page. See Critical Rendering Path and Optimizing Content
Efficiency.
To speed up time-to-interactive, only execute the JavaScript that you need in
order to display the page, and defer the rest. See Get Started With Analyzing
Runtime Performance to learn how to analyze JavaScript execution with
Chrome DevTools. Record load performance shows you how to record a page
load. Once you're familiar with the basics, do a page load recording and analyze
the results to find JS work that can be deferred. See Rendering
Performance for strategies.
More information
Lighthouse computes what time to interactive would be on a slow 4G network
connection. If the time to interactive is less than 10s, the audit passes.
Feedback
Was this page helpful?
Yes
What was the best thing about this page?
It helped me complete my goal(s)
Thank you for the feedback. If you have specific ideas on how to improve this page, please
create an issue.
It had the information I needed
Thank you for the feedback. If you have specific ideas on how to improve this page, please
create an issue.
It had accurate information
Thank you for the feedback. If you have specific ideas on how to improve this page, please
create an issue.
It was easy to read
Thank you for the feedback. If you have specific ideas on how to improve this page, please
create an issue.
Something else
Thank you for the feedback. If you have specific ideas on how to improve this page, please
create an issue.
No
What was the worst thing about this page?
It didn't help me complete my goal(s)
Thank you for the feedback. If you have specific ideas on how to improve this page, please
create an issue.
It was missing information I needed
Thank you for the feedback. If you have specific ideas on how to improve this page, please
create an issue.
It had inaccurate information
Thank you for the feedback. If you have specific ideas on how to improve this page, please
create an issue.
It was hard to read
Thank you for the feedback. If you have specific ideas on how to improve this page, please
create an issue.
Something else
Thank you for the feedback. If you have specific ideas on how to improve this page, please
create an issue.