Jump to content

REPLACE INTO `ibf_core_store`


Linda A

Recommended Posts

Posted

Whenever I seem to make a change like adding a plugin or tweaking the theme's HTML/CSS, the MySQL database gets flooded with queries of this type:

 

 /*IPS\Data\Store\_Database::set:90*/ REPLACE INTO `ibf_core_store` ( `store_key`, `store_value` ) VALUES ( ?, ? )       

 

What exactly is going on, and what can I do to make this faster? It feels like it's a recent problem since we shifted server as well as upgraded to the latest version.

  • 1 month later...
  • 11 months later...
Posted

Found a reason, in my case. Memcached was selected as caching method, but memcached itself was stopped somehow.

After restart of Mecached the problem dissapeared.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...