Sick of browsers - need help

Can anyone tell me if a browser exists that actually allows you to scroll the page that’s loading before it’s completely loaded. Sometimes I just need to see the text but twiddle my thumbs as some ridiculous ad or huge picture is being loaded.

I’m praying there’s a browser out there that will accommodate me.

This is more a function of the site than the browser.

What site are you having this problem on?

Lynx.

Too numerous to mention.

You should probably try add-ons. When I installed AdBlock and Flashblock, my browsing sped up significantly. I also have one that blocks most Google tracking, which includes embedded maps and YouTube videos - again, I saw another bump in loading speeds for many pages.

There are even add-ons or options to block the loading of images by default.

All of these can be disabled for certain sites that you can whitelist, or you can load what you want to see one item at a time.

That’s the other extreme. I still want the graphics but I don’t want to be stuck waiting for every piece to completely load.

One site I use (and pay to be a member of) loads a molasses like Amazon ad/link that uses that annoying fade in effect. Until that stupid things completely loads, I can’t do so much as scroll 1 line worth.

I don’t want them blocked; I just want them to allow me to scroll or click on an already visible link.

well, then, you’re stuck. your browser interprets the code it receives from the server, in the order it receives it.

as a relevant question, can you give us an idea of the PC you have and the browser you’re using?

Sometimes when I just want to read a news story and get really desperate I do Control-U (or whatever the View Source option is in your browser).

For example, when Washington Post stories seem to take forever to load, you can find the actual story in black (Courier) text near the bottom of the Control-U result.

An ad blocking plugin is your best bet. Use one that allows you to selectively block specific things.

It’s not really the browser’s fault, as others have said. The browser can’t decide how to lay out and scroll the page until it knows the size and position of all of its contents. And if the designer hasn’t made a point of efficiently constructing the page code to make this information available to the browser early on, it’ll just have to wait till everything has loaded. Good designers already do this, and other sites will slowly catch on.

I thought the stylesheet was interpreted first, and therefore the browser should know how big each piece that’s coming will be. But it sounds like many of you agree it’s ultimately up to the website designer.

Oh well. Thanks to all anyway.

How fast is your modem? I can’t say I’ve really had to sit and wait for a page to load since the days of 56k and slower POTS modems. Once I made the switch to even the first cable/DSL modems that problem started going away and as site developers started doing things to make their sites load faster it was pretty much non-existent.
I have to wonder if your internet connection or computer is the bottleneck, if that’s the case, it might be helpful to take a different approach.

No I see this bottleneck no matter what computers I use or wherever I surf. I’m sure the other posters have it right and that it’s the sites themselves that are not “efficiently” laid out.

No.

It’s up to the owner who pays for it all. They listen to the marketing people. The web site designers gives them what they want, often pushing the latest web techno fad. One of those fads that’s been trending for a while with database-driven sites is to only offer up a bit of content at a time. As you scroll to read more, more content is served up by the web server. If there is a crappy connection between you and that server, your browser may hang.

Since time is money, many of these sites are poorly designed and managed. That adds to your misery.

A lean and mean browser like Chrome can only offer to you what it receives from the server. Crappy web site design, coupled with crappy web servers and network latency probably give you a poor browsing experience.

The stylesheet and markup don’t necessarily tell the browser how big the images and other objects will be. And their positions will depend on the size and location of other objects.

Non-authoritative answer, but this guy says that most major browsers now already do what is called “incremental rendering”, meaning they DO load pages as they arrive, before the whole thing is done:
http://lists.whatwg.org/pipermail/help-whatwg.org/2011-August/000923.html

Another site says that an exception is that IE doesn’t incrementally render table-based layouts (as opposed to CSS divs, I would assume).

But are you sure your delays are caused by renderer layout delays? In Chrome’s debug view, I think you can get a timeline of how long each thing takes to load, so you can identify the main culprits. My bet would be the ads and such too, many of which use some annoying combination of flash/java/javascript/silverlight, etc.

ETA: Google also made a similar addon for Firefox: https://developers.google.com/speed/articles/browser-paint-events

Can you give us an example of a website that you’re having a problem with so we can try it?

Using Firefox, I have installed the extension Ad Block Plus, which lets me right-click on an image and choose to block the entire domain that’s serving it, all the way down to just specifically that image. I sometimes us this to block certain ads or even entire ad servers. This does not seem to work on Flash based ads, but I would recommend trying it.

Opera is nice because the ad blocker is built in i.e. you don’t have to install add-ons.

Seconded.

Honestly I don’t experience any delay like the one you mention on any of the sites I visit frequently-- I have definitely seen it in the past, however.

If you don’t want to post the link here, why not contact the site owner about it? Maybe they’re genuinely not aware of the issue.