Simple PHP cache technique


/ Published in: PHP
Save to your folder(s)

This is a little code snippet that I use in almost every project that isn’t based on a popular CMS. Since its fairly expensive to hit the database on every page load, its a smart idea to cache the plain HTML markup of your page and serve that up. You can set how often the page cache is flushed out depending on how often you update your site’s content.

URL: http://wesbos.com/simple-php-page-caching-technique/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.