Posted by Justin Koivisto on 03/01/06 22:26
Jerry Stuckle wrote:
> Jan wrote:
>>
>> With heavy traffic the page might become slower with PHP than if using
>> HTML plus a cgi-bin perl?
>
> No, the whole page doesn't need to be PHP. PHP integrates with HTML
> quite well.
However, there is a small performance hit at the server end when the PHP
interpreter is initiated to parse the file... Therefore, HTML will
server faster by default. (Though you may never notice the difference
without some heavy benchmarking.)
--
Justin Koivisto, ZCE - justin@koivi.com
http://koivi.com
[Back to original message]
|