Why Do CSS @Imports Harm Performance?
- They create a less efficient CSSOM
 - They require additional CPU time to parse
 - They can introduce unwanted dependencies
 - @import loads files less efficiently than <link>
 
The correct answer is:
- @import loads files less efficiently than <link>
 
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.
