my script consists of 2 files.
index.php is under 100 lines.
lib.php consists of ALL functions that will be included in index.php. lib.php currently has about 1300 lines and still growing to approx 5000 lines.
Will the large size lib.php slow down the script?
thanks