Website Performance Analysis with neXpert
neXpert is a Microsoft-sponsored add-on to the popular Fiddler web debugging proxy. neXpert extends Fiddler's performance testing capabilities and simplifies the process of finding performance issues in web applications. Version 1.0 was recently released and is available for download through Microsoft.
neXpert adds the following features:
- Ability to add markers while capturing traffic to create steps, allowing more granular grouping and clearer analysis of isolated actions.
- More convenient buttons to clear cache, clear cookies, and enable Fiddler Streaming Mode
- Ability to calculate latency by pinging each host in a capture session
- Ability to create "rudimentary response time predictions" among varying browsers and latencies -- currently beta functionality
neXpert can also create an HTML report with checks for common ASP.NET peformance issues. This report is useful as a diagnostic tool and can also serve as a deliverable artifact of development effort put towards optimization. The performance report checks for issues in the following areas:
- HTTP Response Code
- ASP.NET View State
- Static Files
- Large Images
- Compression
- Authentication
- ETags
- Cache Headers
- Connection Header
- Vary Header
- Cookies
For a quick tutorial on neXpert 1.0 and Fiddler in general, see MSDN Webcast: Web Performance Testing with Fiddler and neXpert (Level 200).
Educational Content
Intro to CLP with core.logic
Ryan Senior Jun 18, 2013
Spock: A Highly Logical Way To Test
Howard Lewis Ship Jun 18, 2013
Java Garbage Collection Distilled
Martin Thompson Jun 17, 2013
C++11 The Future is Here
Bjarne Stroustrup Jun 16, 2013
The Big Data Revolution
Claudia Perlich Jun 16, 2013




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think