05-27-2008, 06:13 PM
|
#5 (permalink)
|
|
The Gregarious
Join Date: Mar 2008
Location: Cana'derr
Posts: 653
Thanks: 24
|
Well that blows my little hack away... All I've done to date as far as compression was to add this to the top of my config file (included first on every page, of course);
PHP Code:
ob_start("compress");
function compress ($buffer) { return str_replace(array("\r\n", "\r", "\n", "\t", ' ', ' ', ' '), '', $buffer); }
Looks pretty caveman now... 
-m
|
|
|
|