[Wikidata-bugs] [Maniphest] T254536: CacheAwarePropertyInfoStore performs 4000 Memc ops/s (APC not working?)

2020-12-02 Thread Addshore
Addshore added a comment. Looking at usages of that config variables now: - Old usage from the entity cache that we previously removed (now just uses CACHE_NONE) https://gerrit.wikimedia.org/g/mediawiki/extensions/Wikibase/+/b2705a5cf9bc4daeae15466948f1dfce14305878/client/includes/Store/

[Wikidata-bugs] [Maniphest] T254536: CacheAwarePropertyInfoStore performs 4000 Memc ops/s (APC not working?)

2020-12-01 Thread Ladsgroup
Ladsgroup added a comment. So when it was changed, it was one hour only: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/Wikibase/+/refs/changes/66/602666/4/client/config/WikibaseClient.default.php#83 IMO, 24 hours is also fine unless users complain things are not gett

[Wikidata-bugs] [Maniphest] T254536: CacheAwarePropertyInfoStore performs 4000 Memc ops/s (APC not working?)

2020-11-30 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. We have some code that updates the cache when the property info store changes (`CacheAwarePropertyInfoStore`), but that only affects the WAN cache, not the APC cache. Maybe we should lower the TTL of the APC cache only, while keeping the WAN cache TTL

[Wikidata-bugs] [Maniphest] T254536: CacheAwarePropertyInfoStore performs 4000 Memc ops/s (APC not working?)

2020-11-30 Thread Addshore
Addshore added a comment. This changed the cache from having a TTL for 20 seconds to cacheDuration which is currently 24 hours. This was deliberately set to be low before, although 24 hours seems to be doing fine? F33928942: image.png