The First Step To Optimize The Critical Rendering Path Is To:
- minimize number of critical resources: eliminate them, defer their download, mark them as async, and so on
- optimize the order in which the remaining critical resources are loaded: download all critical assets as early as possible to shorten the critical path length
- analyze and characterize your critical path: number of resources, bytes, length
- optimize the number of critical bytes to reduce the download time (number of roundtrips)
The correct answer is:
- analyze and characterize your critical path: number of resources, bytes, length
CLICK HERE TO DOWNLOAD FULL EXAM ANSWERS SHEET (PDF FORMAT)
Sources: Google Mobile Sites Certification Course
To see all the questions and correct answers of the Google Mobile Sites Certification Exam, Click Here – Google Mobile Sites Certification Answers.