Recommended Posts

Never had 7.0a crash on me, either. In fact, I just checked and I've only had 7 crashes this year and I've been using Nightly/Minefield as my main browser the whole time (except for a week of trying Aurora).

I don't understand how it crashes so much on other people's systems.

my guess is differences in hardware, the way their profile is set up (settings, add-ons, ect.), and the web pages they visit

I hope electrolysis project will help Firefox in performance.

...

3. All loading tabs and foreground tab are required to share on virtual core.

The main component! The slower each virtual core is, the worse Firefox performance is.

This will not benefit single core systems, but will HT and better CPUs.

I have been using Firefox 7a for some time now, but it is painful because of the above.

Azure and TI are not as important. They are simple improvements to something that "works well", whereas process separation is an improvement to something that "works poorly"...

Electrolysis will help in that regard (by virtue of every process having it's own thread), but the downside is that it'll use more RAM in the end (Like Chrome). But certain things will still have to go through the main process (like the cache, network access, etc.)

Electrolysis will help in that regard (by virtue of every process having it's own thread), but the downside is that it'll use more RAM in the end (Like Chrome). But certain things will still have to go through the main process (like the cache, network access, etc.)

It does use more ram, but is also more efficient at clearing ram when you close tabs :)

One amazing memory patch landing:

For JM Javascript engine:

https://bugzilla.mozilla.org/show_bug.cgi?id=661068

For TM Javascript engine:

https://bugzilla.mozilla.org/show_bug.cgi?id=665404

Can save up to 20 MB.......Sweet!!

Here blog post about this memory patch:

http://blog.mozilla.com/nnethercote/2011/06/21/you-make-what-you-measure/

It does use more ram, but is also more efficient at clearing ram when you close tabs :)

Ehh, the system is going to cache that stuff itself, and Firefox would as well most likely (If you re-open a tab you don't want it to start downloading everything again, since it's already in memory)

What are your boot times ?

I never had Firefox 7.0a crash on me ever. It has had the occasional annoying bug or problem but no crashes. That is to be expected with a alpha build of a program though. It glides for me just like my friend's Chrome on his pc. Actually Firefox feels faster than Chrome now.

Well 7.0a crashes less for me than firefox 4.0 and 5.0. I think it's certain actions that really do it, mainly when editing my website copying and pasting html/css and coping links for images etc.

Started experiencing a weird problem with fonts (looks blurry) today in Firefox 5. I haven't messed with any settings, although I did install a few windows updates today. I have hardware acceleration turned off in my firefox settings. Any way to double check I have the default settings?

Started experiencing a weird problem with fonts (looks blurry) today in Firefox 5. I haven't messed with any settings, although I did install a few windows updates today. I have hardware acceleration turned off in my firefox settings. Any way to double check I have the default settings?

One of the updates released today updated several core fonts. See this thread for the discussion about the font update.

Oh thank god I changed to Firefox 7.0a

The font rendering doesn't hurt my eyes anymore

Did they fall back to GDI once again?

Not exactly.They fall back to GDI only for some Fonts.You can see/add/remove them from about:config from the "gfx.font_rendering.cleartype_params.force_gdi_classic_for_families" string.Also you can just use GDI for ALL font rendering if you set "gfx.font_rendering.cleartype_params.rendering_mode" to 2(GDI classic).

Nah, if it's working as intended now I will not change to GDI.

I want ClearType, but it always felt it was being applied twice or something

It's way way better now, it's very noticeable for example, in Facebook. I should do a .gif with the changes.

I have a Nvidia GTX 275

I use nightly as my main since..... FF 4 nightlyes began i think(i don't really remember).And never had any problems with it(with some minor exceptions) and was stable enough to use it as my main.And i agree that every day it gets better and better.I just cant wait for TI,the complete Azure and electrolysis to land.When they do i think FF will be faster,better looking and more stable than other browsers.(not that it isn't now).

How soon is "very" soon? :( . Looks like the latest patch there arrived only a couple days ago.

Speaking of which, when are the enhanced personas going to arrive?

https://bugzilla.mozilla.org/show_bug.cgi?id=590945

Asa Dotzler [:asa] 2011-07-05 12:25:00 PDT

(In reply to comment #181)

> Did this make the cutoff for Fx7? I'm a little confused :)

Nope. It'll have to wait until Firefox 8 gets uplifted.

So, firefox 8 :(

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • Unsurprisingly, there's what the law says and what the old white wealthy males legally enforce...
    • Or anything online that requires an anti-cheat
    • Gf needed a new Surface and was looking at a Surface Laptop because of the Snapdragon. Seeing as it was a two year old chip she just decided to get a Lenovo Yoga 2 in 1 instead. Personally this Surface Ultra Cassis reminds me a bit of Razor. It would be interesting if it could handle proper gaming and be 17 inch.
    • No idea, frankly, I'm not into minimum requirements gaming, but it would be an interesting test to find out. Also, I just have to point out that it wasn't my intention to downplay the performance of DXVK on Linux or Linux gaming in general (despite my own experience being a bit of a mixed bag). I just thought it would be good to point out that DXVK is not Linux exclusive and that you can benefit from using it even in Windows.
    • Fastfetch 2.64 released bringing new logos and other improvements by David Uzondu Fastfetch, the popular command-line system information tool that developers created as a fast alternative to the classic Neofetch utility, has updated its codebase to version 2.64, bringing experimental scripting power, streamlined compilation options, a smarter logo renderer, and Codec module support. As noted earlier, Fastfetch can now detect hardware-accelerated video codecs across Windows, macOS, Linux, and Android through this new Codec module. On Linux and BSD, the utility uses VA-API by default, with a fallback to VDPAU on Nvidia hardware if compiled with libva and libvdpau. Windows users get D3D12VA on Windows 11 or D3D11VA with Media Foundation Transforms on older systems, while macOS relies on VideoToolbox and Android utilizes AMediaCodec. You can manually toggle Vulkan Video via the config file, and the program will report both encoders and decoders unless configured otherwise. Logo support for Quasar, Origami, Origami_small, NixOS2, and BerserkArch also landed in this release. BerserkArch, if you have never heard of it, is a specialized Arch Linux derivative that targets security researchers and power users. This distro comes with an offensive security tool manager, simply called berserk, which allows users to install complex hacking toolkits with single terminal commands. Moving on, Fastfetch now has experimental scripting options for custom formats using Lua or QuickJS. The Lua integration supports versions 5.3 through 5.5, sharing a single interpreter instance across all modules so you can store variables globally. T Alternatively, if you prefer JavaScript, you can use QuickJS-ng version 0.15.0 or newer to evaluate your custom formats with the qjs: prefix. Other changes that version 2.64 brings include native CMake compilation flags to disable specific modules to shrink the final binary size. Users can delete unwanted ASCII logo files directly from the source directory before building to save additional space. The format engine now boasts ANSI-escape awareness, meaning you can center text with the new vertical bar specifier without breaking colored outputs. Haiku users receive preliminary support for boot manager, window manager theme, screen brightness, and other basic properties. Finally, the Linux edition now extracts desktop wallpaper and theme details from the modern COSMIC desktop environment.
  • Recent Achievements

    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
    • Week One Done
      jefred earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      474
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      78
    5. 5
      Michael Scrip
      59
  • Tell a friend

    Love Neowin? Tell a friend!