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

    (@olliejones)

    Your keys are correct. It looks like you use both WooCommerce and WPML, both of which are database-intensive plugin systems.

    I suggest you start using a persistent object cache; it may make your site more responsive by avoiding the repetition of database operations.

    This one, by me, should work for you. https://www.ads-software.com/plugins/sqlite-object-cache/ It’s possible your hosting provider also offers one.

    Thread Starter vintagefootballclub

    (@vintagefootballclub)

    Hi Ollie,

    thanks for answer, I’ll try your plugin, on my server I have memcached and opcache php extensions enabled, hope this help; or I must have more options enbled on server?

    Plugin Author OllieJones

    (@olliejones)

    The memcached extension (and the redis extension) both enable access to a separate cache server. If you use a hosting service, they may, or more likely do not, offer a memcached or redis server you can use with those extensions. The SQLite Object Cache I mentioned does not require a separate cache server.

    The opcache subsystem is part of php.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Check if all is ok (upload metadata)’ is closed to new replies.