Gzip compression transfer method in PHP http mode _php Tutorial

Source: Internet
Author: User
Gzip compression transfer can be more effective in saving bandwidth traffic. He first compresses the text into. GZ and then transmits it to the browser, and finally the browser is responsible for extracting it to the user.
Older browsers may not be able to display, but most browsers now display them.

Enabling gzip transfer first requires PHP4.0.5 later versions.

Method 1:

Join in. htaccess

Php_flag zlib.output_compression on
Php_value Zlib.output_compression_level 2


Method 2:

Add on top of PHP's head

Ob_start ("Ob_gzhandler");


Both of these methods can achieve the effect of compression transmission.

Check to see if your site is compressed.

How else to gzip compress html?

This is simple: first make the HTML PHP, and then rewrite the HTML in the. htaccess.

http://www.bkjia.com/PHPjc/317904.html www.bkjia.com true http://www.bkjia.com/PHPjc/317904.html techarticle gzip compression transfer can be more effective in saving bandwidth traffic. He first compresses the text into. GZ and then transmits it to the browser, and finally the browser is responsible for extracting it to the user. The old version of the browser may ...

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.