[snip]
I am working on a complex webapp written in php. Recently I was reading
about 
performance issues and after analysing the code I found that most of
the files 
load 5 external php include files to run. All together those include
files make 
about 250KB (there are 5 files).
[/snip]

The more code php has to compile, the longer it will take.  

Do you need all of the includes on each page?

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

Reply via email to