Caching HTML output with PHP

后端 未结 8 1461
时光说笑
时光说笑 2020-12-19 21:03

I would like to create a cache for my php pages on my site. I did find too many solutions but what I want is a script which can generate an HTML page from my database ex:

8条回答
  •  既然无缘
    2020-12-19 21:27

    Can use Cache_lite from PEAR:

    Details here http://mahtonu.wordpress.com/2009/09/25/cache-php-output-for-high-traffic-websites-pear-cache_lite/

提交回复
热议问题