Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 5, 201014 yr It's possible you don't have the PHP extensions that minify uses to gzip the content installed. I have own dedicated server. Just tel me what i need? :D
May 5, 201014 yr Little of topic: How can you verify that your board is using gzip after you enable it from ACP? I am in the same boat as OP.
May 5, 201014 yr Little of topic: How can you verify that your board is using gzip after you enable it from ACP? I am in the same boat as OP. you can use Google page speed or Yahoo slow and both are available for free as Firefox extensions :)
May 11, 201014 yr Author Seems Apache2 doesnt use that mod anymore. http://www.webhostingtalk.com/showpost.php?p=6791944&postcount=2 So it doesnt matter do i enable or not this in ACP...
May 11, 201014 yr Seems Apache2 doesnt use that mod anymore. So it doesnt matter do i enable or not this in ACP... Minify uses inbuilt PHP GZ functions, not mod_gzip, if you had both enabled it would cause a problem.
May 11, 201014 yr Aah, ok! By the way, forgot to post this in the last post, it's Zlib you need to be able to use Gzip. http://uk.php.net/manual/en/book.zlib.php
May 11, 201014 yr Author I need zlip to use gzip? Im confused. So i enable this? ; Transparent output compression using the zlib library ; Valid values for this option are 'off', 'on', or a specific buffer size ; to be used for compression (default is 4KB) ; Note: Resulting chunk size may vary due to nature of compression. PHP ; outputs chunks that are few hundreds bytes each as a result of ; compression. If you prefer a larger chunk size for better ; performance, enable output_buffering in addition. ; Note: You need to use zlib.output_handler instead of the standard ; output_handler, or otherwise the output will be corrupted. zlib.output_compression = Off ;zlib.output_compression_level = -1
May 11, 201014 yr I need zlip to use gzip? Im confused. So i enable this? ; Transparent output compression using the zlib library ; Valid values for this option are 'off', 'on', or a specific buffer size ; to be used for compression (default is 4KB) ; Note: Resulting chunk size may vary due to nature of compression. PHP ; outputs chunks that are few hundreds bytes each as a result of ; compression. If you prefer a larger chunk size for better ; performance, enable output_buffering in addition. ; Note: You need to use zlib.output_handler instead of the standard ; output_handler, or otherwise the output will be corrupted. zlib.output_compression = Off ;zlib.output_compression_level = -1 No, you just need to make sure the zlib extension is loaded, it should tell you in phpinfo(); I believe you also need to be able to use http://uk.php.net/manual/en/function.set-include-path.php
May 11, 201014 yr Author zlib ZLib Support enabled Stream Wrapper support compress.zlib:// Stream Filter support zlib.inflate, zlib.deflate Compiled Version 1.2.1.1 Linked Version 1.2.3.3 But: zlib.output_compression Off :huh:
May 11, 201014 yr zlib ZLib Support enabled Stream Wrapper support compress.zlib:// Stream Filter support zlib.inflate, zlib.deflate Compiled Version 1.2.1.1 Linked Version 1.2.3.3 But: zlib.output_compression Off :huh:You don't need to enable output_compression, it would interfere with minify if you did. You should check in phpinfo too for any disabled functions
Archived
This topic is now archived and is closed to further replies.