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
AnswerD.
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.