[wp-trac] [WordPress Trac] #32052: Add out of the box support for MO file caching

WordPress Trac noreply at wordpress.org
Mon May 4 08:38:57 UTC 2015


#32052: Add out of the box support for MO file caching
-------------------------+------------------------------
 Reporter:  nicofuma     |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  I18N         |     Version:  4.2
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |     Focuses:  performance
-------------------------+------------------------------

Comment (by dd32):

 Personally I'm a little wary of storing the parsed MO files into
 transients, as pointed out, that means most users will get the data
 shifted to the Database instead (So it trades CPU+Disk for Memory+network
 bandwidth - MySQL & Object Caches are often not on the same machine)

 It also means that the memory usage of PHP related to the strings will
 double (as it'll be stored within the object cache global, as well as in
 the MO reader), that doesn't seem like much, but it quickly adds up in a
 localised install.

 There's a few people interested in the performance of localised installs
 (myself included), so you can be sure that your patch will be reviewed,
 but sometimes it can take a bit of time while all the options are weighed
 up.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32052#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list