Zend
200-530 · Question #2
You want to enable compression for every Web page of your Website. Which of the following PHP.ini directives can you set to accomplish the task?Each correct answer represents a complete solution…
The correct answer is C. zlib.output_compression_level = 9 D. zlib.output_compression = on. See the full explanation below for the reasoning.
Question
You want to enable compression for every Web page of your Website. Which of the following PHP.ini directives can you set to accomplish the task?Each correct answer represents a complete solution. Choose all that apply.
Options
- Aset_compression = on
- Bset _compression_level = 9
- Czlib.output_compression_level = 9
- Dzlib.output_compression = on
How the community answered
(34 responses)- A6% (2)
- B18% (6)
- C76% (26)
Community Discussion
No community discussion yet for this question.