[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSI on *.html



on 9/27/00 10:57 AM, James Riordon at James@xxxxxxxxxx wrote:

> Is there a down side to making regular HTML files SSI capable instead
> of just *.SHTML files.
> 
> Does the CPU have to work header because it has to parse every file
> instead of just .SHTML files.
> 
> A client is requesting this for his site he wishes to port over.

Yes.  There is a definate performance hit, because Apache has to parse every
file, regardless of weather it is using an SSI.  This is *typically* not
that much of a difference (especially on faster machines) to where you
should worry about it.

I would, however, set this up for the site that requests it and only the
site that requests it.  Since they probably will be using them extensively
anyway.

Cheers,
-k