Hi all,
I have on rather large PHP function in a largish page. This function doesn't get used every time the page is loaded. Does having the function as part of the page significantly slow down the parsing of the page (as opposed to including the function only when required).
This is really more of a theoretical question as I don't care if it's either integrated or included...
Cheers,
D.
I have on rather large PHP function in a largish page. This function doesn't get used every time the page is loaded. Does having the function as part of the page significantly slow down the parsing of the page (as opposed to including the function only when required).
This is really more of a theoretical question as I don't care if it's either integrated or included...
Cheers,
D.