Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

4 Seconds Loading Time Is Maximum For Websurfers

Posted by CmdrTaco on Wed Nov 08, 2006 09:21 AM
from the longer-than-i-wait dept.
nieske writes "Of course we all want webpages to load as fast as possible, but now research has finally shown it: four seconds loading time is the maximum threshold for websurfers. Akamai and JupiterResearch have conducted a study among 1,000 online shoppers and have found, among other results, that one third of respondents have, at one point, left a shopping website because of the overall 'poor experience.' 75% of them do not intend ever to come back to this website again. Online shopper loyalty also increases as loading time of webpages decreases. Will this study finally show developers of shopping websites the importance of the performance of their websites?"
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • tabs (Score:5, Interesting)

    by Kuciwalker (891651) on Wednesday November 08 2006, @09:24AM (#16767071)
    It takes a lot longer than 4 seconds for a Slashdot story to load, particularly with the new AJAXy discussion system. I usually open up several things at a time in different tabs, which decreases the average loading time since I can read one thing while another loads. What browser were these people using?
    • Re:tabs (Score:5, Insightful)

      by From A Far Away Land (930780) on Wednesday November 08 2006, @09:40AM (#16767369) Homepage Journal
      There ought to be a lot more consideration given to dialup users this study finds. Bling might draw people back to the site, but only if it takes a second to load.
    • I'm sure that a study of "1000 shoppers" had to include mostly IE users.
        • Re:tabs (Score:4, Insightful)

          by wgaryhas (872268) on Wednesday November 08 2006, @11:05AM (#16769021)
          I guess you have never wanted to have the descriptions of several items up and compare them? In my experience, it is only linear when you are ready to pay; searching and comparing products benefits greatly from tabs.
    • For me /. is real fast - I use lynx :-)
      • You must not post often. I usually post, then go get a cup of coffee or *gasp* - go do work - while the page loads.
    • Re:tabs (Score:4, Insightful)

      by Ash Vince (602485) on Wednesday November 08 2006, @10:04AM (#16767777) Journal
      The thing to remember is that most of the rest of the world have better internet connections than the US do now so pages load quicker for us.

      Here in the UK slashdot is near instantaneous over 24 Megabit ADSL. 2 Megabit ADSL accounts are given away for free in the UK now with most phone connections. The slowest account people actually pay money for is 8 Megabit ADSL.

      As for all the people saying they still use dialup, why? Here you can get better net connections than 56kbit using a mobile phone (3G - UMTS).

      To me the idea of waiting 4 seconds for a page to load is monsterous, expecially if the next page I clicked took just as long even though half the images were already cached.
      • Re: (Score:3, Interesting)

        Here in the UK slashdot is near instantaneous over 24 Megabit ADSL. 2 Megabit ADSL accounts are given away for free in the UK now with most phone connections. The slowest account people actually pay money for is 8 Megabit ADSL.

        What?! What?!!!! If you're referring to the offers from people like Carphone Warehouse, it's far from free. Virtually everyone is still paying for their ADSL. And I'm paying for mine, which is currently running at 512K, because thats all the line supports. 8Mbit/s is just a dream unti

      • Re:tabs (Score:4, Informative)

        by compro01 (777531) on Wednesday November 08 2006, @10:56AM (#16768833)
        As for all the people saying they still use dialup, why?

        because internet service in my area is practically a monopoly. the phone company refuses to run DSL-capable line the 3000 ft from the highway into the village and install the nessesary hardware. they're making buckets of cash off of raping us for our dial up ($60 a month for 180 hours/month of net time, plus the "unlimited long distance" required to be able to get that 180/month plan), not to mention the overage charges they pull if you go over the 180/month, wheras you can get the cheapie 1.5mbps DSL for $15/month in town.

        the only other options in the area are wireless high speed (similar to Wi-max), but for that you need to buy the antenna and gear upfront ($250) and satalite internet, with is not an option as a. our satalite provider doesn't do internet and b. it would be useless in any case due to the lag from satalite (stupid laws of physics).
    • Re:tabs (Score:4, Interesting)

      by init100 (915886) on Wednesday November 08 2006, @10:45AM (#16768619)

      It takes a lot longer than 4 seconds for a Slashdot story to load, particularly with the new AJAXy discussion system.

      Slashdot does not use AJAX, just some Javascript, for the new discussion system. In essence, the only thing it does is hide all posts until you click on its header to expand it. The posts are there anyway, loaded along with the rest of the page. That way, it uses about the bandwith of the nested option, while presenting it as a dynamic threaded view. If they used AJAX, it would (probably) send an asynchronous query to the Slashdot servers asking for precisely the post you try to open. That does not happen, I checked tcpdump myself.

      Had they really used AJAX, a comment thread might have been a lot quicker to load initially, but slightly slower loading each post.

      • by Bogtha (906264) on Wednesday November 08 2006, @10:12AM (#16767947)

        AJAX suffers from some severe performance problems.

        This is a nonsensical thing to say. It all depends on what you are doing. Ajax can significantly increase performance too. Remember when GMail was first launched? The #1 thing everybody said was that it was fast. Why? Because it used Ajax.

        We looked into using several AJAX-based Web forum systems, from several different vendors. After trying them all, those of us who were working on the project were quite disappointed. The performance of the AJAX-based products was absolutely terrible.

        Without mentioning what those systems were using Ajax for, there is zero useful information there. It's certainly possible that Ajax decreased performance in these cases, there's plenty of people throwing Ajax at things where it just isn't useful just because it's the buzzword du jour. On the other hand, there's also plenty of people using it as just another tool, and getting decent performance and usability improvements out of it.

        In short: "Ajax completely lacks performance" == stupid. "Ajax harms performance when used to do [x], [y] or [z]" == useful information.

        • by inKubus (199753) on Wednesday November 08 2006, @11:53AM (#16769929) Homepage Journal
          It's pretty easy:

          If you're application uses a lot of repeated screens and is really only a data-view and entry application, you should go AJAX. Because the slightly longer initial load time (to load ALL the interfacey stuff) is better than having to rerender the interface over HTML every time you change views.

          If it's a step by step wizard type thing, or informational (think wikipedia) just get on with it using syncronous web pages.

          Where AJAX fails is in the hands of inexperienced developers, where they won't allow the app to load almost everything before running. This is not always possible--something like google maps is a good example of this. You are going to have to load the maps as you go because there's too much data. However, google maps really relies on Images as data which is not the most efficient. They need to expand their client to render the maps itself from GIS info (obviously the satellite overlay will need to come from images).

          Also, it fails when there is a high latency connection. However, a lot can be learned from past interfaces: feedback! Flash a div on the screen letting the user know it's loading, apply visibility:hidden when it's done. As long as the user knows that it's actually DOING SOMETHING and not just sitting there, they will give it the benefit of the doubt and wait. Test the connection latency at startup and then let the user know what you know. If you tell them in advance that they might experience poor performance because of their current connection, they are more likely to tolerate it.

          Good interface design is a lot more than having it be fast. You have to keep the user informed of the current situation. It's not slowness that annoys people so much as not knowing what's going on. Early X windows had that problem for me also. Whereas in Windows when you click something the window immediately is created by GDI while the actual application loads, in X the appliation is started somewhere and then IT creates it's own window. So when you click on an Icon, it takes a few seconds of nothing (it seems) while we wait for the kernel to find on FS, allocate memory for and run the executable which does it's own init and then FINALLY pops up it's window. If you're running over a network connection, there's no disk noise to let you know anything is happening, so you are basically just sitting there wondering if you should click again. I don't know if it's still like this.

          Anyway, my point is that there are a lot of tricks you can use to prevent user annoyance because it goes a lot further than some arbitrary time length.
      • So, did it take 20 minutes to copy the file through that AJAX interface? (rolls eyes)

        Friends, I would like you to meet the newest Slashdot troll. The "AJAX performance is terrible!" troll.

        Unless, of course, you'd like to actually provide a few examples of these "AJAX-based Webforums" that suck so much?
        • by Anonymous Coward
          What in the name of glorious fuck are you talking about? Microsoft was the original developer of XMLHttpRequest! IE has supported it longer than any other browser, include those put out by the Mozilla Project.

          From the Wikipedia page about XMLHttpRequest [wikipedia.org]:

          The XMLHttpRequest concept was originally developed by Microsoft as part of Outlook Web Access 2000. The Microsoft implementation is called XMLHTTP and, as an ActiveX object, it differs from the published standard in a few small ways. It has been available s

            • Re: (Score:3, Informative)

              That is true, but there is an easy workaround to get the exact same functionality from IE.
              new ActiveXObject("Microsoft.XMLHTTP");
  • Well.. (Score:3, Funny)

    by Rob T Firefly (844560) on Wednesday November 08 2006, @09:25AM (#16767081) Homepage Journal
    Four-seconds-is-the-most-time-I-would-ever-spend-r eading-a-Slashdot-article-or-comment-so-I-ask-all- posters-to-please-make-their-points-quickly-and-su ccinctly-in-small-manageable-doses-ooh-look-there- is-a-shiny-object-on-my-desk-gotta-go.
    • Amazon still codes their pages so they come up "fast" on a 28.8 modem. Ebay is the same. Where as some sites are sold by flashy experiances, they are not. They want to keep the barrier of entry low so you buy from them, and the whole process is fast and easy. To do otherwise is simply bad business.
      • Re: (Score:3, Informative)

        Amazon still codes their pages so they come up "fast" on a 28.8 modem. Ebay is the same.

        Doesn't sound like the Amazon and Ebay sites I visit on my 56K modem.

        I ran a little test using Safari's show page test load window [webkit.org] option from the debug menu, results below.

        • Amazon UK:
          • Total (load) time: 79.275 seconds
        • Ebay UK:
          • Total (load) time: 17.54 seconds
  • by Anonymous Coward on Wednesday November 08 2006, @09:25AM (#16767095)

    Note that Akamai has a vested interest in this study. They would like to encourage more businesses to use their technology so that their sites load faster.

    I am not saying that the study is biased, but one should at least consider that it is in Akamai's best interest to convince every site owner that they will lose customers if their site is not fast enough.

    • Could be. The figure I remember being a rule of thumb during the .com days was always 8 seconds - but that was a much easier target to hit unless you were doing something stupid (or had to do some really heavy lifting) on the backend.
    • Re: (Score:3, Insightful)

      Note that Akamai has a vested interest in this study.

      Agreed, also, I would say the old humorous adage of...

      Statistics show that 70% of statistics are wrong.

      I'd also think that this is more FUD, since of course people are going to say "I'll never return to that website because once it never loaded for me". Of course, if said website was Amazon.com, I'm going to go all in and say that they will most likely return and that they where just unhappy at the time.

      Also, what where the survey questions? Where

  • Great (Score:5, Funny)

    by UbuntuDupe (970646) on Wednesday November 08 2006, @09:27AM (#16767119) Journal
    Now that this research is in, I predict that all website designers will realize the futility of flashy designs and instead remake their sites to be more like Craigslist or Google. I'm predicting an end to Flash and Javascript.[/naivete]
  • Bullshit (Score:3, Funny)

    by diegocgteleline.es (653730) on Wednesday November 08 2006, @09:31AM (#16767199)
    I'm still on dialup, you insensitive clod! (really)
  • Only four seconds? (Score:3, Interesting)

    by BenoitRen (998927) on Wednesday November 08 2006, @09:32AM (#16767207)
    Sounds to me like people are getting really impatient these days. I'm willing to wait up to 10 seconds to let a page load, and if it still hasn't, but is busy (instead of connecting again) I load another tab and occupy myself with something else.

    However, four seconds sounds accurate for how long to wait until the page -starts- to load. If I have to wait longer than 4 seconds just to connect to a web server, I start to get impatient. If it takes much longer, I'll come back to it later and go do something else.
    • Sounds to me like people are getting really impatient these days

      I think it's experience, not impatience that leads to this behavior. If you get nothing for 4 seconds after trying to open a site, aren't the odds of it working right today going down with each additional second? If nothing has happened after 4 seconds, will 5 help, or 500? At that point, you start to assume the tubes are clogged at the other end.

      If a person is shopping or reading the news, long waits between each action can be very irrit

  • I call bullshit (Score:5, Interesting)

    by Deagol (323173) on Wednesday November 08 2006, @09:33AM (#16767225) Homepage
    If the hyper-caffeinated, sugar-popping, MTV-watching, blipvert-desensitized ADD kids of today can tolerate the glacially loading site known as MySpace, I'd bet dollars to donuts that the slightly older, credit card-holding demographic of online shoppers gladly tolerate more than 4 seconds on we sites, and do so without much prejudice.

    Either the summary is totally off, or this 'research' is total bunk.

    • Re:I call bullshit (Score:5, Interesting)

      by ScentCone (795499) on Wednesday November 08 2006, @09:39AM (#16767333)
      I'd bet dollars to donuts that the slightly older, credit card-holding demographic of online shoppers gladly tolerate more than 4 seconds on we sites, and do so without much prejudice

      I think it all comes down to what the site is doing, and how readily available another, virtually identical site (or range of merchandise, at similar prices, etc) actually is. The more sites there are that present and transact the same things in essentially the same way, the more that things like raw speed differentiate one from another. The more unique something is (niche merchandise, a blog with a particular perspective), the more patience people will have. Those things are nearly impossible to quantify, and thus you get largely BS, context-less reports like the one being discussed. I think that the larger conclusion ("people are less patient than they used to be") is valid - but pretty hard to nail down, in terms of specific seconds, for specific demographics, on particular platforms, across particular pipes, under certain seasonal circumstances, blah blah blah.
  • People are still spending money on stuff like this?

    Here's a question: is gmail.com the same as brochureware.com? Would a user visiting a web(2.0)-based application have the same load time expectations as visiting an about page of a company's website?

    Of course the answer is no. People with half a brain start to sound like a broken record here when they say "This has no value. It all depends on the site's audience, not a general audience.", but that's because the people behind studies like this never listen

  • Of course Akamai is going to say that... they're business model revolves around bringing data closer to web surfers in order to speed up busy sites.

    That's kind of like two years ago (or so) when RedHat released a whitepaper saying linux has a lower TCO while simultaneously Microsoft released a whitepaper saying windows server has a lower TCO.

    The only difference is, there's no one out there selling a service or product that slows down website access to provide a contrasting viewpoint. Well, none except [dallaway.com]
  • by MagicM (85041) on Wednesday November 08 2006, @09:36AM (#16767285)
    How convenient for Akamai. A survey done by them shows that webpages need to load faster or you could lose money. And you wouldn't want that, now would you?

    About Akamai
    Akamai® is the leading global service provider for accelerating content and business processes online. Thousands of organizations have formed trusted relationships with Akamai (...)
  • Disturbing... (Score:4, Insightful)

    by rasmusneckelmann (840111) on Wednesday November 08 2006, @09:37AM (#16767297)
    One of the main reasons why I'm considering upgrading my 233-MHz laptop, is not because it's slow at doing heavy calculations (like Matlab, etc), but because it will soon to be impossible to surf the 'net. Not only are webpages growing larger and larger kB-wise, but they're also using increasingly more CPU resources when loading. Why is it necesary for my poor laptop to run at 100% CPU usage for a long time, just because I want to view a website? When gmail just came out it worked perfectly fast on my computer, but more and more javascript have been stuffed into it, so now it's almost useless for me. The tendency is same for many, many websites.
  • Poor Layout (Score:5, Insightful)

    by COMON$ (806135) on Wednesday November 08 2006, @09:39AM (#16767337) Journal
    I think poor layout is more of the problem than loading times. In the late 90s and up to 2003 or so, websites were aweful from an artistic standpoint, but many sites have gotten better.

    But for me the ability to sort through goods is the #1 priority. Yes I like to have a pretty site to look at but if I cannot find what I am looking for with a few simple queries then I am gone. Newegg is a fine example of a site where I can find what I want quickly. Tigerdirect is getting better. Dell is the worst. I have a theory that Dell is like many supermarkets, they rearrange stuff and make searching difficult so you see the maximum number of items before finding what you are actually looking for.

    Web designers, if you want business, make it easy. I dont really think most people go to sites just to browse. Most of the time we are there with a purpose and as an ADD generation we want it quickly or we will move on.

  • by artifex2004 (766107) on Wednesday November 08 2006, @09:40AM (#16767361) Journal
    I just can't imagine that someone who is used to using, say, Amazon.com, is going to blink, much less suddenly switch to another vendor, if they have a 15 or 20 second page load every once in a while. Now, sure, if they did it all the time, I'd start to wonder. But since a site like Amazon trades on the fact that it's a central clearing point for a vast selection of inventory, there's a built-in barrier to trying someone else based on the assumption that they are less likely to have it. There may also be barriers to switching based on unfamiliarity with alternate vendors, etc., but previous experience, if not outright customer loyalty and perception of being able to deliver the goods, really drive retention a lot more than how fast you can always get that page up.

    Now, whether Akamai is being disingenuous or something else... I really couldn't imagine :)

  • Flash? No thanks. (Score:4, Insightful)

    by Channard (693317) on Wednesday November 08 2006, @09:42AM (#16767415) Journal
    I'm on dial-up so I expect some long load times. However, if I get a flash webpage, I close it - I'm not messing about waiting an age for it to load. I'm not looking for some crappy 'multimedia experience' - I just want information, to buy something or whatever. I'm getting Broadband soon and I'll still be closing anything flash sites, no matter how fast they load. It's the web equivalent of powerpoint poisoning, and the worst thing is virtually every flash page I've seen hasn't been skippable.
  • Why I leave.. (Score:5, Interesting)

    by nolife (233813) on Wednesday November 08 2006, @09:44AM (#16767445) Homepage Journal
    Wow, a web caching company has determined that customers abandon a site that is slow.

    That is not an issue for me. My highest chance of leaving is determined by when in the buying process, the site provides total price including all shipping, handling, taxes, and acceptance of coupons codes. If they need my name and address I may leave depending on if they have a shipping link or general shipping info somewhere on the site that I can reference first. I will ALWAYS leave if they require CC or payment information before providing the total price or even a hint of shipping costs.
    I guess they need my address prior to calculating shipping and handling charges if they do not have flat rates but a place to enter my just my zip code should be enough IMHO.

    For a good example of providing a good experience is NewEgg. They includes the shipping costs right next to the product descriptions without even having to go to a cart first.

    I view the delay or confusion of shipping and handling charges to be an attempt to hide a total cost or get you to get so far that they figure you will not back out. I will back out and take my business elesewhere.
    Almost like the the Ebay sellers that charge $20 to ship a motherboard (at least they are up front about it though).
  • Tabbed browsing largely negates this. It takes me more than 4 seconds to digest any given page, so even if I am looking at only one slow site, I can still flip back and forth between two tabs, reading the one while the other loads.
  • This is totally off-topic here, but it's a small little detail anyway: Did you know that "akamai" is the hawaii. word for intelligent, clever?
  • Don't deserve the title. I've been designing and developing websites since 1997 and I have ALWAYS worked to a maximum of 10 seconds for a page to download - even back in the day when everyone was on modems . People come to your site for a purpose, all the flashy crap designers love to put in is just a barrier between the user and that purpose.
  • I'm here waiting for the thread to load up, click reply and decide to wri.. oooh, shiny thing!
  • by Toreo asesino (951231) on Wednesday November 08 2006, @10:01AM (#16767725) Journal
    Stats for http://slashdot.org/ [slashdot.org] -

    Request Count: 78
    Bytes Sent: 50.871
    Bytes Received: 436.121

    RESPONSE CODES
    --------------
    HTTP/200: 78

    RESPONSE BYTES (by Content-Type)
    --------------
              application/x-javascript: 288.162
    application/x-shockwave-flash: 22.517
                                            text/html: 17.348
                                            image/png: 11.410
                                              ~headers: 21.942
                                              text/css: 37.599
                                text/javascript: 9.026
                                            image/gif: 28.117

    That certainly takes longer than 4 seconds.
  • by gelfling (6534) on Wednesday November 08 2006, @10:16AM (#16768043) Homepage Journal
    Registration causes me to abandon online store sites. I have a credit card. We've been working out the bugs for 50 years. Credit card sales work pretty well already. I am not going to waste a lot of time registering for your damn website in order to qualify to spend my money with you. Sorry. If you really really really really really really want me to do your market research for you I demand a discount - maybe free shipping, which is my other pet peeve. It really doesn't cost $15 bucks to pick, pull and pack that widget. I'll trade a few seconds of load up time for that. Now get to work assholes. I'm the customer, not you.
  • Not developers (Score:5, Insightful)

    by Angst Badger (8636) on Wednesday November 08 2006, @11:03AM (#16768989)
    Will this study finally show developers of shopping websites the importance of the performance of their websites?

    Developers already know this. But at the end of the day, we're paid to implement the ill-considered plans of marketers and designers.
  • by Kjella (173770) on Wednesday November 08 2006, @12:46PM (#16770907) Homepage
    If I go to the front page of an online newspaper or similar site, I expect it to take long to load. If I click an article link, my patience is very thin because my target is simple article text, possibly with an illustration. Same with an online store. Also, there's a few tricks that lets the browser render it before it's loaded all the items - for example setting an image's height and width attributes. Not everyone has learned that yet. Also it depends on how much meaningful content there's on a page. If I have to visit a [break] new [break] page [break] for [break] every [break] sentence, I'm a lot less patient than if you just load it in one big honking page that I can scroll.

    In short, measuring cost (time) without measuring benefit (content) is meaningless. If google's search page took four seconds to load, they'd be a dead duck. Other pages couldn't be rendered in four seconds with a Core 2 Quad and GigE, but are still highly successful. The pages you want to check is where the user asked you for something specific, in which case you'd better deliver ASAP without crapping up the page with everything he didn't ask for. Pages that are slow, I can live with. Pages that are slow, deliver little and waste time on meaningless stuff I don't.
  • by melted (227442) on Wednesday November 08 2006, @01:15PM (#16771453) Homepage
    Not to argue that nothing on the web should take more than 4 seconds to load (on _second_ load), but notice who sponsored the study - Akamai. It's like if Microsoft sponsored a study "proving" that Linux sucks.

    Caching is your friend. If you cache, don't forget to version your stuff as well:

    <script src="foo.js?d=md5sum-of-the-script"></script>

    And do this with everything you cache - css, xml, xsl, whatever.