Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robert S.

    (@robsat91)

    Hello!
    Yes, the plugin is actively developed. Version 2.0 was just released

    Regarding Scalability Pro – I’m not aware of the features of that plugin. What I can say is what our plugin is doing:
    – Adds indexes to tables to speed things up (primarily for huge databases)
    – Ensures usage of modern DB engines (InnoDB)
    – Runs “ANALYZE TABLE” to keep table analysis fresh
    – Prevet script concatenation (to prevent possible DDOS-attacks)
    – Clean up the contents of the head-tag
    – Cloudflare cache integration (automatic cache purge when updating content)

    It also adds features for Servebolt customers:
    – Error log inspection GUI
    – Servebolt cache control

    Hopefully this clarified things!
    All the best
    Robert S?ther

    Thread Starter menathor

    (@menathor)

    That’s great to hear ??

    Does the plugin only add indexes to core tables (wp_posts, wp_postmeta etc) or does it work with plugins too? I’m using WooCommerce and BuddyPress, each of which adds custom tables. Are those tables indexed as well?

    And is wp_options indexed?

    Cheers

    Plugin Author Robert S.

    (@robsat91)

    Hello!

    No, our plugin only adds indexes to the native WP tables “wp_postmeta” and “wp_options”. It also works in a multisite-setup so that each of the sites will get their tables be optimized. If your site has any custom tables then they need to be indexed manually.

    – Robert
    Servebolt

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Still maintained? And compatibility with Scalability Pro?’ is closed to new replies.