Closed (fixed)
Project:
Mailchimp
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2009 at 18:39 UTC
Updated:
11 Nov 2009 at 19:00 UTC
This module has a performance issues on large sites. t() is used in a define(). t() should never be used within global context. I wrote a blog post about this once : http://www.drupalcoder.com/story/342-never-use-t-function-in-a-global-co...
This can have a tremendous effect on the performance of your site.
Comments
Comment #1
levelos commentedThanks, I wasn't aware of that issue. t() usage removed from globals in the dev release (or grab from CVS). I just release RC1 today, so will wait a couple days to see if anything else comes up before making a new release. Any other performance suggestions welcome.