Download & Extend

Performance issue on large sites

Project:MailChimp
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:active» fixed

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

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.