Closed (works as designed)
Project:
String Overrides
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2009 at 02:54 UTC
Updated:
21 Sep 2009 at 20:03 UTC
if there are 1000 strings replace. stringoverrides load 1000 strings at same page. that make browser freezing.
Comments
Comment #1
robloachIf you have that many, you should probably use Locale instead as although String Overrides is great for a few string replacements, it will effect performance negatively if you have that many. Like it says on the project page:
Hopefully that helps! We could split it up into a couple pages, but having it one page reminds the user that the more String Overrides you use, the more times the string will be checked for each hit on t(). Thanks!