ASP #Include Performance

mundania

Senior member
Jun 17, 2000
921
0
0
How many includes per page is reasonable without seriously affecting performance? Also, is it better to have many includes of small files, or one include of one big file?
 

pmark

Senior member
Oct 11, 1999
921
1
81
I don't think having a lot of includes will really affect performance, well at least to the point where it is noticable.

Just from a programming standpoint, I think it is better group your include files into logical groups instead of having one big one or many small ones. Includes are suppose to make it easier to share common logic throughout your site.