-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Milestone
Description
I am currently testing Matomo 4.2.1.
The new Performance Report feature is not working at all:
- in matomo_log_link_visit_action the only field with non-NULL data is time_network and its always 0
- the other fields are always NULL
- -> Reports are empty
This is what the browsers are sending:
chrome
pf_net: 0
pf_srv: 1.150000000052387
pf_tfr: 1.2499999993451638
firefox
pf_net: 0
pf_srv: 2
pf_tfr: 1
- floats in chrome seem strange as the backend seems to expect integers
- the values 0/1/2 look like seconds but I guess we want milliseconds?
-> the performance feature seems completely broken at this time