home navigator pointer resources navigator pointer asp tips navigator pointer use .htm where relevant
The definitive ASP tips page
tips menu | printable single page version

Note: this is my old ASP tips page and is no longer supported. See the new Visualize web site..

ASP Coding for Performance - Use .htm Extensions Where Relevant

For sites with very high hit rates, for non-dynamic pages use .htm rather than .asp extensions. The web server can serve these static pages at a more rapid rate, as they do not need parsing before sending to the client browser. This takes some load off the server. If necessary, such pages can be created in batch via some ASP (or other tool) routines, providing a half way house between true dynamic pages and limited, manually edited, static ones. Such routines could be run daily, weekly etc.

 

DISCLAIMER: Note these pages are a free resource for anyone wishing to reference them. Although every care is taken to ensure their correctness, the author takes no responsibility for any errors or problems that may occur through their use, or indeed misuse. These pages are copyight of Dave Clarke, Visualize Software Ltd 1997-2000 (all rights reserved).


 


© Copyright Dave Clarke, 1996-2008