Honestly, that seems like one damn big file to me.  Are you using all
those functions in every single file?  If not, you're loading and 
(re)compiling
a hell of a lot of code on every page request.  If you're done developing,
it may be time to split that up into more logical files (all db 
functions in one,
all functions relating to page X in another, etc.)



speedboy wrote:

>What do people do with required files? I have a file called config.php
>which contains all my functions. It is 329526 bytes. Should I split this
>up into other files? I don't think so, but what do others think?
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to