Cache Model interactions |
Interesting idea, and reminds me of something we ripped out of the database layer from CI3 - the Query Caching feature. it wasn't used all that much from what we heard, and was the cause of a fair amount of un-needed complexity so we discarded it for CI4.
A much simpler method, as far as I am concerned, is to simply cache view fragments, so you never need to load up the database at all. Big performance gains that way, and doesn't add complexity on top of the db layer. |
Messages In This Thread |
Cache Model interactions - by natanfelles - 01-02-2018, 06:42 PM
RE: Cache Model interactions - by kilishan - 01-02-2018, 08:37 PM
RE: Cache Model interactions - by natanfelles - 01-02-2018, 10:04 PM
RE: Cache Model interactions - by kilishan - 01-02-2018, 10:12 PM
RE: Cache Model interactions - by puschie - 01-03-2018, 04:15 AM
RE: Cache Model interactions - by natanfelles - 01-15-2018, 05:04 AM
RE: Cache Model interactions - by natanfelles - 01-15-2018, 06:31 AM
RE: Cache Model interactions - by natanfelles - 01-23-2018, 06:00 PM
|