Since HTML can easily be compressed, you can expect to cut down by at least 2/3 the bandwidth used at the expense of some extra load on the server's CPU, but the CPU load difference usually isn't even noticeable.
@ini_set('zlib.output_compression_level', 1);
@ob_start('ob_gzhandler');
No comments:
Post a Comment