Slashdot Log In
Average Web Page Size Triples Since 2003
Posted by
CmdrTaco
on Monday April 28, @09:31AM
from the just-the-freshmen-fifteen dept.
from the just-the-freshmen-fifteen dept.
Andy King writes "Within the last five years, the size of the average web page has more than tripled, and the number of external objects has nearly doubled. While broadband users have experienced somewhat faster response times, narrowband users have been left behind." The article breaks down a number of changes besides just page size, including image types and video duration.
Related Stories
Firehose:Average Web Page Size Triples Since 2003 by Anonymous Coward
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.

Check out the size of the /. front page. (Score:3, Interesting)
(Front Page?)
Reply to This
Re:Check out the size of the /. front page. (Score:5, Insightful)
Hard drives get bigger -> Applications use more space
Media storage increases -> Home videos get larger and quality improves
CPUs get faster -> Windows programmers add "features" and chow down on cycles
Fish bowls get larger -> Goldfish grow
Some good, some bad, some ugly. But not shocking.
Reply to This
Parent
Re:Check out the size of the /. front page. (Score:5, Funny)
if by "quality improves" you mean resolution, I'll give you that one. But a quick glance of some of what litters youtube goes to show that 'quality' isn't going anywhere...
Reply to This
Parent
Re: (Score:3, Interesting)
Home movies have always sucked. And in HD they SUCK more. You see HD, even 1080i, requires you to pan slowly, limit zooming and other fast or shakey camera motions. now HD amplifies the careless shooting of the home video and makes peop
Re:Check out the size of the /. front page. (Score:5, Interesting)
The biggest thing I'd argue is that advertisements have gotten heavier over the years, with static images giving way to animated images giving way to flash objects.
Reply to This
Parent
Re: (Score:3, Interesting)
I checked.
Around 75KB, down to 17KB with gzip compression.
Plus around 20KB in png/gifs.
Not that big.
Video probably prime reason... (Score:4, Insightful)
It seems to me that embedded video alone could account for at least half of this increase.
Reply to This
You know what they say (Score:5, Funny)
Reply to This
Re:You know what they say (Score:4, Insightful)
Usually when sites go Add Crazy they do not last long because there is to much adds and prevents repeat visits, so they go away because they cannot make proper money from it.
Also back in the early 2000's flash wasn't used for most of the adds but animated GIFs and Flash is much more efficent then animated GIFs. So you are actually saving bandwith.
Think of the alternatives to adds. Having to Pay for directly out of own pocket for access to a web site. Web sites collecting information about you and selling them to spammers. Web sites that are a labor of love and will get updated every year if you are luckly and could go down any day.
Like it or not Web Banner Adds are actually the best happy medium that we have come up with that keep most websites running. Some websites such as HomeStarrunner.com make their mony selling swag but that may not be as profitable for other sites.
Reply to This
Parent
Fight: Text blasts bloat (Score:3, Insightful)
Everything still runs pretty fast, certainly much faster than those few occasions when I need graphics or https: and run Firefox. The difference is noticable on all machines, and greatest (~2x) on the slower ones.
Sometimes formatting gets messed up, but the main content is still in text and still very readable.
Reply to This
Parkinson's Law hold true after 60 years (Score:5, Interesting)
Whatever next? Software expands to fill the hardware available....?
Reply to This
Re:Parkinson's Law hold true after 60 years (Score:4, Funny)
Reply to This
Parent
Avoid bloat (Score:3, Informative)
Reply to This
Narrowband? (Score:5, Insightful)
Reply to This
Why can't they just say (Score:3, Insightful)
Reply to This
!=haven't, rather == can't get (was Re:OMG !) (Score:3, Interesting)
Low bandwidth, flexible pages using CSS are also good for people on mobile units w/ small screens.
William
Re:Times change (Score:5, Insightful)
Reply to This
Parent
Re: (Score:3, Insightful)
Re: (Score:3)
I'd even go a step further.
Accessibility options. A page done almost entirely in Flash is almost guaranteed to be inaccessible to someone with a screen reader.
Another pet peeve is cropping a page so that it has only one page of
Re:Times change (Score:4, Informative)
People who don't have to deal with are very misinformed about what is available. There is no cellular or towers available. DSL isn't even remotely feasable. And sattelite is so over sold by the 2 monopolies that the speed is OFTEN less than the 24.4 tops dial up that is available from 2 carriers.
Yes, were I live sucks big time. I made the mistake of thinking coverage would eventually be available, but its not. Around here (southern VA, east TN) a $50 dollar bribe to a cop and you can still get away with murder. It's the old west. I dont see things changing any time soon.
But no, I don't expect anyone to do anything to help poor old me out. But just don't go around thinking I have options available, I don't.
Reply to This
Parent
Re:Times change (Score:5, Interesting)
It might be extra work, might even be a pita, but 'unfeasible'? Most modern websites of any size separate content from presentation through some sort of content management system.
With a decent CMS it should be trivial to offer a 'light' version of your site - I think someone else mentioned the low graphics version of the BBC news site as an example.
It is possible that a lot of the content that is increasing page sizes are flash adverts - if I fire up internet explorer there seems to be an ever increasing number of these animated adverts (can folk actually read a web page with three animated adverts amongst the text?). I'd hazard a guess that the reason many sites don't offer light versions of their pages is the threat to revenue through decreased ad views and has very little to do with the complexity of serving up two variants of a website.
Reply to This
Parent
Re:While we're at it... (Score:5, Insightful)
Of course not. People shouldn't be specifiying the width for their columns in absolute terms in the first place. Use relative measures and let the browser decide where everything goes. At least that way your site degrades gracefully if the browser doesn't meet your expectations.
Well written HTML + CSS should be completely device independent. It should be fully navigable on a 1600x1400 monitor, a 320x240 cell phone, or a line by line screen reader. And it should be completely transparent to the user. We have the technology, designers just need to use it.
Reply to This
Parent
Re:While we're at it... (Score:4, Insightful)
Reply to This
Parent
Re: (Score:3, Informative)
Re:While we're at it... (Score:4, Informative)
Um, that's in the spec already [w3.org]. Both the "height" and "width" attributes for the IMG tag can be defined as percentages.
Reply to This
Parent