Home  >  Article  >  Backend Development  >  speed-speed php中spPager如何和spCache同时用?

speed-speed php中spPager如何和spCache同时用?

WBOY
WBOYOriginal
2016-06-06 20:37:271003browse

如果不能同时用,那我要分页查询数据,又要缓存这些数据怎么办?因为数据需要排序,所以每次查询起来很花时间,如果能把每页的数据缓存起来就好了

回复内容:

如果不能同时用,那我要分页查询数据,又要缓存这些数据怎么办?因为数据需要排序,所以每次查询起来很花时间,如果能把每页的数据缓存起来就好了

自己把取出来的数据存到文件里,每次查询之前先看看文件是否存在再去查就好了,文件名中应该标明这是第几页的缓存。

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