[phpa] Re: Cached "static" PHP vs HTML

I use simple hand-made caching ...
just some timestamp-checking and if the file is to old
I regenerate it through php otherwise I will just include the
static file.
ok, thats not really static cause it still goes through the 
php-compiler but it is the best compromise if you still
have dynamic data and lots of hits on them.

Thomas

On Thu, 18 Apr 2002 09:17:53 +0100
"Mark Rogers" <mark@xxxxxxxxxxxxxx> wrote:

> 
> > [Snip loads of useful info]
> 
> I'm glad I asked now; there's lots of useful info come out of it.
> 
> As far as generating static HTML from PHP is concerned, what method do you
> use? Presumably you don't do it manually.
> 
> Sorry, this has drifted a bit OT now.
> 
> Mark Rogers, Quarella Ltd
> Tel: 0845 45 89 555
> 
> ------------------------------------------------------------------------
>   www.php-accelerator.co.uk           Home of the free PHP Accelerator
> 
> To post, send email to phpa@xxxxxxxxxxxxx
> To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe
> 

------------------------------------------------------------------------
  www.php-accelerator.co.uk           Home of the free PHP Accelerator

To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe


Other related posts: