Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #17128, comment 28


Ignore:
Timestamp:
03/24/2015 03:32:50 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17128, comment 28

    initial v1  
    11I just published a plugin that implements on-demand loading of mo files and on-demand translating of strings: [http://wordpress.org/plugins/wp-performance-pack/ WP Performance Pack].
    2 It uses override_load_textdomain and a new Translations implementation. It already improves performance and memory usage but I'm working on some more improvements by reducing unnecessary translations, of wich there are quite some in WordPress core (e.g. [https://core.trac.wordpress.org/ticket/26746 26746]). I also plan to implement usage of native gettext if available.
     2It uses override_load_textdomain and a new Translations implementation. It already improves performance and memory usage but I'm working on some more improvements by reducing unnecessary translations, of wich there are quite some in WordPress core (e.g. #26746). I also plan to implement usage of native gettext if available.