The growing epidemic of page bloat | Tech News and Analysis

http://gigaom.com/2012/05/23/the-growing-epidemic-of-page-bloat/

1 MB is the new 60K.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Good call Walter. In this second I checked my page using Analyze - WebSiteOptimization.com and am actually on 250K (if this is 247395 bytes). This is more than necessary for sure.

Image-sizes is the one but wouldn’t you agree that some bytes are through only ID’s within the Freeway surrounding instead of a few classes or am I here on a total wrong path?

Furthermore a consequent iDevice redirect either through Action or @media queries will be required in future.

BTW - this tool is telling me that “Up to 37114 bytes could have been saved through compression.” for the lightwindow.js and a few bytes more for other stuff I actually can’t influence (lightwindow.css, ie6.css, my default css)

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If your hosting provider includes server-side gzip compression as an option, turn it on! That’s what they’re talking about here. When I host on Nginx at Joyent (rather than Apache most other places) it’s a one-line addition to the conf file and I don’t have to think about it at all. This is an option on Apache as well, but it involves enabling a module and setting the mime-types you want to have compressed, so more than one line if you’re doing it long-hand. It may be a one-check-box thing in your control panel, though.

Tim Plumb also wrote the WebFast Action several years ago, which does this to your PHP pages (it does nothing for the external resources, though).

Walter

On May 24, 2012, at 9:39 AM, Thomas Kimmich wrote:

BTW - this tool is telling me that “Up to 37114 bytes could have been saved through compression.” for the lightwindow.js and a few bytes more for other stuff I actually can’t influence (lightwindow.css, ie6.css, my default css)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options