Click to See Complete Forum and Search --> : ASP application performance
sayfrndship
08-16-2008, 07:15 AM
Hi,
I am newly registered with webdeveloper.com
And i also a new developer, and using asp classic(vbscript),[Dreamweaver 8]. Please anyone tell me how to improve my asp web application.
Regard
Abdul waheed
sayfrndship
08-22-2008, 09:16 AM
I think no Body about my question
JPnyc
08-23-2008, 10:34 AM
I don't think there's enough information there for anybody to respond.
Kuriyama
08-29-2008, 08:57 AM
1.) When you hit SQL make sure that you are getting just as much information as you need for the page. Try to merge SQL calls together if possible.
2.) Make sure that you only use Arrays/scripting.dictionary's wisely. Remember that it costs server resources to create them.
3.) Make sure that you use session variables wisely. Again server resources. Also NEVER store an object(array, scripting.dict, recordset, command object) in a session variable.
4.) Just don't be stupid. Think out things before you code it. Poor planning will always = poor coding.
I hope this helps.
sayfrndship
09-02-2008, 11:49 PM
Your last comment is wisely coated. I liked it