• Resolved madmax4ever

    (@madmax4ever)


    Hello,

    First of all, thank you for this great plugin!
    I’m currently translating it in french to make it easier to use by french users.??

    I was really happy with the imporvements you high-performance keys offered. So I was wondering if you would be interested in working on woocommerce db optimization too?
    Maybe in an other plugin (as you target optimizations as you did for users db)?

    Even if not, once again, thank you for this plugin!

    Sincerely,

    -M-

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

    (@olliejones)

    Merci beaucoup for contributing your translation!

    This plugin is actually designed to speed up WooCommerce’s use of the wp_posts and wp_postmeta tables. I first implemented it for myself because I was working with an absurdly slow store.

    I took a careful look at WooCommerce’s other tables and saw no big database-key opportunities: the WooCommerce team did a decent job of designing their tables and keys.

    The WooCommerce team is getting ready to release their High Performance Order Storage. This refactors their code to use purpose-designed tables, rather than jamming their order subsystem into the Procrustean Bed of core WordPress’s meta table structure.

    After that is available, I’ll investigate their table keys further.

    In the meantime, if you can add a persistent object cache to your site it will help your performance greatly.

Viewing 1 replies (of 1 total)
  • The topic ‘Would you plan to work on woocommerce db optimization?’ is closed to new replies.