Stats
The Stats module stores statistical events in a persistent log aimed at providing insight about the activity in your app.
See the Stats guide to learn how to work with the Stats module.
Configuration
cacheProviderNameThe name of the cache provider to use. Default:engine.databaseProviderNameThe name of the database provider to use. Default:main.cacheKeyUniqueIdThe unique cache key to use when storing stats event into cache. Default:QueuedSystemLogEvents.isQueueInCacheWhether to store stats events in a buffer using cache for improved performance instead of storing them in the database straightaway. Default:true.
Last updated
Was this helpful?