[thelist] using #include

Jeremy Weiss jweiss at cei.net
Wed Jul 17 12:23:00 CDT 2002


One of my asp pages is timing out everytime someone hits it, so I'm trying
to break up the processing across a couple of pages.  I'm looking at the
print out of this page and it's just over 7 pages long, but the first 2
pages are nothing but Dim's and Request.Form's.  I'm going to need these
same dims and request.forms on each of the pages that I break off of the
main one, so I was considering just putting them all into a seperate file
all to themselves and then using #include file.

My question is, what kind of impact do includes have on load time.  Do they
slow page loading any, and if so is it a noticable slowdown?


-jeremy




More information about the thelist mailing list