VIeditorlover 0 Junior Poster

Hi,

I have a php script which generates loooong 500kB+ scripts. If there were gzip used it should greatly improve performance. I have found this magic line:

<?php
ob_start( 'ob_gzhandler' );
?>

but nothing happened - no error, but dumped data are not definitely gzipped. What should I do???

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.