php - How to implement caching in ci3.0?
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-07-05 10:46:03
0
1
833

I want to implement database data in ci3.0. After I cached it according to the ci manual, the page effect is still average. Is there any better caching method?

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(1)
阿神

Is this the database cache class you are using now? This does have limited effect.

The best way is to manually use the cache driver to cache according to business needs. In addition, using Redis, Memcached and other memory caches will also have better effects.

In short, this is a big topic and requires specific treatment of specific issues.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!