Make WordPress Core

Changes between Version 2 and Version 10 of Ticket #59656


Ignore:
Timestamp:
11/08/2023 07:09:49 PM (15 months ago)
Author:
swissspidy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59656

    • Property Priority changed from normal to high
  • Ticket #59656 – Description

    v2 v10  
    11Over the past half a year or so, the core performance team spent significant time on  extensively analyzing i18n performance in WordPress and finding ways to improve it. This cumulated in the [https://wordpress.org/plugins/performant-translations/ Performance Translations] feature plugin, which uses PHP files in favor of MO files for translations, which is much faster and benefits from OPcache as well.
    22
    3 This ticket tracks the suggestion of merging Performant Translations, which was originally developed by @dd32 under the name Ginger MO, into WordPress core. **Note: a make/core post detailing the merge will be published separately.**
     3This ticket tracks the suggestion of merging Performant Translations, which was originally developed by @dd32 under the name Ginger MO, into WordPress core.
     4
     5**View related make/core post:** https://make.wordpress.org/core/2023/11/08/merging-performant-translations-into-core/
    46
    57Performant Translations supports multiple file formats (`.mo` and `.php`), as well as multiple text domains and locales loaded at the same time.