meotimdihia
meotimdihia

Reputation: 4299

How cache all page before user visit website in cakephp

how to cache all page before user visit my website. You can suggest i how to make that. Please more specify because i dont know much about cache, i only know use it in cakephp.

Upvotes: 1

Views: 488

Answers (1)

jimiyash
jimiyash

Reputation: 2504

This might be just what you are looking for: https://github.com/mcurry/html_cache

It will serve up an html cached version of a page without hitting cakephp or even php. This will make it thousands of times faster than cake. See this link as well, item #4. http://www.pseudocoder.com/archives/2009/03/17/8-ways-to-speed-up-cakephp-apps/

Upvotes: 2

Related Questions