Supersimple static file based (html) php site cache

前端 未结 5 1043
长情又很酷
长情又很酷 2021-02-09 21:59

I have a website that basically only displays things without any forms and post-gets. This website is PHP based and hosted on shared hosting. It rarely changes. I would like to

5条回答
  •  被撕碎了的回忆
    2021-02-09 22:46

    You should give skycache a try. edit : this project seems cool too: cacheme

    Another solution is to use auto_prepend_file/auto_append_file. Something like what's described in this tutorial: Output caching for beginners

提交回复
热议问题