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
D Read, gzip, extract, remove

Correct Answer: Read, Remove extraneous characters, gzip the response

To minify JS, CSS and HTML files, comments and extra spaces need to be removed, as well as crunch variable names so as to minimize code and reduce file size. Minify reads in the content, decorates it by way of removing extraneous characters, and gzips the response.

Related Questions

Which folder contains the Minify control panel?
What is the purpose of the product Minify?
What does the Minify set the encoding HTTP header?
What is in-built in the Minify?
What does the Minify return back to the Script tag?
Solvay process as compared to dual process (i.e. modified Solvay process)

Next steps