[wp-trac] [WordPress Trac] #17128: POMO library performance considerations

WordPress Trac wp-trac at lists.automattic.com
Tue Jan 17 14:22:12 UTC 2012


#17128: POMO library performance considerations
-------------------------+------------------
 Reporter:  wet          |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  3.4
Component:  I18N         |     Version:
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |
-------------------------+------------------
Changes (by noah.williamsson):

 * cc: noah.williamsson (added)


Comment:

 FWIW, I've experienced similar performance issues as outlined in the
 original report on an Ubuntu 10.04 LTS (PHP 5.3.2, APC 3.1.3) system
 running Wordpress 3.3.1.

 Switching from Wordpress' own gettext implementation to PHP's native
 gettext libary (using a patch from #17268) improved page response times by
 43% compared to a stock Wordpress 3.3.1 installation where WPLANG is used.
 || Feature || Response time || Performance hit ||
 || Stock 3.3.1, WPLANG not set || 139ms || 0% ||
 || WPLANG set to 'sv_SE' || 255ms || 45% slower ||
 || WPLANG set + patch from #17268 || 145ms || 4% slower ||

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17128#comment:20>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list