From: Alexander P. <ap...@bi...> - 2004-06-20 06:35:02
|
Hi All, I just posted a developmental version. At the moment, only the English and Spanish translations are working (there are some new strings that I haven't copied to all the translation files...) Here's the link: http://www.bigevilbrain.com/sphpblogdev/ All the ".txt.gz" stuff is working. Comments and entries are stored as gzip if the checkbox (on the setup page) is checked. Here are the results of a compression experiment on roughly 50 entries... 212KB - 46,653 bytes <-- Uncompressed 204KB - 26,362 bytes <-- Compressed They are smaller, but they take up about the same disk space due to block size... Results will vary due to many different factors. The http output compression isn't work yet... I didn't have time to put it in tonight. There is a checkbox for it on the setup page. The variable that it saves to is $blog_config[ 'blog_enable_gzip_output' ]. (It doesn't look like it will take too long to get it working...) There is a "recompress.php" page that will re-compress all the entry files (but not the comment files, yet...) If you have "Enable Database Compression" checked, visiting the recompress.php page will convert all the entries to gzip. If you un-check the box, and visit the page again, it will convert them to back .txt... Cheers! -- Alex |