Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en.json « lang « PagePerformance « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5ac8d4b7325788e7843f384a96fe1e253b6c6fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
    "PagePerformance": {
        "ColumnAveragePageLoadTime": "Avg. page load time",
        "ColumnAveragePageLoadTimeDocumentation": "Average time (in seconds) it takes from requesting a page until the page is fully rendered within the browser",
        "ColumnAverageTimeNetwork": "Avg. network time",
        "ColumnAverageTimeNetworkDocumentation": "Average time (in seconds) it takes to connect to the server. This includes the time needed to lookup DNS and establish a TCP connection. This value might be 0 after the first request to a domain as the browser might cache the connection.",
        "ColumnAverageTimeServer": "Avg. server time",
        "ColumnAverageTimeServerDocumentation": "Average time (in seconds) it takes the server to generate the page. This is the time between the server receiving the request and starting to serve the response.",
        "ColumnAverageTimeTransfer": "Avg. transfer time",
        "ColumnAverageTimeTransferDocumentation": "Average time (in seconds) it takes the browser to download the response from the server. This is the time from receiving the first byte till the response is complete.",
        "ColumnAverageTimeDomProcessing": "Avg. DOM processing time",
        "ColumnAverageTimeDomProcessingDocumentation": "Average time (in seconds) the browser spends loading the webpage after the response was fully received and before the user can start interacting with it.",
        "ColumnAverageTimeDomCompletion": "Avg. DOM completion time",
        "ColumnAverageTimeDomCompletionDocumentation": "Average time (in seconds) it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the webpage was loaded and the user can already interact with it.",
        "ColumnAverageTimeOnLoad": "Avg. on load time",
        "ColumnAverageTimeOnLoadDocumentation": "Average time (in seconds) it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM has completely rendered.",
        "ColumnViewsWithTimeNetwork": "Pageviews with network time",
        "ColumnViewsWithTimeServer": "Pageviews with server time",
        "ColumnViewsWithTimeTransfer": "Pageviews with transfer time",
        "ColumnViewsWithTimeDomProcessing": "Pageviews with DOM processing time",
        "ColumnViewsWithTimeDomCompletion": "Pageviews with DOM completion time",
        "ColumnViewsWithTimeOnLoad": "Pageviews with on load time",
        "ColumnTimeNetwork": "Network time",
        "ColumnTimeServer": "Server time",
        "ColumnTimeTransfer": "Transfer time",
        "ColumnTimeDomProcessing": "DOM processing time",
        "ColumnTimeDomCompletion": "DOM completion time",
        "ColumnTimeOnLoad": "On load time",
        "PageLoadTime": "Page load time",
        "EvolutionOverPeriod": "Evolution of page performance metrics",
        "PluginDescription": "Adds some page performance reports",
        "PerformanceTable": "Table with performance metrics",
        "Overview": "Performance overview",
        "OverviewDocumentation": "This report provides an overview of how fast your webpages become visible to your visitors. This includes both how long it takes for browsers to download your webpages and how long it takes for browsers to display them.",
        "Performance": "Performance",
        "HelpNote": "Some of those metrics might not always be available. You can find more information in our %1$sonline guide%2$s.",
        "RowActionTitle": "Open page performance report",
        "RowActionDescription": "Show page performance report for this row",
        "PagePerformanceTitle": "Page performance for page with %1$s \"%2$s\"",
        "PerformanceSubcategoryHelp1": "The Performance section can help you analyse how fast your website or app is performing on the whole and help discover whether you have specific pages that significantly deviate from your averages.",
        "PerformanceSubcategoryHelp2": "You can also find reports showing exactly how long each page of your website takes to load and what is contributing to their loading time."
    }
}