https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29623
--- Comment #10 from Jonathan Druart <[email protected]> --- (In reply to Martin Renvoize from comment #9) > Silly question... why do this just at the request caching level? Where else? Sorry I am not sure I understand your question. > I had a bit of a deep dive into our caching strategies yesterday to get > myself back up to speed... > > Is it slower to fetch a key from Memcached once (to populate the L1 per > request) than it is to fetch it from MySQL (to populate the same L1 per > request)?.. or am I totally misunderstanding our caching code? Where do you read that in the code? I don't have numbers but yes, fetching something simple from MySQL may take the same time as fetching from Memcached. That must be confirmed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
