Hi all,

I do have a question about optimizing the php for large applications.
Many applications group the functions in files (eg. functions.inc.php) or
build classes, and these files/classes are called with 'require' or
'include' on the top of each main file.

What would be the speed penalty if we have to include many files or if these
functions containter files are over 100k in size. I know the php engine will
parse them too. Are any tips to follow when using many functions?

Thanks,
Radu




> From: "Luis Lebron" <[EMAIL PROTECTED]>
>
> > Excellent tips. I think I'm really going to have to polish my sql skills
> for
> > this task. Any good tools for benchmarking sql queries?
>
> If you've been following the "Load Stress Tool" thead, this program:
> http://jakarta.apache.org/jmeter/index.html was mentioned. The web site
> mentions that it can be used to also benchmark SQL queries through JDBC.
> Seems very useful indeed... :)
>
> ---John Holmes...
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to