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

levelos’s picture

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.

Status: Fixed » Closed (fixed)

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