how to use, apply cache library. |
Hi Good Morning,
i have made, online stocks requisition system and it is used by 90 branches nationwide. so in this case, expect a lot of data loaded from database and i have insert, update, read and view data from the database.. and for now i have table like stocks, request, branches and so. one of the table i mentioned it has 80k line's of data and it is very heavy to load. Sample: in 80k data divided by 90 branch. so every branch it has 889 lines of unique data more or less. and my problem is, i didn't use cache library.. so i need you guys to guide me in how to use cache library in a proper-way. Thanks..
@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 |
Welcome Guest, Not a member yet? Register Sign In |