I would say if you can split it up, then do so. What are the thousands of lines of code doing? Just declaring classes/functions/etc. ?
Either way, you could always run speed tests... do some benchmarking with your present setup, then split the file up into chunks and run the same tests again. Don't forget that a seemingly minor improvement can become considerably large when your server is under heavy load.