When developing dynamic web applications there may be many times that data is not updated for a certain amount of time. In PHP it is fairly simple to have a page cached, so that there is not much load on the server. (full story)
Related posts:
Category: PHP, Programming, WebDev, Webdesign
Tags: Caching, Caching with PHP, PHP Caching, Web Site caching When developing dynamic web applications there may be many times that data is not updated for a certain amount of time. In PHP it is fairly simple to have a page cached, so that there is not much load on the server. (full story)
Related posts: