Q. 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) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) Read, Remove extraneous characters, gzip the response
Explanation: Minify reads in the content, decorates it by way of removing extraneous characters, and gzips the response.
Explanation by: Mr. Dubey
Minify reads in the content, decorates it by way of removing extraneous characters, and gzips the response.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
147
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate