Slashdot Mirror


User: abtain

abtain's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Radical Thought: tighter code/codecs reduce nee on U.S. Broadband Access Falling Behind · · Score: 2, Informative

    You can compress html pages.. Try reading about the apache module mod_deflate. Gzip works fine.
    http://httpd.apache.org/docs/2.0/mod/mod_deflate.h tml

    If you viewed the source of google and their css files you will see that they even remove the whitespace and rename javascript variables to be shorter.

    I would also argue that most bandwidth usage is not on text (html, css, xml or whatever). But most bandwidth is used for images, archives, video and audio. JPEG, GZ, DIVX, MP3 are all efficient.