Vidyalelo
JavaScript · Q52

Performance Measures

Programming · JavaScript · question 52

Q52

What does the Minify set the encoding HTTP header?

A.
deflate
B.
gzip
C.
both deflate and gzip
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
Minify reads the JavaScript file in, minifies it and when it responds it sets the accept encoding HTTP header to gzip, deflate.