Recommended Posts

The UI. Page rendering and startup times are fine. The UI's responsiveness is still laggy.

It used to be that Firefox froze up shortly after a cold boot, but they might have fixed it for beta 10. However there is still noticeable choppiness in the UI. For instance, the open/close tab animations.

Also - and this might sound insignificant but it still ties into the UI being not so responsive - try resizing the lower right corner of the window and do it rapidly. Chrome repaints the fastest. IE9 and Opera repaint at an acceptable speed. Firefox chops up everywhere.

UI responsiveness has definitely been improved since Firefox 3.6. It is also a fact that it isn't the fastest UI interface.

However your problems sounds like a specific issues with GPU acceleration. Are you using Windows 7? What GPU ?

In terms of everything. I stopped using Firefox for one main reason: Chrome 8 is [currently] faster. I like Firefox 4 because of the updated interface, built-in support for hardware rendering, and various other changes (from Firefox 3.6). However, I don't like the fact that it's slow in comparison to Chrome 8 and Opera 11. If they make it faster, I'd probably make the switch as fast as humanly possible.

I think i need to point out, Firefox 4 is faster on slower computer. If you have 4GB+ Ram, Dual Core C2D, Chrome may well be a good choice. On Lower Spec, Firefox so far has been performing better then Chrome.

  • Like 1

New UI feature as of today: Firefox goes Chrome.

