On 16 October 2012 22:03, Pongtawat Chippimolchai <[email protected]> wrote: > Dear Galen, > > Thank you for information. > > I'm a little bit curious why prefs are not cached? Loading them seem to take > many round trips to MySQL. > Memcached is for scalability not speed, fetching the prefs from memcached is actually slower than fetching them mysql, unless your database is under severe load. (We benchmarked them). If you run Koha under plack (which you can do with a bit of set up from 3.8.x on), the preferences are cached in persistent variables, there is obviously a huge improvement with that.
Chris _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
