I've finally gotten my nice little system working and it's gone live.
Now, I spent time optimizing my code and adding a little smart functionality
here and there, based on needs and simplicity.
In this context, I was wondering about something.
I have a growing include.inc file that holds all my functions in it.
Thinking speed, I was thinking that it might be a bit faster to split that
include.inc file up into the different functions and then only include_once
those that actually are needed by the different pages.
But without any reference and in-depth knowledge, I don't know if this is a
win situation or loose, in matters of time.
I'm running Mandrake 9.2 here on a 2.4 kernel but was at the same time
considering to upgrade to 2.6 kernel, once it seems to be solid enough.
According to the NG Mandrake 2.6 kernel still has a very few issues that I'd
like to avoid.
But considering optimization and time, would it be most practical and faster
to split my functions or keep it as is?
/Andreas
--
Registeret Linux user #292411
Comment