xeoncross/PHP-Template

Cache template to html file

Closed this issue · 2 comments

kamov commented

hi,
is possible and where I can save to cache full html template?
Thanks

This process is so ridiculously fast there isn't much point caching templates unless you simply want to cache an expensive process inside the template.

Either way, you are free to cache the string output from Template and put inside a database, memcached, redis, or just plan files.

kamov commented

Thanks, I was able to make this.