-
What is the work of TTFB?
-
- remove unnecessary characters
- measures the responsiveness of web server
- increases the load speed of web page
- compresses the image
- None of these
Correct Option: B
TTFB stands for time to the first byte and measures the responsiveness of server. Its calculation is done as: process request time+ HTTP request time+ HTTP response time. This speed up the website by downloading various smaller images through sockets.