Slashdot Mirror


Firefox 3 Beta 5 Released

bunratty writes "Firefox 3 Beta 5 was released today. This last beta release sports performance-boosting improved connection parallelism. Not only has 'the memory leak' been fixed: Firefox now uses less memory than other browsers. This is not only according to Mozilla developers, but CyberNet and The Browser World as well. As for the Acid3 test, Firefox 3 Beta 5 scores only 71/100 compared to 75/100 for Safari 3.1 and 79/100 for the latest Opera 9.5 snapshot. The final release of Firefox 3 is expected in June."

3 of 416 comments (clear)

  1. Re:Awesomebar? by lpangelrob · · Score: 5, Interesting

    It's not hideous - sometimes I only remember titles of pages, and other times only the last parts of the URL. The fact that remembering those things counts for something in Firefox (and gets me to my destination faster) makes me far more likely to use it, both here at work on Win2k and at home on my Macs.

  2. Connection parallelism by Bogtha · · Score: 5, Interesting

    I'm sure somebody is likely to bring it up, so it may as well be me with some additional relevant facts. The HTTP 1.1 specification, RFC 2616, says that:

    Clients that use persistent connections SHOULD limit the number of simultaneous connections that they maintain to a given server. A single-user client SHOULD NOT maintain more than 2 connections with any server or proxy. A proxy SHOULD use up to 2*N connections to another server or proxy, where N is the number of simultaneously active users. These guidelines are intended to improve HTTP response times and avoid congestion.

    This "improved connection parallelism" is simply changing Firefox from using the RFC-suggested 2 persistent connections, to 6. Now, SHOULDs and SHOULD NOTs are not set in stone, but they do require careful thought before ignoring.

    The Bugzilla entry debating this has a comment that points out that other browsers have also started to ignore this part of the specification:

    • Firefox 2: 2 connections
    • Opera 9.26: 4 connections
    • Opera 9.5 beta: 4 connections
    • Safari 3.0.4: 4 connections
    • IE 7: 2 connections
    • IE 8: 6 connections
    --
    Bogtha Bogtha Bogtha
  3. Re:Awesomebar? by RareButSeriousSideEf · · Score: 5, Interesting

    4. Close history sidebar.

    I can't stand the name "awesomebar," but IMO it does have better sorting and filtering logic than the history sidebar, and its performance is a bit more nimble, so it's starting to win me over.