• Hello and thank you for the plugin.

    Sorry for giving this plugin a bad review, as the problem was not this plugin. Replaced with a new review.

    I installed it on three old sites, observed not working for most core translations in admin. Now installed other places, it works. The explanation I found is that the older sites all had this experimental MU plugin https://gist.github.com/soderlind/610a9b24dbf95a678c3e#file-a_faster_load_textdomain-php

    I had forgotten about that one staying in mu-plugins, and I’m sorry for that.

    Once disabled, it works perfect. This MU plugin saves translations to transients, and with an persistent object cache this is efficient.

    May they be combined, and if so, what changes need to be made? My goal is still to have translations in shared memory.

Viewing 1 replies (of 1 total)
  • Plugin Author colinleroy

    (@colinleroy)

    Hi Knut,
    Thanks for the research on this !

    I’m very unsure if/how one can combine two plugins that have such close functionalities. For best results override_load_textdomain should be done by the plugin you point to, but the mo file loading should be done by mine. I don’t think we can do that.

    Possibly I could use transients too, I’ll give that a look.

    Colin

Viewing 1 replies (of 1 total)
  • The topic ‘Combining with “faster load text domain”’ is closed to new replies.