Quote:
Originally Posted by Brujah
use an include file, the pros outweigh the cons, but if server load and speed is an issue you should look at the opcode caches anyway
|
Would that answer change if I told you most of the function are just simple form interpetation, MYSQL queries and output from those queries?
Will definitely look into cache issue thought!
the biggest problem i may have with caching is this scripts makes tons of calls to another script(One I don't have control over) which uses its own programming language and an interpeter of some kind before it gets to the users browser and it is EXTREMELY tempermental.
So here is a question then, is 4500 lines of code in one file considered alot? excessive?