A faster load_textdomain
As of April 2026, A faster load_textdomain is a WordPress l10n plugin with 10 active installations and a 0/5 rating0. It has been downloaded 4.0K+ times in total. Requires WordPress 5.9+ and PHP 7.4+. Available on WordPress.org since 2023. Last updated 1 year ago — may have compatibility concerns. Top alternative: Loco Translate.
NOTE This plugin is not needed if you are running WordPress 6.5 or later, as the functionality is built into WordPress core. If you need to generate translation in the new
.l10n.phpformat, use the Performant Translations plugin instead.
This is a WordPress plugin that caches the .mo file as an PHP array, and include the array instead of the .mo file.
In theory, nothing is faster in PHP than loading and executing another PHP file.
If you have a plugin or theme that loads a textdomain, e.g. load_textdomain( 'textdomain', $path_to_mo_file ), then this plugin will:
WP_CONTENT_DIR . '/cache/a-faster-load-textdomain' directory.| WordPress | 5.9+ requiredTested up to 6.4.8 |
| PHP | 7.4+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.