Performance issue on large sites
Davy Van Den Bremt - October 28, 2009 - 18:39
| Project: | MailChimp |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
Thanks, 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.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.