Click here to Skip to main content
15,881,424 members
Articles / Product Showcase
Article

Epitomy Uses Profiler to Optimize Online Auto Catalog

19 May 20044 min read 32.4K   2  
This article demonstrates how ANTS Profiler and ANTS Load, two developer tools from Red Gate Software, can be used to successfully optimize the performance of a .NET application.

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

This is a showcase review for our sponsors at CodeProject. These reviews are intended to provide you with information on products and services that we consider useful and of value to developers.

Business Objectives:

Identify problematic code within an online parts catalog for the UK's leading service provider of aftermarket auto parts.

Technical Challenges:

The website is used to sell 1 million parts over the Internet; there was a huge amount of code to debug and optimize.

Solution:

Using Red Gate Software's ANTS Profiler to identify slow and redundant code during development and testing.

Results:

Epitomy was able to save 75 percent of debugging and optimizing time, and possibly hundreds of hours tracking down duplicate code.

Introduction

This article demonstrates how ANTS Profiler and ANTS Load, two developer tools from Red Gate Software, can be used to successfully optimize the performance of a .NET application.

Background

Epitomy, a provider of data management services, thought it had some very cool code to manage pop-ups for an online catalog of auto parts.

That was before the company's software developers ran it through ANTS Profiler, a simple, $295 tool from Red Gate Software that identifies slow code for .NET applications.

"ANTS Profiler showed that our 'very cool' code was slow," says Andrew Vernon, Epitomy's director. "We decided to use a less-elegant alternative that boosted performance."

Epitomy, based in Sheffield, England, is seeking to redefine the way capital goods manufacturers communicate with their sales and service networks. The company worked with Lex Auto Logistics, the UK's leading service provider of after-sales logistics for the automotive industry, to create LEXtec, the first web-based automotive parts catalog. The site has been operating successfully for the past year, and Lex Auto Logistics and Epitomy are working on a new module scheduled to go live this spring.

LEXtec is an ASP.NET application that uses SQL Server to store the data required to display approximately 1 million parts. Beyond its transactional value, the site gives Lex Auto Logistics a major marketing advantage by placing the company at the forefront of parts sales and service technology.

ANTS Aids Performance

ANTS products have played a significant role in helping to improve LEXtec's performance. Epitomy and Lex Auto Logistics used Red Gate's ANTS Load before the launch of LEXtec to simulate an increasing number of simultaneous users accessing the site. ANTS Load identified how the user experience and performance of the servers changed based on different load levels. It enabled Epitomy and Lex Auto Logistics to identify and eliminate bottlenecks in their basic architecture.

"By load-testing LEXtec with ANTS Load we were able to validate this strategically important product," says Keith Dewhurst, IT director for Lex Auto Logistics. "Using .NET as the basis of our technology and load-testing with a .NET-specific tool improved our time to market."

While ANTS Load helped Epitomy and Lex Auto Logistics validate their architecture, ANTS Profiler is helping them dig deeper into the application's code as they work on the new module.

"We believe the 80/20 principle is particularly applicable to ANTS Profiler," says Andrew Vernon, Epitomy's director. "It quickly highlights the top 10 problem areas in terms of speed, and once fixed, they account for 80 percent of the available performance boost from the code."

In addition to identifying slow code, ANTS Profiler helps Epitomy single out simple mistakes that are often difficult to find, such as cutting and pasting errors. In the LEXtec application, for example, a resource-intensive line of code was accidentally duplicated.

"If we had to insert debug lines it would have taken 100 times longer to track down the problem," says Vernon. "Since it was a mistake, it was quickly highlighted by ANTS Profiler."

Optimized Code in a Quarter of the Time

Vernon and the Epitomy software developers say that ANTS Profiler enabled them to debug and optimize the LEXtec application in about one-quarter of the time it would have taken otherwise.

With principal debugging and optimization completed, Epitomy is doing final testing of the new LEXtec module. Epitomy also has a number of other projects for which it plans to use ANTS Profiler.

"ANTS Profiler is an important tool for .NET developers to have during development and testing," says Vernon. "We wouldn't want to do without it."

To see how well ANTS Profiler and ANTS Load will work for your applications, download a fully-functional, free trial from the Red Gate website.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Red Gate Software Ltd.
United Kingdom United Kingdom
Redgate makes ingeniously simple software used by 804,745 IT professionals and counting, and is the leading Microsoft SQL Server tools vendor. Our philosophy is to design highly usable, reliable tools which elegantly solve the problems developers and DBAs face every day, and help them adopt database DevOps. As a result, more than 100,000 companies use products in the Redgate SQL Toolbelt, including 91% of those in the Fortune 100.
This is a Organisation

1 members

Comments and Discussions

 
-- There are no messages in this forum --