Posts Tagged ‘asp speed

asp

There are a few things that you can do to speed up an ASP script. In other words, decreasing the execution time of a script. The reason that those scripts take so long is not necessarily related to the database activity and ASP execution but to the rendering of html, (especially tables) by a browser.

All that said, these tricks will probably increase ASP performance even more if your site is really busy. So, are you ready? Here we go…

Continue Reading – 5 Tips To Speed Up Your ASP Page – P1