Time to First Byte (TTFB): What It is and How to Reduce It

Last updated on Feb 14th, 2024 | 8 min

TL;DR: Time to First Byte (TTFB) is how long it takes for a browser to get the first data byte from a server after making a request. To reduce TTFB, optimize server response times with efficient scripting and caching, use Content Delivery Networks (CDNs), compress assets, minimize redirects, and implement browser caching.


Time to First Byte (TTFB) divided the SEO and web performance communities back in the day. While many considered TTFB a useless metric, other experts believed in its importance.

But more on that later.

For now, you should know that our opinion on the topic is that TTFB is a valuable metric.

In this article, you’ll understand why it's important to measure TTFB along with: 

Let’s begin! 


What is Time To First Byte?

Time to First Byte (TTFB) measures how long it takes for a client’s browser to receive the first byte of the response from the server.

When a user tries to visit a page, their browser sends an HTTP request. The server that hosts the page has to process that request and return a response.

How web works


The longer it takes for the server to process the request and send a response, the slower your visitors’ browsers start displaying your page. 

A common misconception about TTFB is that it’s the same thing as Server Response Time. You will see the two terms used interchangeably, even PageSpeed Insights has a warning “Reduce server response times (TTFB)”:
 

Google PageSpeed Insights

However, Server Response Time measures how fast the server responds, but not how fast the response reaches the client. It doesn’t include network latency in its measurement, which is a factor that affects the real user experience.

Network latency

On the other hand, TTFB measures the entire process from start to finish:


1. The time it takes for the request to reach the server

The time it takes for the request to reach the server

When someone visits your website, their browser sends an HTTP request to your server. In this first stage, a number of factors can cause a delay - slow DNS lookup, physical distance, and the client’s internet speed. 


2. The time it takes for the server to process the request

The time it takes for the server to process the information

Once the request reaches its destination, the server must process it and generate a response. The process might take some time because of slow database calls, lack of caching layers, excessive scripts that must be executed on the server, a bloated theme, or insufficient server resources. 


3. The time it takes for the first byte of data to reach the client

The time it takes for the response to reach the client

After everything is done, the server has to send the response back to the client. The leading cause of delay here is the slow network speed of both the server and the client. 

Because of the entirety of its measurement, TTFB gives a better idea of the user experience in terms of request-response times. 

TTFB measuring process

 


Is TTFB important? 

There have always been contradictory opinions about this metric’s importance. 

I mentioned earlier that the SEO and web performance communities had been divided (and probably still are) when it comes to TTFB. 

Back in the day, two of the most famous statements on the topic came from John Graham-Cumming from Cloudflare and Jesse Nickles from LittleBizzy:

“Probably the only time TTFB is useful is as a trend. And it's best measured at the server itself so that network latency is eliminated. By examining a trend it's possible to spot whether there's a problem on the web server (such as it becoming overloaded). Measuring TTFB remotely means you're also measuring the network latency at the same time which obscures the thing TTFB is actually measuring: how fast the web server is able to respond to a request.” - John Graham-Cumming, Cloudflare.
 
“TTFB is meaningless. It is meaningless because it is a metric that depends completely on the unique environment of each end-user. It is meaningless because 99% of the time, it is being used to describe something that is NOT, in fact, TTFB. It is meaningless because, in reality, it is largely composed of networking elements out of the control of the end-user, web designer, and server administrator alike.” - Jesse Nickles, LittleBizzy.

 

According to these quotes, the problem with TTFB is that it depends on each user's unique environment. While true, this is a feature, not a bug. 

Understanding how different people experience your site is crucial if you want to ensure a fast experience for everyone. That’s why measuring the TTFB on different devices and in different regions can be so useful.

And while we can’t control our users’ network connections, we can make their lives much easier. Here’s what our CTO has to say on this topic:

“You might think that you do not have direct control over the network latency of your visitors because this depends on their type and quality of the internet connection. However, you have control over how much data they need to transfer - hence you have direct control over the delays caused by network latency. Remove unused code and unnecessary requests.” - Ivailo Hristov, CTO at NitroPack.


In short, TTFB can give you insights into how users on slower devices or network connections experience your site. That’s what makes it a valuable metric.

 

What causes a slow TTFB?

There are several things that might negatively impact your TTFB score:

1. Long Redirect Chain

