Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 8, 20177 yr 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.
July 4, 20186 yr 1 hour ago, Sergey_SV said: I have the same issue, it seems I have hundreds of such request per second Submit a ticket
July 4, 20186 yr 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.