Hello, if i enable zlib output compression while im using w3tc will it crash? i heard if i set zlib output compression turned on w3tc will not work. can someone give me some details idea on it?
also, i have seen many peoples using without zlib output compression. for php 5.5 and with w3tc with cloudflare will it give any dramatic changes if i install zlib output compression??
someone please give me some advice in details im using ubuntu 14.04, apache, php 5.5
thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
W3 Total Cache has its own compression features built in to it. These do not seem to play well with enabling zlib compression in your PHP configuration. Helpfully, the user interface will prompt you to resolve the issue if it is enabled:

If you decide to use W3 Total Cache, make sure your php.ini file includes:
zlib.output_compression = off
On Ubuntu using the basic LAMP stack, you would need to edit /etc/php5/apache2/php.ini Make sure to restart Apache after making the change:
sudo service apache2 restart
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.