- Joined
- May 8, 2013
- Posts
- 2,515
- Reaction score
- 858
You can make a caching script to serve only static HTML. If you want to update something you just need to manually execute your script to make new HTML files for your cache or you can create a cron job for automatic periodic recaching.
That way you can update multiple pages like with a dynamic site but your server will only be loading static HTML.
It is not so difficult to do with PHP.
Hi carlos,
Excuse my ignorance, but most hosts seem to offer static cache options these days ? Is this something different ?