InterviewSolution
Saved Bookmarks
| 1. |
Which of the following can be used for a deeper analysis of the web page’s performance?(a) WebPageTest(b) FireBug(c) YSlow(d) WebPageTest & FireBug |
|
Answer» The correct answer is (c) YSlow Explanation: YSlow analyzes web page performance by examining all the components on the page, including components dynamically created by using JavaScript. It measures the page’s performance and offers suggestions for improvement. |
|