Activity Stream
48,167 MEMBERS
61074 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1.     
    #1
    Member

    Default How to speed up your site with GZIP

    Hello guyz
    I would like to give some tips about this little evil.

    Advantages :
    - Consume less server BW
    - Increase page load time, which is what we want since now its an important factor for search engines .

    so how does it work ? :
    if i visit http://besthostingforums.com/index.php

    my browser : hi elj i need index.php
    web server : give me a second to find it.
    web server : oh i found it, i am sending it now
    my browser : wtf ? 100 kb?.. fuck loading loading ... okay i got it !!

    as you see in this example the page is 100 kb and the browser needs time to load the page.

    Here is where gzip comes in.
    Imagine index.php was a zip archive and you were sending it to someone ... you all know that you will reduce the size of the file

    see this now :

    my browser : can i have config.php? but if you have the zipped version then send that one .
    web server : ok let me find it ... found it, you said you want the zipped one ? sending it now ..
    my browser : only 10 kb ? thats so nice thanks man i got it, displaying now !

    actually when you visit a site, your browser asks for the zipped one too, and if the site supports gzip it will give it to you otherwise it will load normaly .

    If you want to enable this module on apache :

    PHP Code: 
    <ifModule mod_deflate.c>
      <
    filesMatch "\.(css|js|x?html?|php)$">
        
    SetOutputFilter DEFLATE
      
    </filesMatch>
    </
    ifModule
    with this you will gzip all css js html xhtml php... files .

    And finally this tool to check if its enabled on your site :
    Code: 
    http://www.gidnetwork.com/tools/gzip-test.php
    cgworld Reviewed by cgworld on . How to speed up your site with GZIP Hello guyz I would like to give some tips about this little evil. Advantages : - Consume less server BW - Increase page load time, which is what we want since now its an important factor for search engines . so how does it work ? : if i visit http://besthostingforums.com/index.php Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    nice tutorial.
    its inbuilt in dle though
    Thanks

  4.     
    #3
    Member
    Yes datalife already has it.

  5.     
    #4
    Member
    using it from long time also you need to have enabled mod_deflate in you hosting


  6.     
    #5
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Quote Originally Posted by devilboy23 View Post
    using it from long time also you need to have enabled mod_deflate in you hosting

    can you tell me the site from where you took that screensnap?

    checked through other website.
    here is my result.


    Maybe i got your site also:

  7.     
    #6
    Member

  8.     
    #7
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    thanks devilboy123

  9.     
    #8
    Member
    ^^ see my post, i have included the site !!

  10.     
    #9
    Member
    so, let me ask something. I just have to zip the web files (css js html xhtml php) with winzip, and then upload them?

    Of course, after doing that, I need to activate the module.

  11.     
    #10
    Member
    wow nice..Thank you!!

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. help in speed of site
    By Proaudiozone.info in forum Wordpress
    Replies: 13
    Last Post: 21st Oct 2012, 08:54 AM
  2. [Howto] Optimize Your Site With GZIP Compression and cache
    By EW-Team in forum Tutorials and Guides
    Replies: 12
    Last Post: 14th Mar 2012, 02:23 PM
  3. Install Nginx On CentOS 5.5 With SSL, PCRE, GeoIP, Zlib, Gzip And DAV Support
    By Bharat in forum Technical and Security Tutorials
    Replies: 5
    Last Post: 20th Nov 2011, 07:14 AM
  4. [SMF] How to Speed up My Site?
    By ashlee in forum Web Application/Script Support
    Replies: 20
    Last Post: 11th Jun 2011, 09:19 AM
  5. My site's Speed!
    By Doublecrosser in forum Community Cooperative
    Replies: 15
    Last Post: 11th Jun 2010, 10:55 AM

Tags for this Thread

BE SOCIAL