FREE, all-in-one, Web and Cloud systems monitoring service

Sign Up! It's totally free!

ASP.NET Performance Tips

LogoAspNet

In this article you can find some easy steps you can follow to maximize the performance of your ASP.NET applications. 1. Use caching. When multiple users request the same content from your page, your server can respond with a cached copy of that content. This way, only the first user will have to wait for [...]

Application Transactions

The concept of an application transaction (also called a business transaction or an end-user transaction) is at the heart of Application Performance Monitoring (APM).  A previous three-part article, The APM Primer (part one, part two, and part three), described the basics of APM.  The article now before you delves a little deeper into APM’s core [...]

The Application Performance Monitoring Primer (Part 3 of 3)

Application Management (AM) includes project management, development, testing, quality assurance, release management, application monitoring, and responding to the information supplied by monitors.  Application Performance Monitoring(APM) is application monitoring that is focused on performance rather than security, availability, planning, or some other matter.This article is part three of a primer for those who have never heard [...]

Google/Yahoo Best Practices

Like it or not, your end-users will judge your website.  If, in their judgment, it is perceived to be slow, that judgment will partly determine how often they return.  It will also affect their friends’ decisions insomuch as user experiences are shared.  That’s why monitoring the user experienceis so important.Now on to the next step.  [...]

The Application Performance Monitoring Primer (Part 2 of 3)

Application Management (AM) includes project management, development, testing, quality assurance, release management, application monitoring, and responding to the information supplied by monitors.  Application Performance Monitoring(APM) is application monitoring that is focused on performance rather than security, availability, planning, or some other matter.This article is part two of a primer for those who have never heard [...]