On Feb 8, 2013 5:16 PM, "Ralf Eggert" <r.egg...@travello.de> wrote: > > Nice and clean solution! > > I just wonder if there is any problem when I just redirect after file > creation to the new file. > > Regards and good night, > > Ralf
Ralf, I've not used it, but isn't one of the page-level variants of Zend_Cache supposed to do exactly what you are trying to accomplish? As I recall, the missing file causes the first request to trigger the Framework to create the file, and subsequent requests are served directly through the web server without ever touching PHP. Andrew