# Zipping WebSites

**URL:** https://forum.kirupa.com/t/zipping-websites/75951
**Category:** programming
**Created:** [January 13, 2005, 2:36pm UTC](https://forum.kirupa.com/t/zipping-websites/75951 "2005-01-13T14:36:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hadrick](https://avatars.discourse-cdn.com/v4/letter/h/34f0e0/32.png) [@hadrick](https://forum.kirupa.com/u/hadrick)
#### Post date: [January 13, 2005, 2:36pm UTC](https://forum.kirupa.com/t/zipping-websites/75951/1 "2005-01-13T14:36:31Z")

</div>

Hallow all,  
As i said, yes, it is possible to zip your website to load fast.  
First of all check this example:

![](http://www.geocities.com/shawon_hs/zip.jpg)

As you see, [http://www.hagionet.info](http://www.hagionet.info) is gzipped greatly.  
Yes, now see, how to zip your site.

First of all check your PHP info while zlib is enable or not. if enable then it will be userful. you should keep one thing in mind that only php can compress a site for running fast.  
i think you should check this info here:

```auto
zlib.output_compression "0" PHP_INI_SYSTEM|PHP_INI_PERDIR

```

This can be seen here: [http://www.php.net/manual/en/function.ini-set.php](http://www.php.net/manual/en/function.ini-set.php)

Again: here it is saying something else like this:  
[http://www.php.net/manual/en/ref.zlib.php](http://www.php.net/manual/en/ref.zlib.php)

```auto
zlib.output_compression "Off" PHP_INI_ALL

```

so all this mean, using the set compression of this zlib realted level will compress your website. and thats all.

Cheezz…
