Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Owdy Posted May 5, 2010 Posted May 5, 2010 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
stoo2000 Posted May 5, 2010 Posted May 5, 2010 You could always look in the files you have to see which extensions it uses ;)
AlexJ Posted May 5, 2010 Posted May 5, 2010 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.
Enkidu Posted May 5, 2010 Posted May 5, 2010 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 :)
Owdy Posted May 11, 2010 Author Posted May 11, 2010 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...
stoo2000 Posted May 11, 2010 Posted May 11, 2010 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.
stoo2000 Posted May 11, 2010 Posted May 11, 2010 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
Owdy Posted May 11, 2010 Author Posted May 11, 2010 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
stoo2000 Posted May 11, 2010 Posted May 11, 2010 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
Owdy Posted May 11, 2010 Author Posted May 11, 2010 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:
stoo2000 Posted May 11, 2010 Posted May 11, 2010 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.