Paul Krill
Editor at Large

Firefox Developer Browser offers peek at app performance

news
Jun 3, 20152 mins

The latest version of the Mozilla browser includes tools to give developers insight into what's happening in Web apps

performance tune up
Credit: Shutterstock

With version 40 of the Firefox Developer Edition browser, Mozilla is adding performance tools to give developers a better understanding of what’s happening in apps from a performance standpoint.

The new upgrades profile the performance of websites, apps, or games. “All performance tools can now be found grouped together under the Performance tab, for easier usage,” said said Dave Camp, director of developer tools at Mozilla, and Jason Weathersby, Mozilla technical evangelist, in a blog post on Tuesday. “Performance is all about timing, so you can view browser events in the context of a timeline, which in turn can be extended to include a number of detailed views based on the metrics you choose to monitor.”

The Performance tab contains a timeline featuring Waterfall, Call Tree, and Flamechart views. Waterfall view provides insight into what a browser is doing as it runs an app or site and features a graphical timeline of events. Call Tree examines how much time is spent on particular JavaScript functions, enabling developers to find bottlenecks in code, while Flame Chart shows the state of the JavaScript stack during each millisecond of the performance profile.

In other areas in the upgrade, Network Monitor gains the ability to collect data when the Network Tab is not active, and developers can see whether an asset is loaded from cache. With CSS docs integration, Developer Edition links with Mozilla Developer Network documentation for CSS properties, offering developers more information when debugging. Also, whitespace in the text node layout offers a better view of markup. The release features more than 90 bug fixes as well.

Mozilla introduced Firefox Developer Edition last November, offering early access to tools and platform features, and a 64-bit version for Windows was released in March. Firefox Developer Edition is downloadable at the Mozilla website.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author