The redirect speed can be hampered by either a slow application or multiple redirects occurring before the actual page initiates loading. A long redirect chain might take several seconds before the web server can start processing the root HTML request.


2. Connection Issues

Different connection issues can worsen your TTFB score and slow down your page:

  • Slow DNS lookups, which usually only affect first-time visitors to your site.
  • SSL connection issues.
  • Downstream connection issues at data centers, especially when data centers have multiple connections.


3. Insufficient Server Resources

One of the primary causes of a slow Time To First Byte (TTFB) is when the origin server takes an extended period to handle the root HTML request and provide a response to the browser.

This could be due to insufficient server resources. 

Your hosting plan may have insufficient CPU or memory resources to efficiently serve your website. Additionally, if the plan is shared with multiple customers, each with their own websites competing for resources on the same server, it could lead to slower performance. 

Moreover, the hosting plan may not provide an ideal environment for performance, such as slower data I/O, disk drives instead of SSD, or lower bandwidth capabilities.

 

What is a Good Time To First Byte?

According to Google, most websites should strive to have a Time to First Byte score of 800ms or less. 

What is a good TTFB score

The 800 to 1800ms range is pretty average, especially for dynamic content. 

Anything beyond 1800ms usually points to an issue on the server side, especially if the TTFB is high from locations close to the server.


How to Measure TTFB 

There are many tools that you can use to test TTFB. However, keep in mind that each one can give you a slightly different score (due to various factors like testing methodology, testing location, etc.). Stick to one as a baseline and experiment with the others.


Chrome DevTools

Here’s how you can check your TTFB via Chrome’s DevTools:

Open your website and right-click on a page and select Inspect:

DevTools Step 1

Go to the Network tab and refresh your page:

DevTools Step 2

Hover over the Waterfall chart:

DevTools Step 3

And look for the TTFB of the page's main document (in this case, nitropack.io):

DevTools Step 4


The downside of using DevTools is that you’re testing from your computer. As a result, the TTFB will be affected by your location and network connection.

If you want to understand how people over the world experience your site, you need a testing tool with more advanced features.

 

KeyCDN

KeyCDNs’ performance test tool is an easy way to see how much distance affects our site’s TTFB. If we use the example.com domain, we can see that TTFB varies quite a lot - from under 5ms in the US to over 450ms in India.

KeyCDN

These results indicate that example.com is hosted somewhere in the US and likely doesn’t provide content from servers near Bangalore or Singapore, for example.


WebPageTest

You can test your website’s performance from different locations with more advanced tools like WebPageTest. It allows you to test from over twenty locations while emulating a device with a specific connection.

When you test your page, you can open the waterfall chart. Go to Details and scroll down to Waterfall view:


WebPageTest

 

Then click on the main document and see the TTFB:

TTFB in WebPageTest


If you don’t know where your website’s visitors are located, check out the “Geo” and “Technology” reports in Google Analytics or your monitoring tool of choice:

Google Analytics


Put simply, you want to find your visitors’ locations and check the TTFB from there. 


GTmetrix

In GTmetrix, the TTFB is referred to as “wait time.” After the test is complete, go to the Waterfall tab and hover over it to see the statistics:

GTMetrix


How to Reduce TTFB

You know how to measure TTFB, now let’s dive into some techniques that will help you reduce it.


Rely on a Fast Host Server

The first step towards improving TTFB is relying on a high-quality Managed Service Provider (MSP) and a fast host server. 

However, many owners decide to go with a shared hosting service. While cheaper, with this type of hosting, you share your server’s resources (CPU, bandwidth, memory) with other websites. 

This can slow down response times, so consider investing in a dedicated hosting service.

Things you should look for when upgrading/choosing your hosting plan are high availability, security, and support. Check this comparison article of the best hosting providers in 2022.

Friendly Reminder: Don’t forget to perform the tests we showed earlier after selecting a hosting plan.


Decrease the Number of 3rd Party Plugins and Choose a Fast Theme (for WordPress and other CMS sites)
 

Third-party libraries and bloated themes can seriously hurt response times. 

It’s tempting to add a lot of features to your site and use a theme with dynamic elements. Especially when there are thousands of options available. However, adding too many plugins and using a heavy theme increases the amount of code that has to be executed, resulting in slower page speed.

This is a common problem when working with content management systems like WordPress or Shopify. 

