Vidyalelo
JavaScript · Q55

Performance Measures

Programming · JavaScript · question 55

Q55

Which of the following is the order of Minify process?

A.
Remove extraneous characters, gzip the response, Read
B.
Remove extraneous characters, Read, gzip the response
C.
Read, Remove extraneous characters, gzip the response
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
Minify reads in the content, decorates it by way of removing extraneous characters, and gzips the response.