Mobile app version of vmapp.org
Login or Join
Rambettina238

: What is more important: time to first byte, or overall load time? In terms of being rewarded with higher rankings on Google, what is a more important attribute for a website to have? A fast

@Rambettina238

Posted in: #PageSpeed

In terms of being rewarded with higher rankings on Google, what is a more important attribute for a website to have?

A fast time to first byte, or a fast overall load time?

I manage around 50 Wordpress websites, and I find:


W3 Total Cache has a 12% faster Time to First Byte than WP Rocket (0.2408 v 0.2698)
WP Rocket has a 0.7% faster overall load time.


I'd like to determine which of the two would be a better caching plugin to use for the Wordpress sites.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Rambettina238

2 Comments

Sorted by latest first Latest Oldest Best

 

@Pope3001725

Google changes their algorithms frequently, so I think it's impossible to "exactly" tune any site. SEO research says that users take 2-3 seconds for a site to load something useful and then they click away. So the answer to your question is really "whatever it takes to deliver useful content to the user quickly.

And Wordpress has their own overhead and peculiarities, depending on theme, if you are using your own server with Wordpress.org, a hosted site with Wordpress or a Wordpress.com site.

It may be useful to think of it as what is the intention of your site? If you are blogging or an online store or a photo gallery all require different optimization to respond at the best speed. When you analyze your site where are the bottlenecks: server, Internet connection, poorly optimized content? Tweak your site, configurations and SEO tactics to meet the purpose of your website. Serve your pages as efficiently as you can (and as quickly for those impatient users.)

SEO tactics vary, but you can do a lot to help your ranking and search "grade" by effective use of keywords (including in image titles/alt text), good meta descriptions and getting high quality backlinks. Getting more sites to link to your site is a solid way to increase your SEO rankings.

10% popularity Vote Up Vote Down


 

@Heady270

What actually matters to users is the time at which something appears on their screen that they can use. That generally means that the page has to finish loading, the CSS and JavaScript has to finish loading, the page has to get rendered, and the images above the fold have to load. For users, overall load time is going to have more of an impact than time to first byte.

Search engines pay attention to how users react to a page. If the page doesn't become usable within about 3 seconds, users start turning back. I've found that any methodology that can decrease the time to the "page load" event to under 3 seconds improves SEO. Further improving performance can increase user interaction, but does not lead to better rankings.

Google has said that they will penalize very slow sites outright, but those penalties only apply if the initial page (as fetched by Googlebot without CSS, JS, and images) takes more than 7 seconds.

It sounds to me like the two plugins you evaluated are not substantially different in terms of their performance benefits. Either of them are likely to be able to get the site fast enough for SEO.

I am skeptical that a caching plugin can decrease overall load time without decreasing time to first byte. Caching plugins work by storing HTML in memory for a page so that it doesn't have to be fetched from the database and assembled by the web application after the first time. The work that a caching plugin is saving all happens before the first byte is sent. After the first byte is sent, the network is usually the limiting factor.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme