• Resolved Vincent Poirier

    (@magikweb)


    This plugin did wonders on one of our heavy-DB site.

    Will it work on a multisite?

    If yes, can it loop through all subsites or do we have to trigger it on a per-site basis?

    Thank you for any advice! (this may be a duplicate, but couldn’t find anything)

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

    (@olliejones)

    Thanks for the question. This plugin works with multisite. To call it “friendly” is an exaggeration, because you do have to loop through all the sites.

    You can do this with wp-cli fairly easily:

    wp index-mysql enable --all --blogid=1
    wp index-mysql enable --all --blogid=2
    wp index-mysql enable --all --blogid=3

    and so forth. Or you can use a shell script.

Viewing 1 replies (of 1 total)
  • The topic ‘Is it multisite-friendly?’ is closed to new replies.