1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 15:07:44 +00:00
Files
matomo/tests/PHPUnit/System/expected/test_BackwardsCompatibility1XTest__Actions.getPageUrls_day.xml
Stefan Giehl 6936b93cba New page performance reports (#15736)
* Adds various new performance metrics and dimensions

* Adds tracking for new performance values

* track performance metrics only for page views

* Archive new performance metrics

* move everything into a new plugin

* fix archiving of overall metrics

* Adds new overview reports

* show performance metric on some more reports

* adds new page performance icon

* Adds new row action to view page performance evolution for pages

* Adds new stacked bar visualization for page performance evolutions

* show total value in stacked bar chart tooltips

* [TEMP] use php tracker package branch

* Adds some simple System tests

* Adds some UI tests

* remove performance metrics from action reports that don't support it

* move calculation to api

* mark as tracker plugin

* improve calculation of maximum value in bar evolution chart

* enrich existing tests with performance metrics

* updates expected test files

* send performance metrics with the next request after they are available

this might not be the pageview it self but any request after it, like a ping, goal, ...

* Adds request processor to process performance metrics not sent directly with the page view

* rebuilt js

* Add metric decriptions to evolution chart documentation

* fix convertion of microseconds part

* Ensure average page load time is displayed in evolution graph in scheduled reports

* fix some more tests

* move page performance overview to visitors overview

* Adds new table with performance metrics visualization

* Adds some additional information to page performance evolution overlay

* update omnifixture

* updates expected UI files

* Use mediumints for new dimensions

* Adds additional permission check

* Encode label in page performance overlay title

* Improve updating performance metrics in later requests

* Adds some integration tests

* improves metric documentations

* Send already available performance data with page view request

* update tests

* updates expected UI test screenshots

* updates expected test files

* improves archiving

* show page generation time in performance metrics table if matomo was installed before 4.0

* Hide page generation time in ui reports if Matomo was installed after 4.0

* Fix removal of unavailable columns from being displayed

that was done too early in the process causing to be overwritten again by the reports configureView

* do not track automatically calculated generation time any more

* split latency into network and server time

* [TEMP] update php tracker

* rebuilt piwik.js

* Ensure to count zero values as hits

* updates Omnifixture

* updates expected test files

* remove possibility to set generation time

* rebuilt piwik.js

* adjust tests

* update php tracker

* update test logs

* submodule

* update Omnifixture

* show page load time in action tooltip and visitor summary instead of generation time

* updates expected ui files

* mark page generation time metric as deprecated

* fix tests

* [TEMP] use submodule branches

* ensure lower metric values are shown as better

* use 4.x-dev branch of php-tracker

* update submodules
2020-04-17 15:00:51 +02:00

115 خطوط
2.9 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
<label>/index</label>
<nb_visits>1</nb_visits>
<nb_uniq_visitors>1</nb_uniq_visitors>
<nb_hits>1</nb_hits>
<sum_time_spent>180</sum_time_spent>
<avg_bandwidth>0</avg_bandwidth>
<avg_time_on_page>180</avg_time_on_page>
<bounce_rate>0%</bounce_rate>
<exit_rate>0%</exit_rate>
<url>http://example.org/</url>
<segment>pageUrl==http%253A%252F%252Fexample.org%252F</segment>
</row>
<row>
<label>/index.htm</label>
<nb_visits>1</nb_visits>
<nb_uniq_visitors>1</nb_uniq_visitors>
<nb_hits>1</nb_hits>
<sum_time_spent>0</sum_time_spent>
<exit_nb_uniq_visitors>1</exit_nb_uniq_visitors>
<exit_nb_visits>1</exit_nb_visits>
<avg_bandwidth>0</avg_bandwidth>
<avg_time_on_page>0</avg_time_on_page>
<bounce_rate>0%</bounce_rate>
<exit_rate>100%</exit_rate>
<url>http://example.org/index.htm</url>
<segment>pageUrl==http%253A%252F%252Fexample.org%252Findex.htm</segment>
</row>
<row>
<label>/index.htm?parameter=Should display</label>
<nb_visits>1</nb_visits>
<nb_uniq_visitors>1</nb_uniq_visitors>
<nb_hits>1</nb_hits>
<sum_time_spent>180</sum_time_spent>
<entry_nb_uniq_visitors>1</entry_nb_uniq_visitors>
<entry_nb_visits>1</entry_nb_visits>
<entry_nb_actions>7</entry_nb_actions>
<entry_bounce_count>0</entry_bounce_count>
<avg_bandwidth>0</avg_bandwidth>
<avg_time_on_page>180</avg_time_on_page>
<bounce_rate>0%</bounce_rate>
<exit_rate>0%</exit_rate>
<url>http://example.org/index.htm?parameter=Should display</url>
<segment>pageUrl==http%253A%252F%252Fexample.org%252Findex.htm%253Fparameter%253DShould%2Bdisplay</segment>
</row>
<row>
<label>store</label>
<nb_visits>1</nb_visits>
<nb_hits>1</nb_hits>
<sum_time_spent>0</sum_time_spent>
<entry_nb_visits>1</entry_nb_visits>
<entry_nb_actions>1</entry_nb_actions>
<entry_bounce_count>1</entry_bounce_count>
<exit_nb_visits>1</exit_nb_visits>
<avg_bandwidth>0</avg_bandwidth>
<avg_time_on_page>0</avg_time_on_page>
<bounce_rate>100%</bounce_rate>
<exit_rate>100%</exit_rate>
<segment>pageUrl=^http%253A%252F%252Fsite.com%252Fstore</segment>
<subtable>
<row>
<label>/purchase.htm</label>
<nb_visits>1</nb_visits>
<nb_uniq_visitors>1</nb_uniq_visitors>
<nb_hits>1</nb_hits>
<sum_time_spent>0</sum_time_spent>
<entry_nb_uniq_visitors>1</entry_nb_uniq_visitors>
<entry_nb_visits>1</entry_nb_visits>
<entry_nb_actions>1</entry_nb_actions>
<entry_bounce_count>1</entry_bounce_count>
<exit_nb_uniq_visitors>1</exit_nb_uniq_visitors>
<exit_nb_visits>1</exit_nb_visits>
<avg_time_on_page>0</avg_time_on_page>
<bounce_rate>100%</bounce_rate>
<exit_rate>100%</exit_rate>
<url>http://example.org/store/purchase.htm</url>
<segment>pageUrl==http%253A%252F%252Fexample.org%252Fstore%252Fpurchase.htm</segment>
</row>
</subtable>
</row>
</result>