The concept of a cache file solution for websites with high access Volume ~ What should I do?
Source: Internet
Author: User
Cloud file caching solution for websites with high access Volume ~~ First of all, in my personal opinion, I do not know the specific types of php Cache, and I do not want to know more about it. The most familiar caching method is to cache the pages displayed on the web page to a file. For example, update again every one minute. This is the most common concept. it is called "page cache". the cache file solution for websites with a large volume of traffic ~~
First of all, in my personal opinion, I do not know the specific types of php Cache, and I do not want to know more about it.
The most familiar caching method is to cache the pages displayed on the web page to a file.
For example, update again every one minute.
This is the most common and is called "page cache"
Some may be confused. as a result, there will be more and more cached files on the server day after day.
In fact, it is also simple. set the cron job script,
For example, the system determines that the cache will be cleared automatically in the early morning.
------ Solution --------------------
Directly generate static pages.
The list page may need to be cached. what does the content page need to be cached? "Update again every other minute "?
------ Solution --------------------
We recommend this article to help you
Http://www.wish-home.cn/post/95.html
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.