How do I implement a HTML cache for a PHP site?

前端 未结 8 1022
情深已故
情深已故 2020-12-14 22:49

What is the best way of implementing a cache for a PHP site? Obviously, there are some things that shouldn\'t be cached (for example search queries), but I want to find a go

8条回答
  •  醉梦人生
    2020-12-14 23:19

    You seems to be looking for a PHP cache framework. I recommend you the template system TinyButStrong that comes with a very good CacheSystem plugin. It's simple, light, customizable (you can cache whatever part of the html file you want), very powerful ^^

提交回复
热议问题