silverstripe-translatable/code/model
Jeremy Thomerson 9771d97e1f ENHANCEMENT: significant speed improvement for many locales
Iterating over an array of locales and querying for each one causes tons
of unnecessary queries. This is especially evident when you get up to
hundreds of translations of a page. It makes the CMS admin UI insufferably
slow.  This is a little tweak to query for all of them at once instead of
individually.
2013-07-14 21:08:53 +00:00
..
Translatable.php ENHANCEMENT: significant speed improvement for many locales 2013-07-14 21:08:53 +00:00