Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author OllieJones

    (@olliejones)

    Yes, Index WP MySQL For Speed supports multisite installations. Activate it on the network plugins page, then add the keys for each site separately, from each site’s own Tools / Index MySQL page.

    Or, if you have access to WP-CLI and you have, for example, three sites in your multisite instance, you can do this to add the keys to all your sites.

    wp index-mysql enable --all --blogid=1
    wp index-mysql enable --all --blogid=2
    wp index-mysql enable --all --blogid=3
    
    • This reply was modified 1 year, 8 months ago by OllieJones.

    Hello there,
    Thank you for clarifying how to use it to optimize each site’s tables.
    However, are the network’s tables optimized to such as *sitemeta, *users, etc?
    Many thanks for your input.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multisite’ is closed to new replies.