How to enable and clear the cache using codeigniter

Source: Internet
Author: User
Tags codeigniter
How to enable and clear the cache using codeigniter
This article describes how to enable and clear the cache of codeigniter. depending on the webpage cache, the webpage can load almost static webpages because the results output by the program are saved to the hard disk.

Codeigniter: How to enable and clear cache recipients

Codeigniter supports the caching technology to achieve the fastest speed. Although ci has been quite efficient, factors such as the dynamic content in the webpage, the memory cpu of the host, and the read speed of the database directly affect the loading speed of the webpage. Depending on the webpage cache, the webpage can load almost static webpages because the results output by the program are saved to the hard disk.

How does cache work? CI supports separate cache for each page and allows you to set the cache update time. When a webpage is loaded for the first time, the cached file is saved to the application/cache folder. Next time, the system will directly read the cached file and return it to the user's browser. If the cached file expires, it will be deleted and regenerated.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.