Records 1 to 3 of 3
|
» AJAX
» Background effect » Buttons » Calculator » Calendars » Clocks » Cookies » Effects » Forms » Games » Generators » Graphics » Menu » Miscellaneous » Navigation » Page-Details » Performance » Scrolling |
Performance JavaScripts
JavaScript Home » Performance
3 Performance JavaScripts
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: 10/15/2002 Hits: 395 Rating: (3.05) votes 21
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: 10/14/2002 Hits: 332 Rating: (2.95) votes 22
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: 10/12/2002 Hits: 474 Rating: (3.00) votes 26
Records 1 to 3 of 3
|