Skip to content

Ensure performance timings are sent as integer values #17371

@MichaelRoosz

Description

@MichaelRoosz

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions