Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9cfaaa

Browse files
author
Oliver Bestmann
committedJan 18, 2023
Correctly format Description section in the README.md
1 parent 94172d9 commit c9cfaaa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# DynamicDeviceDetectorCache Plugin for Matomo
22

3+
## Description
4+
35
Makes device detection in Matomo faster by having cached entries for recently seen user agents.
46

57
By default, Matomo runs thousands of regular expressions for each tracking request to detect what Browser, Device, Operating system, ... is being used and to detect if a user agent is a bot or not.
68

79
This plugin changes this by first looking if a cached result exists for the particular user agent and if so, directly loads the result from the cache.
10+
The difference to the existing `DeviceDetectorCache` plugin is that this plugin doesn't need any setup. No need to learn user agents
11+
from a log file.
812

9-
For us, this speeds up the tracking request by factor 5x.
13+
For us, this speeds up the tracking request by a factor of 5x.
1014

1115
### How to set it up
1216

‎plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "DynamicDeviceDetectorCache",
33
"description": "Makes tracking faster by detecting many devices, operating systems, bots, and browsers from a cache.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"theme": false,
66
"require": {
77
"matomo": ">=4.13.0,<5.0.0-b1"

0 commit comments

Comments
 (0)
Please sign in to comment.