This is a discussion on too many include's within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, Will too many include's slow my web application down? Thanks, Denis...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Denis Crespe wrote:
> Hi, > > Will too many include's slow my web application down? The more includes you have, the slower your aplication will go. This is due to the PHP processor having to open lots of files. The speed difference will be tiny however, and disk cache prevents the hard disk from having to re-read the includes on every hit. Kind Regards, -- Ian P. Christian http://www.fuzzmail.co.uk ~ Free, Fast and Fuzzy webmail |