That’s why it’s essential to choose a lightweight theme and audit each plugin or app before installing it. If page speed takes a hit after adding a new plugin, it might be better to choose another option. In a lot of cases, the added functionality isn’t worth the massive server overhead.
 

Implement Caching Layers

One of the easiest ways to reduce TTFB, and speed up your website in general, is setting up a caching layer.

Caching means storing a copy of a site’s resources in a different location than the origin server. Once cached, resources don’t need to be re-downloaded from the server every time. This leads to faster load times and less server overhead. 

Two popular caching techniques are full page caching and object caching.

Full page cache means that the entire HTML for the page will be cached. Subsequent requests for the page will be served from the cache instead of being processed and re-built again, thus speeding up the response times. 

Object caching refers to storing database queries, which results in faster data retrieval from the database.

You can set up caching by hand via your server’s HTTP headers or use a service like NitroPack to take care of the process for you.


Utilize a Content Delivery Network (CDN)

A CDN consists of a number of geographically distributed servers at various points of presence (PoP) around the world.

Put simply:

A CDN  helps you improve the network latency issue caused by the large physical distance between the client and server. 

Network Latency

For example, let's say your origin server is located in the USA, but most of your clients are from India. With a CDN, your specific resources or even entire pages can be served from the server closest to them, instead of the origin in the USA.

Integrating CDN


This reduces the impact of physical distance and speeds up your website.


Use Minification and Compression 

Minifying and compressing your site’s resources before sending them over to the browser drastically reduces transfer time since the files are much smaller.

Minification means removing unnecessary parts like whitespace and comments from the code.

Code compression refers to applying algorithms to rewrite the files’ binary code, using fewer bits than the original.

Code files usually have a lot of comments, whitespace, and repeated text, all of which are unnecessary elements that only slow down your site’s load time.

When it comes to implementing these optimizations, some hosting providers apply them by default, so it’s worth checking with your provider. 

Additionally, you can use a service like NitroPack which can make the necessary changes for you


Optimize Your Site’s Images

Did you know that about 50% of all bytes on an average page are image bytes?

Applying different image optimization techniques is another way to reduce the amount of data that needs to be transferred and, hence, speed up response times.

Image compression is one of the methods that can reduce the size of image files. There are two types of compression:

  • Lossy compression removes some of the data from the original file.   This makes the files much lighter at the expense of quality. JPEG and GIF are examples of lossy image types.

  • Lossless compression maintains roughly the same image quality by removing unnecessary metadata from the files. While the image quality is largely unaffected, image file size also doesn’t get reduced. RAW, BMP, and PNG are all lossless image formats.

Image compression tools, such as Optimizilla and imagemin, can help you reduce image file sizes. 

Another technique you can benefit from is using Next-Gen image formats like JPEG 2000, JPEG XR, AVIF, and WebP.

The difference between them and the well-known image formats is that they have better compression and quality characteristics.

Put simply:

They’re smaller in size while still keeping a comparable quality level to the older formats.  

*Currently, WebP is the only modern format that has enough browser support to be viable for most users.


Conclusion

Whether people like it or not, TTFB plays its role in web performance. 

Without a doubt, there are some variables that affect TTFB, but that doesn’t make it meaningless as it gives us insights into how real users experience our site. And that’s what you want to focus on when it comes to web performance optimization.

You might not be able to change the unique environment of each user, but you can implement some optimization techniques that will improve the network latency.

But for that, you might need some help if you aren’t into speed optimization.

On that note, NitroPack is the all-in-one solution that will speed up your website in a couple of minutes. You can try it (for free) and set it up in less than 5 minutes. No coding or tech skills required.

NitroPack takes care of your site’s speed optimization by applying all kinds of different techniques (some of them were mentioned in the article):

  • Caching;

  • Built-in CDN;

  • Complete image optimization;

  • HTML, CSS and JS minification & compression;

  • Critical CSS, DNS prefetching, preloading, and more.

You can test NitroPack for free and see for yourself how easy it is to optimize your website’s speed.

Niko Kaleev
Web Performance Geek

Niko has 5+ years of experience turning those “it’s too technical for me” topics into “I can’t believe I get it” content pieces. He specializes in dissecting nuanced topics like Core Web Vitals, web performance metrics, and site speed optimization techniques. When he’s taking a breather from researching his next content piece, you’ll find him deep into the latest performance news.