generationTimeMilliseconds missing in Live.getLastVisitsDetails

I cant find the values for page loading time in the Live.getLastVisitsDetails anymore. Is there a way to activate them again? We want to show evaluations like “page load, where 90% are faster” or we want to show the “10 slowest requests” for a specific url. We used the generationTimeMilliseconds to create these statistics.
Maybe there will be also another way to create these statistics.

Hi,

In Matomo 4 the old generationTime was replaced with the Performance Report (https://matomo.org/faq/how-to/how-do-i-see-page-performance-reports/) which should be a lot more accurate.

Unfortunately it seems like these values are not (yet) output in the Live.getLastVisitsDetails API. You could create a Github Issue or contribute this feature if you can.

Maybe using https://demo.matomo.cloud/index.php?module=API&method=PagePerformance.get&idSite=1&period=day&date=yesterday&format=JSON&token_auth=anonymous in combination with the segment parameter might still allow you to get some of the insights you need