wordpress-mo-cache
wordpress-mo-cache copied to clipboard
Why not cache the all $l10n
You cache each mo separately. But why not only creating one cache entry at the end with the entire $l10n?
The plugin hooks on override_load_textdomain which is run once per file. How would you know that you have reached "the end", and how would you invalidate that cache later on?