If I split up my functions into separate files (one file per function) and just include those files for the functions I need for a particular page, will the multiple includes cause more overhead than if I were to organize functions into large files and just include a few large files per page?
Just wondering what's better.