InterviewSolution
Saved Bookmarks
| 1. |
When is an application said to show a web performance?(a) Time to respond(b) Time to load(c) Time to send a request(d) Time to receive dataThe question was posed to me in unit test.This interesting question is from Performance Measures in JavaScript topic in portion Performance Measures in JavaScript of JavaScript |
|
Answer» Right option is (b) Time to load |
|