how to use, apply cache library. |
@jaysondotp
I have some questions. How fast are your queries (have you turned on profiler)? 80K is not a lot of records and your queries should be lighting fast - milliseconds at most - assuming that you are only pulling 889 records. If it is slow then there are other issues. As far as your question...here are two links to assist you: 1. https://www.codeigniter.com/user_guide/d...er-caching 2. https://www.codeigniter.com/user_guide/d...ry%20cache |
Messages In This Thread |
how to use, apply cache library. - by jaysondotp - 01-31-2018, 08:09 PM
RE: how to use, apply cache library. - by php_rocs - 02-01-2018, 09:25 AM
|