Home > Backend Development > PHP Tutorial > 网站前台缓存的问题

网站前台缓存的问题

WBOY
Release: 2016-06-06 20:51:06
Original
1039 people have browsed it

一个网站,前台的页面需要用到缓存!
我现在是在想,是片段缓存呢,还是整个页面都缓存呢,还是两种同时存在?
片段缓存就是比如,我的侧边栏的最新新闻,我把它缓存到文件中,用的时候直接读取进来!!
整个页面缓存呢,就像smarty那种吧,把整个页面全部写到文件中,打开的页的时候读取!

回复内容:

一个网站,前台的页面需要用到缓存!
我现在是在想,是片段缓存呢,还是整个页面都缓存呢,还是两种同时存在?
片段缓存就是比如,我的侧边栏的最新新闻,我把它缓存到文件中,用的时候直接读取进来!!
整个页面缓存呢,就像smarty那种吧,把整个页面全部写到文件中,打开的页的时候读取!

根据新闻更新频率决定吧,各有各的好处,更新不是太快的,整页缓存比较好,更新较频繁的使用片段缓存,另外还可以设置web服务器,令css、js、图片这些不会变动的文件在客户端缓存久一点。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template