Screen+shot+2011-01-29+at+15.42.43.png (based on bug #628654 in the Mozilla bug tracker).

Mind you, it doesn't show the link target (yet?) - that's still shown on the right side of the awesomebar.

  • Like 1

New UI feature as of today: Firefox goes Chrome.

Screen+shot+2011-01-29+at+15.42.43.png (based on bug #628654 in the Mozilla bug tracker).

Mind you, it doesn't show the link target (yet?) - that's still shown on the right side of the awesomebar.

Awesome!!! I like it. And you know what? It seems to trick the eye into thinking that is has gotten faster. Because now you see all the stuff that's doing when loading a page, instead of just a spinning circle.

  • Like 2

UI responsiveness has definitely been improved since Firefox 3.6. It is also a fact that it isn't the fastest UI interface.

However your problems sounds like a specific issues with GPU acceleration. Are you using Windows 7? What GPU ?

I am using Windows 7 - well, I kinda have to :p This laptop has Optimus and so I did those tests while on the integrated Intel HD Graphics chip. I did try enabling the GeForce GT 335M chip for Firefox but it didn't help with the speed of the tabs drawing. It did improve resizing performance by a small bit.

Also back to the |||||||||| issue: now it's showing up on my laptop as well, and the fonts have a bit more contrast.

  • Like 2

[...]

I think i need to point out, Firefox 4 is faster on slower computer. If you have 4GB+ Ram, Dual Core C2D, Chrome may well be a good choice. On Lower Spec, Firefox so far has been performing better then Chrome.

If it's faster on a slower computer, then wouldn't it make sense for it to be faster on a "fast" computer? I like the changes they've made to Firefox 4 but they also made it noticeably slower than Firefox 3.6.

  • Like 2

Firefox 4 slower than Firefox 3.6???When i moved from FF 3.6 to FF4(it was beta 7 then) it was like driving Ferrari(FF4) instead of ford(FF 3.6).And since FF4 beta 7 it got even faster.I wonder how you ppl find FF4 to be slower than FF3.6?

  • Like 2

New UI feature as of today: Firefox goes Chrome.

Screen+shot+2011-01-29+at+15.42.43.png (based on bug #628654 in the Mozilla bug tracker).

Mind you, it doesn't show the link target (yet?) - that's still shown on the right side of the awesomebar.

finally!! love this, prob one of my fav features of chrome ;P

  • Like 1

So far Firefox 4 is turning out to be better than expected! It is not perfect though. No browser is. Anyway I am so happy I found this forum! Finally a forum where people are from everywhere ! Not just one country! That to me is what makes these forums rule! Hearing opinions from around the world! You can't ask for more!

  • Like 1

This new "loading status bar" is very neat but something must be wrong, it says Powered by TS Special Edition 7.2 on some sites that use it... and it will not go away and it is absolutely certainly IN it - it is not just something that looks like it since it changes sides along with it even if I mouseover on another site.

  • Like 1
I like the changes they've made to Firefox 4 but they also made it noticeably slower than Firefox 3.6.

Slower in what aspects (sorry if you've already explained this)? Rendering should be several times faster given hardware acceleration, and the UI seems as fast as normal to me.

  • Like 1

...

Also back to the |||||||||| issue: now it's showing up on my laptop as well, and the fonts have a bit more contrast.

Yeah, it's going to show up in a lot more places now due to the addition of component alpha rendering support for D3D10.

  • Like 1

Never had such problem since i updated Minefield today.

Maybe you have some addon that does something to the statusbar and is breaking it?Try disabling all addons and see if you still get it.

No addon is doing that. It is a message from the SITE itself.

firefox4status.png

(yes I checked without addons.)

  • Like 1

If it's faster on a slower computer, then wouldn't it make sense for it to be faster on a "fast" computer? I like the changes they've made to Firefox 4 but they also made it noticeably slower than Firefox 3.6.

Well, not necessarily. You can make an optimization for a slow hdd, for example, that doesn't help on a computer with a faster hdd or ssd. In fact, it may actually be worse (although ideally not) because the extra code added to optimize may end up circumventing built-in optimizations for the newer hardware.

  • Like 1

This new "loading status bar" is very neat but something must be wrong, it says Powered by TS Special Edition 7.2 on some sites that use it... and it will not go away and it is absolutely certainly IN it - it is not just something that looks like it since it changes sides along with it even if I mouseover on another site.

about:config and flip dom.disable_window_status_change to true

And to completely disable it..

#statusbar-display {
  display: none !important;
}

Edit: If you like the feature but would like to reduce flickering, this works pretty well (only shows requests that take longer than 1 sec to finish)

.statuspanel-label[value=""] {
  opacity: 0 !important;
}

.statuspanel-label:not([value=""]) {
  opacity: 1 !important;
  -moz-transition-property: opacity !important;
  -moz-transition-delay: 1000ms !important;
}

  • Like 1

about:config and flip dom.disable_window_status_change to true

And to completely disable it..

#statusbar-display {
  display: none !important;
}

I do not need to disable the status bar only figure out why it is showing a message from the site I am browsing.

  • Like 1

I really dislike the text bubble that appears in either the bottom left or right corner saying "Transferring data from *******.com" or "waiting for www.neowin.net" I find the way it fades in and out rather distracting. IE9 beta does this also. :(

Hopefully somebody will find a way to hide it.

  • Like 1

@Yakuzing: What is the site you get this message?I want to see if i get it too.

@torrentthief: Im using FF nightly and i see practically no difference in text with or without HA.Without HA the letters seem more "thin", but with HA it is also fine with me.

  • Like 1

I really dislike the text bubble that appears in either the bottom left or right corner saying "Transferring data from *******.com" or "waiting for www.neowin.net" I find the way it fades in and out rather distracting. IE9 beta does this also. :(

Hopefully somebody will find a way to hide it.

If you had read the last page of this thread, where you also made a post, you would know how to do it...

@kilara1988

The site is too dodgy to post here - it uses software from http://templateshares.net/ - (DO NOT type TS Special edition 7.2 in google or you will find such sites :s)

As mentioned by others it is a feature and I will refer to macel's posts for disabling information

I have another problem.

For a long time I have been able to type in for example "imdb <moviename>" and be sent directly to the right imdb page.

Recently I discovered that it is no longer working.

I was told to go to http://kb.mozillazine.org/Keyword.URL#Possible_values_and_their_effects

I found that it does not provide me with any fix.

I tried to insert one of the suggested urls into the keyword.URL - it still just sent me to the new engine's search page when typing "imdb <moviename>".

keyword.URL;empty

keyword.enabled;true

  • Like 1

If you had read the last page of this thread, where you also made a post, you would know how to do it...

:blush: When I originally read that post you are referring to I thought that was in response to something else!

EDIT: 1337 post :D

  • Like 1
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • State of Decay 3 is out in 2027, reveals Plague Nests with new co-op gameplay trailer by Pulasthi Ariyasinghe A few months ago, Undead Labs broke its silence about the third entry in the State of Decay series since its announcement in 2020. Today, the studio had a brand-new trailer to reveal at the Xbox Games Showcase, finally giving players a look at the Unreal Engine 5-powered title. A broad 2027 release window is now attached to State of Decay 3 too. The studio confirmed that every scene seen in the gameplay trailer (except for the studio logo) released today is from the game with no cinematic footage. "The quality bar of the moment-to-moment experience is higher than anything we’ve achieved in Undead Labs’ history," says the studio. "State of Decay 3 is being built in Unreal Engine 5, and we’re creating better quality versions of what makes our game the survival sandbox it is, and the combat experience is really, really important to us, and I think you can see it coming through in this trailer." One new aspect of this upcoming entry is the Plague Nests. These are supposed to be dynamic, dungeon‑like enemy hubs with varied “personas” that change tactics each time one appears on a map. These areas will have the best loot in the game for players brave enough to tackle them. The combat system is being overhauled too, letting players do quick and power attacks depending on the situation. This isn't just on the player's side though, as zombies themselves now have multiple new types of behaviors depending on how fresh or decayed they are. "All of these play very differently, especially as you start getting outnumbered or when you’re making noise and running around and trying to save your rear end or the rear end of your friend next to you," adds the developer. Of course, settlement building and community management are massive parts of this third entry too. These are being further expanded with the cooperative focus, giving players much more freedom for playing together than in State of Decay 2. Players will even be able to split up and build settlements in different areas of the same map with different goals. Undead Labs confirmed that playtests are already ongoing for the title, and interested players can sign up to participate by heading over here once more slots open up ahead of the full release. State of Decay 3 is coming out on PC, Xbox Series X|S, PlayStation 5, and Xbox Game Pass sometime in 2027.
    • Doom: The Dark Ages Revelations expansion gives the Slayer a brutal Chain Spear by Pulasthi Ariyasinghe Last year, id Software released Doom: The Dark Ages as a prequel to its reboot series, offering a look at the legendary Slayer character during an ancient war between Hell and Heaven. Today, at the Xbox Games Showcase, id Software returned with a new announcement that unveiled Doom: The Dark Ages Revelations as its first story expansion. The expansion will see the Slayer being betrayed and cast into a "merciless purgatory only escapable by confronting haunting truths." Somehow, there is one ally in all this chaos seemingly attempting to help our protagonist escape his fate. Players will be ascending this prison and fighting plenty of new demons and abominations as they work to free the Slayer's followers. One new aspect of the expansion will be the Chain Spear. This new weapon is described by the studio as a "uniquely satisfying combat system that rewards mastery with a potent combination of power and mobility." Check out the trailer below to see the new weapon in action, where the Slayer is seen using it to even pin enemies to walls. id Software is also preparing a free update to all owners of Doom: The Dark Ages that will land alongside the new paid expansion. Dubbed the Ripatorium 3.0 update, this will add more customization options, an improved pass code generation system, and preset options for players diving into the game's arena challenge mode. Expansion buyers will also receive additional maps, demons, and new weapons to use in this mode in addition to the story levels. Doom: The Dark Ages Revelations expansion is out on July 7 across PC, Xbox Series X|S, and PlayStation 5 with a $19.99 price tag. Those who own the Premium Edition or the Collector's Bundle will receive the expansion for no extra cost as well.
    • Hyped for this. Replayed the remasters recently and they're so well done, and Crash 4 was great too. I trust this team to deliver.
    • Ninja Theory's new Hellblade game is action-focused and set in Purgatory by Pulasthi Ariyasinghe Ninja Thery has been building its award-winning Hellblade series since 2017, delivering Senua's Sacrifice and Senua's Saga since then. Today at the 2026 Xbox Games Showcase, the studio had a brand-new installment announcement featuring Senua again, but this time, she is in a version of purgatory, and the focus is on the action. Simply named Senua, this new entry is described as a "full-on action-adventure" experience, delivering an expanded focus on combat, puzzle-solving, and freedom of exploration. The developer says that it is keeping the same high production values and storytelling features of the previous games while giving what players have been asking for in the gameplay department. The entirety of Ninja Theory is now working on Senua, giving the project much more manpower than ever before, while also letting the team draw on its action roots from Devil May Cry and prior titles. However, the studio also confirmed that its previously announced Project Mara horror experience is no longer in development. Alongside snappier traversal moves, Senua will be able to take stealth and direct combat routes. She has access to her own sword, plus any enemy weapons as well, with dual wielding also being an option for most dropped melee swords, axes, and other weapons. Outside of melee combat, Senua will be able to use special abilities that let her alter the reality around her. The world is said to be about twice the size of Hellblade 2. While this won't be an open-world experience, the linear story will let players explore their surroundings further than before. The story of Senua will be set after the events of previous Hellblade titles, with our protagonist being stuck in her own version of Purgatory. The series' well-explored psychosis themes will return as well. "She’s trapped between life and death on a quest to reach the afterlife and be reunited with the ones that she’s loved and lost," adds the studio. "Her belief is that by healing the wounds of her life, she can find the peace that is the key that unlocks the gate to the afterlife." Senua is releasing on Xbox Series X|S, PC, and PlayStation 5 sometime in 2027.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      492
    2. 2
      PsYcHoKiLLa
      248
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      68
    5. 5
      ATLien_0
      67
  • Tell a friend

    Love Neowin? Tell a friend!