Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • That is true, but having nearly a million entries on options table isn’t something what was intended ??

    besides to info stored in there is mainly used by wc anyway, so i think “reinventing the wheel” would make a perfect sense, in case u have lots of products like the site i came across. this would at least not hamper wp core and other part’s access to options table.

    Also, it would be nice to have an way for wc to auto remove expired transients, for example via a cron/scheduled job that could run every 3 day or so. that would be very helpful.

    Just out of curiosity, why use wp_options table for storing transient data? on on of site’s with about 10k products the options table have 860,724 rows of transient data.

    Since options table is shared by core and other plugins/themes, it seriously impacts the performance of overall site.

    won’t it be great to move the transient data to its own separate optimized database table?

Viewing 2 replies - 1 through 2 (of 2 total)