login about faq

Due to the large amount of spam accounts, we temporarily disabled new user sign ups. To override this, email newuser.lgqa@gmail.com and an admin will determine if you are permitted to join


.....technically the "bottle-neck" is the internet connection itself and "not" the browser?

asked Feb 08 '11 at 19:41

Rizzy's gravatar image

Rizzy
4.4k194289


Slow could be as in performance wise if it takes extra time to parse HTML or CSS which makes the website appear to loading slowly, but it's really the browser that's being slow.

answered Feb 08 '11 at 19:44

recck's gravatar image

recck
3.2k32252

1

Well, I understand that, but, in my opinion, based on experience, I think I.E., Firefox, Chrome and Safari all seem the same to me, the only difference is when I know my download speeds are slowing down. This is purely the "speed" of things loading.

Now, my opinions on which browsers are more "reliable" is a different story....LOL!

(Feb 08 '11 at 19:48) Rizzy Rizzy's gravatar image

I would guess that different browsers process information in different ways and some must be more efficient.

answered Feb 08 '11 at 19:52

iGeek3's gravatar image

iGeek3
1.6k394972

It depends on the rendering engine. Some browsers load the entire page then display the entire page at once. Since this happens "poof" it can be perceived as drawing the page quickly, but loading it slow. It's artificial, since it is intentionally waiting until all elements are available to draw.

Other browsers will get the page layout elements, position the elements, draw in the text, then fill in the images last. This is probably the most efficient, preferred method, as you can read the page while the images finish loading.

In addition, the performance of the javascript engine is a huge difference. Google Chrome purports to have the fastest javascript interpreter.

answered Feb 08 '11 at 19:55

Duodave's gravatar image

Duodave
4.6k404998

The internet connection you have plays the biggest role in how fast a browser is. The 2 biggest factors of your connection are the speed of your connection, and the ping.

The more speed your internet connection has, the faster you will be able to download files. Although this is usually called speed, it shouldn't be confused with ping.

Ping is how fast a website/server will be able to respond to information you send it.

If you are referring to a slow browser, the most common reason for this is the rendering method it uses. The webserver will send tons of data to your browser, and then the browser has to turn it into text, pictures, flash applications, and so on. If your internet connection is really slow, then you are waiting for the information to get to you, a few packets at a time. If you have a slow ping, it will affect probably server side javascript the most.

A slow browser might be one that cannot render the page as fast as the information is sent to it. Another reason could be that it waits for all the information to be sent, and then loads the page. You could also say that a browser is unstable, and hangs when it is overloaded.

My personal favorite browser is chrome. It has the fastest javascript engine available right now. It also has a ton of great extensions/applications.

If you want to see what browser is truly the fastest on your computer, I would recommend visiting: www.futuremark.com/peacekeeper This site does multiple tests on each browser you have, and reports which one is the fastest.

answered Feb 08 '11 at 21:32

KylePolansky's gravatar image

KylePolansky
2.0k4839

Broswers can be slowed by extensions or add-ons as well. If you believe the browser is operating slowly, try disabling the add-ons. If you believe the problem is your Internet connection, a speed test can check the speed of your connection. If there is a problem, a packet loss test is the best way to find it.

answered Feb 09 '11 at 14:42

bluebeard41's gravatar image

bluebeard41
161

It is easy to know, take a slow net connection, and start using browsers, the fastest will be the winner.

answered Feb 08 '11 at 23:14

Yogi's gravatar image

Yogi
95596103119

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×893
×350
×271
×191
×142
×103
×51

Asked: Feb 08 '11 at 19:41

Seen: 2,640 times

Last updated: Feb 09 '11 at 14:42