[PHP] Re: Modularity--Optimizing Includes and Libs

2001-09-20 Thread ~~~i LeoNid ~~
On Wed, 19 Sep 2001 12:30:50 -0700 (PDT) impersonator of [EMAIL PROTECTED] (Bora Paksoy) planted I saw in php.general: that PHP parses/compiles pages everytime a new request comes in. So, does this mean we have to minimize the amount of code per page (which also means to minimize number of

[PHP] Re: Modularity--Optimizing Includes and Libs

2001-09-19 Thread Chris Lee
ok, everytime a page is called php loads all the file that are requested, php then compiles the whole thing, and only runs what you tell it to (obviously). if you have a library with 100 huge functions yet you dont use not one of those functions other then loading time to load that huge file, the