Hi,
I want to know what you think is best for me to do.
I got a functions file that is included on every webpage on my website as it is in the top.inc.php file althou not all pages will use the functions file.
So my question is, should i include my functions file on pages that only need the functions file or leave it as it is? I am wondering see that would my functions file be processed still as it is currently included on every page even if any of the functions are not called on webpages that don't need the functions file?. I guess i want to know will i benefit more speed by only including on pages that need the file?. I use the require_once for the functions file in top.inc.php.
Thanks
PHPLOVER