Category Archives: Automation

Automating HttpWatch with Visual Basic

HttpWatch includes automation samples in C# and in a previous post we used C# to create simple empty cache and primed cache tests. However, a number of customers have recently asked how they can get started with HttpWatch and VB.Net. To use Visual Basic simply follow these steps:
1. Create a VB.Net Project
In Visual Studio create a new console […]

Using HttpWatch to Measure Page Load Times for New and Existing Users

If you’re tuning a web page’s performance there are two types of visitors that you need to be concerned about:

A new visitor to your site who won’t have any of your pages, scripts, CSS or images in their browser cache.
An existing user of your site who will have your cacheable pages, scripts, CSS or images in […]