You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data collectors are only useful in combination with the Typo3DatabaseBackend. If you use something else, like the RedisBackend, the values are still being collected, but they are quite useless, as the db tables do not get changed by TYPO3 any more.
So if, for instance, this is set:
the CfCachePagesMetrics has to query the redis backend for data, not the TYPO3 database. For the redis case, there is dbsize. For other caching backends like apcu or memcached, there are corresponding methods as well.
The text was updated successfully, but these errors were encountered:
The data collectors are only useful in combination with the
Typo3DatabaseBackend
. If you use something else, like theRedisBackend
, the values are still being collected, but they are quite useless, as the db tables do not get changed by TYPO3 any more.So if, for instance, this is set:
the
CfCachePagesMetrics
has to query the redis backend for data, not the TYPO3 database. For the redis case, there is dbsize. For other caching backends like apcu or memcached, there are corresponding methods as well.The text was updated successfully, but these errors were encountered: