Recommended Posts

cool I had seen this but I guess I did not read enough of the info about it, thanks

Well that failed again LOL I recall the same thing happening last time, so maybe I loaded it. I think that extension works

fine but I think one of my extensions isn't playing nice with 4.0 at all. When I opened it for the first time there were three

tabs, one the welcome and two blank. I could not close either of these tabs. When I open and new tab I cannot close them.

So it I loaded 20 of them they would all not close. I also could not access the extensions applet to try disabling each one. Home

page button doesn't work but maybe that is the Fast Dial extension. I think I would need to backup my profile, delete it and start

from scratch on this version.

Although the website has not change the link... You can now take the original link from beta 6 and simply remove the 6 and replace it with the number 7 and it will give you a direct html link to the beta.

original link: http://www.mozilla.c...=win〈=en-US

new link: http://www.mozilla.c...=win〈=en-US

This will automatically provide you with your local build (mine being USA, English)

I have noticed that the last weeks worth of builds to be very good - i can normally browse heavily for a few days without closing the browser with very little slowdown. Something that i couldn't do last month on the nightlies.

Just hoping that Mozilla keep the development at its current pace - therefore releasing a high quality product that organisations are confident of rolling out on their machines to keep the browser market competitive.

Fasten your Seatbelts

Firefox 4 Beta contains huge performance enhancements, including our brand new JägerMonkey Javascript engine. From faster start up times and graphics rendering to improved page load speed, you'll notice the difference instantly.

<P id=perf-graph>perf-graph.pngTests performed on a Dell Optiplex 760 (Intel Core2 Duo), Windows 7 Professional.

So far, I caught the following..

-Hardware acceleration is still laggy and slow.

-Memory usage is high! Two tab opened with no addon-130,xxx K! compare to 40~50k for Chrome & IE8.

-Page border layout below bookmark is not even and the border is flat...looks weird.

They need to work on it more for Windows 7 but it's definitely better than beta 6!

Asynchronous plugin painting has landed on Windows, and it makes the browser much more responsive (and solves the slowdowns with D2D)

Now, the plugin can paint as often as it wants, for as long as it wants, and it won't effect the browser. CPU usage on the browser side drops a whole bunch, and CPU usage on the plugin process goes up (since it's no longer waiting on the browser, it can do as much work as it wants)

Asynchronous plugin painting has landed on Windows, and it makes the browser much more responsive (and solves the slowdowns with D2D)

Now, the plugin can paint as often as it wants, for as long as it wants, and it won't effect the browser. CPU usage on the browser side drops a whole bunch, and CPU usage on the plugin process goes up (since it's no longer waiting on the browser, it can do as much work as it wants)

What's that?

Well before painting was synchronous, so when the plugin wanted to paint the browser had to pause and allow the plugin to paint. This was still happening with out of process plugins (which is less than ideal). So when the plugin slowed down and took longer and longer to paint, the browser slowed down as well because of the pauses waiting for the plugin.

Now, it's asynchronous, so the plugin does it's painting to a in-memory texture, and alerts the browser to that fact, the browser then copies that texture and paints it to the screen. So you use slightly more memory, but get a net speed up (since all the browser has to do is copy a texture, which is very, very quick), and the browser is no longer waiting on the plugin to complete it's painting.

And along the way a few other issues were fixed which increased performance in D2D and plain GDI cases (It used to paint every frame twice to re-build the alpha channel, but Silverlight and Flash don't need that hack now, so it was dropped, and plugins paint normally)

Edit: Oh yeah, and now plugins invalidations are much simpler. The browser just repaints it's texture, it doesn't need to ask the plugin to repaint the invalidated section of the plugin.

Arh, interesting, lots of other improvement in beta 8. Asynchronous plugin painting just suddenly made Firefox rendering super fast.

There are many others I/O bugs waiting to be fixed which will speed up overall Fx responsiveness as well as Start up and Shut down.

Few JS performance bugs, Type inference JIT integration should bring in another 50ms win on SS in AWFY.

Firefox 4.0 is looking more and more like a solid release.

P.S - Forgot to mention there is Compartment GC as well.

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

    • No registered users viewing this page.
  • Posts

    • Does anyone here know if these updates are integrated into the UUP dump isos?
    • Motrix Next 3.9.4 by Razvan Serea Motrix Next is a modern, open-source cross-platform download manager built as the official next-generation successor to the original Motrix project. It has been completely rewritten using Tauri 2, Vue 3, TypeScript, and Rust, while still relying on the powerful Aria2 download engine for high-speed multi-protocol transfers. The app supports HTTP, HTTPS, FTP, BitTorrent, ED2K and magnet links, offering advanced features like multi-connection acceleration, task scheduling, bandwidth control, and batch download management. With a significantly reduced install size (around 20MB), it focuses on being lightweight, fast, and resource-efficient compared to traditional Electron-based download tools. Designed for Windows, macOS, and Linux, Motrix Next delivers a clean, modern UI inspired by Material Design 3 principles, with smooth animations and a minimal workflow. It improves usability through better download organization, system tray integration, and enhanced torrent handling including selective file downloads and tracker management. Motrix Next features: Multi-protocol downloads — HTTP, FTP, BitTorrent, Magnet, .torrent, ED2K, and Metalink tasks BitTorrent — Selective file download, DHT, peer exchange, encryption controls, metadata caching, GeoIP peer flags, and tracker probing Browser extension integration — Embedded Extension API with independent authentication, download confirmation, smart auto-submit, filename hints, referer/cookie forwarding, and real-time controls (Chrome Web Store · Edge Add-ons) Safe filename handling — Content-Disposition, RFC 2047, non-UTF-8, percent-encoded, and extensionless URL resolution with path traversal sanitization Download organization — Favorite and recent folders, optional file-type categorization, stale-record cleanup, and completed history backed by SQLite Concurrent downloads — Independent controls for active tasks, HTTP connections per server, segments per file, and BT peer limits Speed control — Global and per-task upload/download limits with day-of-week and time-of-day scheduling System integration — Tray operation, optional tray speed display, macOS Dock badge/progress, protocol handlers for magnet://, thunder://, and motrixnext:// Lightweight mode — Destroys the WebView on minimize-to-tray while Rust keeps the engine, task monitor, notifications, history, and extension routing alive Notifications and power options — Native task start/complete/failure notifications, keep-awake during downloads, and optional shutdown after completion Network controls — Scoped proxy support for downloads, app updates, and tracker updates, plus system proxy detection Auto-update channels — Stable, Beta, and Latest Across Channels policies with separate download and install phases Diagnostics — Structured logs, exportable diagnostic ZIPs, database integrity checks, automatic DB rebuild, and Linux GPU rendering fallback Personalization — Light/dark/system theme, 10 color schemes, 26 languages, and first-launch system language detection Motrix Next 3.9.4 changelog: Motrix Next 3.9.4 promotes the 3.9.4 beta cycle to stable. This release refreshes bundled engine binaries, improves task detail readability and copy actions, expands link handling for magnet and ED2K workflows, polishes responsive navigation and text wrapping, updates browser extension documentation, and refines network preference controls. New Features Task Detail copy actions — Added copyable values for task metadata and reusable render functions for long text fields. Magnet and ED2K lifecycle support — Added task lifecycle handling for magnet and ED2K links. History cleanup for deleted tasks — Deleted tasks can now remove matching history records. User-Agent management — Added user-agent management and improved related network preference controls. Browser extension documentation — Added the Firefox Add-ons link for the Motrix Next extension. Improvements Engine binaries — Updated bundled binaries for supported architectures. Task Detail readability — Long task names, URLs, tracker values, and copyable metadata now render more clearly. Deletion messaging — Refined localized task deletion text for clarity and consistency. Text wrapping — Improved URI input wrapping and task name multiline display. Navigation layout — Improved sub-navigation responsiveness. Disk allocation default — Changed the default file allocation method to trunc. Proxy controls — Improved proxy button styling in network preferences. Download: Motrix Next 64-bit | ARM64 | macOS ~20.0 MB (Open Source) Links: Website | macOS / Linux | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • NVIDIA officially supports Ubuntu, as linked above with the GeForce NOW Hands on I did in collaboration with Paul Hill.
    • TO be clear I am not running linux today, however I keep thinking about it. And I want to make sure there are minimal obstacles if I decide to make that switch in the coming months.
    • Yes, I actually glossed over the Linux part from the OP. You could always go for a 9070 XT and if you really want to play Ray Traced games in the future, GeForce Now is pretty damn good on Linux https://www.neowin.net/news/nvidias-native-geforce-now-app-for-linux-bridges-the-gaming-gap-hands-on/
  • 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
      479
    2. 2
      PsYcHoKiLLa
      252
    3. 3
      Steven P.
      72
    4. 4
      +Edouard
      69
    5. 5
      Skyfrog
      67
  • Tell a friend

    Love Neowin? Tell a friend!