When real users have a slow experience on mobile, they’re much less likely to find what they are looking for or purchase from you in the future. For many sites this equates to a huge missed opportunity, especially when more than half of visits are abandoned if a mobile page takes over 3 seconds to load.
Last week, Google Search and Ads teams announced two new speed initiatives to help improve user-experience on the web. Both efforts recommend that site owners and developers pay attention to user-centric performance metrics and use tools such as Lighthouse and PageSpeed Insights, and real-world field data (e.g. see Chrome User Experience Report) to diagnose and improve user experiences.
Users want to find answers to their questions quickly and data shows that people really care about how quickly their pages load. The Search team announced speed would be a ranking signal for desktop searches in 2010 and as of this month (July 2018), page speed will be a ranking factor for mobile searches too.
If you’re a developer working on a site, now is a good time to evaluate your performance using our speed tools. Think about how performance affects the user experience of your pages and consider measuring a variety of real-world user-centric performance metrics.
Are you shipping too much JavaScript? Too many images? Images and JavaScript are the most significant contributors to the page weight that affect page load time based on data from HTTP Archive and the Chrome User Experience Report – our public dataset for key UX metrics as experienced by Chrome users under real-world conditions.
To evaluate performance, check:
In 2010, Google announced that page speed would impact your website ranking. It actually refers to the time a visitor have to wait until your page is completely loaded. On average, a page load for e-commerce website takes 7 seconds meanwhile the ideal load time is around 3 seconds or less.
As a matter of facts, it has an impact on your audience user experience. A bad UX can cost you a loss of revenue if your target have to wait too long to get what they are looking for. They will just close your website. And above all, a slow page load is penalized by the search engines and has an impact on your ranking, both on mobile and desktop devices. Google says:
“A search result for a resource having a short load time relative to resources having longer load times can be promoted in a presentation order, and search results for the resources having longer load times can be demoted.”
Actually, Google compares your site to your competitors on a specific segment and attributes a bonus point whether you are the fastest. But be careful, that marks is not given unilaterally : it takes in account the country, device or network.
So, there is a few factors you should focus on to improve your page speed.
What can lower your page speed?
Your host: you get what you paid. In the long run, a cheap offer can damage your page speed. Pick the right host that fit to your business size.
Too large images: images which are too heavy to load can really lower your page speed. It is often due to extra data included in the comments or to a lack of compression. Prefer PNG for images that do not require high details like logos and JPEG for photos.
External embedded media: external media like videos are highly valuable but can largely lower you load time. To gain some load time, host the videos on your own server.
Unoptimized browser, plugins and app: you should test your website on all browsers since they do not load your site in the same way. Moreover, apps like Flash can seriously lower your page speed.
Too many ads: more than just bothering your visitors, lots of ads have the drawback to slow down your page speed.
Your theme: some highly designed themes containing a lot of effects can penalized your load page.
Widgets: some social buttons or comment areas can have an impact of your page speed.
Double-barreled code: if your HTML/CSS is not efficient or too dense, it will lower your page speed.