HTTP compression

Discussion in 'Search Engine Optimization' started by Robert224466, Oct 22, 2008.

  1. #1
    Hey, has anyone did any HTTP compression ?
    I want to know how that works. Any pro and con ?

    As far as i know it compresses your website so that it will be faster to load.

    Has anyone had any experience with it ?
     
    If someone posts a solution, use the "Best Answer" link in their post to pick it as the best answer.
    Robert224466, Oct 22, 2008 IP
  2. cipals15

    cipals15 Well-Known Member

    Messages:
    1,085
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    100
    #2
    http compression?? Is there something like that? How about just delete some unused plugin on your website.
     
    cipals15, Oct 22, 2008 Set Best Answer IP
  3. Robert224466

    Robert224466 Guest

    Best Answers:
    0
    #3
    1. Its not a for a blog
    2. i found this idea from http://www.websiteoptimization.com/
    3. run your site and read the results... (i dont know if blogs like wordpress will get the same results as reg site)
     
  4. seodilip

    seodilip Active Member

    Messages:
    697
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #4
    try some HTML code compression or cleaner tools to compress HTML code of your website that will help in making your website load faster.
     
    seodilip, Oct 22, 2008 Set Best Answer IP
  5. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #5
    Are you talking about installing/enabling mod_gzip on your webserver? It can also be done for dynamically generated content. It will of course load your website faster.

    A couple of years ago many websites avoided that because browsers rendered these pages incorrectly. Most browsers are find with accepting zipped/gzipped content. Google's first page is served compressed. :)
     
    jitendraag, Oct 22, 2008 Set Best Answer IP
  6. punkrazio

    punkrazio Peon

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i think output compression is possible only with server programming language like php...
     
    punkrazio, Oct 22, 2008 Set Best Answer IP
  7. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #7
    That's not entirely true. Mod_gzip can compress static as well as dynamic websites effortlessly. You just need to configure it correctly. No programming required for this one :)
     
    jitendraag, Oct 22, 2008 Set Best Answer IP
  8. Robert224466

    Robert224466 Guest

    Best Answers:
    0
    #8
    Thats what i am talking about...

    So is it worth it ? How many people do that ? Where to start ?
     
  9. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #9
    Of course it's worth it. You can reduce your bandwidth usage by manifold. HTML gets compressed 5-6 times very easily. It's also good for the user because he/she believes the website is very fast. :) I think a lot of people are using it right now. I have seen Google, Rediff, Indiatimes using it. Didn't check others.

    If you are using apache, check how to start using the module :)
     
    jitendraag, Oct 22, 2008 Set Best Answer IP
  10. Robert224466

    Robert224466 Guest

    Best Answers:
    0
    #10
    Any links with instructions how to do this ?
     
  11. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #11
    jitendraag, Oct 22, 2008 Set Best Answer IP
  12. Robert224466

    Robert224466 Guest

    Best Answers:
    0
    #12
    Thanks for the links...
    I was looking at them and i can honestly tell you that for an amateur like me this looks confusing.
    After reading this i decided its probably not for me - or at least not YET.

    Thanks Jitendraag for your help.