Records 1 to 3 of 3
|
» ADO
» Array » Components » Cookies » Date/Time » Files » Form » Graphics » HTML Formatting » Language » Math » Misc. » Multimedia » Performance » Printing and reports » Security » Sessions » SQL » Strings » XML |
Performance ASP Scripts
ASP Script Home » Performance
3 ASP Performance Scripts
Sort: Most Viewed | Highest Rated | Newest
Speed/Optimization: What about the Driver?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 with the simplest method: Fetching and displaying all records with a LOOP, .movenext and periodic resp...Added on: 11/25/2002 Hits: 4329 Rating: (3.10) votes 42
Speed: Measuring Code SpeedMeasuring 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 measurement with overhead. Scripting has a few tricks up its sleeves yet as Richard demonstrates wit...Added on: 11/23/2002 Hits: 3347 Rating: (3.05) votes 42
Worlds Fastest Listbox w/Application DataSometimes 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, but it is unnecessary. The database it is drawn from is not changing thousands of times a day. In the...Added on: 11/23/2002 Hits: 5399 Rating: (2.98) votes 41
Records 1 to 3 of 3
|