关于后台编辑的商品缓存如何处理?

WBOY
Release: 2016-06-06 20:19:43
Original
1205 people have browsed it

如果以下是后台product表中description字段中的内容:

<code><p>满300减50促销中...</p>
<img  src="http://www.aa.com/image/catalog/product/" alt="关于后台编辑的商品缓存如何处理?" >
<h1>然后又是巴拉巴拉</h1>

</code>
Copy after login
Copy after login

上面的文字和内容和产品图片url链接也很多。
这个怎么缓存呢,base64?
我想放入redis中。
谢谢~

回复内容:

如果以下是后台product表中description字段中的内容:

<code><p>满300减50促销中...</p>
<img  src="http://www.aa.com/image/catalog/product/" alt="关于后台编辑的商品缓存如何处理?" >
<h1>然后又是巴拉巴拉</h1>

</code>
Copy after login
Copy after login

上面的文字和内容和产品图片url链接也很多。
这个怎么缓存呢,base64?
我想放入redis中。
谢谢~

链接算是一串字符串,数据量也不算很大。

base64是把一张图片转换成base64编码,编码后数据量反而变大, 图片最好放在专门的cdn图片服务器中。

如果像你这样的数据字符串需要缓存,那redis就可以了

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