matomo-org / plugin-DeviceDetectorCache

Makes tracking in Matomo Analytics faster by detecting many devices, operating systems, bots, and browsers from a cache.
https://matomo.org
GNU General Public License v3.0
3 stars 7 forks source link

Make sure to use a cached result when we have it so we wont detect it again #54

Closed tsteur closed 1 year ago

tsteur commented 1 year ago

Description:

The cache result methods were actually never called meaning it always tried to parse the user agent again.

Review