Was wondering if it was better to break the include file into many include files. Say I make a LARGE site (forums, portal, gallery, etc) and they are al integrated. Would it be better to make one large include file, or several small ones.
If I just do one large one, then the server will most likely cache it, otherwise it would have to constantly access the hd to get each include file, which would seemt o be slower. So by my logic one large file would seem to be faster since it owuld be cached. But I would like to know for sure before i start coding the site.
Thx in advance.