Daijoubu Posted February 29, 2004 Report Share Posted February 29, 2004 Why isn't GZIP enabled?? 50kb of HTML can be compressed down to around 8kb! Yes there's a small overhead, but the size reduction and download time is lowered by ~75%! You can also lower the compression to level 1 CPU usage bothers you and still benefit most of the compression .htaccess: php_value zlib.output_compression_level 1 PHP: ini_set ('zlib.output_compression_level', 1); And this server softwares are really behind This box's still running Apache 1.3.26 which have many known vulberabilities, lastest is 1.3.29 http://www.apache.org/dist/httpd/CHANGES_1.3 You should tell your host it's about time to update PHP4.2.3? Plently of bugs have been fixed. 4.3.5 is in RC3 and lastest stable version is 4.3.4, which is out for awhile already http://www.php.net/ChangeLog-4.php For extra performance: http://turck-mmcache.sourceforge.net I have no idea which version of MySQL you're running, but i guess it's 3.58.x Newest production level is MySQL 4.0.17 which feature query caching and helps alot with performance http://www.mysql.com/downloads/mysql-4.0.html http://www.mysql.com/doc/en/Query_Cache.html I already told iceedtea about that, for phpbb, you can install a template cache which also speeds up the board and only takes about a minute to install! http://phpbb.com/phpBB/viewtopic.php?t=125251 Keep up the good work guys! Quote Link to comment Share on other sites More sharing options...
Christopher Posted February 29, 2004 Report Share Posted February 29, 2004 Thanks for the suggestions, I have sent a link to this forum post to the site administrator. Quote Link to comment Share on other sites More sharing options...
Webmaster Posted March 1, 2004 Report Share Posted March 1, 2004 Thanks for the help Daijoubu -- could you email me please? webmaster@minidisc.org -Thanks, Rick Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.