1 |
Worlds Fastest Listbox w/Application Data |
|
Description : Sometimes data (like a HTML list box) is
displayed on many pages of a website. In fact, the database
generated list box is displayed thousands of times a day, and the
database is queried every time. |
2 |
Speed: Measuring Code Speed |
|
Description : Measuring speed to the millisecond was
considered impossible with ASP. People built COM components that
wrapped up API calls! So we called a COM component that called an
API and then we distorted the |
3 |
Speed/Optimization: What about the Driver? |
|
Description : Fetching records in an optimized way may have
many variations but before you get to the database you interact with
a driver. Here we time the difference between arbitrary drivers. We
will benchmark wi |