1.

What is the work of TTFB?(a) measures the responsiveness of web server(b) increases the load speed of web page(c) compresses the image(d) remove unnecessary charactersThis question was posed to me in an interview for internship.This question is from Web Performance Optimization in division HTML Images & Web Page Files of HTML

Answer»

The CORRECT option is (a) measures the responsiveness of WEB server

Explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions