Home >Backend Development >PHP Tutorial >关于连接缓存?

关于连接缓存?

WBOY
WBOYOriginal
2016-06-23 14:28:05912browse

描述问题:有一个脚本由于要从远程获取数据,因而运行速度很慢,请问有什么办法可以优化下?
请教项目经理说用 连接缓存?
百度了半天没找到关于连接缓存的说明?
有那位可以指点下吗,谢谢


回复讨论(解决方案)

你应该请数据提供方优化一下

感觉用数据缓存的话会有作用的,看看memcache的用法使用

如果你的返回的数据大部分是静态的话(或者相同的数据),建议使用 redis 或者 apc缓存起来待用。
如果你的返回的数据每次都不一样的话,做缓存也无寄于事,建议让提供数据方优化处理。

Statement:
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