A method of gzip compression in PHP HTTP mode lifting the _php technique

Source: Internet
Author: User
GZIP compression transmission can more effectively save bandwidth flow. He first compresses the text into. GZ and then transmits it to the browser, which is finally extracted by the browser for presentation to the user.
Older browsers may not display, but most browsers now display them.

Enabling the gzip transfer requires first 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 head

Ob_start ("Ob_gzhandler");


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

Check to see if your site is compressed.

How to gzip compressed HTML in addition?

This is very simple: first HTML into PHP, and then in the. htaccess to rewrite the HTML.

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.