InterviewSolution
Saved Bookmarks
| 1. |
How many parameters does the WebPageTest API accept?(a) 5(b) 6(c) 7(d) 8I had been asked this question in homework.This is a very interesting question from Accessing the WebPagetest API topic in portion Sockets of JavaScript |
|
Answer» RIGHT answer is (d) 8 Best explanation: WebPageTest helps you RUN a free website speed test from multiple locations AROUND the globe using real browsers (IE and Chrome) and at real consumer connection speeds. The WebPageTest API accepts totally 8 parameters, namely url, location, runs, fvonly, private, BLOCK, f, k. |
|