nerdexam
Zend

200-530 · Question #507

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 B. 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
  • Bzlib.output_compression_level = 9
  • Cset _compression_level = 9
  • Dzlib.output_compression = on

How the community answered

(54 responses)
  • A
    17% (9)
  • B
    74% (40)
  • C
    9% (5)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice