﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
10971,Translate functions when no locale are expensive no-ops,johanee,westi,"When there is no locale loaded WordPress creates a new empty Translations object on every call to any translation function {{{(__(), ...)}}} which is then used to do the fruitless no-op lookup.

Reverting to the 2.7 style (of testing $l10n[$domain] directly in translate() and friends) makes page load of new install of 2.9 trunk front page 17% faster!!",defect (bug),closed,normal,2.9,Performance,2.9,major,fixed,has-patch,
