php-general | 2001062
Date: 06/20/01
- Next message: dcoleman: "Re: [PHP] Calculate # of minutes during working hours between two dates"
- Previous message: Michael Geier, CDM Systems Admin: "[PHP] RE: [PHP-DB] Date field"
- Maybe in reply to: mfourny <email protected>: "[PHP] Include & Speed"
- Next in thread: Jason Murray: "RE: [PHP] Include & Speed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Isn't it fair to say that having the server open the extra file will add to
the total execution time of the page?
"scott [gts]"
<scott <email protected> To: "php" <php-general <email protected>>
ctype.com> cc:
Subject: RE: [PHP] Include & Speed
06/20/2001
04:33 PM
include() is not magical. it's all PHP code,
whether or not you put it into your "main" file,
or pull it in with an include()
if it's slow - it's slow, regardless of *how*
it was brought into the script.
> -----Original Message-----
> From: mfourny <email protected> [mailto:mfourny <email protected>]
> Sent: Wednesday, June 20, 2001 4:11 AM
> To: php-general
> Subject: [PHP] Include & Speed
>
>
> Hi everybody,
>
> How much the include() can slow down the execution of the scripts; if I
> call one file let say for the db connection it's clearly ok but is it a
> limite of numbers of include in one script from where that slow the
> process?
>
> Marc
> --
>
>
> /*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*
> /* Marc Fourny /*
> /* Multimedia Development for the web /*
> /* & /*
> /* CD-ROM /*
> /* Fourny ElectronicEDiting /*
> /*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>IMPORTANT NOTICE The information in this e-mail is confidential and should only be read by those persons to whom it is addressed and is not intended to be relied upon by any person without subsequent written confirmation of its contents. Furthermore, the content of this e-mail is the personal view of the sender and does not represent the advice, views or opinion of our company. Accordingly, our company disclaim all responsibility and accept no liability (including in negligence) for the consequences of any person acting, or refraining from acting, on such information prior to the receipt by those persons of subsequent written confirmation. In particular (but not by way of limitation) our company disclaims all responsibility and accepts no liability for any e-mails which are defamatory, offensive, racist or in any other way are in breach of any third party's rights, including breach of confidence, privacy or other rights. If you have received this e-mail message in error, please notify me immediately by telephone. Please also destroy and delete the message from your computer. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message is strictly prohibited. Trinity Mirror plc is the holding company for the Trinity Mirror group of companies and is registered in England No. 82548, with its address at Kingsfield Court, Chester Business Park, Chester CH4 9RE.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: dcoleman: "Re: [PHP] Calculate # of minutes during working hours between two dates"
- Previous message: Michael Geier, CDM Systems Admin: "[PHP] RE: [PHP-DB] Date field"
- Maybe in reply to: mfourny <email protected>: "[PHP] Include & Speed"
- Next in thread: Jason Murray: "RE: [PHP] Include & Speed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

