Skip to main content

Enable output buffering and zlip compression?

Comments

2 comments

  • cPanelMichael
    Hello :) Zlib compression and output buffering are disabled by default with PHP, so cPanel does not alter that configuration. You are welcome to try enabling those functions and let us know the results, or you may find more user feedback on a forum where more PHP discussions occur. Thank you.
    0
  • postcd
    thx, in global php.ini i have: [QUOTE]output_buffering = Off ;output_handler = zlib.output_compression = Off ;zlib.output_handler =
    php -v [QUOTE]php -v PHP 5.3.28 (cli) (built: May 15 2014 18:51:21) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies with eAccelerator v0.9.6.1-ea, Copyright (c) 2004-2012 eAccelerator, by eAccelerator with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd., and with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH
    im using SuPHP When testing hosted website if it do "mod_gzip, mod_deflate, or any server-side language that does content compression", it returns that site is compressed. ([url=http://www.whatsmyip.org/http-compression-test/]What's My IP Address? - Obsolete Browser Page) So i need to enable zlib and outputbuffering (both?)? Please before i do that please advice on how to check performance result before/after? Thank you
    0

Please sign in to leave a comment.