> On Wed, May 09, 2007 at 02:14:33PM +0200, Ralf Hildebrandt wrote:
>> >
>> > Nice work Adrian!
>>
>> Definitely.
>>
>
> Struth Bruce! Nice one mate!
>
> Sort of quoting one of Yahweh's olde proverbs:
> "...squidmaster, cache thy self"
>
> Will the final site be cache-able?
>
> I don't have the web skills that you do, but I found the easiest way to
> make php's cache-able was to lynx dump the php to a .html, and have
> apache serve index.html in preference to index.phtml. Naturally, all
> links to pages must be to the .html and not the .php:
>

Whereas I have a completely alternate experience with cachability.
PHP has the ability to easily prepend headers that specify cachability and
duration.
Alternatively apache can do that itself with VirtualHost or .htaccess
configs.

Amos


Reply via email to