Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I use a lot of self defined functions for my application. Because I re-use several functions in more then one page I would like to put all functions in one include file and then just call this include on every page. On the other hand, I don't need all functions on every page... so I'm making the code bigger then strictly necessary.
The include file would be about 1500 lines of code. Do I have to worry about performance?
Thanks,
Tomas
I use a lot of self defined functions for my application. Because I re-use several functions in more then one page I would like to put all functions in one include file and then just call this include on every page. On the other hand, I don't need all functions on every page... so I'm making the code bigger then strictly necessary.
The include file would be about 1500 lines of code. Do I have to worry about performance?
Thanks,
Tomas