{"id":64655,"date":"2022-04-13T07:18:31","date_gmt":"2022-04-13T13:18:31","guid":{"rendered":"https:\/\/www.scalahosting.com\/blog\/?p=64655"},"modified":"2026-01-22T02:16:27","modified_gmt":"2026-01-22T08:16:27","slug":"how-to-reduce-ttfb","status":"publish","type":"post","link":"https:\/\/www.scalahosting.com\/blog\/how-to-reduce-ttfb\/","title":{"rendered":"How to Reduce TTFB?"},"content":{"rendered":"\n<p>Life nowadays moves at a much faster pace, and that rings especially true in the online world. We see that <strong>technology is evolving in leaps and bounds<\/strong>, and our demands are naturally increasing in return.&nbsp;<\/p>\n\n\n\n<p>Just think of how far we&#8217;ve gone since the dial-up era, which was still the standard about 20 years ago. Our phones are practically mini-computers today, and we can easily host a website for just a few dollars per month. It&#8217;s a great time to be an online client, but if you are a site owner &#8211; the competition is as fierce as it gets.&nbsp;<\/p>\n\n\n\n<p><em>So how do you attract more customers?<\/em> <strong>Speed <\/strong>is often a great starting point.<\/p>\n\n\n\n<p>This is a ScalaHosting guide that will teach you more about <strong>TTFB <\/strong>&#8211; <em>what it is<\/em>, <em>how to measure it<\/em>, and <em>how to make ours better<\/em>.&nbsp;<\/p>\n\n\n\n<p>Let&#8217;s waste no time and jump right in&#8230;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what\"><strong>What is TTFB?<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large mpg-gallery\"><a href=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image6.jpg\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image6-1024x683.jpg\" alt=\"How to Reduce TTFB?, What is TTFB?\" class=\"wp-image-64658\" srcset=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image6-1024x683.jpg 1024w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image6-300x200.jpg 300w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image6-768x512.jpg 768w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image6-1536x1024.jpg 1536w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image6.jpg 1999w\" sizes=\"(max-width: 361px) 660px, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 910px, 1140px\" \/><\/a><\/figure>\n\n\n\n<p>TTFB stands for <strong>Time To First Byte<\/strong> and represents the <strong>responsiveness<\/strong> of a web server. More specifically, this determines <strong>how long it takes for an HTTP request to reach your hosting machine and get back its first byte of data<\/strong>.&nbsp;<\/p>\n\n\n\n<p>The lower the TTFB &#8211; the faster your server and underlying websites.&nbsp;<\/p>\n\n\n\n<p>The way your website is structured can have a significant impact on the time to first byte from the get-go. <strong>Static pages<\/strong> are typically processed very quickly, while <strong>dynamic websites<\/strong> need to load a lot more elements.&nbsp;<\/p>\n\n\n\n<p>TTFB can be incredibly beneficial when <strong>analyzing your site performance<\/strong> and <strong>identifying its weak points<\/strong>. By fixing<em> whatever is slowing down your server connection<\/em>, we can not only speed up our pages but also <a href=\"https:\/\/www.scalahosting.com\/blog\/optimize-web-site\/\">improve their search engine ranking<\/a>.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"affects\"><strong>What Affects TTFB?<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large mpg-gallery\"><a href=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image2-1.jpg\"><img decoding=\"async\" width=\"1024\" height=\"682\" src=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image2-1-1024x682.jpg\" alt=\"How to Reduce TTFB?, What Affects TTFB?\" class=\"wp-image-64661\" srcset=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image2-1-1024x682.jpg 1024w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image2-1-300x200.jpg 300w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image2-1-768x511.jpg 768w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image2-1-1536x1023.jpg 1536w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image2-1.jpg 1999w\" sizes=\"(max-width: 361px) 660px, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 910px, 1140px\" \/><\/a><\/figure>\n\n\n\n<p>To learn <strong><em>what affects TTFB and how we can influence it<\/em><\/strong>, we must first understand what happens when a visitor types a URL and lands on one of our pages.&nbsp;<\/p>\n\n\n\n<p><strong>There are three stages to watch out for:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Server gets the user request<\/strong> &#8211; measuring the time to first byte starts at this stage. This is largely in the hands of your hosting provider.<br><br>A few factors work their way around here &#8211; the <strong>host&#8217;s<\/strong><strong><em> network latency<\/em><\/strong>, the <em>distance between user and server<\/em>, the <em>time it takes for a DNS lookup<\/em>,<strong> <\/strong><em>complex firewall rules<\/em>, and more. From a user&#8217;s perspective, your <strong><em>internet service provider&#8217;s (ISP) speed<\/em><\/strong> can also be a culprit when checking what slows down your TTFB.<\/li>\n\n\n\n<li><strong>Server processes the request and generates a response<\/strong> &#8211; here is where the <em>cleanliness of your code<\/em> also makes a big impact on TTFB. Once it gets the visitor&#8217;s request, your hosting server has to take care of it. This involves <em>making <\/em><a href=\"https:\/\/www.scalahosting.com\/kb\/how-to-manage-mysql-users-databases-and-tables-from-the-command-line\/\"><strong><em>calls to the database<\/em><\/strong><\/a>,<em> running scripts<\/em>, and <em>communicating with other systems in the network<\/em>.<br><br>While website slowdowns here may be caused by <em>insufficient server memory<\/em> <em>or disk I\/O<\/em>, more often than not, the TTFB is affected by <em>bloated code<\/em>, <em>poor optimization<\/em>, <em>lack of page caching<\/em>, or too many third-party tools and services.<\/li>\n\n\n\n<li><strong>User browser gets the response<\/strong> &#8211; it&#8217;s not time to get the information back to the user. This is the part that is responsible for about 40% of your TTFB and relies on the<strong> <\/strong><strong><em>fast connection speed from both parties<\/em><\/strong> &#8211; host and visitor. An example of that are<em> Wi-Fi hotspots<\/em> that can only ensure basic internet speeds, far from enough for loading dynamic websites in a quick manner.<\/li>\n<\/ul>\n\n\n\n<p><strong>To summarize it all, we have a few key reasons for slow TTFB:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Network problems<\/strong> (latency, connection speed, data center location)<\/li>\n\n\n\n<li><strong>Server problems<\/strong> (insufficient system resources, PHP\/ASP settings, type of hosting server)<\/li>\n\n\n\n<li><strong>Client-side problems<\/strong> (slow code, heavy database, too many third-party integrations)<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"good\"><strong>What is a Good TTFB?<\/strong><\/h2>\n\n\n\n<p>As we mentioned, <strong>how you build your website can very much affect your TTFB<\/strong> and your entire loading time. A static site will always load faster than a dynamic one, even if it contains a larger number of pages or gets more requests. Same with your web visits &#8211; the more requests you get at once, the longer it will take your server to process them all.&nbsp;<\/p>\n\n\n\n<p>Still, it&#8217;s good to have a base point, some numbers to strive for.&nbsp;<\/p>\n\n\n\n<p>We measure TTFB in <strong>milliseconds<\/strong>. If your <strong>time to the first byte stops the cloc<\/strong>k <strong>below 100ms<\/strong> &#8211; you are doing excellent and ranking among the fastest websites out there. A score <strong>below 500ms<\/strong> is also good, although you want to stay near the lower margins here (<strong>around 100-200ms<\/strong>).&nbsp;<\/p>\n\n\n\n<p>Now, if your TTFB is <strong>near or above 1s<\/strong>, that might be concerning and worth looking into. Such a slow server processing speed can cause issues not only with your visitors but with search engines as well.&nbsp;<\/p>\n\n\n\n<p class=\"alert-blue\"><strong>IMPORTANT:<\/strong> Static website requests can easily be processed within 100ms, but that is not the case with dynamic pages that contain many more elements. A typical TTFB for such a site, even when optimized, would be <strong>around 200-300ms<\/strong>.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"to\"><strong>Things to Consider when Measuring TTFB<\/strong><\/h2>\n\n\n\n<p>There are a plethora of tools around the internet that can analyze your page loading speed and show you how fast it performs. Advanced solutions don&#8217;t just stop there &#8211; they can give you a <strong>full breakdown of the loading time of each of your page elements<\/strong> and u<strong>seful tips on how to optimize your website<\/strong> for even better results.&nbsp;<\/p>\n\n\n\n<p>Among the most popular tools for site analysis, you will find <a href=\"https:\/\/gtmetrix.com\/\"><strong>GTMetrix<\/strong><\/a><strong> <\/strong>and <a href=\"https:\/\/www.pingdom.com\/\"><strong>Pingdom<\/strong><\/a>. Both have proven to be reliable and offer a good range of testing locations. Alternatively, many people seem to like platforms like <a href=\"https:\/\/www.webpagetest.org\/\"><strong>WebPageTest<\/strong><\/a><strong> <\/strong>and <strong>ByteCheck <\/strong>because of their simplicity and user-friendliness.&nbsp;<\/p>\n\n\n\n<p><strong>Still, benchmark results from third-party tools will always suffer from deviations and false positives. Here is why:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Server location <\/strong>&#8211; online speed checkers can measure your site speed from various server locations. While they try to cover most major international cities, they are still somewhat limited. Both GTMetrix and Pingdom offer <em>only 7-8 different locations<\/em>, and if your hosting server isn&#8217;t close to any of them &#8211; that might add up to your results.<\/li>\n\n\n\n<li><strong>Server load<\/strong> &#8211; imagine that <em>hundreds of people are trying to check their site speed simultaneously<\/em>. This will inevitably put a load on the testing server, which is why your end results may vary. Even if you test your pages using the same tool with only minutes apart &#8211; you might notice a significant difference.&nbsp;<\/li>\n\n\n\n<li><strong>Scope of measuremen<\/strong>t &#8211; it&#8217;s good to consider that speed tests measure <em>the entire process of your full website load<\/em>, not just the TTFB. Some tools give a more detailed breakdown where you can extract only the time to the first byte, but keep in mind they may use differen<strong>t terminology and visualization methods.<\/strong><\/li>\n<\/ul>\n\n\n\n<p class=\"alert-blue\"><strong>IMPORTANT:<\/strong> When using online tools, it&#8217;s good to test your website through multiple platforms and at different times of the day. Forming an <strong>average TTFB score<\/strong> would be much more accurate and would help you avoid false positives.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"ttfb\"><strong>How to Measure Your TTFB?<\/strong><\/h2>\n\n\n\n<p>There is another trick to measure your TTFB and loading speed that doesn&#8217;t involve third-party tools and random analytics software. By creating <strong>a blank .php file<\/strong>, you can easily calculate the TTFB of your server <strong>without including the scripts and plugins<\/strong> that add up to that metric.&nbsp;<\/p>\n\n\n\n<p>Here are three different ways to do that.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How to measure TTFB via File Manager<\/strong><\/h3>\n\n\n\n<p>Naturally, using the <strong>in-built File Manager<\/strong> in your control panel would be the quickest way to test your speed.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log in to your <strong>Control Panel<\/strong> and go to <strong>File Manager.<\/strong><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full mpg-gallery\"><a href=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image1-1.jpg\"><img decoding=\"async\" width=\"701\" height=\"442\" src=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image1-1.jpg\" alt=\"How to Reduce TTFB?, How to measure TTFB via File Manager\" class=\"wp-image-64663\" srcset=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image1-1.jpg 701w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image1-1-300x189.jpg 300w\" sizes=\"(max-width: 361px) 660px, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 910px, 1140px\" \/><\/a><\/figure>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Click on the <strong>New File<\/strong> option and create a .php file with the name of your choice.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large mpg-gallery\"><a href=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image5-1.jpg\"><img decoding=\"async\" width=\"1024\" height=\"224\" src=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image5-1-1024x224.jpg\" alt=\"How to Reduce TTFB?, How to measure TTFB via File Manager 2\" class=\"wp-image-64660\" srcset=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image5-1-1024x224.jpg 1024w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image5-1-300x66.jpg 300w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image5-1-768x168.jpg 768w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image5-1.jpg 1365w\" sizes=\"(max-width: 361px) 660px, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 910px, 1140px\" \/><\/a><\/figure>\n\n\n\n<p class=\"alert-blue\"><strong>IMPORTANT:<\/strong> Make sure you are creating <strong>a .php file<\/strong> and that you place it in the <strong>root directory<\/strong> of your account. This is essential to get the most accurate results.&nbsp;<\/p>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Right-click on the newly-created file and click on <strong>Edit<\/strong>.<\/li>\n\n\n\n<li>Once inside, paste the following code:<\/li>\n<\/ol>\n\n\n\n<p class=\"alert-orange\">&lt;?php\n<br>phpinfo();\n<br>?&gt;<\/p>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li>Click the <strong>Save <\/strong>button.<\/li>\n\n\n\n<li>Open your browser and type<strong> yourdomain.com\/yourfile.php<\/strong>. You should see such a page:<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full mpg-gallery\"><a href=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image3-1.jpg\"><img decoding=\"async\" width=\"951\" height=\"614\" src=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image3-1.jpg\" alt=\"How to Reduce TTFB?, How to measure TTFB via File Manager 3\" class=\"wp-image-64662\" srcset=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image3-1.jpg 951w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image3-1-300x194.jpg 300w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image3-1-768x496.jpg 768w\" sizes=\"(max-width: 361px) 660px, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 910px, 1140px\" \/><\/a><\/figure>\n\n\n\n<ol start=\"7\" class=\"wp-block-list\">\n<li>This only gives you the PHP information for your server. To run a TTFB test, choose the website analyzer of your choice and check the URL <strong>yourdomain.com\/yourfile.php<\/strong><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how\"><strong>How to measure TTFB via FTP<\/strong><\/h3>\n\n\n\n<p><strong>If you are operating your account through an FTP tool like <\/strong><a href=\"https:\/\/www.scalahosting.com\/kb\/how-to-setup-ftp-using-filezilla\/\"><strong>Filezilla<\/strong><\/a><strong>, you can easily create the same file with the steps above. All you need to do is:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open your <strong>FTP client<\/strong> and log into your server.&nbsp;<\/li>\n\n\n\n<li>Navigate to the <strong>public_html directory<\/strong> and create the new .php file.&nbsp;<\/li>\n\n\n\n<li>Open the <strong>yourdomain.com\/yourfile.php<\/strong> URL in your browser.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ssh\"><strong>How to measure TTFB via SSH<\/strong><\/h3>\n\n\n\n<p><strong>More advanced users can measure their TTFB and page loading speeds via SSH (secure shell access) as well. Here is what the procedure involves:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open your <strong>SSH terminal<\/strong>.<\/li>\n\n\n\n<li>Enter your root folder with the following command:<\/li>\n<\/ol>\n\n\n\n<p class=\"alert-orange\">cd \/home\/username\/public_html<\/p>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Creating the file takes nothing more than a single line as well:<\/li>\n<\/ol>\n\n\n\n<p class=\"alert-orange\">echo &#8216;&lt;?php phpinfo();&#8217; &gt; info.php<\/p>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>You can now go ahead and <strong>load the phpinfo page<\/strong> in your browser.&nbsp;<\/li>\n<\/ol>\n\n\n\n<p class=\"alert-blue\"><strong>IMPORTANT:<\/strong> If you have already tested your website through an online checker, you can compare the results with the TTFB benchmarks of your server alone. Simply open the third-party analyzer of your choice and <strong>run a test for the URL yourdomain.com\/yourfile.php.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"improve\"><strong>How to Improve Your TTFB?<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large mpg-gallery\"><a href=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image7.jpg\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image7-1024x683.jpg\" alt=\"How to Reduce TTFB?, How to Improve Your TTFB?\" class=\"wp-image-64659\" srcset=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image7-1024x683.jpg 1024w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image7-300x200.jpg 300w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image7-768x512.jpg 768w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image7-1536x1024.jpg 1536w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2022\/04\/image7.jpg 1999w\" sizes=\"(max-width: 361px) 660px, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 910px, 1140px\" \/><\/a><\/figure>\n\n\n\n<p>By this point, we have already learned <strong>what affects your TTFB<\/strong>, what is a good score to aim for, and how to measure this important metric. Now it&#8217;s time for some practical advice &#8211; some tips and tricks on improving your time to first byte.&nbsp;<\/p>\n\n\n\n<p><strong>Here are some essentials to consider:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Implement caching<\/strong> &#8211; this is a must-have for any website powered by dynamic content. Caching helps you <strong>create and keep copies of your essential page elements<\/strong>, so your server doesn&#8217;t have to look for them every time it gets a user request.<br><br>Many applications, like <a href=\"https:\/\/www.scalahosting.com\/blog\/how-to-install-wordpress\/\"><strong>WordPress<\/strong><\/a>, offer handy <strong>website caching plugins<\/strong> that you can easily configure for the job. <strong>VPS and dedicated server clients<\/strong> can also achieve that with some <strong>configurations to the .htaccess file<\/strong>, but you should only use that if you know what you&#8217;re doing.&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<p class=\"alert-blue\"><strong>IMPORTANT:<\/strong> There are different types of caching, and they can all help you improve your TTFB and loading speeds. Apart from <strong>site caching<\/strong>, you can consider <strong>browser caching<\/strong>, <strong>server caching<\/strong>, <strong>micro caching<\/strong>, and more.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Choose a reliable provider<\/strong> &#8211; your hosting provider plays a pivotal role in getting good TTFB marks from the get-go. Many hosts may utilize similar server machines but how they configure them makes the real difference. Check if your potential provider offers a <strong>free trial or some kind of a demo<\/strong> so you can test the server speeds and see if they are satisfactory for your project.&nbsp;<\/li>\n\n\n\n<li><strong>Utilize a CDN<\/strong> &#8211;<strong> a CDN (or content delivery network)<\/strong> helps you optimize your site speeds if your visitors are coming from different parts of the world. Similar to caching, instead of your server searching for a response to every request, you can <strong>save copies of your static elements in a global network of interconnected servers<\/strong>. This way, you are reducing all the latency involved when data &#8220;travels&#8221; long-distance.&nbsp;<\/li>\n<\/ul>\n\n\n<div class=\"shortcode-cta-new-wrap row cloudvps\">\r\n    <img decoding=\"async\" class=\"shortcode-logo\" src=\"\/blog\/images\/shortcode-bg-new-logo-cloudvps.svg\" alt=\"shortcode-logo\" title=\"shortcode-logo\"\/>\r\n    <div class=\"shortcode-cta-img col-10 col-sm-7 col-md-5\">\r\n        <img decoding=\"async\" class=\"shortcode-bg\" src=\"\/blog\/images\/shortcode-bg-new-cloudvps.webp\" alt=\"shortcode-bg\" title=\"shortcode-bg\"\/>\r\n    <\/div>\r\n    <div class=\"shortcode-cta-content col-12 col-md-7\">\r\n        <div class=\"content\">\r\n            <div class=\"heading\">Supercharge Your Business with an All-inclusive Fully Managed Cloud<\/div>\r\n            <div class=\"list-wrap\">\r\n                <div class=\"list\">\r\n                    <div><b>Free, Effortless & No-Downtime Migration<\/b><\/div>\r\n                    <div><b>Anytime Unconditional Money-back Guarantee<\/b><\/div>\r\n                    <div><b>Full Scalability & 24\/7 Expert Cloud Support<\/b><\/div>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"btn-wrap row\">\r\n                <div class=\"col-auto\">\r\n                    <a class=\"button green\" href=\"https:\/\/www.scalahosting.com\/managed-cloud-hosting.html\">Start Now<\/a>\r\n                <\/div>\r\n                <div class=\"col-auto\">\r\n                    <button class=\"button brown_outer\" title=\"Contact Sales\" onclick=\"chatChangeVisibility(this, 'maximize', {}, 5);\">Chat with our Experts<\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Being aware of how your website performs at all times is detrimental to your optimization strategy and business growth. Any good webmaster knows <strong>this is an ongoing process<\/strong>, and they should always be looking for new ways to reduce their <strong>project&#8217;s TTFB and page load<\/strong>.&nbsp;<\/p>\n\n\n\n<p>Optimizing your site speed is a shared responsibility between you and your service provider. Whenever you see something is slowing you down, make extensive preliminary checks to see what is causing the issue.&nbsp;<\/p>\n\n\n\n<p>ScalaHosting puts great effort into reaching a maximized server performance, and you can always <strong>contact our Customer Service team<\/strong> to see what options we may find for you.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\"><strong>FAQ<\/strong><\/h2>\n\n\n\n<p><strong>Q: What causes high TTFB?<\/strong><\/p>\n\n\n\n<p><strong>A: <\/strong>When it comes to your website type, <strong>dynamic content pages<\/strong> will always cause slower speeds than static ones. But that is far from the only reason. Among the possible culprits, you can consider &#8211; <strong>poorly-coded app\/website<\/strong>, <strong>slow hosting provider<\/strong>, <strong>distant datacenter location<\/strong>, <strong>lack of caching mechanisms<\/strong>, and more.<\/p>\n\n\n\n<p><strong>Q: How is TTFB calculated?<\/strong><\/p>\n\n\n\n<p><strong>A:<\/strong> There is an easy way to check your page loading speed and the components that add up to the grand total. Simply <strong>right-click on the page you wish to analyze<\/strong> and select the <strong>Inspect <\/strong>option. This will reveal a new menu at the bottom that you can expand to your liking.&nbsp;<\/p>\n\n\n\n<p>Click on the <strong>Network tab<\/strong> and then hard refresh your page (<em>ctrl+R on Windows and cmd+R on Mac<\/em>). If you now go to the <strong>Timing tab<\/strong>, you will see the speed breakdown and the exact TTFB in milliseconds.&nbsp;<\/p>\n\n\n\n<p><strong>Q: Does a CDN help reduce TTFB?<\/strong><\/p>\n\n\n\n<p><strong>A: <\/strong>A CDN does wonders for <strong>caching static files<\/strong>. While that may not seem like a great deal for your homepage and other sections where you may have lots of dynamic elements, the overall time you will save by just caching the static files can help you<strong> reduce TTFB by up to 85%<\/strong>.<\/p>\n\n\n\n<script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [{\n        \"@type\": \"Question\",\n        \"name\": \"What causes high TTFB?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"When it comes to your website type, dynamic content pages will always cause slower speeds than static ones. But that is far from the only reason. Among the possible culprits, you can consider - poorly-coded app\/website, slow hosting provider, distant datacenter location, lack of caching mechanisms, and more.\"\n        }\n      }, {\n        \"@type\": \"Question\",\n        \"name\": \"How is TTFB calculated?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"There is an easy way to check your page loading speed and the components that add up to the grand total. Simply right-click on the page you wish to analyze and select the Inspect option. This will reveal a new menu at the bottom that you can expand to your liking.\"\n        }\n      },{\n        \"@type\": \"Question\",\n        \"name\": \"Does a CDN help reduce TTFB?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"A CDN does wonders for caching static files. While that may not seem like a great deal for your homepage and other sections where you may have lots of dynamic elements, the overall time you will save by just caching the static files can help you reduce TTFB by up to 85%.\"\n        }\n      }]\n    }<\/script>\n\n\n\n<p class=\"youtube-player\" id=\"4zZiFTQoXRM\">What is a VPS &#8211; Everything you need to know!<\/p>\n\n\n\n<script type=\"application\/ld+json\">\r\n    {\r\n        \"@context\": \"https:\/\/schema.org\",\r\n        \"@type\": \"VideoObject\",\r\n        \"name\": \"What is a VPS - Everything you need to know!\",\r\n        \"description\": \"In this video we'll explain what is a VPS, how does it work and why you might need one. A lot of poeple are familiar with shared hosting nowdays so we'll compare these two options so it's easy to understand.\",\r\n        \"thumbnailUrl\": [\r\n            \"https:\/\/i3.ytimg.com\/vi\/4zZiFTQoXRM\/maxresdefault.jpg\"\r\n        ],\r\n        \"uploadDate\": \"2022-04-11\",\r\n        \"duration\": \"PT4M19S\",\r\n        \"embedUrl\": \"https:\/\/www.youtube.com\/watch?v=4zZiFTQoXRM\"\r\n    }\r\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Life nowadays moves at a much faster pace, and that rings especially true in the online world. We see that &#8230;<\/p>\n","protected":false},"author":106,"featured_media":64657,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"none","_seopress_titles_title":"%%post_title%% %%sep%% %%sitetitle%%","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"categories":[61,3],"tags":[],"class_list":["post-64655","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-hosting","category-web-hosting-in-general"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts\/64655","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/users\/106"}],"replies":[{"embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/comments?post=64655"}],"version-history":[{"count":10,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts\/64655\/revisions"}],"predecessor-version":[{"id":73705,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts\/64655\/revisions\/73705"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/media\/64657"}],"wp:attachment":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/media?parent=64655"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/categories?post=64655"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/tags?post=64655"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}