https://bugzilla.wikimedia.org/show_bug.cgi?id=28119
--- Comment #1 from Reedy <[email protected]> 2011-03-19 19:54:31 UTC --- Doing a array['language']['code'] = name would be a very cheap way of caching it on the fly. Making a key like that, and storing in memcached wouldn't be difficult either, for a bit more persistant storage, which wouldn't be a bad idea... wfMemcKey( 'babel', 'code', name ); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
