Questions tagged [time-to-first-byte]

Measurement of latency from sending the request to first response has been received

22 questions
0
votes
0 answers

PHP 5.5 vs 7.4 TTFB slower

I have recently copied my website to a other server (which performs way better than the old one). I am running 7.4 on that new website, but I noticed the Time to the First Byte went up from 200 ms to like 600ms. I thought it might be the server that…
Grumpymuppet
  • 101
  • 1
  • 6
0
votes
1 answer

Get Time to first byte from API Groovy

I am writing a script to get TTFB for an URL. This getResponseCode method gives me status code for the URL. What method or formula can I use to get TTFB after connection is established? HttpURLConnection connection try { URL…
Surbhi
  • 3
  • 3
0
votes
0 answers

TTFB very long first time you access the website

I have an issue with a WordPress website I made: https://j-martini.com Sometimes (generally the first time you access the website), the time before even HTML gets loaded can be very long (for example on this capture, 8s:…
Elisabeth Hamel
  • 178
  • 1
  • 11
0
votes
1 answer

Angular SSR builds too long

I have a SSR angular APP and it takes up to 15 seconds to see content after entering an url in the browser. When it requests for index.html file request timing looks like this: Tmings for index.html request Extra time sometimes allocates in…
0
votes
1 answer

Google cloud compute engine - Wordpress high TTFB

I am running a LAMP Stack on a google cloud customized compute engine primarily to host wordpress websites running woocommerce stores. Following are server specs: RAM: 5GB, Cores: 1, Space: 30GB, OS: CentOS7, Maria DB Version: 5.5.64, PHP Version:…
0
votes
1 answer

How to reduce TTFB for webpage using heroku free service

I recently uploaded a website to heroku (using their free service). The website is built using node.js and express. According to google I had a page speed score of 99 and 100 for mobile and desktop respectively. The following day I made some basic…
-1
votes
1 answer

3 second time to first byte

I've been maintaining a PHP/SQL e-commerce application and the customer has called about their ttfb jumping up to almost 3 seconds consistently. What I've tried: Creating a test.php page to just echo some text produces a 30ms ttfb. Traveled back in…
jmooree30
  • 15
  • 5
1
2