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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-04-17 16:00:51 +0300
committerGitHub <noreply@github.com>2020-04-17 16:00:51 +0300
commit6936b93cba5150e0eaa879aebf3662b3e279d045 (patch)
treec63c93f92bc31479aa70d463939ef144eeb83e66 /plugins
parent3c50481031e8b8ad647d8a74802e9558cebe41ce (diff)
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
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Actions/API.php2
-rw-r--r--plugins/Actions/Actions/ActionSiteSearch.php5
-rw-r--r--plugins/Actions/Columns/Metrics/AveragePageGenerationTime.php5
-rw-r--r--plugins/Actions/Columns/PageGenerationTime.php6
-rw-r--r--plugins/Actions/DataTable/Filter/Actions.php3
-rw-r--r--plugins/Actions/Metrics.php1
-rw-r--r--plugins/Actions/Reports/GetPageTitles.php11
-rw-r--r--plugins/Actions/Reports/GetPageUrls.php7
-rw-r--r--plugins/Actions/VisitorDetails.php58
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_column_sorted.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_exclude_low_population.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_flattened.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_initial.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_pageview_percentages.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_closed.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_visible.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_segmented_visitor_log_hover.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_subtables_loaded.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unflattened.png4
-rw-r--r--plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unique_pageview_percentages.png4
m---------plugins/AnonymousPiwikUsageMeasurement0
m---------plugins/Bandwidth0
-rw-r--r--plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php3
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_day.xml29
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml29
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents__Actions.get_day.xml1
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents__Actions.get_month.xml1
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents__Live.getLastVisitsDetails_day.xml8
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents__Live.getLastVisitsDetails_month.xml8
-rwxr-xr-xplugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Actions.getPageUrls_day.xml29
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Live.getLastVisitsDetails_day.xml8
-rwxr-xr-xplugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Actions.getPageUrls_day.xml29
-rw-r--r--plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Live.getLastVisitsDetails_day.xml8
-rwxr-xr-xplugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Actions.getPageUrls_day.xml29
-rw-r--r--plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Live.getLastVisitsDetails_day.xml8
-rw-r--r--plugins/CoreConsole/tests/System/expected/test_ArchiveCronTest_preArchivedSegment0_noOptions__Live.getLastVisitsDetails_year.xml20
-rw-r--r--plugins/CoreConsole/tests/System/expected/test_ArchiveCronTest_preArchivedSegment1_noOptions__Live.getLastVisitsDetails_year.xml20
-rw-r--r--plugins/CoreHome/tests/UI/expected-screenshots/SingleMetricView_formatted_metric.png4
-rw-r--r--plugins/CoreHome/tests/UI/expected-screenshots/SingleMetricView_goal_metric.png4
-rw-r--r--plugins/CorePluginsAdmin/tests/UI/expected-screenshots/TagManagerTeaser_admin_page_disable.png4
-rw-r--r--plugins/CoreUpdater/tests/UI/expected-screenshots/CoreUpdaterDb_main.png4
-rw-r--r--plugins/CoreUpdater/tests/UI/expected-screenshots/CoreUpdaterDb_main_instance.png4
-rw-r--r--plugins/CoreVisualizations/JqplotDataGenerator/Evolution.php2
-rw-r--r--plugins/CoreVisualizations/javascripts/jqplot.js6
m---------plugins/CustomAlerts0
m---------plugins/CustomDimensions0
-rw-r--r--plugins/Dashboard/tests/UI/DashboardManager_spec.js2
-rw-r--r--plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_create_new.png4
-rw-r--r--plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_expanded.png4
-rw-r--r--plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_removed.png4
-rw-r--r--plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_widget_list_shown.png4
-rw-r--r--plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_widget_preview.png4
-rw-r--r--plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_loaded_token_auth.png4
-rw-r--r--plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_removed.png4
-rw-r--r--plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_reset.png4
-rw-r--r--plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_rowevolution.png4
-rw-r--r--plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_widget_add_widget.png4
-rw-r--r--plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php8
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_html_tables_and_graph__ScheduledReports.generateReport_week.original.html91
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_html_tables_only__ScheduledReports.generateReport_week.original.html84
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_in_csv__ScheduledReports.generateReport_week.original.csv4
-rw-r--r--plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_in_pdf_tables_only__ScheduledReports.generateReport_week.original.pdfbin583425 -> 585372 bytes
-rw-r--r--plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml21
-rw-r--r--plugins/ImageGraph/API.php2
-rw-r--r--plugins/IntranetMeasurable/tests/System/expected/test__intranet__API.get_day.xml21
-rw-r--r--plugins/IntranetMeasurable/tests/System/expected/test__notIntranet__API.get_day.xml21
-rw-r--r--plugins/Live/templates/_actionTooltip.twig6
-rw-r--r--plugins/Live/templates/_profileSummary.twig7
-rw-r--r--plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php24
-rw-r--r--plugins/Live/tests/System/expected/test___Live.getVisitorProfile.xml1
-rw-r--r--plugins/Live/tests/System/expected/test_higherLimit__Live.getVisitorProfile.xml1
-rw-r--r--plugins/Live/tests/System/expected/test_maxVisitLimit__Live.getVisitorProfile.xml1
-rw-r--r--plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile.png4
-rw-r--r--plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_action_details.png4
-rw-r--r--plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_action_tooltip.png4
-rw-r--r--plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_actions_hidden.png4
-rw-r--r--plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_limited.png4
-rw-r--r--plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_more_visits.png4
-rw-r--r--plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_visit_details.png4
m---------plugins/LogViewer0
m---------plugins/MarketingCampaignsReporting0
-rw-r--r--plugins/Morpheus/fonts/matomo.svg1
-rw-r--r--plugins/Morpheus/fonts/matomo.ttfbin26300 -> 26588 bytes
-rw-r--r--plugins/Morpheus/fonts/matomo.woffbin26376 -> 26664 bytes
-rw-r--r--plugins/Morpheus/fonts/matomo.woff2bin10644 -> 10908 bytes
-rw-r--r--plugins/Morpheus/fonts/selection.json2
-rw-r--r--plugins/Morpheus/stylesheets/base/icons.css4
-rw-r--r--plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites.png4
-rw-r--r--plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_changed_sort_order.png4
-rw-r--r--plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_page_1.png4
-rw-r--r--plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_search.png4
-rw-r--r--plugins/PagePerformance/API.php127
-rw-r--r--plugins/PagePerformance/Archiver.php124
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AveragePageLoadTime.php63
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AveragePerformanceMetric.php99
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeDomCompletion.php34
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeDomProcessing.php33
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeNetwork.php33
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeOnLoad.php33
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeServer.php33
-rw-r--r--plugins/PagePerformance/Columns/Metrics/AverageTimeTransfer.php33
-rw-r--r--plugins/PagePerformance/Columns/TimeDomCompletion.php74
-rw-r--r--plugins/PagePerformance/Columns/TimeDomProcessing.php74
-rw-r--r--plugins/PagePerformance/Columns/TimeNetwork.php74
-rw-r--r--plugins/PagePerformance/Columns/TimeOnLoad.php74
-rw-r--r--plugins/PagePerformance/Columns/TimeServer.php74
-rw-r--r--plugins/PagePerformance/Columns/TimeTransfer.php74
-rw-r--r--plugins/PagePerformance/Controller.php157
-rw-r--r--plugins/PagePerformance/JqplotDataGenerator/Chart.php139
-rw-r--r--plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php110
-rw-r--r--plugins/PagePerformance/Metrics.php131
-rw-r--r--plugins/PagePerformance/PagePerformance.php157
-rw-r--r--plugins/PagePerformance/Reports/Get.php90
-rw-r--r--plugins/PagePerformance/Tracker/PerformanceDataProcessor.php108
-rw-r--r--plugins/PagePerformance/Visualizations/JqplotGraph/StackedBarEvolution.php99
-rw-r--r--plugins/PagePerformance/Visualizations/PerformanceColumns.php76
-rw-r--r--plugins/PagePerformance/javascripts/PagePerformance.js141
-rw-r--r--plugins/PagePerformance/javascripts/jqplotStackedBarEvolutionGraph.js218
-rw-r--r--plugins/PagePerformance/javascripts/rowaction.js103
-rw-r--r--plugins/PagePerformance/lang/en.json39
-rw-r--r--plugins/PagePerformance/templates/getPagePerformancePopover.twig10
-rw-r--r--plugins/PagePerformance/tests/Fixtures/VisitsWithPagePerformanceMetrics.php118
-rw-r--r--plugins/PagePerformance/tests/Integration/Tracker/PerformanceDataProcessorTest.php109
-rw-r--r--plugins/PagePerformance/tests/System/APITest.php67
-rw-r--r--plugins/PagePerformance/tests/System/expected/test___Actions.getPageTitles_day.xml92
-rw-r--r--plugins/PagePerformance/tests/System/expected/test___Actions.getPageTitles_month.xml92
-rw-r--r--plugins/PagePerformance/tests/System/expected/test___Actions.getPageUrls_day.xml209
-rw-r--r--plugins/PagePerformance/tests/System/expected/test___Actions.getPageUrls_month.xml209
-rw-r--r--plugins/PagePerformance/tests/System/expected/test___PagePerformance.get_day.xml10
-rw-r--r--plugins/PagePerformance/tests/System/expected/test___PagePerformance.get_month.xml10
-rw-r--r--plugins/PagePerformance/tests/UI/PagePerformance_spec.js113
-rw-r--r--plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_load.png3
-rw-r--r--plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_pagetitle_overlay.png3
-rw-r--r--plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_pageurl_overlay.png3
-rw-r--r--plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_performance_visualization.png3
-rw-r--r--plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_rowactions.png3
-rw-r--r--plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_rowactions_subtable.png3
-rw-r--r--plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_visualizations.png3
-rw-r--r--plugins/PrivacyManager/tests/Fixtures/MultipleSitesMultipleVisitsFixture.php22
-rwxr-xr-xplugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_allSitesAllDates.json3048
-rwxr-xr-xplugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_anonymizeUserId.json1016
-rwxr-xr-xplugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_restrictDate.json3048
-rwxr-xr-xplugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_restrictSites.json3048
-rwxr-xr-xplugins/PrivacyManager/tests/System/expected/exportDataSubject_allVisits.json7112
-rwxr-xr-xplugins/PrivacyManager/tests/System/expected/exportDataSubject_oneVisitGiven.json96
-rw-r--r--plugins/PrivacyManager/tests/System/expected/test___PrivacyManager.getAvailableLinkVisitActionColumnsToAnonymize.xml24
-rw-r--r--plugins/PrivacyManager/tests/System/expected/test_allSites__Live.getLastVisitsDetails_year.xml1110
-rw-r--r--plugins/PrivacyManager/tests/UI/expected-screenshots/PrivacyManager_gdpr_tools_visits_showprofile.png4
m---------plugins/QueuedTracking0
m---------plugins/SecurityInfo0
-rw-r--r--plugins/SegmentEditor/tests/UI/expected-screenshots/SegmentSelectorEditorTest_complex_segment.png4
-rw-r--r--plugins/SegmentEditor/tests/UI/expected-screenshots/UnprocessedSegmentTest_custom_segment.png4
-rw-r--r--plugins/SegmentEditor/tests/UI/expected-screenshots/UnprocessedSegmentTest_unprocessed_segment.png4
m---------plugins/TagManager0
m---------plugins/TreemapVisualization0
-rw-r--r--plugins/TwoFactorAuth/tests/UI/expected-screenshots/TwoFactorAuth_logme_verified.png4
-rw-r--r--plugins/TwoFactorAuth/tests/UI/expected-screenshots/TwoFactorAuth_twofa_forced_step4.png4
-rw-r--r--plugins/UsersManager/tests/UI/expected-screenshots/UserSettings_load_security.png4
m---------plugins/VisitorGenerator0
-rw-r--r--plugins/VisitsSummary/Reports/Get.php7
162 files changed, 19455 insertions, 3581 deletions
diff --git a/plugins/Actions/API.php b/plugins/Actions/API.php
index d9b98c6cfb..c4a6e84902 100644
--- a/plugins/Actions/API.php
+++ b/plugins/Actions/API.php
@@ -15,7 +15,6 @@ use Piwik\DataTable;
use Piwik\Date;
use Piwik\Metrics as PiwikMetrics;
use Piwik\Piwik;
-use Piwik\Plugin\Report;
use Piwik\Plugins\Actions\Columns\Metrics\AveragePageGenerationTime;
use Piwik\Plugins\Actions\Columns\Metrics\AverageTimeOnPage;
use Piwik\Plugins\Actions\Columns\Metrics\BounceRate;
@@ -520,6 +519,7 @@ class API extends \Piwik\Plugin\API
$extraProcessedMetrics[] = new BounceRate();
$extraProcessedMetrics[] = new ExitRate();
$extraProcessedMetrics[] = new AveragePageGenerationTime();
+
$table->setMetadata(DataTable::EXTRA_PROCESSED_METRICS_METADATA_NAME, $extraProcessedMetrics);
});
}
diff --git a/plugins/Actions/Actions/ActionSiteSearch.php b/plugins/Actions/Actions/ActionSiteSearch.php
index e04d06db0c..f5ca76f19f 100644
--- a/plugins/Actions/Actions/ActionSiteSearch.php
+++ b/plugins/Actions/Actions/ActionSiteSearch.php
@@ -69,11 +69,6 @@ class ActionSiteSearch extends Action
return $this->getIdActionName();
}
- public function getCustomFloatValue()
- {
- return $this->request->getPageGenerationTime();
- }
-
protected function isSearchDetected()
{
$siteSearch = $this->detectSiteSearch($this->originalUrl);
diff --git a/plugins/Actions/Columns/Metrics/AveragePageGenerationTime.php b/plugins/Actions/Columns/Metrics/AveragePageGenerationTime.php
index 03d8e4b3dc..dc77a458fb 100644
--- a/plugins/Actions/Columns/Metrics/AveragePageGenerationTime.php
+++ b/plugins/Actions/Columns/Metrics/AveragePageGenerationTime.php
@@ -21,6 +21,11 @@ use Piwik\Plugin\ProcessedMetric;
*
* The above metrics are calculated during archiving. This metric is calculated before
* serving a report.
+ *
+ * Avg. page generation time has been deprecated in favor of new metrics in Page Performance plugin
+ * It won't be available for newly tracked data, but is still there to show the available data for the past
+ *
+ * @deprecated
*/
class AveragePageGenerationTime extends ProcessedMetric
{
diff --git a/plugins/Actions/Columns/PageGenerationTime.php b/plugins/Actions/Columns/PageGenerationTime.php
index 008597bbad..cd1e22069d 100644
--- a/plugins/Actions/Columns/PageGenerationTime.php
+++ b/plugins/Actions/Columns/PageGenerationTime.php
@@ -17,6 +17,12 @@ use Piwik\Plugin\ComputedMetric;
use Piwik\Plugin\Dimension\ActionDimension;
use Piwik\Tracker\Action;
+/**
+ * Page generation time has been deprecated in favor of new metrics in Page Performance plugin
+ * It won't track any new values, but is still there to show the available data for the past
+ *
+ * @deprecated
+ */
class PageGenerationTime extends ActionDimension
{
protected $nameSingular = 'General_ColumnPageGenerationTime';
diff --git a/plugins/Actions/DataTable/Filter/Actions.php b/plugins/Actions/DataTable/Filter/Actions.php
index a17a7b4920..4a98b6983b 100644
--- a/plugins/Actions/DataTable/Filter/Actions.php
+++ b/plugins/Actions/DataTable/Filter/Actions.php
@@ -79,8 +79,7 @@ class Actions extends BaseFilter
if ($row->getIdSubDataTable()) {
$row->setMetadata('segment', 'pageTitle=^' . urlencode(urlencode(trim($label))));
} else {
- $notDefinedName = ArchivingHelper::getUnknownActionName(Action::TYPE_PAGE_TITLE);
- if (trim($label) == $notDefinedName) {
+ if (trim($label) == $notDefinedTitle) {
$row->setMetadata('segmentValue', '');
} else {
$row->setMetadata('segmentValue', urlencode(trim($label)));
diff --git a/plugins/Actions/Metrics.php b/plugins/Actions/Metrics.php
index 56a0298c34..37bf81cc25 100644
--- a/plugins/Actions/Metrics.php
+++ b/plugins/Actions/Metrics.php
@@ -8,7 +8,6 @@
*/
namespace Piwik\Plugins\Actions;
-use Piwik\DataTable;
use Piwik\Metrics as PiwikMetrics;
use Piwik\Piwik;
use Piwik\Tracker\Action;
diff --git a/plugins/Actions/Reports/GetPageTitles.php b/plugins/Actions/Reports/GetPageTitles.php
index 8df56a8b55..bd94bf6417 100644
--- a/plugins/Actions/Reports/GetPageTitles.php
+++ b/plugins/Actions/Reports/GetPageTitles.php
@@ -8,6 +8,7 @@
*/
namespace Piwik\Plugins\Actions\Reports;
+use Piwik\DbHelper;
use Piwik\Piwik;
use Piwik\Plugin\ViewDataTable;
use Piwik\API\Request;
@@ -17,8 +18,6 @@ use Piwik\Plugins\Actions\Columns\Metrics\AverageTimeOnPage;
use Piwik\Plugins\Actions\Columns\Metrics\BounceRate;
use Piwik\Plugins\Actions\Columns\Metrics\ExitRate;
use Piwik\Plugin\ReportsProvider;
-use Piwik\Report\ReportWidgetFactory;
-use Piwik\Widget\WidgetsList;
class GetPageTitles extends Base
{
@@ -37,7 +36,7 @@ class GetPageTitles extends Base
new AverageTimeOnPage(),
new BounceRate(),
new ExitRate(),
- new AveragePageGenerationTime()
+ new AveragePageGenerationTime(),
);
$this->actionToLoadSubTables = $this->action;
@@ -73,7 +72,11 @@ class GetPageTitles extends Base
$view->config->addTranslation('label', $this->dimension->getName());
$view->config->columns_to_display = array('label', 'nb_hits', 'nb_visits', 'bounce_rate',
- 'avg_time_on_page', 'exit_rate', 'avg_time_generation');
+ 'avg_time_on_page', 'exit_rate');
+
+ if (version_compare(DbHelper::getInstallVersion(),'4.0.0-b1', '<')) {
+ $view->config->columns_to_display[] = 'avg_time_generation';
+ }
$this->addPageDisplayProperties($view);
$this->addBaseDisplayProperties($view);
diff --git a/plugins/Actions/Reports/GetPageUrls.php b/plugins/Actions/Reports/GetPageUrls.php
index 3b0f8103ef..05f443f481 100644
--- a/plugins/Actions/Reports/GetPageUrls.php
+++ b/plugins/Actions/Reports/GetPageUrls.php
@@ -8,6 +8,7 @@
*/
namespace Piwik\Plugins\Actions\Reports;
+use Piwik\DbHelper;
use Piwik\Piwik;
use Piwik\Plugin\ViewDataTable;
use Piwik\Plugins\Actions\Columns\Metrics\AveragePageGenerationTime;
@@ -68,7 +69,11 @@ class GetPageUrls extends Base
{
$view->config->addTranslation('label', $this->dimension->getName());
$view->config->columns_to_display = array('label', 'nb_hits', 'nb_visits', 'bounce_rate',
- 'avg_time_on_page', 'exit_rate', 'avg_time_generation');
+ 'avg_time_on_page', 'exit_rate');
+
+ if (version_compare(DbHelper::getInstallVersion(),'4.0.0-b1', '<')) {
+ $view->config->columns_to_display[] = 'avg_time_generation';
+ }
$this->addPageDisplayProperties($view);
$this->addBaseDisplayProperties($view);
diff --git a/plugins/Actions/VisitorDetails.php b/plugins/Actions/VisitorDetails.php
index 9b7c69c765..875b4b916b 100644
--- a/plugins/Actions/VisitorDetails.php
+++ b/plugins/Actions/VisitorDetails.php
@@ -136,6 +136,13 @@ class VisitorDetails extends VisitorDetailsAbstract
unset($action['custom_float']);
}
+ if (!array_key_exists('pageLoadTime', $action) || $action['pageLoadTime'] <= 0) {
+ unset($action['pageLoadTime']);
+ } else {
+ $action['pageLoadTimeMilliseconds'] = $action['pageLoadTime'];
+ $action['pageLoadTime'] = $formatter->getPrettyTimeFromSeconds($action['pageLoadTime'] / 1000, true);
+ }
+
if (array_key_exists('pageview_position', $action)) {
$action['pageviewPosition'] = $action['pageview_position'];
unset($action['pageview_position']);
@@ -276,6 +283,12 @@ class VisitorDetails extends VisitorDetailsAbstract
log_link_visit_action.time_spent_ref_action as timeSpentRef,
log_link_visit_action.idlink_va AS pageId,
log_link_visit_action.custom_float,
+ ( log_link_visit_action.time_network +
+ log_link_visit_action.time_server +
+ log_link_visit_action.time_transfer +
+ log_link_visit_action.time_dom_completion +
+ log_link_visit_action.time_dom_processing +
+ log_link_visit_action.time_on_load ) AS pageLoadTime,
log_link_visit_action.pageview_position,
log_link_visit_action.search_cat,
log_link_visit_action.search_count
@@ -297,21 +310,24 @@ class VisitorDetails extends VisitorDetailsAbstract
private $visitedPageUrls = array();
private $siteSearchKeywords = array();
private $pageGenerationTimeTotal = 0;
+ private $pageLoadTimeTotal = 0;
public function initProfile($visits, &$profile)
{
- $this->visitedPageUrls = array();
- $this->siteSearchKeywords = array();
- $this->pageGenerationTimeTotal = 0;
- $profile['totalActions'] = 0;
- $profile['totalOutlinks'] = 0;
- $profile['totalDownloads'] = 0;
- $profile['totalSearches'] = 0;
- $profile['totalPageViews'] = 0;
- $profile['totalUniquePageViews'] = 0;
- $profile['totalRevisitedPages'] = 0;
- $profile['totalPageViewsWithTiming'] = 0;
- $profile['searches'] = array();
+ $this->visitedPageUrls = array();
+ $this->siteSearchKeywords = array();
+ $this->pageGenerationTimeTotal = 0;
+ $this->pageLoadTimeTotal = 0;
+ $profile['totalActions'] = 0;
+ $profile['totalOutlinks'] = 0;
+ $profile['totalDownloads'] = 0;
+ $profile['totalSearches'] = 0;
+ $profile['totalPageViews'] = 0;
+ $profile['totalUniquePageViews'] = 0;
+ $profile['totalRevisitedPages'] = 0;
+ $profile['totalPageViewsWithTiming'] = 0;
+ $profile['totalPageViewsWithLoadTime'] = 0;
+ $profile['searches'] = array();
}
public function handleProfileVisit($visit, &$profile)
@@ -326,6 +342,7 @@ class VisitorDetails extends VisitorDetailsAbstract
$this->handleIfSiteSearchAction($action, $profile);
$this->handleIfPageViewAction($action, $profile);
$this->handleIfPageGenerationTime($action, $profile);
+ $this->handleIfPageLoadTime($action, $profile);
}
public function finalizeProfile($visits, &$profile)
@@ -349,6 +366,7 @@ class VisitorDetails extends VisitorDetailsAbstract
$this->handleSiteSearches($profile);
$this->handleAveragePageGenerationTime($profile);
+ $this->handleAveragePageLoadTime($profile);
}
/**
@@ -437,4 +455,20 @@ class VisitorDetails extends VisitorDetailsAbstract
round($this->pageGenerationTimeTotal / (1000 * $profile['totalPageViewsWithTiming']), $precision = 3);
}
}
+
+ private function handleIfPageLoadTime($action, &$profile)
+ {
+ if (isset($action['pageLoadTimeMilliseconds'])) {
+ $this->pageLoadTimeTotal += $action['pageLoadTimeMilliseconds'];
+ ++$profile['totalPageViewsWithLoadTime'];
+ }
+ }
+
+ private function handleAveragePageLoadTime(&$profile)
+ {
+ if ($profile['totalPageViewsWithLoadTime']) {
+ $profile['averagePageLoadTime'] =
+ round($this->pageLoadTimeTotal / (1000 * $profile['totalPageViewsWithLoadTime']), $precision = 3);
+ }
+ }
}
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png
index 91e7fda864..759ca57c70 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d1eb1947ea946614b274c33d2f2948b8e3c85e1f41bc010bd21e7886abde348c
-size 381877
+oid sha256:d09d300f7b5bf040c64bcb85a2357b34ee77cbc41828b553769a442c5a91af4e
+size 382085
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_column_sorted.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_column_sorted.png
index e9e00f099b..6c754e41d8 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_column_sorted.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_column_sorted.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:fe518eea6aa12d860812c349885c1fea46d8eb1a304655158d8ea7fe1b84998b
-size 357929
+oid sha256:7f6a68613b16f277108e9dbb619c62b7798f87c9cd3ebf4ac2d2ef991ce62cf1
+size 357737
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_exclude_low_population.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_exclude_low_population.png
index 39774c90e9..d184d5ddbf 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_exclude_low_population.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_exclude_low_population.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4d53d5285ce9b1cf1cdd4bbb2273aeeea4354f3a08e7b2daa709394bd5348d0d
-size 69567
+oid sha256:7759287c304992f1f842e66cf16b79a9d1ce8494c58827acfc5b2d0fe3533b39
+size 69427
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_flattened.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_flattened.png
index 1ddc017da3..097c9f57af 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_flattened.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_flattened.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:a4745779857df88bf9ec167d7edd68086c01a73ea0fd3424f00ed29b270b2d61
-size 466686
+oid sha256:24dd7d66d2045aa9ea8614b6be895e46cee27a8d3d331467af2a4a752ed32fc6
+size 461742
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_initial.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_initial.png
index 5c34da1926..320fb20ed5 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_initial.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_initial.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7fb4a4129b4179b7fe429ad75c8745c4a5674c8d3d34a638649147946e3f7d49
-size 357347
+oid sha256:11d1c3bd15893259ff59337bade8b1e1d54db4cbc7829f08f054a0e1e1eaf964
+size 357082
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_pageview_percentages.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_pageview_percentages.png
index 7787422535..bdf602bde6 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_pageview_percentages.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_pageview_percentages.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:f31037367b5d5b0e05af7d550e7bf1a6d01f98081c98d97b36fcefc08117be5b
-size 57412
+oid sha256:746378ca200921bfeb1520e6e8f92022417d6fb7ff6ec022bffc22997d72c73d
+size 58816
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search.png
index fe292aa4e1..af54ed0b8e 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:0f68385a0c94996cce01beb0baa9478a47c593c7a415faf7a6ae27e94d9fbb05
-size 72779
+oid sha256:962880a9260b646a9175fa5863d940f9622d425e77d5621610cc63ea4aa0b949
+size 70619
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_closed.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_closed.png
index ab7b71eea0..791e62e87d 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_closed.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_closed.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:1758f5e842b38a9199665780f2827308b42632e73a6591fed99867bc369a3d90
-size 50553
+oid sha256:b189a4cf9bae52784f96e556ba78af48e756644244ffc8a1e4c65f0f62df69ac
+size 50980
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_visible.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_visible.png
index d3b47fa323..849b20b551 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_visible.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_search_visible.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:97a3da049c7247cf88b3fe2c73056ca3746bd2c5934d246c8d06c95258c8b34d
-size 56048
+oid sha256:6361d4f231068d7c50d80ad42affaea174f2b6f7147302cd7d8c20d412142e22
+size 56484
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_segmented_visitor_log_hover.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_segmented_visitor_log_hover.png
index f7cf4090d4..9eec71f9c6 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_segmented_visitor_log_hover.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_segmented_visitor_log_hover.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b64b623379c833bb874bc28bc29cfda2d72f37b4e5b4d3d5e379e515f65da0f7
-size 61973
+oid sha256:f9a57f53cc739c6d7d12430f85e84f63e8eefb8ea5d1a98551b29d05f8021447
+size 63357
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_subtables_loaded.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_subtables_loaded.png
index fee1de94f1..6efb91e586 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_subtables_loaded.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_subtables_loaded.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7c433d82573e5f9d55498f8c5b96c9a320dea3125f906af178e705bd35d38e32
-size 416397
+oid sha256:99c5634f14debe694d8d75443b6dc60ddf2faa3661d0443778cf93e7126a7e64
+size 371994
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unflattened.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unflattened.png
index ab7b71eea0..791e62e87d 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unflattened.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unflattened.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:1758f5e842b38a9199665780f2827308b42632e73a6591fed99867bc369a3d90
-size 50553
+oid sha256:b189a4cf9bae52784f96e556ba78af48e756644244ffc8a1e4c65f0f62df69ac
+size 50980
diff --git a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unique_pageview_percentages.png b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unique_pageview_percentages.png
index 7787422535..bdf602bde6 100644
--- a/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unique_pageview_percentages.png
+++ b/plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_unique_pageview_percentages.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:f31037367b5d5b0e05af7d550e7bf1a6d01f98081c98d97b36fcefc08117be5b
-size 57412
+oid sha256:746378ca200921bfeb1520e6e8f92022417d6fb7ff6ec022bffc22997d72c73d
+size 58816
diff --git a/plugins/AnonymousPiwikUsageMeasurement b/plugins/AnonymousPiwikUsageMeasurement
-Subproject aeb4f7bc5285282af3a97b342f2e9b2cc72394b
+Subproject 46f89f24854fa1c6bcdd31e80bbab06521aab33
diff --git a/plugins/Bandwidth b/plugins/Bandwidth
-Subproject 8967357a2fbe708648518ffbc9aa16b03626b80
+Subproject fcf19066b0a44e2e52bf132e978890c99de2168
diff --git a/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php b/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php
index 0898578b18..7121cc1f16 100644
--- a/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php
+++ b/plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php
@@ -19,7 +19,6 @@ class TwoVisitsWithContents extends Fixture
{
public $dateTime = '2010-01-03 11:22:33';
public $idSite = 1;
- public $idGoal1 = 1;
public function setUp(): void
{
@@ -65,7 +64,7 @@ class TwoVisitsWithContents extends Fixture
protected function trackContentImpressionsAndInteractions(MatomoTracker $vis)
{
$vis->setUrl('http://www.example.org/page');
- $vis->setGenerationTime(333);
+ $vis->setPerformanceTimings(33, 325, 124, 356, 215, 99);
self::checkResponse($vis->doTrackPageView('Ads'));
self::checkResponse($vis->doTrackContentImpression('ImageAd'));
diff --git a/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_day.xml b/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_day.xml
index 4638796dea..bc4d78ee71 100644
--- a/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_day.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_day.xml
@@ -6,9 +6,24 @@
<nb_uniq_visitors>2</nb_uniq_visitors>
<nb_hits>2</nb_hits>
<sum_time_spent>540</sum_time_spent>
- <nb_hits_with_time_generation>2</nb_hits_with_time_generation>
- <min_time_generation>0.333</min_time_generation>
- <max_time_generation>0.333</max_time_generation>
+ <nb_hits_with_time_network>2</nb_hits_with_time_network>
+ <min_time_network>0.0330</min_time_network>
+ <max_time_network>0.0330</max_time_network>
+ <nb_hits_with_time_server>2</nb_hits_with_time_server>
+ <min_time_server>0.3250</min_time_server>
+ <max_time_server>0.3250</max_time_server>
+ <nb_hits_with_time_transfer>2</nb_hits_with_time_transfer>
+ <min_time_transfer>0.1240</min_time_transfer>
+ <max_time_transfer>0.1240</max_time_transfer>
+ <nb_hits_with_time_dom_processing>2</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>0.3560</min_time_dom_processing>
+ <max_time_dom_processing>0.3560</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>2</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.2150</min_time_dom_completion>
+ <max_time_dom_completion>0.2150</max_time_dom_completion>
+ <nb_hits_with_time_on_load>2</nb_hits_with_time_on_load>
+ <min_time_on_load>0.0990</min_time_on_load>
+ <max_time_on_load>0.0990</max_time_on_load>
<sum_bandwidth>0</sum_bandwidth>
<nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
<min_bandwidth />
@@ -21,10 +36,16 @@
<exit_nb_uniq_visitors>2</exit_nb_uniq_visitors>
<exit_nb_visits>2</exit_nb_visits>
<avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.033</avg_time_network>
+ <avg_time_server>0.325</avg_time_server>
+ <avg_time_transfer>0.124</avg_time_transfer>
+ <avg_time_dom_processing>0.356</avg_time_dom_processing>
+ <avg_time_dom_completion>0.215</avg_time_dom_completion>
+ <avg_time_on_load>0.099</avg_time_on_load>
+ <avg_page_load_time>1.152</avg_page_load_time>
<avg_time_on_page>270</avg_time_on_page>
<bounce_rate>100%</bounce_rate>
<exit_rate>100%</exit_rate>
- <avg_time_generation>0.333</avg_time_generation>
<url>http://www.example.org/page</url>
<segment>pageUrl==http%253A%252F%252Fwww.example.org%252Fpage</segment>
</row>
diff --git a/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml b/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml
index 248bdc5ff0..d6a5388c25 100644
--- a/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents__Actions.getPageUrls_month.xml
@@ -5,9 +5,24 @@
<nb_visits>2</nb_visits>
<nb_hits>2</nb_hits>
<sum_time_spent>540</sum_time_spent>
- <nb_hits_with_time_generation>2</nb_hits_with_time_generation>
- <min_time_generation>0.333</min_time_generation>
- <max_time_generation>0.333</max_time_generation>
+ <nb_hits_with_time_network>2</nb_hits_with_time_network>
+ <min_time_network>0.0330</min_time_network>
+ <max_time_network>0.0330</max_time_network>
+ <nb_hits_with_time_server>2</nb_hits_with_time_server>
+ <min_time_server>0.3250</min_time_server>
+ <max_time_server>0.3250</max_time_server>
+ <nb_hits_with_time_transfer>2</nb_hits_with_time_transfer>
+ <min_time_transfer>0.1240</min_time_transfer>
+ <max_time_transfer>0.1240</max_time_transfer>
+ <nb_hits_with_time_dom_processing>2</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>0.3560</min_time_dom_processing>
+ <max_time_dom_processing>0.3560</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>2</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.2150</min_time_dom_completion>
+ <max_time_dom_completion>0.2150</max_time_dom_completion>
+ <nb_hits_with_time_on_load>2</nb_hits_with_time_on_load>
+ <min_time_on_load>0.0990</min_time_on_load>
+ <max_time_on_load>0.0990</max_time_on_load>
<sum_bandwidth>0</sum_bandwidth>
<nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
<min_bandwidth />
@@ -21,10 +36,16 @@
<sum_daily_entry_nb_uniq_visitors>2</sum_daily_entry_nb_uniq_visitors>
<sum_daily_exit_nb_uniq_visitors>2</sum_daily_exit_nb_uniq_visitors>
<avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.033</avg_time_network>
+ <avg_time_server>0.325</avg_time_server>
+ <avg_time_transfer>0.124</avg_time_transfer>
+ <avg_time_dom_processing>0.356</avg_time_dom_processing>
+ <avg_time_dom_completion>0.215</avg_time_dom_completion>
+ <avg_time_on_load>0.099</avg_time_on_load>
+ <avg_page_load_time>1.152</avg_page_load_time>
<avg_time_on_page>270</avg_time_on_page>
<bounce_rate>100%</bounce_rate>
<exit_rate>100%</exit_rate>
- <avg_time_generation>0.333</avg_time_generation>
<url>http://www.example.org/page</url>
<segment>pageUrl==http%253A%252F%252Fwww.example.org%252Fpage</segment>
</row>
diff --git a/plugins/Contents/tests/System/expected/test_Contents__Actions.get_day.xml b/plugins/Contents/tests/System/expected/test_Contents__Actions.get_day.xml
index f51cfaf913..8632d8e00c 100644
--- a/plugins/Contents/tests/System/expected/test_Contents__Actions.get_day.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents__Actions.get_day.xml
@@ -8,5 +8,4 @@
<nb_uniq_outlinks>0</nb_uniq_outlinks>
<nb_searches>0</nb_searches>
<nb_keywords>0</nb_keywords>
- <avg_time_generation>0.335</avg_time_generation>
</result> \ No newline at end of file
diff --git a/plugins/Contents/tests/System/expected/test_Contents__Actions.get_month.xml b/plugins/Contents/tests/System/expected/test_Contents__Actions.get_month.xml
index f51cfaf913..8632d8e00c 100644
--- a/plugins/Contents/tests/System/expected/test_Contents__Actions.get_month.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents__Actions.get_month.xml
@@ -8,5 +8,4 @@
<nb_uniq_outlinks>0</nb_uniq_outlinks>
<nb_searches>0</nb_searches>
<nb_keywords>0</nb_keywords>
- <avg_time_generation>0.335</avg_time_generation>
</result> \ No newline at end of file
diff --git a/plugins/Contents/tests/System/expected/test_Contents__Live.getLastVisitsDetails_day.xml b/plugins/Contents/tests/System/expected/test_Contents__Live.getLastVisitsDetails_day.xml
index 501ab8e952..6b48c4ee87 100644
--- a/plugins/Contents/tests/System/expected/test_Contents__Live.getLastVisitsDetails_day.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents__Live.getLastVisitsDetails_day.xml
@@ -15,11 +15,11 @@
<pageId>1</pageId>
+ <pageLoadTime>1.15s</pageLoadTime>
<bandwidth />
<timeSpent>271</timeSpent>
<timeSpentPretty>4 min 31s</timeSpentPretty>
- <generationTimeMilliseconds>333</generationTimeMilliseconds>
- <generationTime>0.33s</generationTime>
+ <pageLoadTimeMilliseconds>1152</pageLoadTimeMilliseconds>
<pageviewPosition>1</pageviewPosition>
<title>Ads</title>
<subtitle>http://www.example.org/page</subtitle>
@@ -405,11 +405,11 @@
<pageId>14</pageId>
+ <pageLoadTime>1.15s</pageLoadTime>
<bandwidth />
<timeSpent>271</timeSpent>
<timeSpentPretty>4 min 31s</timeSpentPretty>
- <generationTimeMilliseconds>333</generationTimeMilliseconds>
- <generationTime>0.33s</generationTime>
+ <pageLoadTimeMilliseconds>1152</pageLoadTimeMilliseconds>
<pageviewPosition>1</pageviewPosition>
<title>Ads</title>
<subtitle>http://www.example.org/page</subtitle>
diff --git a/plugins/Contents/tests/System/expected/test_Contents__Live.getLastVisitsDetails_month.xml b/plugins/Contents/tests/System/expected/test_Contents__Live.getLastVisitsDetails_month.xml
index 501ab8e952..6b48c4ee87 100644
--- a/plugins/Contents/tests/System/expected/test_Contents__Live.getLastVisitsDetails_month.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents__Live.getLastVisitsDetails_month.xml
@@ -15,11 +15,11 @@
<pageId>1</pageId>
+ <pageLoadTime>1.15s</pageLoadTime>
<bandwidth />
<timeSpent>271</timeSpent>
<timeSpentPretty>4 min 31s</timeSpentPretty>
- <generationTimeMilliseconds>333</generationTimeMilliseconds>
- <generationTime>0.33s</generationTime>
+ <pageLoadTimeMilliseconds>1152</pageLoadTimeMilliseconds>
<pageviewPosition>1</pageviewPosition>
<title>Ads</title>
<subtitle>http://www.example.org/page</subtitle>
@@ -405,11 +405,11 @@
<pageId>14</pageId>
+ <pageLoadTime>1.15s</pageLoadTime>
<bandwidth />
<timeSpent>271</timeSpent>
<timeSpentPretty>4 min 31s</timeSpentPretty>
- <generationTimeMilliseconds>333</generationTimeMilliseconds>
- <generationTime>0.33s</generationTime>
+ <pageLoadTimeMilliseconds>1152</pageLoadTimeMilliseconds>
<pageviewPosition>1</pageviewPosition>
<title>Ads</title>
<subtitle>http://www.example.org/page</subtitle>
diff --git a/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Actions.getPageUrls_day.xml b/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Actions.getPageUrls_day.xml
index 4638796dea..bc4d78ee71 100755
--- a/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Actions.getPageUrls_day.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Actions.getPageUrls_day.xml
@@ -6,9 +6,24 @@
<nb_uniq_visitors>2</nb_uniq_visitors>
<nb_hits>2</nb_hits>
<sum_time_spent>540</sum_time_spent>
- <nb_hits_with_time_generation>2</nb_hits_with_time_generation>
- <min_time_generation>0.333</min_time_generation>
- <max_time_generation>0.333</max_time_generation>
+ <nb_hits_with_time_network>2</nb_hits_with_time_network>
+ <min_time_network>0.0330</min_time_network>
+ <max_time_network>0.0330</max_time_network>
+ <nb_hits_with_time_server>2</nb_hits_with_time_server>
+ <min_time_server>0.3250</min_time_server>
+ <max_time_server>0.3250</max_time_server>
+ <nb_hits_with_time_transfer>2</nb_hits_with_time_transfer>
+ <min_time_transfer>0.1240</min_time_transfer>
+ <max_time_transfer>0.1240</max_time_transfer>
+ <nb_hits_with_time_dom_processing>2</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>0.3560</min_time_dom_processing>
+ <max_time_dom_processing>0.3560</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>2</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.2150</min_time_dom_completion>
+ <max_time_dom_completion>0.2150</max_time_dom_completion>
+ <nb_hits_with_time_on_load>2</nb_hits_with_time_on_load>
+ <min_time_on_load>0.0990</min_time_on_load>
+ <max_time_on_load>0.0990</max_time_on_load>
<sum_bandwidth>0</sum_bandwidth>
<nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
<min_bandwidth />
@@ -21,10 +36,16 @@
<exit_nb_uniq_visitors>2</exit_nb_uniq_visitors>
<exit_nb_visits>2</exit_nb_visits>
<avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.033</avg_time_network>
+ <avg_time_server>0.325</avg_time_server>
+ <avg_time_transfer>0.124</avg_time_transfer>
+ <avg_time_dom_processing>0.356</avg_time_dom_processing>
+ <avg_time_dom_completion>0.215</avg_time_dom_completion>
+ <avg_time_on_load>0.099</avg_time_on_load>
+ <avg_page_load_time>1.152</avg_page_load_time>
<avg_time_on_page>270</avg_time_on_page>
<bounce_rate>100%</bounce_rate>
<exit_rate>100%</exit_rate>
- <avg_time_generation>0.333</avg_time_generation>
<url>http://www.example.org/page</url>
<segment>pageUrl==http%253A%252F%252Fwww.example.org%252Fpage</segment>
</row>
diff --git a/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Live.getLastVisitsDetails_day.xml b/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Live.getLastVisitsDetails_day.xml
index 501ab8e952..6b48c4ee87 100644
--- a/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Live.getLastVisitsDetails_day.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents_contentInteractionMatch__Live.getLastVisitsDetails_day.xml
@@ -15,11 +15,11 @@
<pageId>1</pageId>
+ <pageLoadTime>1.15s</pageLoadTime>
<bandwidth />
<timeSpent>271</timeSpent>
<timeSpentPretty>4 min 31s</timeSpentPretty>
- <generationTimeMilliseconds>333</generationTimeMilliseconds>
- <generationTime>0.33s</generationTime>
+ <pageLoadTimeMilliseconds>1152</pageLoadTimeMilliseconds>
<pageviewPosition>1</pageviewPosition>
<title>Ads</title>
<subtitle>http://www.example.org/page</subtitle>
@@ -405,11 +405,11 @@
<pageId>14</pageId>
+ <pageLoadTime>1.15s</pageLoadTime>
<bandwidth />
<timeSpent>271</timeSpent>
<timeSpentPretty>4 min 31s</timeSpentPretty>
- <generationTimeMilliseconds>333</generationTimeMilliseconds>
- <generationTime>0.33s</generationTime>
+ <pageLoadTimeMilliseconds>1152</pageLoadTimeMilliseconds>
<pageviewPosition>1</pageviewPosition>
<title>Ads</title>
<subtitle>http://www.example.org/page</subtitle>
diff --git a/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Actions.getPageUrls_day.xml b/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Actions.getPageUrls_day.xml
index 4638796dea..bc4d78ee71 100755
--- a/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Actions.getPageUrls_day.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Actions.getPageUrls_day.xml
@@ -6,9 +6,24 @@
<nb_uniq_visitors>2</nb_uniq_visitors>
<nb_hits>2</nb_hits>
<sum_time_spent>540</sum_time_spent>
- <nb_hits_with_time_generation>2</nb_hits_with_time_generation>
- <min_time_generation>0.333</min_time_generation>
- <max_time_generation>0.333</max_time_generation>
+ <nb_hits_with_time_network>2</nb_hits_with_time_network>
+ <min_time_network>0.0330</min_time_network>
+ <max_time_network>0.0330</max_time_network>
+ <nb_hits_with_time_server>2</nb_hits_with_time_server>
+ <min_time_server>0.3250</min_time_server>
+ <max_time_server>0.3250</max_time_server>
+ <nb_hits_with_time_transfer>2</nb_hits_with_time_transfer>
+ <min_time_transfer>0.1240</min_time_transfer>
+ <max_time_transfer>0.1240</max_time_transfer>
+ <nb_hits_with_time_dom_processing>2</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>0.3560</min_time_dom_processing>
+ <max_time_dom_processing>0.3560</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>2</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.2150</min_time_dom_completion>
+ <max_time_dom_completion>0.2150</max_time_dom_completion>
+ <nb_hits_with_time_on_load>2</nb_hits_with_time_on_load>
+ <min_time_on_load>0.0990</min_time_on_load>
+ <max_time_on_load>0.0990</max_time_on_load>
<sum_bandwidth>0</sum_bandwidth>
<nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
<min_bandwidth />
@@ -21,10 +36,16 @@
<exit_nb_uniq_visitors>2</exit_nb_uniq_visitors>
<exit_nb_visits>2</exit_nb_visits>
<avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.033</avg_time_network>
+ <avg_time_server>0.325</avg_time_server>
+ <avg_time_transfer>0.124</avg_time_transfer>
+ <avg_time_dom_processing>0.356</avg_time_dom_processing>
+ <avg_time_dom_completion>0.215</avg_time_dom_completion>
+ <avg_time_on_load>0.099</avg_time_on_load>
+ <avg_page_load_time>1.152</avg_page_load_time>
<avg_time_on_page>270</avg_time_on_page>
<bounce_rate>100%</bounce_rate>
<exit_rate>100%</exit_rate>
- <avg_time_generation>0.333</avg_time_generation>
<url>http://www.example.org/page</url>
<segment>pageUrl==http%253A%252F%252Fwww.example.org%252Fpage</segment>
</row>
diff --git a/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Live.getLastVisitsDetails_day.xml b/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Live.getLastVisitsDetails_day.xml
index 501ab8e952..6b48c4ee87 100644
--- a/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Live.getLastVisitsDetails_day.xml
+++ b/plugins/Contents/tests/System/expected/test_Contents_contentTargetMatch__Live.getLastVisitsDetails_day.xml
@@ -15,11 +15,11 @@
<pageId>1</pageId>
+ <pageLoadTime>1.15s</pageLoadTime>
<bandwidth />
<timeSpent>271</timeSpent>
<timeSpentPretty>4 min 31s</timeSpentPretty>
- <generationTimeMilliseconds>333</generationTimeMilliseconds>
- <generationTime>0.33s</generationTime>
+ <pageLoadTimeMilliseconds>1152</pageLoadTimeMilliseconds>
<pageviewPosition>1</pageviewPosition>
<title>Ads</title>
<subtitle>http://www.example.org/page</subtitle>
@@ -405,11 +405,11 @@
<pageId>14</pageId>
+ <pageLoadTime>1.15s</pageLoadTime>
<bandwidth />
<timeSpent>271</timeSpent>
<timeSpentPretty>4 min 31s</timeSpentPretty>
- <generationTimeMilliseconds>333</generationTimeMilliseconds>
- <generationTime>0.33s</generationTime>
+ <pageLoadTimeMilliseconds>1152</pageLoadTimeMilliseconds>
<pageviewPosition>1</pageviewPosition>
<title>Ads</title>
<subtitle>http://www.example.org/page</subtitle>
diff --git a/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Actions.getPageUrls_day.xml b/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Actions.getPageUrls_day.xml
index 4638796dea..bc4d78ee71 100755
--- a/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Actions.getPageUrls_day.xml
+++ b/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Actions.getPageUrls_day.xml
@@ -6,9 +6,24 @@
<nb_uniq_visitors>2</nb_uniq_visitors>
<nb_hits>2</nb_hits>
<sum_time_spent>540</sum_time_spent>
- <nb_hits_with_time_generation>2</nb_hits_with_time_generation>
- <min_time_generation>0.333</min_time_generation>
- <max_time_generation>0.333</max_time_generation>
+ <nb_hits_with_time_network>2</nb_hits_with_time_network>
+ <min_time_network>0.0330</min_time_network>
+ <max_time_network>0.0330</max_time_network>
+ <nb_hits_with_time_server>2</nb_hits_with_time_server>
+ <min_time_server>0.3250</min_time_server>
+ <max_time_server>0.3250</max_time_server>
+ <nb_hits_with_time_transfer>2</nb_hits_with_time_transfer>
+ <min_time_transfer>0.1240</min_time_transfer>
+ <max_time_transfer>0.1240</max_time_transfer>
+ <nb_hits_with_time_dom_processing>2</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>0.3560</min_time_dom_processing>
+ <max_time_dom_processing>0.3560</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>2</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.2150</min_time_dom_completion>
+ <max_time_dom_completion>0.2150</max_time_dom_completion>
+ <nb_hits_with_time_on_load>2</nb_hits_with_time_on_load>
+ <min_time_on_load>0.0990</min_time_on_load>
+ <max_time_on_load>0.0990</max_time_on_load>
<sum_bandwidth>0</sum_bandwidth>
<nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
<min_bandwidth />
@@ -21,10 +36,16 @@
<exit_nb_uniq_visitors>2</exit_nb_uniq_visitors>
<exit_nb_visits>2</exit_nb_visits>
<avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.033</avg_time_network>
+ <avg_time_server>0.325</avg_time_server>
+ <avg_time_transfer>0.124</avg_time_transfer>
+ <avg_time_dom_processing>0.356</avg_time_dom_processing>
+ <avg_time_dom_completion>0.215</avg_time_dom_completion>
+ <avg_time_on_load>0.099</avg_time_on_load>
+ <avg_page_load_time>1.152</avg_page_load_time>
<avg_time_on_page>270</avg_time_on_page>
<bounce_rate>100%</bounce_rate>
<exit_rate>100%</exit_rate>
- <avg_time_generation>0.333</avg_time_generation>
<url>http://www.example.org/page</url>
<segment>pageUrl==http%253A%252F%252Fwww.example.org%252Fpage</segment>
</row>
diff --git a/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Live.getLastVisitsDetails_day.xml b/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Live.getLastVisitsDetails_day.xml
index 501ab8e952..6b48c4ee87 100644
--- a/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Live.getLastVisitsDetails_day.xml
+++ b/plugins/Contents/tests/System/expected/test_ContentscontentNameOrPieceMatch__Live.getLastVisitsDetails_day.xml
@@ -15,11 +15,11 @@
<pageId>1</pageId>
+ <pageLoadTime>1.15s</pageLoadTime>
<bandwidth />
<timeSpent>271</timeSpent>
<timeSpentPretty>4 min 31s</timeSpentPretty>
- <generationTimeMilliseconds>333</generationTimeMilliseconds>
- <generationTime>0.33s</generationTime>
+ <pageLoadTimeMilliseconds>1152</pageLoadTimeMilliseconds>
<pageviewPosition>1</pageviewPosition>
<title>Ads</title>
<subtitle>http://www.example.org/page</subtitle>
@@ -405,11 +405,11 @@
<pageId>14</pageId>
+ <pageLoadTime>1.15s</pageLoadTime>
<bandwidth />
<timeSpent>271</timeSpent>
<timeSpentPretty>4 min 31s</timeSpentPretty>
- <generationTimeMilliseconds>333</generationTimeMilliseconds>
- <generationTime>0.33s</generationTime>
+ <pageLoadTimeMilliseconds>1152</pageLoadTimeMilliseconds>
<pageviewPosition>1</pageviewPosition>
<title>Ads</title>
<subtitle>http://www.example.org/page</subtitle>
diff --git a/plugins/CoreConsole/tests/System/expected/test_ArchiveCronTest_preArchivedSegment0_noOptions__Live.getLastVisitsDetails_year.xml b/plugins/CoreConsole/tests/System/expected/test_ArchiveCronTest_preArchivedSegment0_noOptions__Live.getLastVisitsDetails_year.xml
index e85940c668..f0f2986a8a 100644
--- a/plugins/CoreConsole/tests/System/expected/test_ArchiveCronTest_preArchivedSegment0_noOptions__Live.getLastVisitsDetails_year.xml
+++ b/plugins/CoreConsole/tests/System/expected/test_ArchiveCronTest_preArchivedSegment0_noOptions__Live.getLastVisitsDetails_year.xml
@@ -18,8 +18,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>123</generationTimeMilliseconds>
- <generationTime>0.12s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title />
<subtitle>http://piwik.net/blog/category/meta/</subtitle>
@@ -60,8 +58,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>120</generationTimeMilliseconds>
- <generationTime>0.12s</generationTime>
<pageviewPosition>5</pageviewPosition>
<title />
<subtitle>http://piwik.net/blog/category/meta/</subtitle>
@@ -87,8 +83,6 @@
<bandwidth />
<timeSpent>52</timeSpent>
<timeSpentPretty>52s</timeSpentPretty>
- <generationTimeMilliseconds>23</generationTimeMilliseconds>
- <generationTime>0.02s</generationTime>
<pageviewPosition>9</pageviewPosition>
<title />
<subtitle>http://piwik.net/blog/category/meta/</subtitle>
@@ -114,8 +108,6 @@
<bandwidth />
<timeSpent>50</timeSpent>
<timeSpentPretty>50s</timeSpentPretty>
- <generationTimeMilliseconds>234</generationTimeMilliseconds>
- <generationTime>0.23s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title />
<subtitle>http://piwik.net/faq/</subtitle>
@@ -141,8 +133,6 @@
<bandwidth />
<timeSpent>49</timeSpent>
<timeSpentPretty>49s</timeSpentPretty>
- <generationTimeMilliseconds>294</generationTimeMilliseconds>
- <generationTime>0.29s</generationTime>
<pageviewPosition>6</pageviewPosition>
<title />
<subtitle>http://piwik.net/faq/</subtitle>
@@ -168,8 +158,6 @@
<bandwidth />
<timeSpent>26</timeSpent>
<timeSpentPretty>26s</timeSpentPretty>
- <generationTimeMilliseconds>237</generationTimeMilliseconds>
- <generationTime>0.24s</generationTime>
<pageviewPosition>10</pageviewPosition>
<title />
<subtitle>http://piwik.net/faq/</subtitle>
@@ -195,8 +183,6 @@
<bandwidth />
<timeSpent>26</timeSpent>
<timeSpentPretty>26s</timeSpentPretty>
- <generationTimeMilliseconds>1324</generationTimeMilliseconds>
- <generationTime>1.32s</generationTime>
<pageviewPosition>3</pageviewPosition>
<title />
<subtitle>http://piwik.net/blog/category/community/</subtitle>
@@ -222,8 +208,6 @@
<bandwidth />
<timeSpent>7</timeSpent>
<timeSpentPretty>7s</timeSpentPretty>
- <generationTimeMilliseconds>624</generationTimeMilliseconds>
- <generationTime>0.62s</generationTime>
<pageviewPosition>7</pageviewPosition>
<title />
<subtitle>http://piwik.net/blog/category/community/</subtitle>
@@ -249,8 +233,6 @@
<bandwidth />
<timeSpent>8</timeSpent>
<timeSpentPretty>8s</timeSpentPretty>
- <generationTimeMilliseconds>543</generationTimeMilliseconds>
- <generationTime>0.54s</generationTime>
<pageviewPosition>4</pageviewPosition>
<title />
<subtitle>http://piwik.net/docs/manage-websites/</subtitle>
@@ -274,8 +256,6 @@
<pageId>77</pageId>
<bandwidth />
- <generationTimeMilliseconds>343</generationTimeMilliseconds>
- <generationTime>0.34s</generationTime>
<pageviewPosition>8</pageviewPosition>
<title />
<subtitle>http://piwik.net/docs/manage-websites/</subtitle>
diff --git a/plugins/CoreConsole/tests/System/expected/test_ArchiveCronTest_preArchivedSegment1_noOptions__Live.getLastVisitsDetails_year.xml b/plugins/CoreConsole/tests/System/expected/test_ArchiveCronTest_preArchivedSegment1_noOptions__Live.getLastVisitsDetails_year.xml
index e85940c668..f0f2986a8a 100644
--- a/plugins/CoreConsole/tests/System/expected/test_ArchiveCronTest_preArchivedSegment1_noOptions__Live.getLastVisitsDetails_year.xml
+++ b/plugins/CoreConsole/tests/System/expected/test_ArchiveCronTest_preArchivedSegment1_noOptions__Live.getLastVisitsDetails_year.xml
@@ -18,8 +18,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>123</generationTimeMilliseconds>
- <generationTime>0.12s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title />
<subtitle>http://piwik.net/blog/category/meta/</subtitle>
@@ -60,8 +58,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>120</generationTimeMilliseconds>
- <generationTime>0.12s</generationTime>
<pageviewPosition>5</pageviewPosition>
<title />
<subtitle>http://piwik.net/blog/category/meta/</subtitle>
@@ -87,8 +83,6 @@
<bandwidth />
<timeSpent>52</timeSpent>
<timeSpentPretty>52s</timeSpentPretty>
- <generationTimeMilliseconds>23</generationTimeMilliseconds>
- <generationTime>0.02s</generationTime>
<pageviewPosition>9</pageviewPosition>
<title />
<subtitle>http://piwik.net/blog/category/meta/</subtitle>
@@ -114,8 +108,6 @@
<bandwidth />
<timeSpent>50</timeSpent>
<timeSpentPretty>50s</timeSpentPretty>
- <generationTimeMilliseconds>234</generationTimeMilliseconds>
- <generationTime>0.23s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title />
<subtitle>http://piwik.net/faq/</subtitle>
@@ -141,8 +133,6 @@
<bandwidth />
<timeSpent>49</timeSpent>
<timeSpentPretty>49s</timeSpentPretty>
- <generationTimeMilliseconds>294</generationTimeMilliseconds>
- <generationTime>0.29s</generationTime>
<pageviewPosition>6</pageviewPosition>
<title />
<subtitle>http://piwik.net/faq/</subtitle>
@@ -168,8 +158,6 @@
<bandwidth />
<timeSpent>26</timeSpent>
<timeSpentPretty>26s</timeSpentPretty>
- <generationTimeMilliseconds>237</generationTimeMilliseconds>
- <generationTime>0.24s</generationTime>
<pageviewPosition>10</pageviewPosition>
<title />
<subtitle>http://piwik.net/faq/</subtitle>
@@ -195,8 +183,6 @@
<bandwidth />
<timeSpent>26</timeSpent>
<timeSpentPretty>26s</timeSpentPretty>
- <generationTimeMilliseconds>1324</generationTimeMilliseconds>
- <generationTime>1.32s</generationTime>
<pageviewPosition>3</pageviewPosition>
<title />
<subtitle>http://piwik.net/blog/category/community/</subtitle>
@@ -222,8 +208,6 @@
<bandwidth />
<timeSpent>7</timeSpent>
<timeSpentPretty>7s</timeSpentPretty>
- <generationTimeMilliseconds>624</generationTimeMilliseconds>
- <generationTime>0.62s</generationTime>
<pageviewPosition>7</pageviewPosition>
<title />
<subtitle>http://piwik.net/blog/category/community/</subtitle>
@@ -249,8 +233,6 @@
<bandwidth />
<timeSpent>8</timeSpent>
<timeSpentPretty>8s</timeSpentPretty>
- <generationTimeMilliseconds>543</generationTimeMilliseconds>
- <generationTime>0.54s</generationTime>
<pageviewPosition>4</pageviewPosition>
<title />
<subtitle>http://piwik.net/docs/manage-websites/</subtitle>
@@ -274,8 +256,6 @@
<pageId>77</pageId>
<bandwidth />
- <generationTimeMilliseconds>343</generationTimeMilliseconds>
- <generationTime>0.34s</generationTime>
<pageviewPosition>8</pageviewPosition>
<title />
<subtitle>http://piwik.net/docs/manage-websites/</subtitle>
diff --git a/plugins/CoreHome/tests/UI/expected-screenshots/SingleMetricView_formatted_metric.png b/plugins/CoreHome/tests/UI/expected-screenshots/SingleMetricView_formatted_metric.png
index 6f4c4eaa77..965c8818ef 100644
--- a/plugins/CoreHome/tests/UI/expected-screenshots/SingleMetricView_formatted_metric.png
+++ b/plugins/CoreHome/tests/UI/expected-screenshots/SingleMetricView_formatted_metric.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:793d87dc9b6821d18e080fa3447cf95fd7808f9e8641d419807a08de2c6b4ec9
-size 6427
+oid sha256:0d1c17811b2347ffac0c2609378c3ccef2bae94b34d638e63db45a228a190caf
+size 6494
diff --git a/plugins/CoreHome/tests/UI/expected-screenshots/SingleMetricView_goal_metric.png b/plugins/CoreHome/tests/UI/expected-screenshots/SingleMetricView_goal_metric.png
index 01e1aad3c5..947165fc2e 100644
--- a/plugins/CoreHome/tests/UI/expected-screenshots/SingleMetricView_goal_metric.png
+++ b/plugins/CoreHome/tests/UI/expected-screenshots/SingleMetricView_goal_metric.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:930a069ec39322f5c112b577655b948fe69d455851fb4725ef6d23040f082298
-size 8784
+oid sha256:285156337a075fc6523c05e7b4617472b55be269797a74bfe2c2183a67dc93ef
+size 8956
diff --git a/plugins/CorePluginsAdmin/tests/UI/expected-screenshots/TagManagerTeaser_admin_page_disable.png b/plugins/CorePluginsAdmin/tests/UI/expected-screenshots/TagManagerTeaser_admin_page_disable.png
index 7dc416c2af..8838cd2f93 100644
--- a/plugins/CorePluginsAdmin/tests/UI/expected-screenshots/TagManagerTeaser_admin_page_disable.png
+++ b/plugins/CorePluginsAdmin/tests/UI/expected-screenshots/TagManagerTeaser_admin_page_disable.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:55204fc265fe68a999bc9c52c93f122f365e88ff31d8d291ad09f53f02de1eed
-size 184253
+oid sha256:66dc8393d036d9cebf359ee88da835b4a74246cdce59cdd3928f828b71390fcc
+size 181309
diff --git a/plugins/CoreUpdater/tests/UI/expected-screenshots/CoreUpdaterDb_main.png b/plugins/CoreUpdater/tests/UI/expected-screenshots/CoreUpdaterDb_main.png
index fcae89255d..7d83ab8010 100644
--- a/plugins/CoreUpdater/tests/UI/expected-screenshots/CoreUpdaterDb_main.png
+++ b/plugins/CoreUpdater/tests/UI/expected-screenshots/CoreUpdaterDb_main.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:ee7cd69a7c77b53581e066f4b4f2c0763f820938de7ec592e42d71a02972b8ea
-size 315385
+oid sha256:ed1e01f70cced5c3b30de8f1d101360eae7cd426db52c2acb44159c904fd88a6
+size 331238
diff --git a/plugins/CoreUpdater/tests/UI/expected-screenshots/CoreUpdaterDb_main_instance.png b/plugins/CoreUpdater/tests/UI/expected-screenshots/CoreUpdaterDb_main_instance.png
index 9163e14832..0a346c454a 100644
--- a/plugins/CoreUpdater/tests/UI/expected-screenshots/CoreUpdaterDb_main_instance.png
+++ b/plugins/CoreUpdater/tests/UI/expected-screenshots/CoreUpdaterDb_main_instance.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:1152e385694fb30b63b9bde8d4a8f23ab53577ac827ad683defdaa48385199e6
-size 316963
+oid sha256:77df453180049c37068480a5dc63e87bfcf33f08b52c5a1c1fbacbbf96f37bda
+size 332773
diff --git a/plugins/CoreVisualizations/JqplotDataGenerator/Evolution.php b/plugins/CoreVisualizations/JqplotDataGenerator/Evolution.php
index 814903265b..69b5c1c686 100644
--- a/plugins/CoreVisualizations/JqplotDataGenerator/Evolution.php
+++ b/plugins/CoreVisualizations/JqplotDataGenerator/Evolution.php
@@ -208,7 +208,7 @@ class Evolution extends JqplotDataGenerator
* @param DataTable[] $dataTables
* @throws \Exception
*/
- private function addSelectedSeriesXLabels(array &$xLabels, array $dataTables)
+ protected function addSelectedSeriesXLabels(array &$xLabels, array $dataTables)
{
$xTicksCount = count($dataTables);
foreach ($xLabels as $labelSeries) {
diff --git a/plugins/CoreVisualizations/javascripts/jqplot.js b/plugins/CoreVisualizations/javascripts/jqplot.js
index b6fd479e49..9b5dd5b2e2 100644
--- a/plugins/CoreVisualizations/javascripts/jqplot.js
+++ b/plugins/CoreVisualizations/javascripts/jqplot.js
@@ -638,8 +638,8 @@ function rowEvolutionGetMetricNameFromRow(tr)
var viewDataTable = $('#' + this.workingDivId).data('uiControlObject').param['viewDataTable'];
- var graphType;
- if (viewDataTable == 'graphEvolution') {
+ var graphType = '';
+ if (viewDataTable == 'graphEvolution' || viewDataTable == 'graphStackedBarEvolution') {
graphType = 'evolution';
} else if (viewDataTable == 'graphPie') {
graphType = 'pie';
@@ -1016,7 +1016,7 @@ RowEvolutionSeriesToggle.prototype.beforeReplot = function () {
ctx.restore();
}
- // trigger the event jqplotPiwikTickOver when the mosue enters
+ // trigger the event jqplotPiwikTickOver when the mouse enters
// and new tick. this is used for tooltips.
function handleMouseMove(ev, gridpos, datapos, neighbor, plot) {
var c = plot.plugins.piwikTicks;
diff --git a/plugins/CustomAlerts b/plugins/CustomAlerts
-Subproject f38df2f6bf44b5cefceede2b8af610ef241ae7a
+Subproject ce0044dcd7f71ff57b25a70ee75011047830ea5
diff --git a/plugins/CustomDimensions b/plugins/CustomDimensions
-Subproject 1de7979f9da27168c57c886bcf18b8b10aa5faf
+Subproject d9fac3913999bbf38ef1016b9af14e7e6876771
diff --git a/plugins/Dashboard/tests/UI/DashboardManager_spec.js b/plugins/Dashboard/tests/UI/DashboardManager_spec.js
index 03f1d393b7..f22ae940fb 100644
--- a/plugins/Dashboard/tests/UI/DashboardManager_spec.js
+++ b/plugins/Dashboard/tests/UI/DashboardManager_spec.js
@@ -29,7 +29,7 @@ describe("DashboardManager", function () {
live = await page.jQuery('.widgetpreview-categorylist>li:contains(Goals)');
await live.hover();
- visitors = await page.jQuery('.widgetpreview-categorylist>li:contains(Visitors):first');
+ visitors = await page.jQuery('.widgetpreview-categorylist>li:contains(Visitors - Overview):first');
await visitors.hover();
await visitors.click();
diff --git a/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_create_new.png b/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_create_new.png
index f1ed8cbb61..2eee5a776a 100644
--- a/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_create_new.png
+++ b/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_create_new.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:45fe59bc0f8e0d9cc50e73994936a8fabffc57c472f00b69b1a595d79d4f6702
-size 317096
+oid sha256:38d947c12e5e179ed608ae854d7e4328c38e03dbcd7b4ca166874bd994d1a6b3
+size 313153
diff --git a/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_expanded.png b/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_expanded.png
index 67cf53e8ea..9e3f4654c9 100644
--- a/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_expanded.png
+++ b/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_expanded.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:76e1d243ec2d998e3df1d1e105c88c3842eb51f41e9e7d42679774a38e66665a
-size 52938
+oid sha256:c6059113f6bd3f4e388301d9803059de1544d5021e3fc7caad3761fb18e5562e
+size 54571
diff --git a/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_removed.png b/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_removed.png
index 5c6458bd9c..549834b0e8 100644
--- a/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_removed.png
+++ b/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_removed.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:107445b072f415c68e110b53d09362b2280ad48197ba48ccbabff09181306cac
-size 469969
+oid sha256:cc7be4fc4ffa5d73f6013db8b00ab8fcfb038f73d2dce6cf9925b54a4d4953f1
+size 470837
diff --git a/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_widget_list_shown.png b/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_widget_list_shown.png
index 66e942016b..c91f4a2078 100644
--- a/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_widget_list_shown.png
+++ b/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_widget_list_shown.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:9a722db3c7277f4d261ac07593b525b989128472ff40f941dd28646979ef0442
-size 66489
+oid sha256:e1bfecda2a871a869e35b36100bdfb7fbc7838de9aa6a8c1d751dd3545207ad0
+size 59379
diff --git a/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_widget_preview.png b/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_widget_preview.png
index 23cbe53892..d8e26253c8 100644
--- a/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_widget_preview.png
+++ b/plugins/Dashboard/tests/UI/expected-screenshots/DashboardManager_widget_preview.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b0722a403dee9c15c6063c2e166b8b2e0276b07159a42fa8895747a287d6f951
-size 78031
+oid sha256:f4f2e454a129e6e834c506b13a569789a9c430021c6b5d95a208e6a86717c1fc
+size 70727
diff --git a/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_loaded_token_auth.png b/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_loaded_token_auth.png
index 0f53419c24..47c89aed69 100644
--- a/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_loaded_token_auth.png
+++ b/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_loaded_token_auth.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:476824e903201373dbcc8fdf05bdb5309458b91eae438ae348697a85d9c53519
-size 729257
+oid sha256:13a6d0187360183e38a121cfe5e1000d507ed2502a6bfc4a3381e9fa20ee5ab8
+size 733428
diff --git a/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_removed.png b/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_removed.png
index 0f53419c24..47c89aed69 100644
--- a/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_removed.png
+++ b/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_removed.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:476824e903201373dbcc8fdf05bdb5309458b91eae438ae348697a85d9c53519
-size 729257
+oid sha256:13a6d0187360183e38a121cfe5e1000d507ed2502a6bfc4a3381e9fa20ee5ab8
+size 733428
diff --git a/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_reset.png b/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_reset.png
index 70d3f3b49c..56a1788660 100644
--- a/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_reset.png
+++ b/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_reset.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4ef74bfb2f22b81075cbeb6d94fe5b13249cd48ed013f181884353b50c85ef0b
-size 379152
+oid sha256:b906690bbb52e769dbcce603fd9b9984274b0ec0482bb34c1e70e73f597aeb92
+size 375084
diff --git a/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_rowevolution.png b/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_rowevolution.png
index 5ceab07970..961c7bc562 100644
--- a/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_rowevolution.png
+++ b/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_rowevolution.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:c936e20dc2bf1883ba417530b2373ef869fe2b3ccd893ac8a4e8ea902131594a
-size 72431
+oid sha256:c0fedf748f622a703b01e596991f42bc734903c8a14e2d445098ecd322684a35
+size 71530
diff --git a/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_widget_add_widget.png b/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_widget_add_widget.png
index 9d9c055b7b..fededf2adc 100644
--- a/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_widget_add_widget.png
+++ b/plugins/Dashboard/tests/UI/expected-screenshots/Dashboard_widget_add_widget.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:0d6cd217939f3d46cbbf86510cd1d0fa7d796e55bccca4b46cedd077bcb896dd
-size 205999
+oid sha256:6cba407da5aee18d652207ed3bf49b83b3e6324b62f1a48871f101330174035c
+size 206124
diff --git a/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php b/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php
index 59d3139cd8..f57192d505 100644
--- a/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php
+++ b/plugins/Diagnostics/tests/Integration/Commands/AnalyzeArchiveTableTest.php
@@ -41,12 +41,12 @@ Statistics for the archive_numeric_2010_03 and archive_blob_2010_03 tables:
+-------------------------------------------+------------+---------------+-------------+---------+-----------+----------------+-------------+-------------+
| Group | # Archives | # Invalidated | # Temporary | # Error | # Segment | # Numeric Rows | # Blob Rows | # Blob Data |
+-------------------------------------------+------------+---------------+-------------+---------+-----------+----------------+-------------+-------------+
-| week[2010-03-01 - 2010-03-07] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 61 | 97 | %d |
-| month[2010-03-01 - 2010-03-31] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 61 | 97 | %d |
+| week[2010-03-01 - 2010-03-07] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 73 | 97 | %d |
+| month[2010-03-01 - 2010-03-31] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 73 | 97 | %d |
| day[2010-03-03 - 2010-03-03] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 0 | 0 | |
| day[2010-03-04 - 2010-03-04] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 0 | 0 | |
| day[2010-03-05 - 2010-03-05] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 0 | 0 | |
-| day[2010-03-06 - 2010-03-06] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 61 | 73 | %d |
+| day[2010-03-06 - 2010-03-06] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 73 | 73 | %d |
| day[2010-03-07 - 2010-03-07] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 0 | 0 | |
| day[2010-03-08 - 2010-03-08] idSite = 1 | 5 | 0 | 0 | 0 | 4 | 0 | 0 | |
| week[2010-03-08 - 2010-03-14] idSite = 1 | 7 | 0 | 0 | 0 | 6 | 0 | 0 | |
@@ -82,7 +82,7 @@ Total # Invalidated Archives: 0
Total # Temporary Archives: 0
Total # Error Archives: 0
Total # Segment Archives: 162
-Total Size of Blobs: 25.%d K
+Total Size of Blobs: 30.%d K
OUTPUT;
diff --git a/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_html_tables_and_graph__ScheduledReports.generateReport_week.original.html b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_html_tables_and_graph__ScheduledReports.generateReport_week.original.html
index 7e29ffa293..81f08692ad 100644
--- a/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_html_tables_and_graph__ScheduledReports.generateReport_week.original.html
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_html_tables_and_graph__ScheduledReports.generateReport_week.original.html
@@ -49,6 +49,11 @@
</a>
</li>
<li style="font-size:15px;line-height:24px;">
+ <a href="#PagePerformance_get" style="text-decoration:none; color: #0d0d0d;">
+ Performance overview
+ </a>
+ </li>
+ <li style="font-size:15px;line-height:24px;">
<a href="#VisitsSummary_get" style="text-decoration:none; color: #0d0d0d;">
Visits Summary
</a>
@@ -540,6 +545,92 @@
Back to top &#8593;
</a></p>
+<h2 id="PagePerformance_get" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
+ Performance overview
+</h2>
+
+ <img alt=""
+ src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAArwAAADICAIAAACF9KXqAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEfklEQVR4nO3cS1biQABA0ehxJ+x/SayFHtCHTufHE+IHuHckEqoqTuqRCG+n02nYw+FwOB6Pew01DMM9o+24mIebHQC+yPvhcDhv0heTh/f71IDnHfeGTffqLLufFwC8lPefXsD38e4fAO7xMQzD8XhcvKI+fmu+uOMuvne//PL8kvPD8R2HyQHz114Oni/gvM75auezLK4kLmA86WTGxTEXB9yYBQAe0cfaE5ONeXGf3t4jLzcaJkdODhiPOdmeFxew2DfzWcYP136+esrz38/HWRw8zggAD+Tv7YnJ2/rfLG7AO+7T20MtPqsSAHg+/640rN2k+Kxf/g+Jlzy67UwfJa0AYHertyduM7ksf8MB32DjNse237B4APgp/3164uabFM+3g37FGT3fXwmAl7J6pWHxwwtrB4yv+c+3xvGzvUuuLmBjlo3DNj7UsHhGG0uaDFgWCQCP622vb4R8PuX+hU9GAPA6dv6fhkfnsgEArHGlAQBIXuhrpAGAe4gGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBAIhoAgEQ0AACJaAAAEtEAACSiAQBIRAMAkIgGACARDQBA8gczQRugNvGghAAAAABJRU5ErkJggg=="
+ height="200"
+ width="700"
+ margin="0 auto"/>
+
+ <br/>
+ <br/>
+
+ <table style="border-collapse:collapse; border:1px solid rgb(231,231,231); padding:5px;">
+ <thead style="background-color: #f2f2f2;">
+ <th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ &nbsp;Name&nbsp;&nbsp;
+ </th>
+ <th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; text-align:right;">
+ &nbsp;Value&nbsp;&nbsp;
+ </th>
+ </thead>
+ <tbody>
+
+ <tr style=";">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. network time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style="background-color: #f2f2f2;">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. server time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style=";">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. transfer time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style="background-color: #f2f2f2;">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. DOM processing time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style=";">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. DOM completion time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style="background-color: #f2f2f2;">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. on load time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style=";">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. page load time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p style="width: 100%; text-align:center;">
+ <a style="color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;; text-decoration:none; font-size: 9pt;" href="#reportTop">
+ Back to top &#8593;
+ </a></p>
+
<h2 id="VisitsSummary_get" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
Visits Summary
</h2>
diff --git a/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_html_tables_only__ScheduledReports.generateReport_week.original.html b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_html_tables_only__ScheduledReports.generateReport_week.original.html
index 72e54efacf..e3c6ed145f 100644
--- a/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_html_tables_only__ScheduledReports.generateReport_week.original.html
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_html_tables_only__ScheduledReports.generateReport_week.original.html
@@ -49,6 +49,11 @@
</a>
</li>
<li style="font-size:15px;line-height:24px;">
+ <a href="#PagePerformance_get" style="text-decoration:none; color: #0d0d0d;">
+ Performance overview
+ </a>
+ </li>
+ <li style="font-size:15px;line-height:24px;">
<a href="#VisitsSummary_get" style="text-decoration:none; color: #0d0d0d;">
Visits Summary
</a>
@@ -533,6 +538,85 @@
Back to top &#8593;
</a></p>
+<h2 id="PagePerformance_get" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
+ Performance overview
+</h2>
+
+
+
+ <table style="border-collapse:collapse; border:1px solid rgb(231,231,231); padding:5px;">
+ <thead style="background-color: #f2f2f2;">
+ <th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ &nbsp;Name&nbsp;&nbsp;
+ </th>
+ <th style="border-bottom:1px solid rgb(231,231,231);font-size: 15px;text-align: left;font-weight:normal;padding:13px 0 13px 10px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; text-align:right;">
+ &nbsp;Value&nbsp;&nbsp;
+ </th>
+ </thead>
+ <tbody>
+
+ <tr style=";">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. network time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style="background-color: #f2f2f2;">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. server time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style=";">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. transfer time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style="background-color: #f2f2f2;">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. DOM processing time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style=";">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. DOM completion time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style="background-color: #f2f2f2;">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. on load time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+
+ <tr style=";">
+ <td style="padding:17px 15px;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ Avg. page load time </td>
+ <td style="padding:17px 15px; text-align:right;;border-bottom:1px solid rgb(231,231,231);font-size: 15px;font-variant-numeric: tabular-nums;padding:17px 15px;color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;">
+ 00:00:00
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <p style="width: 100%; text-align:center;">
+ <a style="color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif;; text-decoration:none; font-size: 9pt;" href="#reportTop">
+ Back to top &#8593;
+ </a></p>
+
<h2 id="VisitsSummary_get" style=" color:#0d0d0d;font-family:-apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, Oxygen-Sans, Cantarell, &#039;Helvetica Neue&#039;, sans-serif; font-size: 24pt; font-weight:normal; margin:45px 0 30px 0;">
Visits Summary
</h2>
diff --git a/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_in_csv__ScheduledReports.generateReport_week.original.csv b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_in_csv__ScheduledReports.generateReport_week.original.csv
index 5707fd0dea..a98120d9bf 100644
--- a/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_in_csv__ScheduledReports.generateReport_week.original.csv
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_in_csv__ScheduledReports.generateReport_week.original.csv
@@ -3,6 +3,10 @@ label,nb_visits,nb_actions,nb_pageviews,revenue,nb_conversions,orders,ecommerce_
Piwik test,5,16,16,"$13,361.11",5,4,"$13,351.11",100%,100%,100%,100%,100%,100%,100%
Piwik test,2,1,1,$250,1,0,$0,100%,100%,100%,100%,100%,0,0
+Performance overview
+avg_time_network,avg_time_server,avg_time_transfer,avg_time_dom_processing,avg_time_dom_completion,avg_time_on_load,avg_page_load_time
+00:00:00,00:00:00,00:00:00,00:00:00,00:00:00,00:00:00,00:00:00
+
Visits Summary
nb_uniq_visitors,nb_visits,nb_actions,max_actions,nb_actions_per_visit,avg_time_on_site,bounce_rate
1,5,16,6,3.2,00:22:49,20%
diff --git a/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_in_pdf_tables_only__ScheduledReports.generateReport_week.original.pdf b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_in_pdf_tables_only__ScheduledReports.generateReport_week.original.pdf
index 4e8aa24665..15228facdd 100644
--- a/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_in_pdf_tables_only__ScheduledReports.generateReport_week.original.pdf
+++ b/plugins/Ecommerce/tests/System/expected/test_ecommerceOrderWithItems_schedrep_in_pdf_tables_only__ScheduledReports.generateReport_week.original.pdf
Binary files differ
diff --git a/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml b/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml
index 75b331173f..9649a70f61 100644
--- a/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml
+++ b/plugins/ExamplePlugin/tests/System/expected/test___API.get_day.xml
@@ -39,6 +39,27 @@
<Referrers_visitorsFromCampaigns_percent>0%</Referrers_visitorsFromCampaigns_percent>
<Referrers_visitorsFromSocialNetworks_percent>0%</Referrers_visitorsFromSocialNetworks_percent>
<Referrers_visitorsFromWebsites_percent>0%</Referrers_visitorsFromWebsites_percent>
+ <PagePerformance_network_time>0</PagePerformance_network_time>
+ <PagePerformance_network_hits>0</PagePerformance_network_hits>
+ <PagePerformance_servery_time>0</PagePerformance_servery_time>
+ <PagePerformance_server_hits>0</PagePerformance_server_hits>
+ <PagePerformance_transfer_time>0</PagePerformance_transfer_time>
+ <PagePerformance_transfer_hits>0</PagePerformance_transfer_hits>
+ <PagePerformance_domprocessing_time>0</PagePerformance_domprocessing_time>
+ <PagePerformance_domprocessing_hits>0</PagePerformance_domprocessing_hits>
+ <PagePerformance_domcompletion_time>0</PagePerformance_domcompletion_time>
+ <PagePerformance_domcompletion_hits>0</PagePerformance_domcompletion_hits>
+ <PagePerformance_onload_time>0</PagePerformance_onload_time>
+ <PagePerformance_onload_hits>0</PagePerformance_onload_hits>
+ <PagePerformance_pageload_time>0</PagePerformance_pageload_time>
+ <PagePerformance_pageload_hits>0</PagePerformance_pageload_hits>
+ <avg_time_network>0</avg_time_network>
+ <avg_time_server>0</avg_time_server>
+ <avg_time_transfer>0</avg_time_transfer>
+ <avg_time_dom_processing>0</avg_time_dom_processing>
+ <avg_time_dom_completion>0</avg_time_dom_completion>
+ <avg_time_on_load>0</avg_time_on_load>
+ <avg_page_load_time>0</avg_page_load_time>
<nb_conversions>1</nb_conversions>
<nb_visits_converted>1</nb_visits_converted>
<revenue>2541</revenue>
diff --git a/plugins/ImageGraph/API.php b/plugins/ImageGraph/API.php
index 1fa00cca13..557e788aea 100644
--- a/plugins/ImageGraph/API.php
+++ b/plugins/ImageGraph/API.php
@@ -546,7 +546,7 @@ class API extends \Piwik\Plugin\API
$ordinateValue = @str_replace(',', '.', $ordinateValue);
// convert hh:mm:ss formatted time values to number of seconds
- if (preg_match('/([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})/', $ordinateValue, $matches)) {
+ if (preg_match('/([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\.[0-9]{2})?)/', $ordinateValue, $matches)) {
$hour = $matches[1];
$min = $matches[2];
$sec = $matches[3];
diff --git a/plugins/IntranetMeasurable/tests/System/expected/test__intranet__API.get_day.xml b/plugins/IntranetMeasurable/tests/System/expected/test__intranet__API.get_day.xml
index 28fde77ada..bff04b77ab 100644
--- a/plugins/IntranetMeasurable/tests/System/expected/test__intranet__API.get_day.xml
+++ b/plugins/IntranetMeasurable/tests/System/expected/test__intranet__API.get_day.xml
@@ -39,6 +39,27 @@
<Referrers_visitorsFromCampaigns_percent>0%</Referrers_visitorsFromCampaigns_percent>
<Referrers_visitorsFromSocialNetworks_percent>0%</Referrers_visitorsFromSocialNetworks_percent>
<Referrers_visitorsFromWebsites_percent>0%</Referrers_visitorsFromWebsites_percent>
+ <PagePerformance_network_time>0</PagePerformance_network_time>
+ <PagePerformance_network_hits>0</PagePerformance_network_hits>
+ <PagePerformance_servery_time>0</PagePerformance_servery_time>
+ <PagePerformance_server_hits>0</PagePerformance_server_hits>
+ <PagePerformance_transfer_time>0</PagePerformance_transfer_time>
+ <PagePerformance_transfer_hits>0</PagePerformance_transfer_hits>
+ <PagePerformance_domprocessing_time>0</PagePerformance_domprocessing_time>
+ <PagePerformance_domprocessing_hits>0</PagePerformance_domprocessing_hits>
+ <PagePerformance_domcompletion_time>0</PagePerformance_domcompletion_time>
+ <PagePerformance_domcompletion_hits>0</PagePerformance_domcompletion_hits>
+ <PagePerformance_onload_time>0</PagePerformance_onload_time>
+ <PagePerformance_onload_hits>0</PagePerformance_onload_hits>
+ <PagePerformance_pageload_time>0</PagePerformance_pageload_time>
+ <PagePerformance_pageload_hits>0</PagePerformance_pageload_hits>
+ <avg_time_network>0</avg_time_network>
+ <avg_time_server>0</avg_time_server>
+ <avg_time_transfer>0</avg_time_transfer>
+ <avg_time_dom_processing>0</avg_time_dom_processing>
+ <avg_time_dom_completion>0</avg_time_dom_completion>
+ <avg_time_on_load>0</avg_time_on_load>
+ <avg_page_load_time>0</avg_page_load_time>
<nb_conversions>0</nb_conversions>
<nb_visits_converted>0</nb_visits_converted>
<revenue>0</revenue>
diff --git a/plugins/IntranetMeasurable/tests/System/expected/test__notIntranet__API.get_day.xml b/plugins/IntranetMeasurable/tests/System/expected/test__notIntranet__API.get_day.xml
index 010d541f92..8be09c67b9 100644
--- a/plugins/IntranetMeasurable/tests/System/expected/test__notIntranet__API.get_day.xml
+++ b/plugins/IntranetMeasurable/tests/System/expected/test__notIntranet__API.get_day.xml
@@ -39,6 +39,27 @@
<Referrers_visitorsFromCampaigns_percent>0%</Referrers_visitorsFromCampaigns_percent>
<Referrers_visitorsFromSocialNetworks_percent>0%</Referrers_visitorsFromSocialNetworks_percent>
<Referrers_visitorsFromWebsites_percent>0%</Referrers_visitorsFromWebsites_percent>
+ <PagePerformance_network_time>0</PagePerformance_network_time>
+ <PagePerformance_network_hits>0</PagePerformance_network_hits>
+ <PagePerformance_servery_time>0</PagePerformance_servery_time>
+ <PagePerformance_server_hits>0</PagePerformance_server_hits>
+ <PagePerformance_transfer_time>0</PagePerformance_transfer_time>
+ <PagePerformance_transfer_hits>0</PagePerformance_transfer_hits>
+ <PagePerformance_domprocessing_time>0</PagePerformance_domprocessing_time>
+ <PagePerformance_domprocessing_hits>0</PagePerformance_domprocessing_hits>
+ <PagePerformance_domcompletion_time>0</PagePerformance_domcompletion_time>
+ <PagePerformance_domcompletion_hits>0</PagePerformance_domcompletion_hits>
+ <PagePerformance_onload_time>0</PagePerformance_onload_time>
+ <PagePerformance_onload_hits>0</PagePerformance_onload_hits>
+ <PagePerformance_pageload_time>0</PagePerformance_pageload_time>
+ <PagePerformance_pageload_hits>0</PagePerformance_pageload_hits>
+ <avg_time_network>0</avg_time_network>
+ <avg_time_server>0</avg_time_server>
+ <avg_time_transfer>0</avg_time_transfer>
+ <avg_time_dom_processing>0</avg_time_dom_processing>
+ <avg_time_dom_completion>0</avg_time_dom_completion>
+ <avg_time_on_load>0</avg_time_on_load>
+ <avg_page_load_time>0</avg_page_load_time>
<nb_conversions>0</nb_conversions>
<nb_visits_converted>0</nb_visits_converted>
<revenue>0</revenue>
diff --git a/plugins/Live/templates/_actionTooltip.twig b/plugins/Live/templates/_actionTooltip.twig
index 5b20add67e..ff4957ccc9 100644
--- a/plugins/Live/templates/_actionTooltip.twig
+++ b/plugins/Live/templates/_actionTooltip.twig
@@ -1,8 +1,12 @@
{{ action.serverTimePretty }}{% if action.url is defined and action.url|trim|length %}
-{{ action.url }}{% endif %}{%- if action.generationTime is defined %}
+{{ action.url }}{% endif %}{%- if action.pageLoadTime is defined %}
+
+{{ 'PagePerformance_PageLoadTime'|translate }}: {{ action.pageLoadTime|raw }}{% endif %}
+{%- if action.pageLoadTime is not defined and action.generationTime is defined %}
{{ 'General_ColumnGenerationTime'|translate }}: {{ action.generationTime|raw }}{% endif %}
+
{%- if action.timeSpentPretty is defined %}
{{ 'General_TimeOnPage'|translate }}: {{ action.timeSpentPretty|raw }}{% endif %}
diff --git a/plugins/Live/templates/_profileSummary.twig b/plugins/Live/templates/_profileSummary.twig
index b86a23f59d..143be30164 100644
--- a/plugins/Live/templates/_profileSummary.twig
+++ b/plugins/Live/templates/_profileSummary.twig
@@ -39,7 +39,12 @@
{%- for entry in visitorData.searches %} <strong title="{% if entry.searches == 1 %}{{ 'Actions_OneSearch'|translate }}{% else %}{{ 'UserCountryMap_Searches'|translate(entry.searches) }}{% endif %}">{{ entry.keyword }}</strong>{% if not loop.last %},{% endif %}{% endfor %}
</p>
{% endif %}
- {% if visitorData.averagePageGenerationTime is defined %}
+ {% if visitorData.averagePageLoadTime|default(0) > 0 %}
+ <p title="{{ 'Live_CalculatedOverNPageViews'|translate(visitorData.totalPageViewsWithLoadTime) }}">
+ {{ 'Live_AveragePageGenerationTime'|translate('<strong>' ~ visitorData.averagePageLoadTime ~ 's</strong>')|raw }}
+ </p>
+ {% endif %}
+ {% if visitorData.averagePageLoadTime|default(0) == 0 and visitorData.averagePageGenerationTime is defined %}
<p title="{{ 'Live_CalculatedOverNPageViews'|translate(visitorData.totalPageViewsWithTiming) }}">
{{ 'Live_AveragePageGenerationTime'|translate('<strong>' ~ visitorData.averagePageGenerationTime ~ 's</strong>')|raw }}
</p>
diff --git a/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php b/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php
index f61aa3b16f..144646070e 100644
--- a/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php
+++ b/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php
@@ -81,7 +81,7 @@ class VisitsWithAllActionsAndDevices extends Fixture
$t->setLongitude(139.71);
$t->setUrl('http://example.org/');
- $t->setGenerationTime(251);
+ $t->setPerformanceTimings(12, 256, 222, 345, 158, 111);
$t->setDebugStringAppend('bw_bytes=12053');
self::checkResponse($t->doTrackPageView('home'));
@@ -98,7 +98,7 @@ class VisitsWithAllActionsAndDevices extends Fixture
$t->setUrl('http://example.org/product42');
$t->setCustomTrackingParameter('dimension2', 'NZD');
$t->setEcommerceView($sku = 'P42X4D', $name = 'product 42', $category = 'software', $price = 60);
- $t->setGenerationTime(83);
+ $t->setPerformanceTimings(33, 222, 356, 444, 522, 211);
$t->setDebugStringAppend('bw_bytes=36053');
self::checkResponse($t->doTrackPageView('product 42'));
@@ -112,7 +112,7 @@ class VisitsWithAllActionsAndDevices extends Fixture
$t->setForceVisitDateTime(Date::factory($dateTime)->addHour(0.25)->getDatetime());
$t->setUrl('http://example.org/search');
- $t->setGenerationTime(318);
+ $t->setPerformanceTimings(99, 123, 288, 346, 444, 56);
$t->setDebugStringAppend('bw_bytes=2583');
self::checkResponse($t->doTrackPageView('product search'));
@@ -130,7 +130,7 @@ class VisitsWithAllActionsAndDevices extends Fixture
$t->setUrl('http://example.org/fancyproduct');
$t->setEcommerceView($sku = 'F4NCYX', $name = 'fancy product', $category = 'software', $price = 40);
- $t->setGenerationTime(151);
+ $t->setPerformanceTimings(75, 199, 245, 288, 321, 123);
$t->setDebugStringAppend('bw_bytes=68895');
self::checkResponse($t->doTrackPageView('fancy product'));
@@ -139,7 +139,7 @@ class VisitsWithAllActionsAndDevices extends Fixture
self::checkResponse($t->doTrackEcommerceCartUpdate(140));
$t->setUrl('http://example.org/cart');
- $t->setGenerationTime(33);
+ $t->setPerformanceTimings(0, 325, 165, 258, 333, 88);
$t->setDebugStringAppend('bw_bytes=1590');
self::checkResponse($t->doTrackPageView('cart'));
@@ -154,7 +154,7 @@ class VisitsWithAllActionsAndDevices extends Fixture
$t->setUrlReferrer('http://www.google.com/search?q=product%2042');
$t->setUrl('http://example.org/product42');
- $t->setGenerationTime(96);
+ $t->setPerformanceTimings(55, 348, 256, 299, 165, 144);
$t->setDebugStringAppend('bw_bytes=6851');
$t->setCustomVariable(1, 'custom', 'variable', 'page');
$t->setCustomTrackingParameter('dimension1', '42');
@@ -168,19 +168,19 @@ class VisitsWithAllActionsAndDevices extends Fixture
$t->setForceVisitDateTime(Date::factory($dateTime)->addHour(0.2)->getDatetime());
$t->setUrl('http://example.org/');
- $t->setGenerationTime(511);
+ $t->setPerformanceTimings(78, 198, 245, 398, 400, 100);
$t->setDebugStringAppend('bw_bytes=2012');
self::checkResponse($t->doTrackPageView('home'));
$t->setForceVisitDateTime(Date::factory($dateTime)->addHour(0.2)->getDatetime());
$t->setUrl('http://example.org/');
- $t->setGenerationTime(511);
+ $t->setPerformanceTimings(55, 222, 562, 359, 461, 67);
$t->setDebugStringAppend('bw_bytes=2012');
self::checkResponse($t->doTrackPageView('home'));
$t->setForceVisitDateTime(Date::factory($dateTime)->addHour(0.2)->getDatetime());
$t->setUrl('http://example.org/');
- $t->setGenerationTime(222);
+ $t->setPerformanceTimings(75, 333, 1000, 299, 156, 99);
$t->setDebugStringAppend('bw_bytes=950');
self::checkResponse($t->doTrackPageView('home'));
@@ -196,7 +196,7 @@ class VisitsWithAllActionsAndDevices extends Fixture
$t->setCustomVariable(1, 'promo', 'summer', 'visit');
$t->setCustomTrackingParameter('dimension1', '16');
$t->setUrl('http://example.org/');
- $t->setGenerationTime(195);
+ $t->setPerformanceTimings(0, 255, 319, 395, 222, 92);
$t->setDebugStringAppend('bw_bytes=631');
self::checkResponse($t->doTrackPageView('home'));
@@ -208,7 +208,7 @@ class VisitsWithAllActionsAndDevices extends Fixture
$t->setForceVisitDateTime(Date::factory($dateTime)->addHour(0.6)->getDatetime());
$t->setUrl('');
- $t->setGenerationTime(156);
+ $t->setPerformanceTimings(null, null, null, null, null, null);
$t->setDebugStringAppend('bw_bytes=1254');
self::checkResponse($t->doTrackPageView('Action without url'));
}
@@ -219,7 +219,7 @@ class VisitsWithAllActionsAndDevices extends Fixture
$t->setUserAgent($useragent);
$t->setUrl('http://example.org/');
- $t->setGenerationTime(111);
+ $t->setPerformanceTimings(88, 165, 247, 355, 401, 196);
$t->setDebugStringAppend('bw_bytes=555');
self::checkResponse($t->doTrackPageView('home'));
diff --git a/plugins/Live/tests/System/expected/test___Live.getVisitorProfile.xml b/plugins/Live/tests/System/expected/test___Live.getVisitorProfile.xml
index 7983452521..3f8bde0249 100644
--- a/plugins/Live/tests/System/expected/test___Live.getVisitorProfile.xml
+++ b/plugins/Live/tests/System/expected/test___Live.getVisitorProfile.xml
@@ -12,6 +12,7 @@
<totalUniquePageViews>6</totalUniquePageViews>
<totalRevisitedPages>5</totalRevisitedPages>
<totalPageViewsWithTiming>0</totalPageViewsWithTiming>
+ <totalPageViewsWithLoadTime>0</totalPageViewsWithLoadTime>
<searches>
</searches>
<totalGoalConversions>0</totalGoalConversions>
diff --git a/plugins/Live/tests/System/expected/test_higherLimit__Live.getVisitorProfile.xml b/plugins/Live/tests/System/expected/test_higherLimit__Live.getVisitorProfile.xml
index c72f8b1b1e..65e1889cf3 100644
--- a/plugins/Live/tests/System/expected/test_higherLimit__Live.getVisitorProfile.xml
+++ b/plugins/Live/tests/System/expected/test_higherLimit__Live.getVisitorProfile.xml
@@ -12,6 +12,7 @@
<totalUniquePageViews>6</totalUniquePageViews>
<totalRevisitedPages>5</totalRevisitedPages>
<totalPageViewsWithTiming>0</totalPageViewsWithTiming>
+ <totalPageViewsWithLoadTime>0</totalPageViewsWithLoadTime>
<searches>
</searches>
<totalGoalConversions>0</totalGoalConversions>
diff --git a/plugins/Live/tests/System/expected/test_maxVisitLimit__Live.getVisitorProfile.xml b/plugins/Live/tests/System/expected/test_maxVisitLimit__Live.getVisitorProfile.xml
index eec0d527b0..883aa524dd 100644
--- a/plugins/Live/tests/System/expected/test_maxVisitLimit__Live.getVisitorProfile.xml
+++ b/plugins/Live/tests/System/expected/test_maxVisitLimit__Live.getVisitorProfile.xml
@@ -12,6 +12,7 @@
<totalUniquePageViews>4</totalUniquePageViews>
<totalRevisitedPages>4</totalRevisitedPages>
<totalPageViewsWithTiming>0</totalPageViewsWithTiming>
+ <totalPageViewsWithLoadTime>0</totalPageViewsWithLoadTime>
<searches>
</searches>
<totalGoalConversions>0</totalGoalConversions>
diff --git a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile.png b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile.png
index 3361725e7d..bc80f60cfc 100644
--- a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile.png
+++ b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:9ca0fcc3ee5901df974c348fd7da020df9f4283bfd5768eba89b664717272000
-size 418489
+oid sha256:f6d9430573d5ccfa8bcbfa5c42118dac73d078904e2ff9bfed305e33659680c2
+size 418209
diff --git a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_action_details.png b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_action_details.png
index 539126cbdc..8029187c5b 100644
--- a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_action_details.png
+++ b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_action_details.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:df49b91d892c15316435dc414b32a89bc63e7daa35d4cc173dedf547029133e4
-size 294750
+oid sha256:8a88a1bdfd0d14ae3b00c9627ff62e1b696daa7f2fade019e4f275daf6713a9d
+size 294504
diff --git a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_action_tooltip.png b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_action_tooltip.png
index 9ede4f978f..c0bab52fc4 100644
--- a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_action_tooltip.png
+++ b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_action_tooltip.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:317e2481c429a9f264a813a237c5d0f69c80db3962cf0107490ca22e380f80a8
-size 11663
+oid sha256:95e7fc93175b8223514f90fefd271bafcbee14fcad2ec389a675c85b875b189c
+size 11695
diff --git a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_actions_hidden.png b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_actions_hidden.png
index 9f45d65d49..219f74b164 100644
--- a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_actions_hidden.png
+++ b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_actions_hidden.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:7c78002e3ff02db7cd9e42b482deaaad48bb4263fadb3ab514a5355622683511
-size 260800
+oid sha256:4ce98d7c88cc0c96ad7705d0b6cfc6de61cb1d79985057fa609debd589c0991a
+size 260536
diff --git a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_limited.png b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_limited.png
index d46830adc0..af61c3cd70 100644
--- a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_limited.png
+++ b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_limited.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:81d25e5b1ecdd3bd0d094fccab4b387a1e00d147015b5621a68942edc2e65113
-size 310462
+oid sha256:79e1954b46ed0670a56a720cfef1f4d99b31ef51562ae61f0a4c67db8a03900e
+size 310152
diff --git a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_more_visits.png b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_more_visits.png
index c4d2802ca5..41a509e144 100644
--- a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_more_visits.png
+++ b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_more_visits.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:1409dfc32adddba803069a75341fbefa8954ecf73c06fccf761769fecde2982c
-size 444126
+oid sha256:a160b52491bcf67df211b8154811540a90dcc25ba563f5ee6fb53327594e0401
+size 443899
diff --git a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_visit_details.png b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_visit_details.png
index 74c5840384..0cb5fd0da0 100644
--- a/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_visit_details.png
+++ b/plugins/Live/tests/UI/expected-screenshots/Live_visitor_profile_visit_details.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:cf0fa7c246b8c1255085a39c16514403d410e31887b6424d03f9304949697343
-size 270398
+oid sha256:f0043c49ef3cda849ce7f9aade26f38339542f2d897647d9623ca35e9929747c
+size 270115
diff --git a/plugins/LogViewer b/plugins/LogViewer
-Subproject a3cdd23470d896fd846212fa3b8cf591876c597
+Subproject 974741727a48d8b6d5cd65e368bfc6e36e9e62b
diff --git a/plugins/MarketingCampaignsReporting b/plugins/MarketingCampaignsReporting
-Subproject 288a65e819eaca38b0066fa29d141cec9cbd589
+Subproject d5b297ce8c6f04cef3d2468163d1ecd638aebb4
diff --git a/plugins/Morpheus/fonts/matomo.svg b/plugins/Morpheus/fonts/matomo.svg
index 7afaaa2890..8eb4e2a70e 100644
--- a/plugins/Morpheus/fonts/matomo.svg
+++ b/plugins/Morpheus/fonts/matomo.svg
@@ -133,6 +133,7 @@
<glyph unicode="&#xe922;" glyph-name="evolution" data-tags="timeline" d="M982 596.667c0-46-40-84-86-84-8 0-16 0-22 2l-152-152c2-6 4-14 4-22 0-46-40-84-86-84s-86 38-86 84c0 8 2 16 4 22l-110 110c-6-2-14-4-22-4s-16 2-22 4l-194-194c2-6 4-14 4-22 0-46-40-86-86-86s-86 40-86 86 40 84 86 84c8 0 16 0 22-2l194 194c-2 6-2 14-2 22 0 46 38 86 84 86s86-40 86-86c0-8 0-16-2-22l108-108c6 2 14 2 22 2s16 0 22-2l152 150c-2 6-4 14-4 22 0 46 40 86 86 86s86-40 86-86z" />
<glyph unicode="&#xe95e;" glyph-name="archive" data-tags="box-add, box, download, storage, inbox, archive" d="M832 896h-640l-192-192v-672c0-17.674 14.326-32 32-32h960c17.672 0 32 14.326 32 32v672l-192 192zM512 128l-320 256h192v192h256v-192h192l-320-256zM154.51 768l64 64h586.978l64-64h-714.978z" />
<glyph unicode="&#xe9a5;" glyph-name="rocket" data-tags="rocket, jet, speed, spaceship, fast" d="M704 896l-320-320h-192l-192-256c0 0 203.416 56.652 322.066 30.084l-322.066-414.084 421.902 328.144c58.838-134.654-37.902-328.144-37.902-328.144l256 192v192l320 320 64 320-320-64z" />
+<glyph unicode="&#xe9a6;" glyph-name="meter" data-tags="meter, gauge, dashboard, speedometer, performance" d="M512 896c282.77 0 512-229.23 512-512 0-192.792-106.576-360.666-264.008-448h-495.984c-157.432 87.334-264.008 255.208-264.008 448 0 282.77 229.23 512 512 512zM801.914 94.086c77.438 77.44 120.086 180.398 120.086 289.914h-90v64h85.038c-7.014 44.998-21.39 88.146-42.564 128h-106.474v64h64.284c-9.438 11.762-19.552 23.096-30.37 33.914-46.222 46.22-101.54 80.038-161.914 99.798v-69.712h-64v85.040c-20.982 3.268-42.36 4.96-64 4.96s-43.018-1.69-64-4.96v-85.040h-64v69.712c-60.372-19.76-115.692-53.576-161.914-99.798-10.818-10.818-20.932-22.152-30.37-33.914h64.284v-64h-106.476c-21.174-39.854-35.552-83.002-42.564-128h85.040v-64h-90c0-109.516 42.648-212.474 120.086-289.914 10.71-10.71 21.924-20.728 33.56-30.086h192.354l36.572 512h54.856l36.572-512h192.354c11.636 9.358 22.852 19.378 33.56 30.086z" />
<glyph unicode="&#xe9aa;" glyph-name="lab" data-tags="lab, beta, beaker, test, experiment" d="M956.29 155.518l-316.29 527.024v213.458h32c17.6 0 32 14.4 32 32s-14.4 32-32 32h-320c-17.6 0-32-14.4-32-32s14.4-32 32-32h32v-213.458l-316.288-527.024c-72.442-120.734-16.512-219.518 124.288-219.518h640c140.8 0 196.73 98.784 124.29 219.518zM241.038 320l206.962 344.938v231.062h128v-231.062l206.964-344.938h-541.926z" />
<glyph unicode="&#xea30;" glyph-name="transition" data-tags="shuffle, random, player" d="M768 256h-101.49l-160 160 160 160h101.49v-160l224 224-224 224v-160h-128c-16.974 0-33.252-6.744-45.254-18.746l-178.746-178.744-178.746 178.746c-12 12-28.28 18.744-45.254 18.744h-192v-128h165.49l160-160-160-160h-165.49v-128h192c16.974 0 33.252 6.742 45.254 18.746l178.746 178.744 178.746-178.744c12.002-12.004 28.28-18.746 45.254-18.746h128v-160l224 224-224 224v-160z" />
<glyph unicode="&#xea5b;" glyph-name="funnel" data-tags="filter, funnel" d="M512 960c-282.77 0-512-71.634-512-160v-96l384-384v-320c0-35.346 57.306-64 128-64 70.692 0 128 28.654 128 64v320l384 384v96c0 88.366-229.23 160-512 160zM94.384 821.176c23.944 13.658 57.582 26.62 97.278 37.488 87.944 24.076 201.708 37.336 320.338 37.336 118.628 0 232.394-13.26 320.338-37.336 39.696-10.868 73.334-23.83 97.28-37.488 15.792-9.006 24.324-16.624 28.296-21.176-3.972-4.552-12.506-12.168-28.296-21.176-23.946-13.658-57.584-26.62-97.28-37.488-87.942-24.076-201.708-37.336-320.338-37.336s-232.394 13.26-320.338 37.336c-39.696 10.868-73.334 23.83-97.278 37.488-15.792 9.008-24.324 16.624-28.298 21.176 3.974 4.552 12.506 12.168 28.298 21.176z" />
diff --git a/plugins/Morpheus/fonts/matomo.ttf b/plugins/Morpheus/fonts/matomo.ttf
index fe43033eec..7d1c2172fa 100644
--- a/plugins/Morpheus/fonts/matomo.ttf
+++ b/plugins/Morpheus/fonts/matomo.ttf
Binary files differ
diff --git a/plugins/Morpheus/fonts/matomo.woff b/plugins/Morpheus/fonts/matomo.woff
index 2771e83c66..6efb781682 100644
--- a/plugins/Morpheus/fonts/matomo.woff
+++ b/plugins/Morpheus/fonts/matomo.woff
Binary files differ
diff --git a/plugins/Morpheus/fonts/matomo.woff2 b/plugins/Morpheus/fonts/matomo.woff2
index 072f5c6e37..61db424616 100644
--- a/plugins/Morpheus/fonts/matomo.woff2
+++ b/plugins/Morpheus/fonts/matomo.woff2
Binary files differ
diff --git a/plugins/Morpheus/fonts/selection.json b/plugins/Morpheus/fonts/selection.json
index f85e2a23c8..b8c0682953 100644
--- a/plugins/Morpheus/fonts/selection.json
+++ b/plugins/Morpheus/fonts/selection.json
@@ -1 +1 @@
-{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M726 726v-64c0-72-142-108-214-108s-214 36-214 108v64h428zM512 288c-52 0-96 44-96 96s44 96 96 96 96-44 96-96-44-96-96-96zM854 170c46 0 84 40 84 86v512c0 46-38 86-84 86h-684c-46 0-84-40-84-86v-512c0-46 38-86 84-86h684zM170 1024v-86h684v86h-684zM854 0v86h-684v-86h684z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["contacts"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":24,"code":59648,"name":"contacts"},"setIdx":0,"setId":7,"iconIdx":0},{"icon":{"paths":["M854 682v-512h-684v598l86-86h598zM854 86c46 0 84 38 84 84v512c0 46-38 86-84 86h-598l-170 170v-768c0-46 38-84 84-84h684z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["chat_bubble_outline"],"defaultCode":57547,"grid":24},"attrs":[],"properties":{"ligatures":"chat_bubble_outline","id":0,"order":5,"prevSize":24,"code":57547,"name":"overlay"},"setIdx":3,"setId":4,"iconIdx":0},{"icon":{"paths":["M557.5 234.667l394.333 277.333-394.333 277.333v-554.667zM141.5 789.333v-554.667l394.333 277.333z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["fast_forward"],"defaultCode":57375,"grid":24},"attrs":[],"properties":{"order":122,"ligatures":"fast_forward","id":1,"prevSize":24,"code":57375,"name":"fast-forward"},"setIdx":3,"setId":4,"iconIdx":1},{"icon":{"paths":["M488.167 512l394.333-277.333v554.667zM466.5 789.333l-394.333-277.333 394.333-277.333v554.667z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["fast_rewind"],"defaultCode":57376,"grid":24},"attrs":[],"properties":{"order":123,"ligatures":"fast_rewind","id":2,"prevSize":24,"code":57376,"name":"fast-rewind"},"setIdx":3,"setId":4,"iconIdx":2},{"icon":{"paths":["M665.84 716.319v-408.639h-103.362v408.639h103.362zM461.521 716.319v-408.639h-103.362v408.639h103.362zM512 0c283.643 0 512 228.357 512 512s-228.357 512-512 512-512-228.357-512-512 228.357-512 512-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["pause_circle_filled"],"defaultCode":57397,"grid":24},"attrs":[],"properties":{"order":124,"ligatures":"pause_circle_filled","id":3,"prevSize":24,"code":57397,"name":"pause"},"setIdx":3,"setId":4,"iconIdx":3},{"icon":{"paths":["M408.639 742.76l307.681-230.76-307.681-230.76v461.521zM512 0c283.643 0 512 228.357 512 512s-228.357 512-512 512-512-228.357-512-512 228.357-512 512-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["play_circle_filled"],"defaultCode":57400,"grid":24},"attrs":[],"properties":{"order":125,"ligatures":"play_circle_filled","id":4,"prevSize":24,"code":57400,"name":"play"},"setIdx":3,"setId":4,"iconIdx":4},{"icon":{"paths":["M512 229.152c206.638 0 375.906 167.070 375.906 373.708s-169.268 375.906-375.906 375.906-375.906-169.268-375.906-375.906h94.525c0 156.079 125.3 281.38 281.38 281.38s281.38-125.3 281.38-281.38-125.3-281.38-281.38-281.38v189.053l-235.216-235.216 235.216-235.216v189.053z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["replay"],"defaultCode":57410,"grid":24},"attrs":[],"properties":{"order":126,"ligatures":"replay","id":5,"prevSize":24,"code":57410,"name":"replay"},"setIdx":3,"setId":4,"iconIdx":5},{"icon":{"paths":["M710.334 213.334h100.334v597.334h-100.334v-597.334zM213.334 810.666v-597.334l422.334 298.666z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["skip_next"],"defaultCode":57412,"grid":24},"attrs":[],"properties":{"order":127,"ligatures":"skip_next","id":6,"prevSize":24,"code":57412,"name":"skip-next"},"setIdx":3,"setId":4,"iconIdx":6},{"icon":{"paths":["M388.332 512l422.33-298.668v597.33zM213.332 213.332h100.331v597.33h-100.331v-597.33z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["skip_previous"],"defaultCode":57413,"grid":24},"attrs":[],"properties":{"order":128,"ligatures":"skip_previous","id":7,"prevSize":24,"code":57413,"name":"skip-previous"},"setIdx":3,"setId":4,"iconIdx":7},{"icon":{"paths":["M213.334 213.334h597.334v597.334h-597.334v-597.334z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["stop"],"defaultCode":57415,"grid":24},"attrs":[],"properties":{"order":129,"ligatures":"stop","id":8,"prevSize":24,"code":57415,"name":"stop"},"setIdx":3,"setId":4,"iconIdx":8},{"icon":{"paths":["M598 138c172 38 298 192 298 374s-126 336-298 374v-88c124-36 212-150 212-286s-88-250-212-286v-88zM704 512c0 76-42 140-106 172v-344c64 32 106 96 106 172zM128 384h170l214-214v684l-214-214h-170v-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["volume_up"],"defaultCode":57424,"grid":24},"attrs":[],"properties":{"ligatures":"volume_up","id":9,"order":130,"prevSize":24,"code":57424,"name":"audio"},"setIdx":3,"setId":4,"iconIdx":9},{"icon":{"paths":["M562.479 358.16v-103.361h-100.958v103.361h100.958zM562.479 769.202v-307.681h-100.958v307.681h100.958zM512 0c283.643 0 512 228.357 512 512s-228.357 512-512 512-512-228.357-512-512 228.357-512 512-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["info"],"defaultCode":59534,"grid":24},"attrs":[],"properties":{"order":196,"ligatures":"info","id":10,"prevSize":24,"code":59534,"name":"info2"},"setIdx":3,"setId":4,"iconIdx":10},{"icon":{"paths":["M461.521 358.16v-103.361h100.958v103.361h-100.958zM512 923.042c225.953 0 411.042-185.089 411.042-411.042s-185.089-411.042-411.042-411.042-411.042 185.089-411.042 411.042 185.089 411.042 411.042 411.042zM512 0c283.643 0 512 228.357 512 512s-228.357 512-512 512-512-228.357-512-512 228.357-512 512-512zM461.521 769.202v-307.681h100.958v307.681h-100.958z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["info_outline"],"defaultCode":59535,"grid":24},"attrs":[],"properties":{"order":197,"ligatures":"info_outline","id":11,"prevSize":24,"code":59535,"name":"info_outline"},"setIdx":3,"setId":4,"iconIdx":11},{"icon":{"paths":["M512 692.282c98.554 0 180.282-81.728 180.282-180.282s-81.728-180.282-180.282-180.282-180.282 81.728-180.282 180.282 81.728 180.282 180.282 180.282zM894.197 562.479l108.169 84.131c9.615 7.211 12.019 21.634 4.808 33.653l-103.361 177.878c-7.211 12.019-19.23 14.423-31.249 9.615l-127.399-50.479c-26.441 19.23-55.286 38.46-86.535 50.479l-19.23 134.61c-2.404 12.019-12.019 21.634-24.038 21.634h-206.723c-12.019 0-21.634-9.615-24.038-21.634l-19.23-134.61c-31.249-12.019-60.094-28.845-86.535-50.479l-127.399 50.479c-12.019 4.808-24.038 2.404-31.249-9.615l-103.361-177.878c-7.211-12.019-4.808-26.441 4.808-33.653l108.169-84.131c-2.404-16.826-2.404-33.653-2.404-50.479s0-33.653 2.404-50.479l-108.169-84.131c-9.615-7.211-12.019-21.634-4.808-33.653l103.361-177.878c7.211-12.019 19.23-14.423 31.249-9.615l127.399 50.479c26.441-19.23 55.286-38.46 86.535-50.479l19.23-134.61c2.404-12.019 12.019-21.634 24.038-21.634h206.723c12.019 0 21.634 9.615 24.038 21.634l19.23 134.61c31.249 12.019 60.094 28.845 86.535 50.479l127.399-50.479c12.019-4.808 24.038-2.404 31.249 9.615l103.361 177.878c7.211 12.019 4.808 26.441-4.808 33.653l-108.169 84.131c2.404 16.826 2.404 33.653 2.404 50.479s0 33.653-2.404 50.479z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["settings"],"defaultCode":59576,"grid":24},"attrs":[],"properties":{"order":198,"ligatures":"settings","id":12,"prevSize":24,"code":59576,"name":"settings"},"setIdx":3,"setId":4,"iconIdx":12},{"icon":{"paths":["M982 342c0 46-40 84-86 84-8 0-16 0-22-2l-152 152c2 6 4 14 4 22 0 46-40 84-86 84s-86-38-86-84c0-8 2-16 4-22l-110-110c-6 2-14 4-22 4s-16-2-22-4l-194 194c2 6 4 14 4 22 0 46-40 86-86 86s-86-40-86-86 40-84 86-84c8 0 16 0 22 2l194-194c-2-6-2-14-2-22 0-46 38-86 84-86s86 40 86 86c0 8 0 16-2 22l108 108c6-2 14-2 22-2s16 0 22 2l152-150c-2-6-4-14-4-22 0-46 40-86 86-86s86 40 86 86z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["timeline"],"defaultCode":59682,"grid":24},"attrs":[],"properties":{"ligatures":"timeline","id":13,"order":199,"prevSize":24,"code":59682,"name":"evolution"},"setIdx":3,"setId":4,"iconIdx":13},{"icon":{"paths":["M621.89 512v-109.89h-219.78v109.89h219.78zM621.89 729.22v-107.335h-219.78v107.335h219.78zM949 294.78v107.335h-115c2.555 17.89 5.11 38.335 5.11 56.22v53.665h109.89v109.89h-109.89v53.665c0 17.89-2.555 35.78-5.11 53.665h115v109.89h-153.335c-56.22 97.11-163.555 163.555-283.665 163.555s-227.445-66.445-283.665-163.555h-153.335v-109.89h115c-2.555-17.89-5.11-35.78-5.11-53.665v-53.665h-109.89v-109.89h109.89v-53.665c0-17.89 2.555-38.335 5.11-56.22h-115v-107.335h153.335c25.555-43.445 58.78-79.22 99.665-107.335l-89.445-89.445 76.665-76.665 120.11 117.555c25.555-5.11 51.11-7.665 76.665-7.665s51.11 2.555 76.665 7.665l120.11-117.555 76.665 76.665-89.445 89.445c40.89 28.11 74.11 63.89 99.665 107.335h153.335z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bug_report"],"defaultCode":59496,"grid":24},"attrs":[],"properties":{"ligatures":"bug_report","id":14,"order":32,"prevSize":24,"code":59496,"name":"bug"},"setIdx":3,"setId":4,"iconIdx":14},{"icon":{"paths":["M143.948 828.18h736.108v106.216h-736.108v-106.216zM353.912 721.964v-316.18h-209.964l368.052-368.052 368.052 368.052h-209.964v316.18h-316.18z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["file_upload"],"defaultCode":58054,"grid":24},"attrs":[],"properties":{"ligatures":"file_upload","id":15,"order":236,"prevSize":24,"code":58054,"name":"upload"},"setIdx":3,"setId":4,"iconIdx":15},{"icon":{"paths":["M576 64c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z","M480 96h64v128h-64v-128z","M897.024 1024h-770.048c-70.144 0-126.976-56.832-126.976-126.976v0c0-70.144 56.832-126.976 126.976-126.976h769.984c70.144 0 126.976 56.832 126.976 126.976v0c0.064 70.144-56.768 126.976-126.912 126.976z","M512 192c-194.432 0-352 157.568-352 352v160h704v-160c0-194.432-157.568-352-352-352zM384 608c-52.992 0-96-43.008-96-96s43.008-96 96-96 96 43.008 96 96-43.008 96-96 96zM640 608c-52.992 0-96-43.008-96-96s43.008-96 96-96 96 43.008 96 96-43.008 96-96 96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-alien"],"grid":0},"attrs":[],"properties":{"order":131,"id":0,"prevSize":32,"code":58880,"name":"alien"},"setIdx":1,"setId":6,"iconIdx":0},{"icon":{"paths":["M736 256h-448c-17.664 0-32 14.336-32 32s14.336 32 32 32h448c17.664 0 32-14.336 32-32s-14.336-32-32-32z","M736 384h-448c-17.664 0-32 14.336-32 32s14.336 32 32 32h448c17.664 0 32-14.336 32-32s-14.336-32-32-32z","M608 512h-320c-17.664 0-32 14.336-32 32s14.336 32 32 32h320c17.664 0 32-14.336 32-32s-14.336-32-32-32z","M832 0h-640c-106.048 0-192 85.952-192 192v448c0 106.048 85.952 192 192 192h320l195.2 184.32c25.024 18.816 60.8 0.896 60.8-30.4v-153.92h64c106.048 0 192-85.952 192-192v-448c0-106.048-85.952-192-192-192zM896 640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-448c0-35.264 28.736-64 64-64h640c35.264 0 64 28.736 64 64v448z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-annotation"],"grid":0},"attrs":[],"properties":{"order":132,"id":1,"prevSize":32,"code":58881,"name":"annotation"},"setIdx":1,"setId":6,"iconIdx":1},{"icon":{"paths":["M704 224v576l-321.024-286.976z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-arrow-left"],"grid":0},"attrs":[],"properties":{"order":133,"id":2,"prevSize":32,"code":58882,"name":"arrow-left"},"setIdx":1,"setId":6,"iconIdx":2},{"icon":{"paths":["M414.976 192v576l321.024-286.976z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-arrow-right"],"grid":0},"attrs":[],"properties":{"order":134,"id":3,"prevSize":32,"code":58883,"name":"arrow-right"},"setIdx":1,"setId":6,"iconIdx":3},{"icon":{"paths":["M1024 320c0-35.328-28.672-64-64-64h-80.832l-36.608-118.912c-23.808-72.448-91.008-121.088-167.232-121.088h-326.656c-76.224 0-143.424 48.64-167.232 121.024l-35.072 106.624-0.256 12.352h-82.112c-35.328 0-64 28.672-64 64v96c0 3.712 1.472 6.912 2.112 10.432-1.024 8-2.112 15.936-2.112 24.256v74.112c112.128 88.896 295.296 147.2 502.4 147.2 219.456 0 412.032-65.408 521.6-163.456v-57.856c0-8.256-1.024-16.32-2.112-24.32 0.64-3.52 2.112-6.72 2.112-10.368v-96zM640 258.688v189.312c0 70.4-57.6 128-128 128s-128-57.6-128-128v-189.312h-139.84l28.544-91.648c10.816-32.96 41.28-55.040 75.968-55.040h326.656c34.688 0 65.216 22.080 76.032 55.040l30.144 91.648h-141.504z","M576 448c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z","M0 600.768v231.232c0 7.296 1.344 14.208 2.176 21.312-0.64 3.584-2.176 6.912-2.176 10.688v96c0 35.328 28.672 64 64 64h96c3.776 0 7.104-1.536 10.688-2.176 7.104 0.832 14.016 2.176 21.312 2.176h640c7.296 0 14.208-1.344 21.312-2.176 3.584 0.64 6.912 2.176 10.688 2.176h96c35.328 0 64-28.672 64-64v-96c0-3.776-1.536-7.104-2.176-10.688 0.832-7.104 2.176-14.016 2.176-21.312v-244.096c-125.12 90.432-312.448 148.096-521.6 148.096-198.976 0-377.664-52.352-502.4-135.232z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-business"],"grid":0},"attrs":[],"properties":{"order":135,"id":4,"prevSize":32,"code":58884,"name":"business"},"setIdx":1,"setId":6,"iconIdx":4},{"icon":{"paths":["M320 576v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M512 576v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 576v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M320 768v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M512 768v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 768v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M832 64v-64h-128v64h-384v-64h-128v64c-106.048 0-192 85.952-192 192v576c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-576c0-106.048-85.952-192-192-192zM896 832c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-512h768v512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-calendar"],"grid":0},"attrs":[],"properties":{"order":136,"id":5,"prevSize":32,"code":58885,"name":"calendar"},"setIdx":1,"setId":6,"iconIdx":5},{"icon":{"paths":["M864 1024v0c-52.8 0-96-43.2-96-96v-288c0-52.8 43.2-96 96-96v0c52.8 0 96 43.2 96 96v288c0 52.8-43.2 96-96 96z","M480 1024v0c-52.8 0-96-43.2-96-96v-576c0-52.8 43.2-96 96-96v0c52.8 0 96 43.2 96 96v576c0 52.8-43.2 96-96 96z","M96 1024v0c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96v0c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-chart-bar"],"grid":0},"attrs":[],"properties":{"order":137,"id":6,"prevSize":32,"code":58886,"name":"chart-bar"},"setIdx":1,"setId":6,"iconIdx":6},{"icon":{"paths":["M832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192zM896 832c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-208.32c29.888-13.504 77.312-38.4 154.304-80.32 33.152 57.472 94.528 96.64 165.696 96.64 36.544 0 70.4-10.752 99.456-28.544l143.296 143.296c17.664 17.664 46.336 17.664 64 0v0c17.664-17.664 17.664-46.336 0-64l-143.296-143.296c3.776-6.208 7.040-12.672 10.176-19.264l126.528 56.256 147.84-232.256v479.808zM320 448c0-70.592 57.408-128 128-128 66.944 0 121.408 51.84 126.912 117.376l-128.384-57.088-13.952 7.68c-34.304 18.88-73.28 40.256-112.384 61.76 0-0.576-0.192-1.152-0.192-1.728zM449.472 451.712l113.92 50.624c-20.48 43.392-64.32 73.664-115.392 73.664-46.848 0-87.424-25.536-109.76-63.232 32.832-17.984 69.376-38.016 111.232-61.056zM896 232.96l-172.16 270.592-85.12-37.824c0.576-5.888 1.28-11.712 1.28-17.728 0-106.048-85.952-192-192-192s-192 85.952-192 192c0 11.968 1.408 23.616 3.52 34.944-51.136 28.032-98.688 54.016-131.52 71.808v-362.752c0-35.264 28.736-64 64-64h640c35.264 0 64 28.736 64 64v40.96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-chart-line-details"],"grid":0},"attrs":[],"properties":{"order":229,"id":7,"prevSize":32,"code":58887,"name":"chart-line-details"},"setIdx":1,"setId":6,"iconIdx":7},{"icon":{"paths":["M832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192zM192 128h640c35.264 0 64 28.736 64 64v72l-188.992 141.76-128-128-236.928 177.664-68.928-103.424h-145.152v-160c0-35.264 28.736-64 64-64zM896 344v363.968l-263.68-105.536-115.328 115.328-139.328-209.024 195.328-146.496 128 128 195.008-146.24zM290.816 493.888l-162.816 122.112v-200h110.848l51.968 77.888zM832 896h-640c-35.264 0-64-28.736-64-64v-136l198.336-148.8 180.672 270.976 140.672-140.672 248.32 99.328v55.168c0 35.264-28.736 64-64 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-chart-line"],"grid":0},"attrs":[],"properties":{"order":228,"id":8,"prevSize":32,"code":58888,"name":"chart-line"},"setIdx":1,"setId":6,"iconIdx":8},{"icon":{"paths":["M576 475.776l404.352 242.624c27.904-63.232 43.648-132.928 43.648-206.4 0-261.056-195.52-476.032-448-507.584v471.36z","M448 548.224v-543.808c-252.48 31.552-448 246.528-448 507.584 0 282.752 229.248 512 512 512 163.392 0 308.544-76.8 402.304-195.968l-466.304-279.808z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-chart-pie"],"grid":0},"attrs":[],"properties":{"order":227,"id":9,"prevSize":32,"code":58889,"name":"chart-pie"},"setIdx":1,"setId":6,"iconIdx":9},{"icon":{"paths":["M23.552 864.832l841.28-841.28c37.44-37.44 98.176-37.44 135.616 0v0c37.44 37.44 37.44 98.176 0 135.616l-841.28 841.28c-37.44 37.44-98.176 37.44-135.616 0v0c-37.44-37.44-37.44-98.176 0-135.616z","M864.64 1000.256l-841.28-841.28c-37.44-37.44-37.44-98.176 0-135.616v0c37.44-37.44 98.176-37.44 135.616 0l841.28 841.28c37.44 37.44 37.44 98.176 0 135.616v0c-37.504 37.44-98.176 37.44-135.616 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-close"],"grid":0},"attrs":[],"properties":{"order":226,"id":10,"prevSize":32,"code":58890,"name":"close"},"setIdx":1,"setId":6,"iconIdx":10},{"icon":{"paths":["M734.656 576h-446.656l224 320z","M288 448h446.656l-224-320z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-collapsed-arrows"],"grid":0},"attrs":[],"properties":{"order":225,"id":11,"prevSize":32,"code":58891,"name":"collapsed-arrows"},"setIdx":1,"setId":6,"iconIdx":11},{"icon":{"paths":["M990.848 574.528v0c-21.184-14.016-33.216-37.248-33.152-61.952 0-0.192 0-0.384 0-0.576s0-0.384 0-0.576c-0.064-24.704 11.968-47.936 33.088-61.888l0.064-0.064c27.136-17.984 39.296-50.752 30.144-81.216-2.88-9.664-6.080-19.264-9.6-28.672-11.072-29.952-40.96-49.6-73.856-48.704v0c-25.6 0.704-49.6-11.264-64.64-31.296-0.192-0.32-0.448-0.576-0.64-0.896-15.104-19.968-19.456-45.632-10.88-68.864v-0.064c11.008-29.888 0.96-63.296-25.024-82.816-8.192-6.144-16.64-12.096-25.216-17.792-27.2-18.048-63.424-16.96-89.536 2.432l-0.064 0.064c-19.904 14.784-46.080 19.2-69.888 11.648-1.152-0.384-2.368-0.768-3.52-1.088-24.064-7.36-42.624-25.792-49.728-49.088v-0.128c-9.216-30.144-37.248-51.712-69.824-52.736-5.504-0.192-11.008-0.256-16.576-0.256s-11.072 0.064-16.576 0.256c-32.576 1.024-60.608 22.592-69.824 52.736v0.128c-7.104 23.296-25.664 41.728-49.664 49.088-1.152 0.384-2.304 0.768-3.52 1.152-23.808 7.552-49.984 3.136-69.888-11.648l-0.064-0.064c-26.176-19.456-62.336-20.48-89.536-2.432-8.576 5.696-16.96 11.648-25.216 17.792-25.984 19.456-36.032 52.864-24.96 82.752v0.064c8.576 23.296 4.16 48.96-10.88 68.864-0.192 0.32-0.448 0.576-0.64 0.896-15.040 20.032-39.040 31.936-64.64 31.296-33.024-0.896-62.912 18.688-73.984 48.704-3.456 9.408-6.656 19.008-9.6 28.672-9.152 30.464 3.008 63.232 30.144 81.216l0.064 0.064c21.12 13.952 33.152 37.184 33.088 61.888 0 0.192 0 0.384 0 0.576s0 0.384 0 0.576c0.064 24.704-11.968 47.936-33.088 61.888l-0.064 0.064c-27.136 17.984-39.296 50.752-30.144 81.216 2.88 9.664 6.080 19.264 9.6 28.672 11.072 29.952 40.96 49.6 73.92 48.704v0c25.6-0.704 49.6 11.264 64.64 31.296 0.192 0.32 0.448 0.576 0.64 0.896 15.104 19.968 19.456 45.632 10.88 68.864v0.064c-11.008 29.888-0.96 63.296 25.024 82.816 8.192 6.144 16.64 12.096 25.216 17.792 27.2 18.048 63.424 16.96 89.536-2.432l0.064-0.064c19.904-14.784 46.080-19.2 69.888-11.648 1.152 0.384 2.368 0.768 3.52 1.088 24 7.36 42.56 25.856 49.664 49.152l0.064 0.128c9.216 30.144 37.248 51.712 69.824 52.736 5.44 0.128 10.944 0.192 16.512 0.192s11.072-0.064 16.576-0.256c32.576-1.024 60.608-22.528 69.824-52.736v-0.128c7.104-23.296 25.664-41.728 49.664-49.152 1.152-0.384 2.368-0.704 3.52-1.088 23.872-7.552 49.984-3.136 69.888 11.648l0.064 0.064c26.176 19.456 62.336 20.48 89.536 2.432 8.576-5.696 17.024-11.584 25.216-17.792 25.984-19.456 36.032-52.864 25.024-82.816v-0.064c-8.576-23.296-4.16-48.96 10.88-68.864 0.192-0.32 0.448-0.576 0.64-0.896 15.040-20.032 39.040-31.936 64.64-31.296v0c32.96 0.896 62.848-18.752 73.856-48.704 3.456-9.408 6.656-19.008 9.6-28.672 9.216-30.4-2.944-63.168-30.080-81.152zM512 759.168c-141.376 0-256-110.656-256-247.168s114.624-247.168 256-247.168c141.376 0 256 110.656 256 247.168s-114.624 247.168-256 247.168z","M608 512c0 51.181-42.981 92.672-96 92.672s-96-41.491-96-92.672c0-51.181 42.981-92.672 96-92.672s96 41.491 96 92.672z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-configure"],"grid":0},"attrs":[],"properties":{"order":224,"id":12,"prevSize":32,"code":58892,"name":"configure"},"setIdx":1,"setId":6,"iconIdx":12},{"icon":{"paths":["M672 257.344v446.656l-320-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-datepicker-arr-l"],"grid":0},"attrs":[],"properties":{"order":138,"id":13,"prevSize":32,"code":58893,"name":"datepicker-arr-l"},"setIdx":1,"setId":6,"iconIdx":13},{"icon":{"paths":["M416 256v446.656l320-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-datepicker-arr-r"],"grid":0},"attrs":[],"properties":{"order":139,"id":14,"prevSize":32,"code":58894,"name":"datepicker-arr-r"},"setIdx":1,"setId":6,"iconIdx":14},{"icon":{"paths":["M192 960c0 35.328 28.672 64 64 64h512c35.328 0 64-28.672 64-64v-576c0-35.328-19.648-64-55.040-64h-520.96c-35.328 0-64 28.672-64 64v576zM187.776 952.832z","M640 64c-20.48-44.544-76.736-64-128-64-51.328 0-107.584 19.456-128 64h-192c-39.36 0-63.488 24.64-63.488 64l-0.512 64c0 39.232 24.64 64 64 64h640c39.232 0 64-24.768 64-64v-64c0-39.36-24.768-64-64-64h-192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-delete"],"grid":0},"attrs":[],"properties":{"order":140,"id":15,"prevSize":32,"code":58895,"name":"delete"},"setIdx":1,"setId":6,"iconIdx":15},{"icon":{"paths":["M832 96c52.928 0 96 43.072 96 96v736h-608v-832h512zM832 0h-544c-35.328 0-64 28.672-64 64v896c0 35.328 28.672 64 64 64h672c35.328 0 64-28.672 64-64v-768c0-106.048-85.952-192-192-192v0z","M837.312 512h-426.624c-14.72 0-26.688 14.336-26.688 32s11.968 32 26.688 32h426.688c14.72 0 26.688-14.336 26.688-32-0.064-17.664-12.032-32-26.752-32z","M837.312 640h-426.624c-14.72 0-26.688 14.336-26.688 32s11.968 32 26.688 32h426.688c14.72 0 26.688-14.336 26.688-32-0.064-17.664-12.032-32-26.752-32z","M784 768h-373.312c-14.72 0-26.688 14.336-26.688 32s11.968 32 26.688 32h373.312c14.72 0 26.688-14.336 26.688-32s-11.968-32-26.688-32z","M384 192h256v256h-256v-256z","M837.312 224h-106.688c-14.656 0-26.624 14.336-26.624 32s11.968 32 26.688 32h106.688c14.72 0 26.688-14.336 26.688-32-0.064-17.664-12.032-32-26.752-32z","M837.312 352h-106.688c-14.656 0-26.624 14.336-26.624 32s11.968 32 26.688 32h106.688c14.72 0 26.688-14.336 26.688-32-0.064-17.664-12.032-32-26.752-32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-document"],"grid":0},"attrs":[],"properties":{"order":141,"id":16,"prevSize":32,"code":58896,"name":"document"},"setIdx":1,"setId":6,"iconIdx":16},{"icon":{"paths":["M896 736v96c0 35.328-28.672 64-64 64h-640c-35.328 0-64-28.672-64-64v-96c0-35.328-28.672-64-64-64v0c-35.328 0-64 28.672-64 64v96c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-96c0-35.328-28.672-64-64-64v0c-35.328 0-64 28.672-64 64z","M544 768v0c-52.992 0-96-43.008-96-96v-576c0-52.992 43.008-96 96-96v0c52.992 0 96 43.008 96 96v576c0 52.992-43.008 96-96 96z","M476.096 739.904v0c-37.504-37.504-37.504-98.304 0-135.744l271.552-271.552c37.504-37.504 98.304-37.504 135.744 0v0c37.504 37.504 37.504 98.304 0 135.744l-271.552 271.552c-37.44 37.44-98.24 37.44-135.744 0z","M595.392 739.904v0c-37.504 37.504-98.304 37.504-135.744 0l-271.552-271.552c-37.504-37.504-37.504-98.304 0-135.744v0c37.504-37.504 98.304-37.504 135.744 0l271.552 271.552c37.504 37.44 37.504 98.24 0 135.744z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-download"],"grid":0},"attrs":[],"properties":{"order":142,"id":17,"prevSize":32,"code":58897,"name":"download"},"setIdx":1,"setId":6,"iconIdx":17},{"icon":{"paths":["M512.768 1021.824c-190.848 0-346.112-148.608-346.112-331.328 0-193.088 263.68-573.376 293.824-616.128l52.288-74.368 52.352 74.432c30.080 42.688 293.696 423.040 293.696 616.128 0 182.656-155.264 331.264-346.048 331.264zM512.768 225.664c-99.84 153.728-218.112 367.68-218.112 464.832 0 112.128 97.856 203.328 218.112 203.328s218.048-91.2 218.048-203.328c0-97.152-118.336-311.040-218.048-464.832z","M512 829.824c-54.976 0-95.232-17.792-119.616-52.992-47.104-67.904-10.624-170.752-6.336-182.208 6.208-16.448 24.448-24.896 41.152-18.688 16.512 6.144 24.96 24.576 18.816 41.152-8.448 22.656-24.96 89.024-0.96 123.456 11.904 16.96 33.728 25.28 66.944 25.28 17.664 0 32 14.336 32 32s-14.336 32-32 32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-drop"],"grid":0},"attrs":[],"properties":{"order":143,"id":18,"prevSize":32,"code":58898,"name":"drop"},"setIdx":1,"setId":6,"iconIdx":18},{"icon":{"paths":["M960 448h-640l-32.192-95.488c-4.16-21.568-19.84-39.040-40.768-45.504l-171.008-53.12c-31.36-9.728-64.64 7.808-74.368 39.168s7.808 64.64 39.168 74.368l136.96 42.496 104.384 458.048c3.648 19.392 16.448 35.072 33.408 42.944-0.512 4.096-0.768 8.192-0.768 12.416-0.064 55.488 45.12 100.672 100.672 100.672s100.672-45.184 100.672-100.672c0-2.304-0.128-4.608-0.256-6.912h158.912c-0.128 2.304-0.256 4.544-0.256 6.912 0 55.488 45.184 100.672 100.672 100.672s100.672-45.184 100.672-100.672c0-2.496-0.128-4.928-0.32-7.36 25.408-3.072 46.4-22.272 51.264-48l96.128-314.624c3.264-17.408-14.976-105.344-62.976-105.344zM415.488 972.352c-27.072 0-49.024-22.016-49.024-49.024 0-27.072 22.016-49.024 49.024-49.024 27.072 0 49.024 22.016 49.024 49.024s-22.016 49.024-49.024 49.024v0zM775.232 972.352c-27.072 0-49.024-22.016-49.024-49.024 0-27.072 22.016-49.024 49.024-49.024s49.024 22.016 49.024 49.024c0 27.008-22.016 49.024-49.024 49.024v0zM832 768c-34.688 0-448 0-448 0-19.712 0-19.712-64 0-64h448c19.712 0 34.688 64 0 64zM896 640h-512c-19.712 0-19.712-64 0-64h512c19.712 0 19.712 64 0 64v0z","M896 128h-256c-35.328 0-64 28.672-64 64s28.672 64 64 64h256c35.328 0 64-28.672 64-64s-28.672-64-64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-ecommerce-abandoned"],"grid":0},"attrs":[],"properties":{"order":144,"id":19,"prevSize":32,"code":58899,"name":"ecommerce-abandoned"},"setIdx":1,"setId":6,"iconIdx":19},{"icon":{"paths":["M896 128h-64v-64c0-35.328-28.672-64-64-64s-64 28.672-64 64v64h-64c-35.328 0-64 28.672-64 64s28.672 64 64 64h64v64c0 35.328 28.672 64 64 64s64-28.672 64-64v-64h64c35.328 0 64-28.672 64-64s-28.672-64-64-64z","M960 448h-640l-32.192-95.488c-4.16-21.568-19.84-58.048-40.768-64.512l-171.008-32c-31.36-9.728-64.64 5.696-74.368 37.056s7.808 64.64 39.168 74.368l136.96 42.496 104.384 458.048c3.648 19.392 16.448 35.072 33.408 42.944-0.512 4.096-0.768 8.192-0.768 12.416-0.064 55.488 45.12 100.672 100.672 100.672s100.672-45.184 100.672-100.672c0-2.304-0.128-4.608-0.256-6.912h158.912c-0.128 2.304-0.256 4.544-0.256 6.912 0 55.488 45.184 100.672 100.672 100.672s100.672-45.184 100.672-100.672c0-2.496-0.128-4.928-0.32-7.36 25.408-3.072 46.4-22.272 51.264-48l96.128-314.624c3.264-17.408-14.976-105.344-62.976-105.344zM415.488 972.352c-27.072 0-49.024-22.016-49.024-49.024 0-27.072 22.016-49.024 49.024-49.024 27.072 0 49.024 22.016 49.024 49.024s-22.016 49.024-49.024 49.024v0zM775.232 972.352c-27.072 0-49.024-22.016-49.024-49.024 0-27.072 22.016-49.024 49.024-49.024s49.024 22.016 49.024 49.024c0 27.008-22.016 49.024-49.024 49.024v0zM832 768c-34.688 0-448 0-448 0-19.712 0-19.712-64 0-64h448c19.712 0 34.688 64 0 64zM896 640h-512c-19.712 0-19.712-64 0-64h512c19.712 0 19.712 64 0 64v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-ecommerce-order"],"grid":0},"attrs":[],"properties":{"order":145,"id":20,"prevSize":32,"code":58900,"name":"ecommerce-order"},"setIdx":1,"setId":6,"iconIdx":20},{"icon":{"paths":["M832 128h-640c-106.048 0-192 85.952-192 192v384c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-384c0-106.048-85.952-192-192-192zM879.936 278.784l-341.888 299.008c-13.824 12.288-38.016 12.288-52.16 0l-341.76-299.136c11.776-13.568 28.544-22.656 47.872-22.656h640c19.392 0 36.224 9.152 47.936 22.784zM128 345.984l175.488 153.664-175.488 175.744v-329.408zM832 768h-640c-17.984 0-34.048-7.552-45.696-19.456l203.392-208.192-2.112-2.368 98.24 85.952c18.56 16.512 42.24 24.512 66.176 24.512 24 0 47.616-8.384 66.496-24.512l98.304-85.952-2.432 2.368 203.456 208.192c-11.776 11.904-27.84 19.456-45.824 19.456zM720.448 499.648l175.552-153.472v328.704l-175.552-175.232z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-email"],"grid":0},"attrs":[],"properties":{"order":146,"id":21,"prevSize":32,"code":58901,"name":"email"},"setIdx":1,"setId":6,"iconIdx":21},{"icon":{"paths":["M874.048 149.952c-199.936-199.936-524.16-199.936-724.096 0s-199.936 524.16 0 724.096c199.936 199.936 524.16 199.936 724.096 0s199.936-524.16 0-724.096zM692.992 692.992c-33.344 33.344-87.36 33.344-120.64 0l-60.352-60.288-60.352 60.352c-33.344 33.344-87.36 33.344-120.64 0-33.344-33.344-33.344-87.36 0-120.704l60.352-60.352-60.352-60.352c-33.344-33.344-33.344-87.36 0-120.704s87.36-33.344 120.64 0l60.352 60.352 60.352-60.352c33.344-33.344 87.36-33.344 120.64 0 33.344 33.344 33.344 87.36 0 120.704l-60.288 60.352 60.352 60.352c33.28 33.344 33.28 87.36-0.064 120.64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-error"],"grid":0},"attrs":[],"properties":{"order":147,"id":22,"prevSize":32,"code":58902,"name":"error"},"setIdx":1,"setId":6,"iconIdx":22},{"icon":{"paths":["M712 408c-233.984 0-416 52.032-520 312 156.032-129.984 312-156.032 520-104v156.032l312-260.032-312-260.032v156.032z","M918.656 725.312l-80 57.728c-4.16 3.008-6.656 7.872-6.656 12.992v115.968h-720v-496h175.36c4.224 0 8.32-1.664 11.328-4.672l80-80c10.048-10.112 2.944-27.328-11.328-27.328h-271.36c-52.8 0-96 43.2-96 96v528c0 52.8 43.2 96 96 96h752c52.8 0 96-43.2 96-96v-189.696c0-13.056-14.784-20.608-25.344-12.992z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-export"],"grid":0},"attrs":[],"properties":{"order":148,"id":23,"prevSize":32,"code":58903,"name":"export"},"setIdx":1,"setId":6,"iconIdx":23},{"icon":{"paths":["M832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192zM319.68 835.84h-0.128c-17.024 16.896-40.256 27.264-66.112 27.264s-49.024-10.368-66.048-27.328v0c-16.896-16.896-27.392-40-27.392-65.728s10.496-48.896 27.392-65.92v0.064c17.024-16.96 40.192-27.392 66.048-27.392s49.088 10.432 66.112 27.392v0c17.024 17.024 27.392 40.128 27.52 65.856-0.064 25.728-10.432 48.768-27.392 65.792zM555.072 864h-7.424c-31.104-0.128-57.408-22.656-62.4-53.376-11.008-67.968-42.88-130.688-92.288-180.032-49.344-49.472-111.872-81.408-179.52-92.416-30.784-5.056-53.376-31.424-53.376-62.592v-6.72c0-38.784 34.432-69.824 72.768-63.744 98.944 15.68 187.52 62.656 255.36 130.624 67.968 67.968 114.944 156.672 130.624 255.744 6.080 38.272-25.024 72.64-63.744 72.512zM796.416 864h-6.72c-32.32 0-60.032-24.128-63.232-56.32-26.688-269.248-241.216-484.032-510.272-510.592-32-3.136-55.872-30.976-55.872-63.168v-6.336c0-37.888 32.896-67.84 70.592-64.064 165.888 16.64 314.752 91.136 426.624 203.008 111.808 111.872 186.24 260.928 202.88 426.816 3.84 37.76-26.112 70.656-64 70.656z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-feed"],"grid":0},"attrs":[],"properties":{"order":149,"id":24,"prevSize":32,"code":58904,"name":"feed"},"setIdx":1,"setId":6,"iconIdx":24},{"icon":{"paths":["M883.648 256h-627.648c-35.328 0-64-60.672-64-96s28.672-96 64-96h704c35.328 0 35.328-64 0-64h-819.648c-77.184 0-140.352 63.168-140.352 140.352v743.296c0 77.184 63.168 140.352 140.352 140.352h743.296c77.184 0 140.352-63.168 140.352-140.352v-487.296c0-77.184-63.168-140.352-140.352-140.352zM768 736c-52.992 0-96-43.008-96-96s43.008-96 96-96 96 43.008 96 96c0 52.992-43.008 96-96 96z","M256 128h704v64h-704v-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-finance"],"grid":0},"attrs":[],"properties":{"order":150,"id":25,"prevSize":32,"code":58905,"name":"finance"},"setIdx":1,"setId":6,"iconIdx":25},{"icon":{"paths":["M744.384 160h-232.384l-69.632-129.28c-11.456-19.072-32.064-30.72-54.336-30.72h-121.344c-141.184 0-256.448 109.76-265.792 248.576-0.512 4.032-0.896 8.064-0.896 12.16v483.584c0 154.496 125.184 279.68 279.616 279.68h464.768c154.432 0 279.616-125.184 279.616-279.616v-294.144c0-154.432-125.184-290.24-279.616-290.24zM384 800c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-448c0-17.664 14.336-32 32-32h64c17.664 0 32 14.336 32 32v448zM576 800c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-320c0-17.664 14.336-32 32-32h64c17.664 0 32 14.336 32 32v320zM768 800c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-192c0-17.664 14.336-32 32-32h64c17.664 0 32 14.336 32 32v192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-folder-charts"],"grid":0},"attrs":[],"properties":{"order":151,"id":26,"prevSize":32,"code":58906,"name":"folder-charts"},"setIdx":1,"setId":6,"iconIdx":26},{"icon":{"paths":["M746.752 160h-234.752l-88.128-160h-157.184c-147.328 0-266.688 119.36-266.688 266.688h0.384c0 1.344-0.384 2.688-0.384 4.096v486.592c0 147.264 119.36 266.624 266.688 266.624h490.688c147.264 0 266.624-119.36 266.624-266.688v-320.064c0-153.088-124.16-277.248-277.248-277.248z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-folder"],"grid":0},"attrs":[],"properties":{"order":152,"id":27,"prevSize":32,"code":58907,"name":"folder"},"setIdx":1,"setId":6,"iconIdx":27},{"icon":{"paths":["M752.96 343.488l168.512-168.448v80.96c0 28.544 23.040 51.264 51.264 51.264s51.264-22.72 51.264-51.264v-256h-256c-28.288 0-51.264 23.040-51.264 51.264s22.72 51.264 51.264 51.264h81.216l-168.704 168.512c-20.032 19.968-20.032 52.48 0 72.448 19.968 20.032 52.48 20.032 72.448 0v0zM752.96 343.488z","M250.048 1024c28.224 0 51.008-23.040 51.008-51.264 0-28.288-22.784-51.264-51.008-51.264h-75.008l168.512-168.512c19.968-19.968 19.968-52.48 0-72.512-10.048-9.984-23.040-14.976-36.288-14.976-12.992 0-26.24 4.992-36.224 14.976l-174.784 174.784v-87.232c0-28.288-22.72-51.264-51.2-51.264-28.288 0-45.056 22.976-45.056 51.264v256h250.048zM250.048 1024z","M680.512 752.96l168.448 168.512h-80.96c-28.544 0-51.264 23.040-51.264 51.264s22.72 51.264 51.264 51.264h256v-256c0-28.288-23.040-51.264-51.264-51.264s-51.264 22.72-51.264 51.264v81.216l-168.512-168.704c-19.968-20.032-52.48-20.032-72.448 0-20.032 19.968-20.032 52.48-0 72.448v0zM680.512 752.96z","M0 250.048c0 28.224 23.040 51.008 51.264 51.008 28.288 0 51.264-22.784 51.264-51.008v-75.008l168.512 168.512c19.968 19.968 52.48 19.968 72.512 0 9.984-10.048 14.976-23.040 14.976-36.288 0-12.992-4.992-26.24-14.976-36.224l-174.784-174.784h87.232c28.288 0 51.264-22.72 51.264-51.2 0-28.288-22.976-45.056-51.264-45.056h-256v250.048zM0 250.048z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-fullscreen"],"grid":0},"attrs":[],"properties":{"order":153,"id":28,"prevSize":32,"code":58908,"name":"fullscreen"},"setIdx":1,"setId":6,"iconIdx":28},{"icon":{"paths":["M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z","M320 768v0c-35.328 0-64-28.672-64-64v-384c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v384c0 35.328-28.672 64-64 64z","M723.712 320h-248.32c-15.104 0-27.392 12.288-27.392 27.392v201.216c0 15.104 12.288 27.392 27.392 27.392h248.32c20.352 0 33.6-21.44 24.512-39.616l-38.080-76.16c-3.84-7.68-3.84-16.768 0-24.512l38.080-76.16c9.088-18.112-4.16-39.552-24.512-39.552z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-goal"],"grid":0},"attrs":[],"properties":{"order":154,"id":29,"prevSize":32,"code":58909,"name":"goal"},"setIdx":1,"setId":6,"iconIdx":29},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM896 512c0 82.816-26.624 159.36-71.36 222.144l-69.376-69.376c27.968-44.352 44.736-96.448 44.736-152.768s-16.768-108.416-44.736-152.768l69.376-69.376c44.736 62.784 71.36 139.328 71.36 222.144zM199.36 734.144c-44.736-62.784-71.36-139.328-71.36-222.144s26.624-159.36 71.36-222.144l69.376 69.376c-27.968 44.352-44.736 96.448-44.736 152.768s16.768 108.416 44.736 152.768l-69.376 69.376zM310.4 512c0-111.168 90.432-201.6 201.6-201.6s201.6 90.432 201.6 201.6c0 111.168-90.432 201.6-201.6 201.6s-201.6-90.432-201.6-201.6zM734.144 199.36l-69.376 69.376c-44.352-27.968-96.448-44.736-152.768-44.736s-108.416 16.768-152.768 44.736l-69.376-69.376c62.784-44.736 139.328-71.36 222.144-71.36s159.36 26.624 222.144 71.36zM289.856 824.64l69.376-69.376c44.352 27.968 96.448 44.736 152.768 44.736s108.416-16.768 152.768-44.736l69.376 69.376c-62.784 44.736-139.328 71.36-222.144 71.36s-159.36-26.624-222.144-71.36z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-help-alt"],"grid":0},"attrs":[],"properties":{"order":223,"id":30,"prevSize":32,"code":58910,"name":"help-alt"},"setIdx":1,"setId":6,"iconIdx":30},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM534.272 789.888h-94.4v-90.56h94.4v90.56zM534.272 602.56v29.952h-94.4v-36.864c0-111.296 126.656-128.96 126.656-208 0-36.032-32.256-63.68-74.432-63.68-43.776 0-82.112 32.192-82.112 32.192l-53.76-66.752c0 0 52.992-55.232 144.32-55.232 86.72 0 167.296 53.696 167.296 144.256 0 126.656-133.568 141.248-133.568 224.128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-help"],"grid":0},"attrs":[],"properties":{"order":222,"id":31,"prevSize":32,"code":58911,"name":"help"},"setIdx":1,"setId":6,"iconIdx":31},{"icon":{"paths":["M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z","M851.072 508.096l-147.072-147.072c-18.752-18.752-49.152-18.752-67.904 0s-18.752 49.152 0 67.904l112 112-113.088 113.152c-18.752 18.752-18.752 49.152 0 67.904s49.152 18.752 67.904 0l141.44-141.44c2.24-1.6 4.736-2.496 6.784-4.48 18.688-18.816 18.688-49.216-0.064-67.968z","M390.144 361.024c-18.752-18.752-49.152-18.752-67.904 0l-141.44 141.44c-2.176 1.6-4.736 2.496-6.72 4.544-18.752 18.752-18.752 49.152 0 67.904l147.072 147.072c18.752 18.752 49.152 18.752 67.904 0s18.752-49.152 0-67.904l-112-112 113.152-113.152c18.688-18.752 18.688-49.152-0.064-67.904z","M512 192h64v640h-64v-640z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-code"],"grid":0},"attrs":[],"properties":{"order":221,"id":32,"prevSize":32,"code":58912,"name":"code"},"setIdx":1,"setId":6,"iconIdx":32},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM512 864c-52.992 0-96-43.008-96-96s43.008-96 96-96 96 43.008 96 96c0 52.992-43.008 96-96 96zM576 576c-2.24 20.736-44.8 32-64 32s-61.76-11.264-64-32v-384h128v384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-alert"],"grid":0},"attrs":[],"properties":{"order":220,"id":33,"prevSize":32,"code":58913,"name":"alert"},"setIdx":1,"setId":6,"iconIdx":33},{"icon":{"paths":["M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z","M192 672v160h160l384-384-160-160z","M853.312 327.040c14.208-14.208 14.208-35.584 0-49.792l-92.352-106.688c-14.208-14.016-35.584-14.016-49.792 0l-63.872 64.064 145.664 160 60.352-67.584z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-edit"],"grid":0},"attrs":[],"properties":{"order":219,"id":34,"prevSize":32,"code":58914,"name":"edit"},"setIdx":1,"setId":6,"iconIdx":34},{"icon":{"paths":["M781.568 705.6l-125.76-239.424c-14.656-27.968-53.76-30.464-71.936-4.608l-93.632 133.376c-15.744 22.4-48.32 24.128-66.304 3.52l-44.16-50.496c-20.16-23.040-57.408-17.6-70.144 10.24l-68.16 149.44c-12.736 27.968 7.68 59.712 38.4 59.712h464.384c31.68 0.064 52.032-33.664 37.312-61.76z","M462.976 350.208c0 51.712-41.92 93.632-93.632 93.632s-93.632-41.92-93.632-93.632c0-51.712 41.92-93.632 93.632-93.632s93.632 41.92 93.632 93.632z","M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-image"],"grid":0},"attrs":[],"properties":{"order":218,"id":35,"prevSize":32,"code":58915,"name":"image"},"setIdx":1,"setId":6,"iconIdx":35},{"icon":{"paths":["M512 128c211.712 0 384 172.288 384 384s-172.288 384-384 384-384-172.288-384-384 172.288-384 384-384zM512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512v0z","M576 320c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z","M576 704h-128v-192c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v192z","M608 768h-192c-17.664 0-32-14.336-32-32v0c0-17.664 14.336-32 32-32h192c17.664 0 32 14.336 32 32v0c0 17.664-14.336 32-32 32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-info"],"grid":0},"attrs":[],"properties":{"order":155,"id":36,"prevSize":32,"code":58916,"name":"info"},"setIdx":1,"setId":6,"iconIdx":36},{"icon":{"paths":["M879.936 365.248c0-203.2-164.736-367.936-367.936-367.936s-367.936 164.736-367.936 367.936c0 143.168 81.92 266.944 201.28 327.744l8.64 103.936h316.096l8.64-103.936c119.36-60.864 201.216-184.64 201.216-327.744z","M512 1021.248c70.4 0 130.304-47.488 148.288-113.216h-296.576c17.92 65.728 77.888 113.216 148.288 113.216z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-insights"],"grid":0},"attrs":[],"properties":{"order":156,"id":37,"prevSize":32,"code":58917,"name":"insights"},"setIdx":1,"setId":6,"iconIdx":37},{"icon":{"paths":["M748.736 436.672v-113.536c0-130.752-105.984-236.736-236.736-236.736s-236.8 105.984-236.8 236.736v113.472c-62.848 13.248-110.464 69.312-110.464 135.936v312.512c0 76.416 62.528 138.88 138.88 138.88h416.704c76.416 0 138.88-62.528 138.88-138.88v-312.512c0.064-66.624-47.552-122.688-110.464-135.872zM512 190.592c73.088 0 132.608 59.456 132.608 132.608v110.464h-265.216v-110.528c0-73.088 59.52-132.544 132.608-132.544zM553.664 755.2v29.184c0 22.912-18.752 41.664-41.664 41.664s-41.664-18.752-41.664-41.664v-29.184c-16.512-12.672-27.776-31.744-27.776-54.144 0-38.336 31.104-69.44 69.44-69.44s69.44 31.104 69.44 69.44c0 22.4-11.264 41.408-27.776 54.144z","M576-31.488c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M800 32.96c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M352 32.96c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M960 194.176c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M224 194.176c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M1024 383.488c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M128 383.488c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-locked-2"],"grid":0},"attrs":[],"properties":{"order":230,"id":38,"prevSize":32,"code":58918,"name":"locked-2"},"setIdx":1,"setId":6,"iconIdx":38},{"icon":{"paths":["M769.856 382.528v-123.968c0-142.784-115.776-258.56-258.56-258.56s-258.56 115.776-258.56 258.56v123.968c-68.736 14.464-120.768 75.648-120.768 148.416v341.312c0 83.456 68.288 151.68 151.68 151.68h455.104c83.456 0 151.68-68.288 151.68-151.68v-341.312c0.064-72.768-51.904-134.016-120.576-148.416zM511.232 113.792c79.872 0 144.832 64.96 144.832 144.832v120.64h-289.6v-120.704c0-79.808 64.96-144.768 144.768-144.768zM556.8 730.432v31.936c0 25.024-20.48 45.504-45.504 45.504s-45.504-20.48-45.504-45.504v-31.936c-17.984-13.888-30.336-34.624-30.336-59.136 0-41.92 33.984-75.84 75.84-75.84 41.92 0 75.84 33.984 75.84 75.84 0 24.448-12.352 45.248-30.336 59.136z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-locked"],"grid":0},"attrs":[],"properties":{"order":157,"id":39,"prevSize":32,"code":58919,"name":"locked"},"setIdx":1,"setId":6,"iconIdx":39},{"icon":{"paths":["M769.856 382.528v-123.968c0-142.784-115.776-258.56-258.56-258.56s-258.56 115.776-258.56 258.56v123.968c-68.736 14.464-120.768 75.648-120.768 148.416v341.312c0 83.456 68.288 151.68 151.68 151.68h455.104c83.456 0 151.68-68.288 151.68-151.68v-341.312c0.064-72.768-51.904-134.016-120.576-148.416zM511.232 113.792c79.872 0 144.832 64.96 144.832 144.832v120.64h-289.6v-120.704c0-79.808 64.96-144.768 144.768-144.768zM556.8 730.432v31.936c0 25.024-20.48 45.504-45.504 45.504s-45.504-20.48-45.504-45.504v-31.936c-17.984-13.888-30.336-34.624-30.336-59.136 0-41.92 33.984-75.84 75.84-75.84 41.92 0 75.84 33.984 75.84 75.84 0 24.448-12.352 45.248-30.336 59.136z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-locked-3"],"grid":0},"attrs":[],"properties":{"order":158,"id":40,"prevSize":32,"code":58920,"name":"locked-3"},"setIdx":1,"setId":6,"iconIdx":40},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM624.192 656.576c7.808 23.296-9.6 47.424-34.176 47.424h-156.032c-24.576 0-41.984-24.128-34.176-47.424l35.52-106.624c-30.976-23.36-51.328-60.16-51.328-101.952 0-70.72 57.344-128 128-128s128 57.28 128 128c0 41.792-20.352 78.592-51.328 101.952l35.52 106.624z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-locked-4"],"grid":0},"attrs":[],"properties":{"order":159,"id":41,"prevSize":32,"code":58921,"name":"locked-4"},"setIdx":1,"setId":6,"iconIdx":41},{"icon":{"paths":["M752.96 343.488l168.512-168.448v80.96c0 28.544 23.040 51.264 51.264 51.264s51.264-22.72 51.264-51.264v-256h-256c-28.288 0-51.264 23.040-51.264 51.264s22.72 51.264 51.264 51.264h81.216l-168.704 168.512c-20.032 19.968-20.032 52.48 0 72.448 19.968 20.032 52.48 20.032 72.448 0v0zM752.96 343.488z","M250.048 1024c28.224 0 51.008-23.040 51.008-51.264 0-28.288-22.784-51.264-51.008-51.264h-75.008l168.512-168.512c19.968-19.968 19.968-52.48 0-72.512-10.048-9.984-23.040-14.976-36.288-14.976-12.992 0-26.24 4.992-36.224 14.976l-174.784 174.784v-87.232c0-28.288-22.72-51.264-51.2-51.264-28.288 0-45.056 22.976-45.056 51.264v256h250.048zM250.048 1024z","M768 576v128c0 35.328-28.672 64-64 64h-128c-35.328 0-64 28.672-64 64v0c0 35.328 28.672 64 64 64h128c106.048 0 192-85.952 192-192v-128c0-35.328-28.672-64-64-64v0c-35.328 0-64 28.672-64 64z","M256 448v-128c0-35.328 28.672-64 64-64h128c35.328 0 64-28.672 64-64v0c0-35.328-28.672-64-64-64h-128c-106.048 0-192 85.952-192 192v128c0 35.328 28.672 64 64 64v0c35.328 0 64-28.672 64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-maximise"],"grid":0},"attrs":[],"properties":{"order":160,"id":42,"prevSize":32,"code":58922,"name":"maximise"},"setIdx":1,"setId":6,"iconIdx":42},{"icon":{"paths":["M0 928v0c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v0c0 52.8-43.2 96-96 96h-832c-52.8 0-96-43.2-96-96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-minimise"],"grid":0},"attrs":[],"properties":{"order":161,"id":43,"prevSize":32,"code":58923,"name":"minimise"},"setIdx":1,"setId":6,"iconIdx":43},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM682.688 597.312h-341.376c-47.104 0-85.312-38.208-85.312-85.312s38.208-85.312 85.312-85.312h341.312c47.168 0 85.376 38.208 85.376 85.312s-38.208 85.312-85.312 85.312z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-minus"],"grid":0},"attrs":[],"properties":{"order":162,"id":44,"prevSize":32,"code":58924,"name":"minus"},"setIdx":1,"setId":6,"iconIdx":44},{"icon":{"paths":["M832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192zM832 896h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h256v256h448v448c0 35.264-28.736 64-64 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-newtab"],"grid":0},"attrs":[],"properties":{"order":163,"id":45,"prevSize":32,"code":58925,"name":"newtab"},"setIdx":1,"setId":6,"iconIdx":45},{"icon":{"paths":["M988.352 324.288l-538.944 485.056c-20.544 18.496-46.336 27.712-72.128 27.712-27.712 0-55.296-10.624-76.224-31.616l-269.504-269.504c-42.112-42.112-42.112-110.336 0-152.448s110.336-42.112 152.448 0l197.184 197.184 462.976-416.64c44.288-39.808 112.32-36.416 152.192 8 39.808 44.224 36.224 112.448-8 152.256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-ok"],"grid":0},"attrs":[],"properties":{"order":164,"id":46,"prevSize":32,"code":58926,"name":"ok"},"setIdx":1,"setId":6,"iconIdx":46},{"icon":{"paths":["M450.496 3.584c-225.024 26.24-410.496 204.48-444.416 428.48-31.296 206.784 61.312 394.24 214.656 500.416 31.808 22.016 76.096 9.856 93.376-24.768l86.144-172.288c13.184-26.432 8.96-59.648-13.44-78.912-54.336-46.592-82.496-122.624-57.792-203.904 17.536-57.728 64-105.024 121.6-123.008 131.84-41.28 253.376 56.64 253.376 182.4 0 58.368-26.432 110.272-67.712 145.344-21.888 18.56-26.176 50.944-13.312 76.608l86.848 173.76c17.344 34.752 61.824 46.72 93.76 24.576 133.12-92.352 220.416-245.952 220.416-420.288 0-303.040-263.232-544.576-573.504-508.416z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-open-source"],"grid":0},"attrs":[],"properties":{"order":165,"id":47,"prevSize":32,"code":58927,"name":"open-source"},"setIdx":1,"setId":6,"iconIdx":47},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM682.688 597.312h-85.376v85.312c0 47.168-38.208 85.376-85.312 85.376s-85.312-38.208-85.312-85.312v-85.376h-85.376c-47.104 0-85.312-38.208-85.312-85.312s38.208-85.312 85.312-85.312h85.312v-85.376c0.064-47.104 38.272-85.312 85.376-85.312s85.312 38.208 85.312 85.312v85.312h85.312c47.168 0.064 85.376 38.272 85.376 85.376s-38.208 85.312-85.312 85.312z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-add"],"grid":0},"attrs":[],"properties":{"order":166,"id":48,"prevSize":32,"code":58928,"name":"add"},"setIdx":1,"setId":6,"iconIdx":48},{"icon":{"paths":["M825.664 369.536c-7.68-7.68-4.544-20.544 5.76-23.936 30.592-9.984 58.24-31.040 76.352-64.512 21.76-40.192 20.864-91.136-2.752-130.304-47.36-78.592-150.912-87.68-211.328-27.264-13.312 13.312-23.040 28.672-29.44 45.12-5.248 13.376-21.76 17.728-31.872 7.616l-176.256-176.256-100.736 100.672c-17.472 17.536-19.2 43.84-7.872 65.792 26.112 50.56 17.92 114.24-24.448 156.608s-106.048 50.56-156.608 24.448c-21.952-11.328-48.256-9.6-65.792 7.872v0l-100.672 100.736 176.256 176.192c10.176 10.176 5.76 26.688-7.616 31.872-16.448 6.4-31.808 16.128-45.12 29.44-60.352 60.416-51.264 163.968 27.264 211.328 39.168 23.616 90.048 24.512 130.304 2.752 33.472-18.112 54.528-45.76 64.512-76.352 3.392-10.304 16.256-13.44 23.936-5.76l181.632 181.632 100.672-100.672c17.472-17.472 19.2-43.776 7.872-65.792-26.048-50.56-17.92-114.24 24.448-156.608s106.048-50.56 156.608-24.448c22.016 11.328 48.256 9.6 65.792-7.872v0l100.672-100.672-181.568-181.632z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-puzzle"],"grid":0},"attrs":[],"properties":{"order":167,"id":49,"prevSize":32,"code":58929,"name":"puzzle"},"setIdx":1,"setId":6,"iconIdx":49},{"icon":{"paths":["M507.84 0.256h1.984c1.024-0.384 1.472-0.192 2.24-0.192 132.48 0 261.312 52.736 356.608 145.024l79.68-80.768c20.16-20.416 54.976-6.144 54.976 22.528v263.168c0 35.328-28.672 64-64 64l-257.6-1.6c-27.904-0.192-41.984-33.728-22.592-53.76l79.68-82.112c-61.44-59.2-141.312-91.52-229.184-91.52-179.072 0.832-324.864 147.584-324.864 329.536 1.28 160.576 119.552 294.4 275.328 320.064 31.296 5.184 54.592 31.36 54.464 63.040l-0.256 50.176c-0.192 46.144-34.56 76.48-72.832 70.976-246.784-35.456-439.808-248.064-441.472-506.88 0-279.872 227.52-509.248 507.84-511.68v0zM507.84 0.256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-refresh"],"grid":0},"attrs":[],"properties":{"order":168,"id":50,"prevSize":32,"code":58930,"name":"refresh"},"setIdx":1,"setId":6,"iconIdx":50},{"icon":{"paths":["M268.288 279.168c113.024-113.152 285.888-129.28 416.576-49.28-44.288 43.776-95.296 94.976-95.296 94.976-35.84 42.88 4.288 67.648 24.768 66.944h289.856c35.328 0 64-28.672 64-64v-287.296c1.536-29.888-31.424-59.072-65.6-25.6 0 0-56.32 54.912-95.104 93.376-199.040-145.216-479.424-128.768-659.2 50.88-87.168 87.104-135.552 197.824-146.048 311.488-3.52 37.504 26.56 69.824 64.192 69.824h41.728c33.152 0 59.84-25.344 63.36-58.304 7.808-74.112 39.872-146.112 96.768-203.008v0zM268.288 279.168z","M895.296 483.456c-33.152 0-59.84 25.344-63.36 58.304-7.872 74.24-39.936 146.24-96.832 203.136-113.152 112.96-285.888 129.152-416.576 49.28 44.288-43.776 95.296-94.912 95.296-94.912 35.712-42.944-4.48-67.648-24.768-66.944h-289.92c-35.2 0-64 28.8-64 64v287.104c-1.344 30.016 31.616 59.072 65.6 25.6 0 0 56.32-54.784 95.296-93.376 198.976 145.472 479.36 128.96 658.944-50.816 87.104-86.976 135.616-197.76 146.24-311.488 3.52-37.44-26.624-69.824-64.256-69.824h-41.664zM833.152 483.456z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-reload"],"grid":0},"attrs":[],"properties":{"order":169,"id":51,"prevSize":32,"code":58931,"name":"reload"},"setIdx":1,"setId":6,"iconIdx":51},{"icon":{"paths":["M448 128c176.448 0 320 143.552 320 320s-143.552 320-320 320-320-143.552-320-320 143.552-320 320-320zM448 0c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448v0z","M640 768l229.504 229.504c35.328 35.328 92.672 35.328 128 0v0c35.328-35.328 35.328-92.672 0-128l-229.504-229.504-128 128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-search"],"grid":0},"attrs":[],"properties":{"order":170,"id":52,"prevSize":32,"code":58932,"name":"search"},"setIdx":1,"setId":6,"iconIdx":52},{"icon":{"paths":["M640 384c0 84.736-43.264 192-128 192s-128-107.264-128-192 43.264-160 128-160 128 75.264 128 160z","M768 896c16.576 0 64-10.688 64-10.688 0-0.128 0-0.256 0-0.32 0-135.36-143.296-308.992-320-308.992s-320 173.632-320 308.928c0 0.128 0 0.256 0 0.32s47.424 10.752 64 10.752h512z","M896 448c0 59.328-36.672 128-96 128s-96-68.672-96-128 36.672-128 96-128 96 68.672 96 128z","M1002.432 835.072c11.584 0 21.504-10.368 21.568-23.424 0-0.064 0-0.192 0-0.256 0-94.656-100.288-235.392-224-235.392s-224 140.736-224 235.456c0 0.064 0 0.192 0 0.256 0 13.056 9.92 23.424 21.568 23.424h404.864z","M426.432 835.072c11.648 0 21.568-10.304 21.568-23.36 0-0.064 0-0.192 0-0.256 0-94.72-100.288-235.456-224-235.456s-224 140.736-224 235.456c0 0.064 0 0.192 0 0.256 0 13.056 9.92 23.424 21.568 23.424h404.864z","M320 448c0 59.328-36.672 128-96 128s-96-68.672-96-128 36.672-128 96-128 96 68.672 96 128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-users"],"grid":0},"attrs":[],"properties":{"order":171,"id":53,"prevSize":32,"code":58933,"name":"users"},"setIdx":1,"setId":6,"iconIdx":53},{"icon":{"paths":["M870.336 928c-6.016 0-12.096-1.408-17.792-4.416-18.752-9.856-25.984-33.152-16.128-51.904 220.864-419.712 12.48-702.208 3.52-714.048-12.8-16.832-9.6-40.896 7.168-53.76 16.768-12.736 40.768-9.792 53.76 7.040 10.24 13.312 248.192 331.648 3.584 796.48-6.912 13.12-20.288 20.608-34.112 20.608z","M144.128 928c-13.824 0-27.2-7.488-34.048-20.544-244.608-464.832-6.656-783.168 3.584-796.48 12.992-16.832 36.992-19.776 53.76-7.040 16.768 12.8 19.968 36.864 7.168 53.76-9.024 11.84-217.408 294.336 3.52 713.984 9.856 18.752 2.624 41.984-16.128 51.904-5.696 2.944-11.84 4.416-17.856 4.416z","M736 704h-480c-35.328 0-64 28.672-64 64v64c0 35.328 28.672 64 64 64h480c35.328 0 64-28.672 64-64v-64c0-35.328-28.672-64-64-64zM512 832h-224v-64h224v64zM672 832c-17.664 0-32-14.336-32-32s14.336-32 32-32 32 14.336 32 32c0 17.664-14.336 32-32 32z","M736 448h-480c-35.328 0-64 28.672-64 64v64c0 35.328 28.672 64 64 64h480c35.328 0 64-28.672 64-64v-64c0-35.328-28.672-64-64-64zM512 576h-224v-64h224v64zM672 576c-17.664 0-32-14.336-32-32s14.336-32 32-32 32 14.336 32 32c0 17.664-14.336 32-32 32z","M736 192h-480c-35.328 0-64 28.672-64 64v64c0 35.328 28.672 64 64 64h480c35.328 0 64-28.672 64-64v-64c0-35.328-28.672-64-64-64zM512 320h-224v-64h224v64zM672 320c-17.664 0-32-14.336-32-32s14.336-32 32-32 32 14.336 32 32c0 17.664-14.336 32-32 32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-server-alt"],"grid":0},"attrs":[],"properties":{"order":217,"id":54,"prevSize":32,"code":58934,"name":"server-alt"},"setIdx":1,"setId":6,"iconIdx":54},{"icon":{"paths":["M928 960h-224c-17.6 0-32 14.4-32 32s14.4 32 32 32h224c17.6 0 32-14.4 32-32s-14.4-32-32-32z","M320 960h-224c-17.6 0-32 14.4-32 32s14.4 32 32 32h224c17.6 0 32-14.4 32-32s-14.4-32-32-32z","M960 640h-896c-35.328 0-64 28.672-64 64v128c0 35.328 28.672 64 64 64h384v128h128v-128h384c35.328 0 64-28.672 64-64v-128c0-35.328-28.672-64-64-64zM320 768v64h-224v-128h224v64zM832 832c-35.328 0-64-28.672-64-64s28.672-64 64-64 64 28.672 64 64c0 35.328-28.672 64-64 64z","M960 320h-896c-35.328 0-64 28.672-64 64v128c0 35.328 28.672 64 64 64h896c35.328 0 64-28.672 64-64v-128c0-35.328-28.672-64-64-64zM320 448v64h-224v-128h224v64zM832 512c-35.328 0-64-28.672-64-64s28.672-64 64-64 64 28.672 64 64c0 35.328-28.672 64-64 64z","M960 0h-896c-35.328 0-64 28.672-64 64v128c0 35.328 28.672 64 64 64h896c35.328 0 64-28.672 64-64v-128c0-35.328-28.672-64-64-64zM320 128v64h-224v-128h224v64zM832 192c-35.328 0-64-28.672-64-64s28.672-64 64-64 64 28.672 64 64c0 35.328-28.672 64-64 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-server"],"grid":0},"attrs":[],"properties":{"order":216,"id":55,"prevSize":32,"code":58935,"name":"server"},"setIdx":1,"setId":6,"iconIdx":55},{"icon":{"paths":["M801.728 267.52l94.976-94.912-45.312-45.248-112.256 112.256c-68.48-26.624-145.408-43.776-227.136-43.776-282.176 0-510.912 201.344-510.912 316.16 0 73.152 87.488 176.512 220.8 244.864l-94.528 94.528 45.248 45.248 112-112c68.544 26.56 145.536 43.52 227.392 43.52 282.176 0 510.912-200.128 510.912-316.16 0-71.744-87.616-175.616-221.184-244.48zM286.912 512c0-123.712 100.288-224 224-224 50.56 0 96.704 17.344 134.144 45.632l-68.8 68.864c-19.2-11.52-41.344-18.496-65.344-18.496-70.72 0-128 57.28-128 128 0 24 6.976 46.144 18.496 65.344l-68.864 68.864c-28.224-37.504-45.632-83.648-45.632-134.208zM510.912 736c-49.984 0-95.744-16.96-132.992-44.672l69.056-69.056c18.88 11.008 40.512 17.728 63.936 17.728 70.656 0 128-57.28 128-128 0-23.424-6.72-45.056-17.728-63.936l69.056-69.056c27.712 37.248 44.672 82.944 44.672 132.992 0 123.712-100.288 224-224 224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-hide"],"grid":0},"attrs":[],"properties":{"order":215,"id":56,"prevSize":32,"code":58936,"name":"hide"},"setIdx":1,"setId":6,"iconIdx":56},{"icon":{"paths":["M513.088 195.84c-282.176 0-510.976 201.344-510.976 316.16 0 118.4 228.736 316.16 510.912 316.16s510.976-200.128 510.976-316.16c0-116.032-228.736-316.16-510.912-316.16zM512 736c-123.712 0-224-100.288-224-224s100.288-224 224-224 224 100.288 224 224c0 123.712-100.288 224-224 224z","M640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-show"],"grid":0},"attrs":[],"properties":{"order":214,"id":57,"prevSize":32,"code":58937,"name":"show"},"setIdx":1,"setId":6,"iconIdx":57},{"icon":{"paths":["M288.64 736h446.72l-224-320z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-arrow-top"],"grid":0},"attrs":[],"properties":{"order":213,"id":58,"prevSize":32,"code":58938,"name":"arrow-top"},"setIdx":1,"setId":6,"iconIdx":58},{"icon":{"paths":["M735.36 416h-446.72l224 320z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-arrow-bottom"],"grid":0},"attrs":[],"properties":{"order":212,"id":59,"prevSize":32,"code":58939,"name":"arrow-bottom"},"setIdx":1,"setId":6,"iconIdx":59},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM735.36 482.432l-85.632 83.52c-5.568 5.44-8.128 13.248-6.784 20.928l20.224 117.888c3.328 19.328-16.96 34.048-34.304 24.896l-105.856-55.68c-6.912-3.648-15.104-3.648-22.016 0l-105.856 55.68c-17.344 9.088-37.568-5.632-34.304-24.896l20.224-117.888c1.344-7.68-1.216-15.488-6.784-20.928l-85.632-83.52c-14.016-13.696-6.272-37.504 13.12-40.32l118.4-17.216c7.68-1.088 14.336-5.952 17.792-12.928l52.928-107.264c8.64-17.536 33.728-17.536 42.368 0l52.928 107.264c3.392 7.040 10.048 11.84 17.728 12.992l118.4 17.216c19.392 2.752 27.072 26.624 13.056 40.256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-star"],"grid":0},"attrs":[],"properties":{"order":172,"id":60,"prevSize":32,"code":58940,"name":"star"},"setIdx":1,"setId":6,"iconIdx":60},{"icon":{"paths":["M966.080 434.496c-54.464-16.064-75.776-81.728-41.216-126.72 49.152-63.808-15.168-152.32-91.072-125.376v0c-53.44 19.008-109.376-21.568-107.776-78.336 2.24-80.512-101.824-114.304-147.392-47.872v0c-32.064 46.848-101.184 46.848-133.248 0.064v0c-45.504-66.496-149.568-32.64-147.392 47.872 1.6 56.768-54.336 97.344-107.776 78.336v0c-75.904-27.008-140.224 61.504-91.072 125.312 34.624 44.992 13.248 110.72-41.216 126.72-77.248 22.784-77.248 132.16 0 154.944 54.464 16.064 75.776 81.728 41.216 126.72v0c-49.152 63.808 15.168 152.32 91.072 125.376v0c53.44-19.008 109.376 21.568 107.776 78.336-2.24 80.512 101.824 114.304 147.392 47.872 32.064-46.848 101.184-46.848 133.248 0 45.504 66.432 149.568 32.64 147.392-47.872-1.6-56.768 54.336-97.344 107.776-78.336v0c75.904 27.008 140.224-61.504 91.072-125.376v0c-34.624-44.992-13.248-110.72 41.216-126.72 77.248-22.72 77.248-132.16 0-154.944zM735.296 435.904l-252.608 227.392c-9.6 8.704-21.696 12.992-33.792 12.992-12.992 0-25.92-4.992-35.712-14.784l-126.4-126.4c-19.712-19.712-19.712-51.712 0-71.424s51.712-19.712 71.424 0l92.416 92.416 217.024-195.264c20.8-18.624 52.672-17.088 71.36 3.776 18.688 20.672 17.024 52.608-3.712 71.296z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-success"],"grid":0},"attrs":[],"properties":{"order":173,"id":61,"prevSize":32,"code":58941,"name":"success"},"setIdx":1,"setId":6,"iconIdx":61},{"icon":{"paths":["M320 576v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 576h-192c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h192c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M320 384v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 384h-192c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h192c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M320 768v0c-35.392 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M576 768h-64c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h64c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M832 1024v0c-35.328 0-64-28.672-64-64v-256c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v256c0 35.328-28.672 64-64 64z","M640 832v0c0-35.328 28.672-64 64-64h256c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64h-256c-35.328 0-64-28.672-64-64z","M832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h320c35.328 0 64-28.672 64-64v0c0-35.328-28.672-64-64-64h-320c-35.328 0-64-28.672-64-64v-640c0-35.328 28.672-64 64-64h640c35.328 0 64 28.672 64 64v320c0 35.328 28.672 64 64 64v0c35.328 0 64-28.672 64-64v-320c0-106.048-85.952-192-192-192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-table-more"],"grid":0},"attrs":[],"properties":{"order":174,"id":62,"prevSize":32,"code":58942,"name":"table-more"},"setIdx":1,"setId":6,"iconIdx":62},{"icon":{"paths":["M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z","M320 576v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 576h-192c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h192c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M320 384v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 384h-192c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h192c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M320 768v0c-35.392 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 768h-192c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h192c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-table"],"grid":0},"attrs":[],"properties":{"order":175,"id":63,"prevSize":32,"code":58943,"name":"table"},"setIdx":1,"setId":6,"iconIdx":63},{"icon":{"paths":["M740.288 511.36c0-0.576 0.064-1.088 0.064-1.664 0-55.232-44.8-100.032-100.032-100.032-23.36 0-44.8 8.064-61.824 21.504-26.24-48.96-77.824-82.368-137.28-82.368-85.888 0-155.584 69.632-155.584 155.584 0 2.048 0.256 4.032 0.32 6.080-31.488 12.544-53.952 43.392-53.952 79.296v0.128c0 46.976 38.4 85.376 85.376 85.376h389.312c46.976 0 85.376-38.4 85.376-85.376v-0.128c-0.064-35.072-21.44-65.28-51.776-78.4z","M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-tag-cloud"],"grid":0},"attrs":[],"properties":{"order":176,"id":64,"prevSize":32,"code":58944,"name":"tag-cloud"},"setIdx":1,"setId":6,"iconIdx":64},{"icon":{"paths":["M605.632 584.896c0.384-3.072 1.792-5.696 1.792-8.832 0-7.296-2.368-13.888-4.16-20.608 90.304-62.784 154.176-206.656 154.176-309.952 0-135.616-109.888-245.504-245.44-245.504s-245.44 109.888-245.44 245.44c0 103.296 63.872 247.168 154.176 309.952-1.792 6.784-4.16 13.312-4.16 20.672 0 3.136 1.472 5.824 1.792 8.832-238.016 33.728-418.368 193.152-418.368 385.088 0 0.192 0 0.384 0 0.576 0.064 29.824 22.72 53.44 49.28 53.44h925.44c26.496 0 49.216-23.616 49.28-53.504 0-0.192 0-0.384 0-0.576 0-191.872-180.352-351.296-418.368-385.024z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-user"],"grid":0},"attrs":[],"properties":{"order":177,"id":65,"prevSize":32,"code":58945,"name":"user"},"setIdx":1,"setId":6,"iconIdx":65},{"icon":{"paths":["M615.424 391.424c0 110.144-89.28 277.504-199.424 277.504s-199.424-167.36-199.424-277.504 89.28-199.424 199.424-199.424 199.424 89.28 199.424 199.424z","M792 1024c21.568 0 40-19.2 40-43.456 0-0.128 0-0.32 0-0.448 0-175.872-186.24-318.4-416-318.4s-416 142.528-416 318.4c0 0.128 0 0.32 0 0.448 0.064 24.256 18.496 43.456 40 43.456h752z","M832 384v0c-35.328 0-64-28.672-64-64v-256c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v256c0 35.328-28.672 64-64 64z","M640 192v0c0-35.328 28.672-64 64-64h256c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64h-256c-35.328 0-64-28.672-64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-user-add"],"grid":0},"attrs":[],"properties":{"order":178,"id":66,"prevSize":32,"code":58946,"name":"user-add"},"setIdx":1,"setId":6,"iconIdx":66},{"icon":{"paths":["M832 192c35.264 0 64 28.736 64 64v512c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-512c0-35.264 28.736-64 64-64h640zM832 64h-640c-106.048 0-192 85.952-192 192v512c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-512c0-106.048-85.952-192-192-192v0z","M570.752 378.752c0 67.776-54.976 170.752-122.752 170.752s-122.752-102.976-122.752-170.752 54.976-122.752 122.752-122.752 122.752 54.976 122.752 122.752z","M679.36 768c13.248 0 24.64-11.84 24.64-26.752 0-0.064 0-0.192 0-0.256 0-108.224-114.624-195.968-256-195.968s-256 87.744-256 195.968c0 0.064 0 0.192 0 0.256 0 14.912 11.392 26.752 24.64 26.752h462.72z","M800 320h-128c-17.664 0-32 14.336-32 32s14.336 32 32 32h128c17.664 0 32-14.336 32-32s-14.336-32-32-32z","M800 448h-128c-17.664 0-32 14.336-32 32s14.336 32 32 32h128c17.664 0 32-14.336 32-32s-14.336-32-32-32z","M800 576h-64c-17.664 0-32 14.336-32 32s14.336 32 32 32h64c17.664 0 32-14.336 32-32s-14.336-32-32-32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-visitor-profile"],"grid":0},"attrs":[],"properties":{"order":179,"id":67,"prevSize":32,"code":58948,"name":"visitor-profile"},"setIdx":1,"setId":6,"iconIdx":67},{"icon":{"paths":["M448 128c176.448 0 320 143.552 320 320s-143.552 320-320 320-320-143.552-320-320 143.552-320 320-320zM448 0c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448v0z","M640 768l229.504 229.504c35.328 35.328 92.672 35.328 128 0v0c35.328-35.328 35.328-92.672 0-128l-229.504-229.504-128 128z","M448 640v0c-35.328 0-64-28.672-64-64v-256c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v256c0 35.328-28.672 64-64 64z","M256 448v0c0-35.328 28.672-64 64-64h256c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64h-256c-35.328 0-64-28.672-64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-zoom-in"],"grid":0},"attrs":[],"properties":{"order":180,"id":68,"prevSize":32,"code":58949,"name":"zoom-in"},"setIdx":1,"setId":6,"iconIdx":68},{"icon":{"paths":["M448 128c176.448 0 320 143.552 320 320s-143.552 320-320 320-320-143.552-320-320 143.552-320 320-320zM448 0c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448v0z","M640 768l229.504 229.504c35.328 35.328 92.672 35.328 128 0v0c35.328-35.328 35.328-92.672 0-128l-229.504-229.504-128 128z","M256 448v0c0-35.328 28.672-64 64-64h256c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64h-256c-35.328 0-64-28.672-64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-zoom-out"],"grid":0},"attrs":[],"properties":{"order":181,"id":69,"prevSize":32,"code":58950,"name":"zoom-out"},"setIdx":1,"setId":6,"iconIdx":69},{"icon":{"paths":["M1013.184 503.744v0c0 52.992-43.008 96-96 96h-576c-52.992 0-96-43.008-96-96v0c0-52.992 43.008-96 96-96h576c52.992 0 96 43.008 96 96z","M985.024 571.648v0c-37.504 37.504-98.304 37.504-135.744 0l-271.552-271.552c-37.504-37.504-37.504-98.304 0-135.744v0c37.504-37.504 98.304-37.504 135.744 0l271.552 271.552c37.504 37.44 37.504 98.24 0 135.744z","M985.024 452.352v0c37.504 37.504 37.504 98.304 0 135.744l-271.552 271.552c-37.504 37.504-98.304 37.504-135.744 0v0c-37.504-37.504-37.504-98.304 0-135.744l271.552-271.552c37.504-37.504 98.304-37.504 135.744 0z","M469.184 896h-277.184c-35.328 0-64-28.672-64-64v-640c0-35.328 28.672-64 64-64h277.184c35.328 0 64-28.672 64-64v0c0-35.328-28.672-64-64-64h-277.184c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h277.184c35.328 0 64-28.672 64-64v0c0-35.328-28.672-64-64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-sign-out"],"grid":0},"attrs":[],"properties":{"order":182,"id":70,"prevSize":32,"code":58951,"name":"sign-out"},"setIdx":1,"setId":6,"iconIdx":70},{"icon":{"paths":["M768 504v0q0 39-28 67.5t-68 28.5h-576q-40 0-68-28t-28-68v0q0-40 28-68t68-28h576q40 0 68 28t28 68v0zM740 572v0q-28 28-68 28t-68-28l-271-272q-29-28-29-68t29-68v0q28-28 67.5-28t67.5 28l272 272q28 28 28 68t-28 68v0zM740 452v0q28 28 28 68t-28 68l-272 272q-28 28-67.5 28t-67.5-28v0q-29-28-29-68t29-68l271-272q28-28 68-28t68 28v0zM544 128h277q27 0 45.5 19t18.5 45v640q0 26-18.5 45t-45.5 19h-277q-26 0-45 19t-19 45v0q0 26 19 45t45 19h277q80 0 136-56t56-136v-640q0-80-56-136t-136-56h-277q-26 0-45 19t-19 45v0q0 26 19 45t45 19v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE648"],"defaultCode":58952,"grid":0},"attrs":[],"properties":{"id":71,"order":183,"ligatures":"","prevSize":32,"code":58952,"name":"sign-in"},"setIdx":1,"setId":6,"iconIdx":71},{"icon":{"paths":["M799 384h-576q-26 0-45-19t-19-45v0q0-26 19-45t45-19h576q27 0 45.5 19t18.5 45v0q0 26-18.5 45t-45.5 19v0zM799 576h-576q-26 0-45-19t-19-45v0q0-26 19-45t45-19h576q27 0 45.5 19t18.5 45v0q0 26-18.5 45t-45.5 19v0zM799 768h-576q-26 0-45-19t-19-45v0q0-26 19-45t45-19h576q27 0 45.5 19t18.5 45v0q0 26-18.5 45t-45.5 19v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE649"],"defaultCode":58953,"grid":0},"attrs":[],"properties":{"id":72,"order":184,"ligatures":"","prevSize":32,"code":58953,"name":"menu-hamburger"},"setIdx":1,"setId":6,"iconIdx":72},{"icon":{"paths":["M693 544v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19h-64q-27 0-45.5-19t-18.5-45v0zM437 544v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19h-64q-27 0-45.5-19t-18.5-45v0zM181 544v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19h-64q-27 0-45.5-19t-18.5-45v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64A"],"defaultCode":58954,"grid":0},"attrs":[],"properties":{"id":73,"order":185,"ligatures":"","prevSize":32,"code":58954,"name":"menu-horiz"},"setIdx":1,"setId":6,"iconIdx":73},{"icon":{"paths":["M501 352h-64q-27 0-45.5-19t-18.5-45v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM501 608h-64q-27 0-45.5-19t-18.5-45v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM501 864h-64q-27 0-45.5-19t-18.5-45v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64B"],"defaultCode":58955,"grid":0},"attrs":[],"properties":{"id":74,"order":186,"ligatures":"","prevSize":32,"code":58955,"name":"menu-verti"},"setIdx":1,"setId":6,"iconIdx":74},{"icon":{"paths":["M991 575v0q-16-11-24.5-27.5t-8.5-34.5v-2q0-18 8.5-34.5t24.5-26.5v-1q20-13 28.5-35.5t1.5-45.5q-2-7-4.5-14t-5.5-14q-8-23-28.5-36.5t-44.5-12.5v0q-20 0-37-8t-28-23q0-1-0.5-1h-0.5q-11-15-14-33.5t3-35.5v0q9-23 2-45.5t-27-37.5q-6-5-12-9.5t-13-8.5q-20-13-45-12.5t-44 15.5v0q-15 11-33.5 14t-36.5-3q-1 0-2-0.5t-2-0.5q-18-5-31-18t-19-31v0q-7-23-26-37.5t-43-15.5h-34q-24 1-43 15.5t-26 37.5v0q-6 18-19 31t-31 18q-1 0-2 0.5t-2 0.5q-17 6-36 3t-33-14h-1q-19-15-44-15.5t-45 12.5q-7 4-13 8.5t-12 9.5q-20 15-27 37.5t2 45.5v0q6 17 3 35.5t-14 33.5h-0.5t-0.5 1q-11 15-28 23t-36 8q-25-1-45.5 12.5t-28.5 36.5q-3 7-5.5 14t-4.5 14q-7 23 1.5 45.5t28.5 35.5v1q16 10 24.5 26.5t8.5 34.5v2q0 18-8.5 34.5t-24.5 26.5v1q-20 13-28.5 35.5t-1.5 45.5q2 7 4.5 14t5.5 14q8 23 28.5 36.5t45.5 12.5v0q19 0 36 8t28 23q0 1 0.5 1h0.5q11 15 14 33.5t-3 35.5v0q-9 23-2 45.5t27 37.5q6 5 12 9.5t13 8.5q20 13 45 12.5t44-15.5h1q14-11 33-14t36 3q1 0 2 0.5t2 0.5q18 5 31 18t19 31v0q7 23 26 37.5t43 15.5h34q24-1 43-15.5t26-37.5v0q6-18 19-31t31-18q1-1 2-1h2q17-6 36-3t33 14h1q19 15 44 15.5t45-12.5q7-4 13-8.5t12-9.5q20-15 27-37.5t-2-45.5v0q-6-17-3-35.5t14-33.5h0.5t0.5-1q11-15 28-23t36-8v0q25 1 45.5-12.5t28.5-36.5q3-7 5.5-14t4.5-14q7-23-1.5-45.5t-28.5-35.5v0zM512 759q-53 0-99.5-19.5t-81.5-53-55-78.5-20-96 20-96 55-78.5 81.5-53 99.5-19.5 99.5 19.5 81.5 53 55 78.5 20 96-20 96-55 78.5-81.5 53-99.5 19.5v0zM608 512q0 38-28 65.5t-68 27.5-68-27.5-28-65.5 28-65.5 68-27.5 68 27.5 28 65.5v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64C"],"defaultCode":58956,"grid":0},"attrs":[],"properties":{"id":75,"order":187,"ligatures":"","prevSize":32,"code":58956,"name":"admin-administration"},"setIdx":1,"setId":6,"iconIdx":75},{"icon":{"paths":["M576 896h-128q-27 0-45.5-19t-18.5-45v-128q0-26 18.5-45t45.5-19h128q27 0 45.5 19t18.5 45v128q0 26-18.5 45t-45.5 19v0zM576 384h-128q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h128q26 0 45 19t19 45v128q0 26-19 45t-45 19v0zM256 896h-128q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h128q27 0 45.5 19t18.5 45v128q0 26-18.5 45t-45.5 19v0zM896 896h-128q-27 0-45.5-19t-18.5-45v-128q0-26 18.5-45t45.5-19h128q27 0 45.5 19t18.5 45v128q0 26-18.5 45t-45.5 19v0zM896 469q0-13-9.5-17t-22.5-4h-352v-171q0-13-9.5-22.5t-22.5-9.5-22.5 9.5-9.5 22.5v171h-288q-13 0-22.5 4t-9.5 17v192q0 14 9.5 23t22.5 9 22.5-9 9.5-23v-149h256v149q0 14 9.5 23t22.5 9 22.5-9 9.5-23v-149h320v171q0 13 9.5 22.5t22.5 9.5 22.5-9.5 9.5-22.5v-214z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64D"],"defaultCode":58957,"grid":0},"attrs":[],"properties":{"id":76,"order":188,"ligatures":"","prevSize":32,"code":58957,"name":"admin-development"},"setIdx":1,"setId":6,"iconIdx":76},{"icon":{"paths":["M876 124q-112 0-180.5-17.5t-106.5-39-50.5-39.5-12.5-19q-2-4-5.5-6.5t-8.5-2.5v0q-5 0-8.5 2.5t-5.5 6.5q0 1-13 19t-50.5 39.5-106 39-180.5 17.5q-7 0-11 4.5t-4 10.5v509q0 79 56 146t124.5 117 127.5 79.5l65 32.5q1 0 2.5 0.5t3.5 0.5 3.5-0.5 2.5-0.5l65-32.5t127.5-79.5 124.5-117.5 56-145.5v-509q0-6-4-10.5t-11-4.5v0 0zM809 619q0 61-44 113.5t-97.5 92-100 62.5-50.5 25q-1 0-2.5 0.5t-2.5 0.5-2.5-0.5-2.5-0.5q-4-2-50.5-25t-100-62.5-97.5-92-44-113.5v-399q0-5 3.5-8.5t8.5-3.5q175 0 224.5-44.5l49.5-44.5q1-4 4-6t7-2v0q4 0 7 2t4 6l49 44.5t225 44.5q5 0 8.5 3.5t3.5 8.5v399zM730 476l-247 222q-7 6-15.5 9.5t-17.5 3.5-18-4-16-11l-123-123q-15-14-15-34.5t15-34.5q14-15 34.5-15t34.5 15l90 90 212-191q15-13 35.5-12t33.5 16q14 15 13 35.5t-16 33.5v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64E"],"defaultCode":58958,"grid":0},"attrs":[],"properties":{"id":77,"order":211,"ligatures":"","prevSize":32,"code":58958,"name":"admin-diagnostic"},"setIdx":1,"setId":6,"iconIdx":77},{"icon":{"paths":["M960 0h-896q-26 0-45 19t-19 45v640q0 26 19 45t45 19h320l-64 128h-33q-13 0-22 9t-9 22v2q0 13 9 22t22 9h450q13 0 22-9t9-22v-2q0-13-9-22t-22-9h-33l-64-128h320q26 0 45-19t19-45v-640q0-26-19-45t-45-19v0zM960 576h-896v-512h896v512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64F"],"defaultCode":58959,"grid":0},"attrs":[],"properties":{"id":78,"order":210,"ligatures":"","prevSize":32,"code":58959,"name":"admin-platform"},"setIdx":1,"setId":6,"iconIdx":78},{"icon":{"paths":["M97 250h108q10 42 45 69.5t79 27.5q45 0 79.5-27.5t45.5-69.5h473q14 0 23.5-9.5t9.5-23.5q0-13-9.5-22.5t-23.5-9.5h-473q-11-42-45.5-69.5t-79.5-27.5-79.5 27.5-45.5 69.5h-107q-14 0-23.5 9.5t-9.5 22.5q0 14 9.5 23.5t23.5 9.5v0 0zM329 154q27 0 45.5 18.5t18.5 45.5q0 26-18.5 44.5t-45.5 18.5q-26 0-44.5-18.5t-18.5-44.5q0-27 18.5-45.5t44.5-18.5v0 0zM927 479h-155q-10-41-45-68.5t-79-27.5q-45 0-79.5 27.5t-45.5 68.5h-426q-14 0-23.5 9.5t-9.5 23.5 9.5 23.5 23.5 9.5h426q11 41 45.5 68.5t79.5 27.5q44 0 79-27.5t45-68.5h155q14 0 23.5-9.5t9.5-23.5-9.5-23.5-23.5-9.5v0 0zM648 575q-27 0-45.5-18.5t-18.5-44.5 18.5-44.5 45.5-18.5q26 0 44.5 18.5t18.5 44.5-18.5 44.5-44.5 18.5v0 0zM927 774h-473q-11-42-45.5-69.5t-79.5-27.5-79.5 27.5-45.5 69.5h-107q-14 0-23.5 9.5t-9.5 23.5q0 13 9.5 22.5t23.5 9.5h108q10 42 45 69.5t79 27.5q45 0 79.5-27.5t45.5-69.5h473q14 0 23.5-9.5t9.5-22.5q0-14-9.5-23.5t-23.5-9.5v0 0zM329 870q-26 0-44.5-18.5t-18.5-44.5q0-27 18.5-45.5t44.5-18.5q27 0 45.5 18.5t18.5 45.5q0 26-18.5 44.5t-45.5 18.5v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE650"],"defaultCode":58960,"grid":0},"attrs":[],"properties":{"id":79,"order":209,"ligatures":"","prevSize":32,"code":58960,"name":"admin-settings"},"setIdx":1,"setId":6,"iconIdx":79},{"icon":{"paths":["M803 445q0-52-16.5-98.5t-46.5-83.5-71-63-90-37v-32q0-27-20-47t-47-20-47 20-20 47v32q-49 11-90 37t-71 63-46.5 83.5-16.5 98.5v246l-90 90v45h762v-45l-90-90v-246zM512 960h18q23-3 39.5-18.5t23.5-35.5q3-7 6-16.5t3-19.5h-180q0 37 26.5 63.5t63.5 26.5v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE651"],"defaultCode":58961,"grid":0},"attrs":[],"properties":{"id":80,"order":208,"ligatures":"","prevSize":32,"code":58961,"name":"reporting-actions"},"setIdx":1,"setId":6,"iconIdx":80},{"icon":{"paths":["M288 352h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM288 608h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM288 864h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM544 352h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM544 608h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM544 864h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM800 352h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM800 608h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM800 864h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE652"],"defaultCode":58962,"grid":0},"attrs":[],"properties":{"id":81,"order":207,"ligatures":"","prevSize":32,"code":58962,"name":"reporting-dashboard"},"setIdx":1,"setId":6,"iconIdx":81},{"icon":{"paths":["M961 322h-640l-32-96q-3-16-14-38t-27-26l-171-32q-24-8-45.5 2.5t-29.5 34.5q-7 23 4.5 45t35.5 29l137 43 104 457q3 15 12 26t21 17v13q0 41 29.5 70.5t70.5 29.5q42 0 71.5-29.5t29.5-70.5v-7h159q0 2-0.5 3.5t-0.5 3.5q0 41 29.5 70.5t71.5 29.5 71.5-29.5 29.5-70.5v-4t-1-4q19-2 33.5-15t18.5-33l96-314q2-13-12.5-59t-50.5-46v0zM416 846q-20 0-34.5-14.5t-14.5-34.5q0-21 14.5-35t34.5-14q21 0 35 14t14 35q0 20-14 34.5t-35 14.5v0 0zM776 846q-20 0-34.5-14.5t-14.5-34.5q0-21 14.5-35t34.5-14 34.5 14 14.5 35q0 20-14.5 34.5t-34.5 14.5v0 0zM833 641h-448q-15 0-15-32t15-32h448q15 0 20.5 32t-20.5 32v0zM897 513h-512q-15 0-15-32t15-32h512q15 0 15 32t-15 32v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE653"],"defaultCode":58963,"grid":0},"attrs":[],"properties":{"id":82,"order":206,"ligatures":"","prevSize":32,"code":58963,"name":"reporting-ecommerce"},"setIdx":1,"setId":6,"iconIdx":82},{"icon":{"paths":["M512 0q-106 0-199.5 40t-163 109.5-109.5 163-40 199.5 40 199.5 109.5 163 163 109.5 199.5 40 199.5-40 163-109.5 109.5-163 40-199.5-40-199.5-109.5-163-163-109.5-199.5-40v0zM512 928q-86 0-162-32.5t-132.5-89-89-132.5-32.5-162 32.5-162 89-132.5 132.5-89 162-32.5 162 32.5 132.5 89 89 132.5 32.5 162-32.5 162-89 132.5-132.5 89-162 32.5v0zM512 192q-66 0-124.5 25t-102 68.5-68.5 102-25 124.5 25 124.5 68.5 102 102 68.5 124.5 25 124.5-25 102-68.5 68.5-102 25-124.5-25-124.5-68.5-102-102-68.5-124.5-25v0zM512 736q-46 0-87-17.5t-71.5-48-48-71.5-17.5-87 17.5-87 48-71.5 71.5-48 87-17.5 87 17.5 71.5 48 48 71.5 17.5 87-17.5 87-48 71.5-71.5 48-87 17.5v0zM608 512q0 40-28 68t-68 28-68-28-28-68 28-68 68-28 68 28 28 68v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE654"],"defaultCode":58964,"grid":0},"attrs":[],"properties":{"id":83,"order":189,"ligatures":"","prevSize":32,"code":58964,"name":"reporting-goal"},"setIdx":1,"setId":6,"iconIdx":83},{"icon":{"paths":["M293 241q0 20-14 34t-35 14q-20 0-34-14t-14-34 14-34.5 34-14.5q21 0 35 14.5t14 34.5v0zM423 241q0 20-14 34t-34 14q-21 0-35-14t-14-34 14-34.5 35-14.5q20 0 34 14.5t14 34.5v0zM554 241q0 20-14.5 34t-34.5 14-34.5-14-14.5-34 14.5-34.5 34.5-14.5 34.5 14.5 14.5 34.5v0zM832 0h-640q-80 0-136 56t-56 136v640q0 80 56 136t136 56h640q80 0 136-56t56-136v-640q0-80-56-136t-136-56v0zM192 128h640q26 0 45 19t19 45v128h-768v-128q0-26 19-45t45-19v0zM832 896h-640q-26 0-45-19t-19-45v-448h768v448q0 26-19 45t-45 19v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE655"],"defaultCode":58965,"grid":0},"attrs":[],"properties":{"id":84,"order":190,"ligatures":"","prevSize":32,"code":58965,"name":"reporting-referer"},"setIdx":1,"setId":6,"iconIdx":84},{"icon":{"paths":["M1003 531v-1l-1-1q-4-10-9.5-19.5t-11.5-17.5q-13-23-31.5-54t-37.5-62.5-37-59.5-30-45q-31-42-68.5-75t-90.5-33q-12 0-24 2t-24 6q-38 12-71 34.5t-44 69.5h-22q-11-47-44-69.5t-71-34.5q-12-4-24-6t-24-2q-53 0-90.5 33t-68.5 75q-12 17-30 45t-37 59.5-37 62.5-32 54q-6 9-11.5 18t-9.5 19l-1 1v1q-10 22-15.5 46t-5.5 50q0 48 18.5 90.5t50 74.5 74.5 50.5 91 18.5q57 0 105-25t80-67h186q32 42 80.5 67t104.5 25q49 0 91.5-18.5t74-50.5 50-74.5 18.5-90.5q0-26-5.5-50t-15.5-46v0 0zM234 783q-65 0-110.5-46t-45.5-110q0-65 45.5-111t110.5-46 110.5 46 45.5 111q0 64-45.5 110t-110.5 46v0 0zM790 783q-65 0-110.5-46t-45.5-110q0-65 45.5-111t110.5-46 110.5 46 45.5 111q0 64-45.5 110t-110.5 46v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE656"],"defaultCode":58966,"grid":0},"attrs":[],"properties":{"id":85,"order":191,"ligatures":"","prevSize":32,"code":58966,"name":"reporting-visitors"},"setIdx":1,"setId":6,"iconIdx":85},{"icon":{"paths":["M695 459q5-1 9-2t8-1q11 0 20-5.5t16-12.5l202-202q18-17 18-41.5t-18-41.5l-63-64q-17-17-41.5-17t-41.5 17l-202 201q-8 8-13 17.5t-6 19.5q0 5-0.5 9t-2.5 8q-4 17-0.5 33.5t15.5 28.5l40 39q12 12 28 15t32-1v0zM206 793l-10-10-50 40-83 132 21 22 132-84 40-50-9-9 167-167-42-41-166 167zM434 330q14-52 1-105.5t-53-94.5q-41-40-94.5-53.5t-104.5 0.5l116 116-30 114-114 30-116-116q-14 52-0.5 105t53.5 94q42 42 98.5 54.5t109.5-5.5l478 478q14 14 32 21t37 7q18 0 36-7t32-21q28-28 28-68t-28-69l-481-480zM855 931q-16 0-26.5-11t-10.5-26 10.5-26 26.5-11q15 0 26 11t11 26-11 26-26 11v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE657"],"defaultCode":58967,"grid":0},"attrs":[],"properties":{"id":86,"order":192,"ligatures":"","prevSize":32,"code":58967,"name":"user-manage"},"setIdx":1,"setId":6,"iconIdx":86},{"icon":{"paths":["M600 312q0 38-14.5 83t-39.5 83.5-58.5 64-71.5 25.5-71.5-25.5-58.5-64-39.5-83.5-14.5-83q0-76 54-130t130-54 130 54 54 130v0zM763 896q15 0 26-11.5t11-28.5v0-1q0-60-30-113.5t-82.5-93.5-122-63-149.5-23-149.5 23-122 63-82.5 93.5-30 113.5v1q0 17 11 28.5t26 11.5h694zM944 224h-192q-20 0-34 14t-14 34 14 34 34 14h192q20 0 34-14t14-34-14-34-34-14v0zM944 416h-192q-20 0-34 14t-14 34 14 34 34 14h192q20 0 34-14t14-34-14-34-34-14v0zM944 608h-96q-20 0-34 14t-14 34 14 34 34 14h96q20 0 34-14t14-34-14-34-34-14v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE658"],"defaultCode":58968,"grid":0},"attrs":[],"properties":{"id":87,"order":193,"ligatures":"","prevSize":32,"code":58968,"name":"user-personal"},"setIdx":1,"setId":6,"iconIdx":87},{"icon":{"paths":["M960 64h-896q-26 0-45 19t-19 45v640q0 26 19 45t45 19h320l-64 128h-33q-13 0-22 9t-9 22v2q0 13 9 22t22 9h450q13 0 22-9t9-22v-2q0-13-9-22t-22-9h-33l-64-128h320q26 0 45-19t19-45v-640q0-26-19-45t-45-19v0zM960 640h-896v-512h896v512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE659"],"defaultCode":58969,"grid":0},"attrs":[],"properties":{"id":88,"order":194,"ligatures":"","prevSize":32,"code":58969,"name":"user-platform"},"setIdx":1,"setId":6,"iconIdx":88},{"icon":{"paths":["M742.038 374.408v-92.444h-460.074v92.444h460.074zM742.038 557.148v-90.296h-460.074v90.296h460.074zM604.444 742.038v-92.444h-322.482v92.444h322.482zM512 99.222c-25.798 0-45.148 19.348-45.148 45.148s19.348 47.298 45.148 47.298 45.148-21.498 45.148-47.298-19.348-45.148-45.148-45.148zM832.332 99.222c49.448 0 92.444 42.998 92.444 92.444v640.666c0 49.448-42.998 92.444-92.444 92.444h-640.666c-49.448 0-92.444-42.998-92.444-92.444v-640.666c0-49.448 42.998-92.444 92.444-92.444h191.34c19.348-53.748 68.796-92.444 128.992-92.444s109.644 38.698 128.992 92.444h191.34z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["assignment"],"defaultCode":59485,"grid":32},"attrs":[],"properties":{"order":195,"ligatures":"assignment","id":0,"prevSize":24,"code":59485,"name":"assignment"},"setIdx":2,"setId":5,"iconIdx":0},{"icon":{"paths":["M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM512 832l-320-256h192v-192h256v192h192l-320 256zM154.51 192l64-64h586.978l64 64h-714.978z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box-add","box","download","storage","inbox","archive"],"defaultCode":59742,"grid":16},"attrs":[],"properties":{"ligatures":"box-add, box3","name":"archive","order":200,"id":0,"prevSize":32,"code":59742},"setIdx":4,"setId":3,"iconIdx":0},{"icon":{"paths":["M956.29 804.482l-316.29-527.024v-213.458h32c17.6 0 32-14.4 32-32s-14.4-32-32-32h-320c-17.6 0-32 14.4-32 32s14.4 32 32 32h32v213.458l-316.288 527.024c-72.442 120.734-16.512 219.518 124.288 219.518h640c140.8 0 196.73-98.784 124.29-219.518zM241.038 640l206.962-344.938v-231.062h128v231.062l206.964 344.938h-541.926z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lab","beta","beaker","test","experiment"],"defaultCode":59818,"grid":16},"attrs":[],"properties":{"ligatures":"lab, beta","name":"lab","order":201,"id":1,"prevSize":32,"code":59818},"setIdx":4,"setId":3,"iconIdx":1},{"icon":{"paths":["M768 704h-101.49l-160-160 160-160h101.49v160l224-224-224-224v160h-128c-16.974 0-33.252 6.744-45.254 18.746l-178.746 178.744-178.746-178.746c-12-12-28.28-18.744-45.254-18.744h-192v128h165.49l160 160-160 160h-165.49v128h192c16.974 0 33.252-6.742 45.254-18.746l178.746-178.744 178.746 178.744c12.002 12.004 28.28 18.746 45.254 18.746h128v160l224-224-224-224v160z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["shuffle","random","player"],"defaultCode":59952,"grid":16},"attrs":[],"properties":{"ligatures":"shuffle, random","name":"transition","id":2,"order":202,"prevSize":32,"code":59952},"setIdx":4,"setId":3,"iconIdx":2},{"icon":{"paths":["M512 0c-282.77 0-512 71.634-512 160v96l384 384v320c0 35.346 57.306 64 128 64 70.692 0 128-28.654 128-64v-320l384-384v-96c0-88.366-229.23-160-512-160zM94.384 138.824c23.944-13.658 57.582-26.62 97.278-37.488 87.944-24.076 201.708-37.336 320.338-37.336 118.628 0 232.394 13.26 320.338 37.336 39.696 10.868 73.334 23.83 97.28 37.488 15.792 9.006 24.324 16.624 28.296 21.176-3.972 4.552-12.506 12.168-28.296 21.176-23.946 13.658-57.584 26.62-97.28 37.488-87.942 24.076-201.708 37.336-320.338 37.336s-232.394-13.26-320.338-37.336c-39.696-10.868-73.334-23.83-97.278-37.488-15.792-9.008-24.324-16.624-28.298-21.176 3.974-4.552 12.506-12.168 28.298-21.176z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["filter","funnel"],"defaultCode":59995,"grid":16},"attrs":[],"properties":{"ligatures":"filter, funnel","name":"funnel","order":203,"id":3,"prevSize":32,"code":59995},"setIdx":4,"setId":3,"iconIdx":3},{"icon":{"paths":["M704 64l-320 320h-192l-192 256c0 0 203.416-56.652 322.066-30.084l-322.066 414.084 421.902-328.144c58.838 134.654-37.902 328.144-37.902 328.144l256-192v-192l320-320 64-320-320 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["rocket","jet","speed","spaceship","fast"],"defaultCode":59813,"grid":16},"attrs":[],"properties":{"ligatures":"rocket, jet","name":"rocket","order":31,"id":4,"prevSize":32,"code":59813},"setIdx":4,"setId":3,"iconIdx":4},{"icon":{"paths":["M832 736l96 96 320-320-320-320-96 96 224 224z","M448 288l-96-96-320 320 320 320 96-96-224-224z","M701.298 150.519l69.468 18.944-191.987 704.026-69.468-18.944 191.987-704.026z"],"width":1280,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["embed","code","html","xml"],"defaultCode":60032,"grid":16},"attrs":[],"properties":{"ligatures":"embed2, code2","name":"embed","order":262,"id":5,"prevSize":32,"code":60032},"setIdx":4,"setId":3,"iconIdx":5},{"icon":{"paths":["M614.286 749.714c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8 5.714-13.143 5.714-4.571 0-9.714-2.286-13.143-5.714l-224.571-224.571-224.571 224.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143zM614.286 530.286c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8 5.714-13.143 5.714-4.571 0-9.714-2.286-13.143-5.714l-224.571-224.571-224.571 224.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143z"],"width":658.2857142857142,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["angle-double-up"],"defaultCode":61698,"grid":14},"attrs":[],"properties":{"name":"angle-double-up","id":0,"order":204,"prevSize":28,"code":61698},"setIdx":5,"setId":2,"iconIdx":0},{"icon":{"paths":["M614.286 493.714c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8-5.714 13.143-5.714 4.571 0 9.714 2.286 13.143 5.714l224.571 224.571 224.571-224.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143zM614.286 274.286c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8-5.714 13.143-5.714 4.571 0 9.714 2.286 13.143 5.714l224.571 224.571 224.571-224.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143z"],"width":658.2857142857142,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["angle-double-down"],"defaultCode":61699,"grid":14},"attrs":[],"properties":{"name":"angle-double-down","id":1,"order":205,"prevSize":28,"code":61699},"setIdx":5,"setId":2,"iconIdx":1}],"height":1024,"metadata":{"name":"matomo","url":"https://matomo.org"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"matomo","majorVersion":1,"minorVersion":0,"fontURL":"https://matomo.org","description":"Matomo"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"ie7":false,"includeMetadata":true,"showSelector":false,"selector":"","classSelector":".icon","showMetrics":false,"showMetadata":false,"showVersion":true,"noie8":true},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":4473924,"bgColor":16777215},"historySize":100,"showCodes":false,"gridSize":16,"showGrid":false}} \ No newline at end of file
+{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M576 64c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z","M480 96h64v128h-64v-128z","M897.024 1024h-770.048c-70.144 0-126.976-56.832-126.976-126.976v0c0-70.144 56.832-126.976 126.976-126.976h769.984c70.144 0 126.976 56.832 126.976 126.976v0c0.064 70.144-56.768 126.976-126.912 126.976z","M512 192c-194.432 0-352 157.568-352 352v160h704v-160c0-194.432-157.568-352-352-352zM384 608c-52.992 0-96-43.008-96-96s43.008-96 96-96 96 43.008 96 96-43.008 96-96 96zM640 608c-52.992 0-96-43.008-96-96s43.008-96 96-96 96 43.008 96 96-43.008 96-96 96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-alien"],"grid":0},"attrs":[],"properties":{"order":131,"id":0,"prevSize":32,"code":58880,"name":"alien"},"setIdx":0,"setId":8,"iconIdx":0},{"icon":{"paths":["M736 256h-448c-17.664 0-32 14.336-32 32s14.336 32 32 32h448c17.664 0 32-14.336 32-32s-14.336-32-32-32z","M736 384h-448c-17.664 0-32 14.336-32 32s14.336 32 32 32h448c17.664 0 32-14.336 32-32s-14.336-32-32-32z","M608 512h-320c-17.664 0-32 14.336-32 32s14.336 32 32 32h320c17.664 0 32-14.336 32-32s-14.336-32-32-32z","M832 0h-640c-106.048 0-192 85.952-192 192v448c0 106.048 85.952 192 192 192h320l195.2 184.32c25.024 18.816 60.8 0.896 60.8-30.4v-153.92h64c106.048 0 192-85.952 192-192v-448c0-106.048-85.952-192-192-192zM896 640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-448c0-35.264 28.736-64 64-64h640c35.264 0 64 28.736 64 64v448z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-annotation"],"grid":0},"attrs":[],"properties":{"order":132,"id":1,"prevSize":32,"code":58881,"name":"annotation"},"setIdx":0,"setId":8,"iconIdx":1},{"icon":{"paths":["M704 224v576l-321.024-286.976z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-arrow-left"],"grid":0},"attrs":[],"properties":{"order":133,"id":2,"prevSize":32,"code":58882,"name":"arrow-left"},"setIdx":0,"setId":8,"iconIdx":2},{"icon":{"paths":["M414.976 192v576l321.024-286.976z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-arrow-right"],"grid":0},"attrs":[],"properties":{"order":134,"id":3,"prevSize":32,"code":58883,"name":"arrow-right"},"setIdx":0,"setId":8,"iconIdx":3},{"icon":{"paths":["M1024 320c0-35.328-28.672-64-64-64h-80.832l-36.608-118.912c-23.808-72.448-91.008-121.088-167.232-121.088h-326.656c-76.224 0-143.424 48.64-167.232 121.024l-35.072 106.624-0.256 12.352h-82.112c-35.328 0-64 28.672-64 64v96c0 3.712 1.472 6.912 2.112 10.432-1.024 8-2.112 15.936-2.112 24.256v74.112c112.128 88.896 295.296 147.2 502.4 147.2 219.456 0 412.032-65.408 521.6-163.456v-57.856c0-8.256-1.024-16.32-2.112-24.32 0.64-3.52 2.112-6.72 2.112-10.368v-96zM640 258.688v189.312c0 70.4-57.6 128-128 128s-128-57.6-128-128v-189.312h-139.84l28.544-91.648c10.816-32.96 41.28-55.040 75.968-55.040h326.656c34.688 0 65.216 22.080 76.032 55.040l30.144 91.648h-141.504z","M576 448c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z","M0 600.768v231.232c0 7.296 1.344 14.208 2.176 21.312-0.64 3.584-2.176 6.912-2.176 10.688v96c0 35.328 28.672 64 64 64h96c3.776 0 7.104-1.536 10.688-2.176 7.104 0.832 14.016 2.176 21.312 2.176h640c7.296 0 14.208-1.344 21.312-2.176 3.584 0.64 6.912 2.176 10.688 2.176h96c35.328 0 64-28.672 64-64v-96c0-3.776-1.536-7.104-2.176-10.688 0.832-7.104 2.176-14.016 2.176-21.312v-244.096c-125.12 90.432-312.448 148.096-521.6 148.096-198.976 0-377.664-52.352-502.4-135.232z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-business"],"grid":0},"attrs":[],"properties":{"order":135,"id":4,"prevSize":32,"code":58884,"name":"business"},"setIdx":0,"setId":8,"iconIdx":4},{"icon":{"paths":["M320 576v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M512 576v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 576v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M320 768v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M512 768v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 768v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M832 64v-64h-128v64h-384v-64h-128v64c-106.048 0-192 85.952-192 192v576c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-576c0-106.048-85.952-192-192-192zM896 832c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-512h768v512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-calendar"],"grid":0},"attrs":[],"properties":{"order":136,"id":5,"prevSize":32,"code":58885,"name":"calendar"},"setIdx":0,"setId":8,"iconIdx":5},{"icon":{"paths":["M864 1024v0c-52.8 0-96-43.2-96-96v-288c0-52.8 43.2-96 96-96v0c52.8 0 96 43.2 96 96v288c0 52.8-43.2 96-96 96z","M480 1024v0c-52.8 0-96-43.2-96-96v-576c0-52.8 43.2-96 96-96v0c52.8 0 96 43.2 96 96v576c0 52.8-43.2 96-96 96z","M96 1024v0c-52.8 0-96-43.2-96-96v-832c0-52.8 43.2-96 96-96v0c52.8 0 96 43.2 96 96v832c0 52.8-43.2 96-96 96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-chart-bar"],"grid":0},"attrs":[],"properties":{"order":137,"id":6,"prevSize":32,"code":58886,"name":"chart-bar"},"setIdx":0,"setId":8,"iconIdx":6},{"icon":{"paths":["M832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192zM896 832c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-208.32c29.888-13.504 77.312-38.4 154.304-80.32 33.152 57.472 94.528 96.64 165.696 96.64 36.544 0 70.4-10.752 99.456-28.544l143.296 143.296c17.664 17.664 46.336 17.664 64 0v0c17.664-17.664 17.664-46.336 0-64l-143.296-143.296c3.776-6.208 7.040-12.672 10.176-19.264l126.528 56.256 147.84-232.256v479.808zM320 448c0-70.592 57.408-128 128-128 66.944 0 121.408 51.84 126.912 117.376l-128.384-57.088-13.952 7.68c-34.304 18.88-73.28 40.256-112.384 61.76 0-0.576-0.192-1.152-0.192-1.728zM449.472 451.712l113.92 50.624c-20.48 43.392-64.32 73.664-115.392 73.664-46.848 0-87.424-25.536-109.76-63.232 32.832-17.984 69.376-38.016 111.232-61.056zM896 232.96l-172.16 270.592-85.12-37.824c0.576-5.888 1.28-11.712 1.28-17.728 0-106.048-85.952-192-192-192s-192 85.952-192 192c0 11.968 1.408 23.616 3.52 34.944-51.136 28.032-98.688 54.016-131.52 71.808v-362.752c0-35.264 28.736-64 64-64h640c35.264 0 64 28.736 64 64v40.96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-chart-line-details"],"grid":0},"attrs":[],"properties":{"order":229,"id":7,"prevSize":32,"code":58887,"name":"chart-line-details"},"setIdx":0,"setId":8,"iconIdx":7},{"icon":{"paths":["M832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192zM192 128h640c35.264 0 64 28.736 64 64v72l-188.992 141.76-128-128-236.928 177.664-68.928-103.424h-145.152v-160c0-35.264 28.736-64 64-64zM896 344v363.968l-263.68-105.536-115.328 115.328-139.328-209.024 195.328-146.496 128 128 195.008-146.24zM290.816 493.888l-162.816 122.112v-200h110.848l51.968 77.888zM832 896h-640c-35.264 0-64-28.736-64-64v-136l198.336-148.8 180.672 270.976 140.672-140.672 248.32 99.328v55.168c0 35.264-28.736 64-64 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-chart-line"],"grid":0},"attrs":[],"properties":{"order":228,"id":8,"prevSize":32,"code":58888,"name":"chart-line"},"setIdx":0,"setId":8,"iconIdx":8},{"icon":{"paths":["M576 475.776l404.352 242.624c27.904-63.232 43.648-132.928 43.648-206.4 0-261.056-195.52-476.032-448-507.584v471.36z","M448 548.224v-543.808c-252.48 31.552-448 246.528-448 507.584 0 282.752 229.248 512 512 512 163.392 0 308.544-76.8 402.304-195.968l-466.304-279.808z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-chart-pie"],"grid":0},"attrs":[],"properties":{"order":227,"id":9,"prevSize":32,"code":58889,"name":"chart-pie"},"setIdx":0,"setId":8,"iconIdx":9},{"icon":{"paths":["M23.552 864.832l841.28-841.28c37.44-37.44 98.176-37.44 135.616 0v0c37.44 37.44 37.44 98.176 0 135.616l-841.28 841.28c-37.44 37.44-98.176 37.44-135.616 0v0c-37.44-37.44-37.44-98.176 0-135.616z","M864.64 1000.256l-841.28-841.28c-37.44-37.44-37.44-98.176 0-135.616v0c37.44-37.44 98.176-37.44 135.616 0l841.28 841.28c37.44 37.44 37.44 98.176 0 135.616v0c-37.504 37.44-98.176 37.44-135.616 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-close"],"grid":0},"attrs":[],"properties":{"order":226,"id":10,"prevSize":32,"code":58890,"name":"close"},"setIdx":0,"setId":8,"iconIdx":10},{"icon":{"paths":["M734.656 576h-446.656l224 320z","M288 448h446.656l-224-320z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-collapsed-arrows"],"grid":0},"attrs":[],"properties":{"order":225,"id":11,"prevSize":32,"code":58891,"name":"collapsed-arrows"},"setIdx":0,"setId":8,"iconIdx":11},{"icon":{"paths":["M990.848 574.528v0c-21.184-14.016-33.216-37.248-33.152-61.952 0-0.192 0-0.384 0-0.576s0-0.384 0-0.576c-0.064-24.704 11.968-47.936 33.088-61.888l0.064-0.064c27.136-17.984 39.296-50.752 30.144-81.216-2.88-9.664-6.080-19.264-9.6-28.672-11.072-29.952-40.96-49.6-73.856-48.704v0c-25.6 0.704-49.6-11.264-64.64-31.296-0.192-0.32-0.448-0.576-0.64-0.896-15.104-19.968-19.456-45.632-10.88-68.864v-0.064c11.008-29.888 0.96-63.296-25.024-82.816-8.192-6.144-16.64-12.096-25.216-17.792-27.2-18.048-63.424-16.96-89.536 2.432l-0.064 0.064c-19.904 14.784-46.080 19.2-69.888 11.648-1.152-0.384-2.368-0.768-3.52-1.088-24.064-7.36-42.624-25.792-49.728-49.088v-0.128c-9.216-30.144-37.248-51.712-69.824-52.736-5.504-0.192-11.008-0.256-16.576-0.256s-11.072 0.064-16.576 0.256c-32.576 1.024-60.608 22.592-69.824 52.736v0.128c-7.104 23.296-25.664 41.728-49.664 49.088-1.152 0.384-2.304 0.768-3.52 1.152-23.808 7.552-49.984 3.136-69.888-11.648l-0.064-0.064c-26.176-19.456-62.336-20.48-89.536-2.432-8.576 5.696-16.96 11.648-25.216 17.792-25.984 19.456-36.032 52.864-24.96 82.752v0.064c8.576 23.296 4.16 48.96-10.88 68.864-0.192 0.32-0.448 0.576-0.64 0.896-15.040 20.032-39.040 31.936-64.64 31.296-33.024-0.896-62.912 18.688-73.984 48.704-3.456 9.408-6.656 19.008-9.6 28.672-9.152 30.464 3.008 63.232 30.144 81.216l0.064 0.064c21.12 13.952 33.152 37.184 33.088 61.888 0 0.192 0 0.384 0 0.576s0 0.384 0 0.576c0.064 24.704-11.968 47.936-33.088 61.888l-0.064 0.064c-27.136 17.984-39.296 50.752-30.144 81.216 2.88 9.664 6.080 19.264 9.6 28.672 11.072 29.952 40.96 49.6 73.92 48.704v0c25.6-0.704 49.6 11.264 64.64 31.296 0.192 0.32 0.448 0.576 0.64 0.896 15.104 19.968 19.456 45.632 10.88 68.864v0.064c-11.008 29.888-0.96 63.296 25.024 82.816 8.192 6.144 16.64 12.096 25.216 17.792 27.2 18.048 63.424 16.96 89.536-2.432l0.064-0.064c19.904-14.784 46.080-19.2 69.888-11.648 1.152 0.384 2.368 0.768 3.52 1.088 24 7.36 42.56 25.856 49.664 49.152l0.064 0.128c9.216 30.144 37.248 51.712 69.824 52.736 5.44 0.128 10.944 0.192 16.512 0.192s11.072-0.064 16.576-0.256c32.576-1.024 60.608-22.528 69.824-52.736v-0.128c7.104-23.296 25.664-41.728 49.664-49.152 1.152-0.384 2.368-0.704 3.52-1.088 23.872-7.552 49.984-3.136 69.888 11.648l0.064 0.064c26.176 19.456 62.336 20.48 89.536 2.432 8.576-5.696 17.024-11.584 25.216-17.792 25.984-19.456 36.032-52.864 25.024-82.816v-0.064c-8.576-23.296-4.16-48.96 10.88-68.864 0.192-0.32 0.448-0.576 0.64-0.896 15.040-20.032 39.040-31.936 64.64-31.296v0c32.96 0.896 62.848-18.752 73.856-48.704 3.456-9.408 6.656-19.008 9.6-28.672 9.216-30.4-2.944-63.168-30.080-81.152zM512 759.168c-141.376 0-256-110.656-256-247.168s114.624-247.168 256-247.168c141.376 0 256 110.656 256 247.168s-114.624 247.168-256 247.168z","M608 512c0 51.181-42.981 92.672-96 92.672s-96-41.491-96-92.672c0-51.181 42.981-92.672 96-92.672s96 41.491 96 92.672z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-configure"],"grid":0},"attrs":[],"properties":{"order":224,"id":12,"prevSize":32,"code":58892,"name":"configure"},"setIdx":0,"setId":8,"iconIdx":12},{"icon":{"paths":["M672 257.344v446.656l-320-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-datepicker-arr-l"],"grid":0},"attrs":[],"properties":{"order":138,"id":13,"prevSize":32,"code":58893,"name":"datepicker-arr-l"},"setIdx":0,"setId":8,"iconIdx":13},{"icon":{"paths":["M416 256v446.656l320-224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-datepicker-arr-r"],"grid":0},"attrs":[],"properties":{"order":139,"id":14,"prevSize":32,"code":58894,"name":"datepicker-arr-r"},"setIdx":0,"setId":8,"iconIdx":14},{"icon":{"paths":["M192 960c0 35.328 28.672 64 64 64h512c35.328 0 64-28.672 64-64v-576c0-35.328-19.648-64-55.040-64h-520.96c-35.328 0-64 28.672-64 64v576zM187.776 952.832z","M640 64c-20.48-44.544-76.736-64-128-64-51.328 0-107.584 19.456-128 64h-192c-39.36 0-63.488 24.64-63.488 64l-0.512 64c0 39.232 24.64 64 64 64h640c39.232 0 64-24.768 64-64v-64c0-39.36-24.768-64-64-64h-192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-delete"],"grid":0},"attrs":[],"properties":{"order":140,"id":15,"prevSize":32,"code":58895,"name":"delete"},"setIdx":0,"setId":8,"iconIdx":15},{"icon":{"paths":["M832 96c52.928 0 96 43.072 96 96v736h-608v-832h512zM832 0h-544c-35.328 0-64 28.672-64 64v896c0 35.328 28.672 64 64 64h672c35.328 0 64-28.672 64-64v-768c0-106.048-85.952-192-192-192v0z","M837.312 512h-426.624c-14.72 0-26.688 14.336-26.688 32s11.968 32 26.688 32h426.688c14.72 0 26.688-14.336 26.688-32-0.064-17.664-12.032-32-26.752-32z","M837.312 640h-426.624c-14.72 0-26.688 14.336-26.688 32s11.968 32 26.688 32h426.688c14.72 0 26.688-14.336 26.688-32-0.064-17.664-12.032-32-26.752-32z","M784 768h-373.312c-14.72 0-26.688 14.336-26.688 32s11.968 32 26.688 32h373.312c14.72 0 26.688-14.336 26.688-32s-11.968-32-26.688-32z","M384 192h256v256h-256v-256z","M837.312 224h-106.688c-14.656 0-26.624 14.336-26.624 32s11.968 32 26.688 32h106.688c14.72 0 26.688-14.336 26.688-32-0.064-17.664-12.032-32-26.752-32z","M837.312 352h-106.688c-14.656 0-26.624 14.336-26.624 32s11.968 32 26.688 32h106.688c14.72 0 26.688-14.336 26.688-32-0.064-17.664-12.032-32-26.752-32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-document"],"grid":0},"attrs":[],"properties":{"order":141,"id":16,"prevSize":32,"code":58896,"name":"document"},"setIdx":0,"setId":8,"iconIdx":16},{"icon":{"paths":["M896 736v96c0 35.328-28.672 64-64 64h-640c-35.328 0-64-28.672-64-64v-96c0-35.328-28.672-64-64-64v0c-35.328 0-64 28.672-64 64v96c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-96c0-35.328-28.672-64-64-64v0c-35.328 0-64 28.672-64 64z","M544 768v0c-52.992 0-96-43.008-96-96v-576c0-52.992 43.008-96 96-96v0c52.992 0 96 43.008 96 96v576c0 52.992-43.008 96-96 96z","M476.096 739.904v0c-37.504-37.504-37.504-98.304 0-135.744l271.552-271.552c37.504-37.504 98.304-37.504 135.744 0v0c37.504 37.504 37.504 98.304 0 135.744l-271.552 271.552c-37.44 37.44-98.24 37.44-135.744 0z","M595.392 739.904v0c-37.504 37.504-98.304 37.504-135.744 0l-271.552-271.552c-37.504-37.504-37.504-98.304 0-135.744v0c37.504-37.504 98.304-37.504 135.744 0l271.552 271.552c37.504 37.44 37.504 98.24 0 135.744z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-download"],"grid":0},"attrs":[],"properties":{"order":142,"id":17,"prevSize":32,"code":58897,"name":"download"},"setIdx":0,"setId":8,"iconIdx":17},{"icon":{"paths":["M512.768 1021.824c-190.848 0-346.112-148.608-346.112-331.328 0-193.088 263.68-573.376 293.824-616.128l52.288-74.368 52.352 74.432c30.080 42.688 293.696 423.040 293.696 616.128 0 182.656-155.264 331.264-346.048 331.264zM512.768 225.664c-99.84 153.728-218.112 367.68-218.112 464.832 0 112.128 97.856 203.328 218.112 203.328s218.048-91.2 218.048-203.328c0-97.152-118.336-311.040-218.048-464.832z","M512 829.824c-54.976 0-95.232-17.792-119.616-52.992-47.104-67.904-10.624-170.752-6.336-182.208 6.208-16.448 24.448-24.896 41.152-18.688 16.512 6.144 24.96 24.576 18.816 41.152-8.448 22.656-24.96 89.024-0.96 123.456 11.904 16.96 33.728 25.28 66.944 25.28 17.664 0 32 14.336 32 32s-14.336 32-32 32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-drop"],"grid":0},"attrs":[],"properties":{"order":143,"id":18,"prevSize":32,"code":58898,"name":"drop"},"setIdx":0,"setId":8,"iconIdx":18},{"icon":{"paths":["M960 448h-640l-32.192-95.488c-4.16-21.568-19.84-39.040-40.768-45.504l-171.008-53.12c-31.36-9.728-64.64 7.808-74.368 39.168s7.808 64.64 39.168 74.368l136.96 42.496 104.384 458.048c3.648 19.392 16.448 35.072 33.408 42.944-0.512 4.096-0.768 8.192-0.768 12.416-0.064 55.488 45.12 100.672 100.672 100.672s100.672-45.184 100.672-100.672c0-2.304-0.128-4.608-0.256-6.912h158.912c-0.128 2.304-0.256 4.544-0.256 6.912 0 55.488 45.184 100.672 100.672 100.672s100.672-45.184 100.672-100.672c0-2.496-0.128-4.928-0.32-7.36 25.408-3.072 46.4-22.272 51.264-48l96.128-314.624c3.264-17.408-14.976-105.344-62.976-105.344zM415.488 972.352c-27.072 0-49.024-22.016-49.024-49.024 0-27.072 22.016-49.024 49.024-49.024 27.072 0 49.024 22.016 49.024 49.024s-22.016 49.024-49.024 49.024v0zM775.232 972.352c-27.072 0-49.024-22.016-49.024-49.024 0-27.072 22.016-49.024 49.024-49.024s49.024 22.016 49.024 49.024c0 27.008-22.016 49.024-49.024 49.024v0zM832 768c-34.688 0-448 0-448 0-19.712 0-19.712-64 0-64h448c19.712 0 34.688 64 0 64zM896 640h-512c-19.712 0-19.712-64 0-64h512c19.712 0 19.712 64 0 64v0z","M896 128h-256c-35.328 0-64 28.672-64 64s28.672 64 64 64h256c35.328 0 64-28.672 64-64s-28.672-64-64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-ecommerce-abandoned"],"grid":0},"attrs":[],"properties":{"order":144,"id":19,"prevSize":32,"code":58899,"name":"ecommerce-abandoned"},"setIdx":0,"setId":8,"iconIdx":19},{"icon":{"paths":["M896 128h-64v-64c0-35.328-28.672-64-64-64s-64 28.672-64 64v64h-64c-35.328 0-64 28.672-64 64s28.672 64 64 64h64v64c0 35.328 28.672 64 64 64s64-28.672 64-64v-64h64c35.328 0 64-28.672 64-64s-28.672-64-64-64z","M960 448h-640l-32.192-95.488c-4.16-21.568-19.84-58.048-40.768-64.512l-171.008-32c-31.36-9.728-64.64 5.696-74.368 37.056s7.808 64.64 39.168 74.368l136.96 42.496 104.384 458.048c3.648 19.392 16.448 35.072 33.408 42.944-0.512 4.096-0.768 8.192-0.768 12.416-0.064 55.488 45.12 100.672 100.672 100.672s100.672-45.184 100.672-100.672c0-2.304-0.128-4.608-0.256-6.912h158.912c-0.128 2.304-0.256 4.544-0.256 6.912 0 55.488 45.184 100.672 100.672 100.672s100.672-45.184 100.672-100.672c0-2.496-0.128-4.928-0.32-7.36 25.408-3.072 46.4-22.272 51.264-48l96.128-314.624c3.264-17.408-14.976-105.344-62.976-105.344zM415.488 972.352c-27.072 0-49.024-22.016-49.024-49.024 0-27.072 22.016-49.024 49.024-49.024 27.072 0 49.024 22.016 49.024 49.024s-22.016 49.024-49.024 49.024v0zM775.232 972.352c-27.072 0-49.024-22.016-49.024-49.024 0-27.072 22.016-49.024 49.024-49.024s49.024 22.016 49.024 49.024c0 27.008-22.016 49.024-49.024 49.024v0zM832 768c-34.688 0-448 0-448 0-19.712 0-19.712-64 0-64h448c19.712 0 34.688 64 0 64zM896 640h-512c-19.712 0-19.712-64 0-64h512c19.712 0 19.712 64 0 64v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-ecommerce-order"],"grid":0},"attrs":[],"properties":{"order":145,"id":20,"prevSize":32,"code":58900,"name":"ecommerce-order"},"setIdx":0,"setId":8,"iconIdx":20},{"icon":{"paths":["M832 128h-640c-106.048 0-192 85.952-192 192v384c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-384c0-106.048-85.952-192-192-192zM879.936 278.784l-341.888 299.008c-13.824 12.288-38.016 12.288-52.16 0l-341.76-299.136c11.776-13.568 28.544-22.656 47.872-22.656h640c19.392 0 36.224 9.152 47.936 22.784zM128 345.984l175.488 153.664-175.488 175.744v-329.408zM832 768h-640c-17.984 0-34.048-7.552-45.696-19.456l203.392-208.192-2.112-2.368 98.24 85.952c18.56 16.512 42.24 24.512 66.176 24.512 24 0 47.616-8.384 66.496-24.512l98.304-85.952-2.432 2.368 203.456 208.192c-11.776 11.904-27.84 19.456-45.824 19.456zM720.448 499.648l175.552-153.472v328.704l-175.552-175.232z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-email"],"grid":0},"attrs":[],"properties":{"order":146,"id":21,"prevSize":32,"code":58901,"name":"email"},"setIdx":0,"setId":8,"iconIdx":21},{"icon":{"paths":["M874.048 149.952c-199.936-199.936-524.16-199.936-724.096 0s-199.936 524.16 0 724.096c199.936 199.936 524.16 199.936 724.096 0s199.936-524.16 0-724.096zM692.992 692.992c-33.344 33.344-87.36 33.344-120.64 0l-60.352-60.288-60.352 60.352c-33.344 33.344-87.36 33.344-120.64 0-33.344-33.344-33.344-87.36 0-120.704l60.352-60.352-60.352-60.352c-33.344-33.344-33.344-87.36 0-120.704s87.36-33.344 120.64 0l60.352 60.352 60.352-60.352c33.344-33.344 87.36-33.344 120.64 0 33.344 33.344 33.344 87.36 0 120.704l-60.288 60.352 60.352 60.352c33.28 33.344 33.28 87.36-0.064 120.64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-error"],"grid":0},"attrs":[],"properties":{"order":147,"id":22,"prevSize":32,"code":58902,"name":"error"},"setIdx":0,"setId":8,"iconIdx":22},{"icon":{"paths":["M712 408c-233.984 0-416 52.032-520 312 156.032-129.984 312-156.032 520-104v156.032l312-260.032-312-260.032v156.032z","M918.656 725.312l-80 57.728c-4.16 3.008-6.656 7.872-6.656 12.992v115.968h-720v-496h175.36c4.224 0 8.32-1.664 11.328-4.672l80-80c10.048-10.112 2.944-27.328-11.328-27.328h-271.36c-52.8 0-96 43.2-96 96v528c0 52.8 43.2 96 96 96h752c52.8 0 96-43.2 96-96v-189.696c0-13.056-14.784-20.608-25.344-12.992z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-export"],"grid":0},"attrs":[],"properties":{"order":148,"id":23,"prevSize":32,"code":58903,"name":"export"},"setIdx":0,"setId":8,"iconIdx":23},{"icon":{"paths":["M832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192zM319.68 835.84h-0.128c-17.024 16.896-40.256 27.264-66.112 27.264s-49.024-10.368-66.048-27.328v0c-16.896-16.896-27.392-40-27.392-65.728s10.496-48.896 27.392-65.92v0.064c17.024-16.96 40.192-27.392 66.048-27.392s49.088 10.432 66.112 27.392v0c17.024 17.024 27.392 40.128 27.52 65.856-0.064 25.728-10.432 48.768-27.392 65.792zM555.072 864h-7.424c-31.104-0.128-57.408-22.656-62.4-53.376-11.008-67.968-42.88-130.688-92.288-180.032-49.344-49.472-111.872-81.408-179.52-92.416-30.784-5.056-53.376-31.424-53.376-62.592v-6.72c0-38.784 34.432-69.824 72.768-63.744 98.944 15.68 187.52 62.656 255.36 130.624 67.968 67.968 114.944 156.672 130.624 255.744 6.080 38.272-25.024 72.64-63.744 72.512zM796.416 864h-6.72c-32.32 0-60.032-24.128-63.232-56.32-26.688-269.248-241.216-484.032-510.272-510.592-32-3.136-55.872-30.976-55.872-63.168v-6.336c0-37.888 32.896-67.84 70.592-64.064 165.888 16.64 314.752 91.136 426.624 203.008 111.808 111.872 186.24 260.928 202.88 426.816 3.84 37.76-26.112 70.656-64 70.656z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-feed"],"grid":0},"attrs":[],"properties":{"order":149,"id":24,"prevSize":32,"code":58904,"name":"feed"},"setIdx":0,"setId":8,"iconIdx":24},{"icon":{"paths":["M883.648 256h-627.648c-35.328 0-64-60.672-64-96s28.672-96 64-96h704c35.328 0 35.328-64 0-64h-819.648c-77.184 0-140.352 63.168-140.352 140.352v743.296c0 77.184 63.168 140.352 140.352 140.352h743.296c77.184 0 140.352-63.168 140.352-140.352v-487.296c0-77.184-63.168-140.352-140.352-140.352zM768 736c-52.992 0-96-43.008-96-96s43.008-96 96-96 96 43.008 96 96c0 52.992-43.008 96-96 96z","M256 128h704v64h-704v-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-finance"],"grid":0},"attrs":[],"properties":{"order":150,"id":25,"prevSize":32,"code":58905,"name":"finance"},"setIdx":0,"setId":8,"iconIdx":25},{"icon":{"paths":["M744.384 160h-232.384l-69.632-129.28c-11.456-19.072-32.064-30.72-54.336-30.72h-121.344c-141.184 0-256.448 109.76-265.792 248.576-0.512 4.032-0.896 8.064-0.896 12.16v483.584c0 154.496 125.184 279.68 279.616 279.68h464.768c154.432 0 279.616-125.184 279.616-279.616v-294.144c0-154.432-125.184-290.24-279.616-290.24zM384 800c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-448c0-17.664 14.336-32 32-32h64c17.664 0 32 14.336 32 32v448zM576 800c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-320c0-17.664 14.336-32 32-32h64c17.664 0 32 14.336 32 32v320zM768 800c0 17.664-14.336 32-32 32h-64c-17.664 0-32-14.336-32-32v-192c0-17.664 14.336-32 32-32h64c17.664 0 32 14.336 32 32v192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-folder-charts"],"grid":0},"attrs":[],"properties":{"order":151,"id":26,"prevSize":32,"code":58906,"name":"folder-charts"},"setIdx":0,"setId":8,"iconIdx":26},{"icon":{"paths":["M746.752 160h-234.752l-88.128-160h-157.184c-147.328 0-266.688 119.36-266.688 266.688h0.384c0 1.344-0.384 2.688-0.384 4.096v486.592c0 147.264 119.36 266.624 266.688 266.624h490.688c147.264 0 266.624-119.36 266.624-266.688v-320.064c0-153.088-124.16-277.248-277.248-277.248z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-folder"],"grid":0},"attrs":[],"properties":{"order":152,"id":27,"prevSize":32,"code":58907,"name":"folder"},"setIdx":0,"setId":8,"iconIdx":27},{"icon":{"paths":["M752.96 343.488l168.512-168.448v80.96c0 28.544 23.040 51.264 51.264 51.264s51.264-22.72 51.264-51.264v-256h-256c-28.288 0-51.264 23.040-51.264 51.264s22.72 51.264 51.264 51.264h81.216l-168.704 168.512c-20.032 19.968-20.032 52.48 0 72.448 19.968 20.032 52.48 20.032 72.448 0v0zM752.96 343.488z","M250.048 1024c28.224 0 51.008-23.040 51.008-51.264 0-28.288-22.784-51.264-51.008-51.264h-75.008l168.512-168.512c19.968-19.968 19.968-52.48 0-72.512-10.048-9.984-23.040-14.976-36.288-14.976-12.992 0-26.24 4.992-36.224 14.976l-174.784 174.784v-87.232c0-28.288-22.72-51.264-51.2-51.264-28.288 0-45.056 22.976-45.056 51.264v256h250.048zM250.048 1024z","M680.512 752.96l168.448 168.512h-80.96c-28.544 0-51.264 23.040-51.264 51.264s22.72 51.264 51.264 51.264h256v-256c0-28.288-23.040-51.264-51.264-51.264s-51.264 22.72-51.264 51.264v81.216l-168.512-168.704c-19.968-20.032-52.48-20.032-72.448 0-20.032 19.968-20.032 52.48-0 72.448v0zM680.512 752.96z","M0 250.048c0 28.224 23.040 51.008 51.264 51.008 28.288 0 51.264-22.784 51.264-51.008v-75.008l168.512 168.512c19.968 19.968 52.48 19.968 72.512 0 9.984-10.048 14.976-23.040 14.976-36.288 0-12.992-4.992-26.24-14.976-36.224l-174.784-174.784h87.232c28.288 0 51.264-22.72 51.264-51.2 0-28.288-22.976-45.056-51.264-45.056h-256v250.048zM0 250.048z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-fullscreen"],"grid":0},"attrs":[],"properties":{"order":153,"id":28,"prevSize":32,"code":58908,"name":"fullscreen"},"setIdx":0,"setId":8,"iconIdx":28},{"icon":{"paths":["M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z","M320 768v0c-35.328 0-64-28.672-64-64v-384c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v384c0 35.328-28.672 64-64 64z","M723.712 320h-248.32c-15.104 0-27.392 12.288-27.392 27.392v201.216c0 15.104 12.288 27.392 27.392 27.392h248.32c20.352 0 33.6-21.44 24.512-39.616l-38.080-76.16c-3.84-7.68-3.84-16.768 0-24.512l38.080-76.16c9.088-18.112-4.16-39.552-24.512-39.552z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-goal"],"grid":0},"attrs":[],"properties":{"order":154,"id":29,"prevSize":32,"code":58909,"name":"goal"},"setIdx":0,"setId":8,"iconIdx":29},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM896 512c0 82.816-26.624 159.36-71.36 222.144l-69.376-69.376c27.968-44.352 44.736-96.448 44.736-152.768s-16.768-108.416-44.736-152.768l69.376-69.376c44.736 62.784 71.36 139.328 71.36 222.144zM199.36 734.144c-44.736-62.784-71.36-139.328-71.36-222.144s26.624-159.36 71.36-222.144l69.376 69.376c-27.968 44.352-44.736 96.448-44.736 152.768s16.768 108.416 44.736 152.768l-69.376 69.376zM310.4 512c0-111.168 90.432-201.6 201.6-201.6s201.6 90.432 201.6 201.6c0 111.168-90.432 201.6-201.6 201.6s-201.6-90.432-201.6-201.6zM734.144 199.36l-69.376 69.376c-44.352-27.968-96.448-44.736-152.768-44.736s-108.416 16.768-152.768 44.736l-69.376-69.376c62.784-44.736 139.328-71.36 222.144-71.36s159.36 26.624 222.144 71.36zM289.856 824.64l69.376-69.376c44.352 27.968 96.448 44.736 152.768 44.736s108.416-16.768 152.768-44.736l69.376 69.376c-62.784 44.736-139.328 71.36-222.144 71.36s-159.36-26.624-222.144-71.36z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-help-alt"],"grid":0},"attrs":[],"properties":{"order":223,"id":30,"prevSize":32,"code":58910,"name":"help-alt"},"setIdx":0,"setId":8,"iconIdx":30},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM534.272 789.888h-94.4v-90.56h94.4v90.56zM534.272 602.56v29.952h-94.4v-36.864c0-111.296 126.656-128.96 126.656-208 0-36.032-32.256-63.68-74.432-63.68-43.776 0-82.112 32.192-82.112 32.192l-53.76-66.752c0 0 52.992-55.232 144.32-55.232 86.72 0 167.296 53.696 167.296 144.256 0 126.656-133.568 141.248-133.568 224.128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-help"],"grid":0},"attrs":[],"properties":{"order":222,"id":31,"prevSize":32,"code":58911,"name":"help"},"setIdx":0,"setId":8,"iconIdx":31},{"icon":{"paths":["M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z","M851.072 508.096l-147.072-147.072c-18.752-18.752-49.152-18.752-67.904 0s-18.752 49.152 0 67.904l112 112-113.088 113.152c-18.752 18.752-18.752 49.152 0 67.904s49.152 18.752 67.904 0l141.44-141.44c2.24-1.6 4.736-2.496 6.784-4.48 18.688-18.816 18.688-49.216-0.064-67.968z","M390.144 361.024c-18.752-18.752-49.152-18.752-67.904 0l-141.44 141.44c-2.176 1.6-4.736 2.496-6.72 4.544-18.752 18.752-18.752 49.152 0 67.904l147.072 147.072c18.752 18.752 49.152 18.752 67.904 0s18.752-49.152 0-67.904l-112-112 113.152-113.152c18.688-18.752 18.688-49.152-0.064-67.904z","M512 192h64v640h-64v-640z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-code"],"grid":0},"attrs":[],"properties":{"order":221,"id":32,"prevSize":32,"code":58912,"name":"code"},"setIdx":0,"setId":8,"iconIdx":32},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM512 864c-52.992 0-96-43.008-96-96s43.008-96 96-96 96 43.008 96 96c0 52.992-43.008 96-96 96zM576 576c-2.24 20.736-44.8 32-64 32s-61.76-11.264-64-32v-384h128v384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-alert"],"grid":0},"attrs":[],"properties":{"order":220,"id":33,"prevSize":32,"code":58913,"name":"alert"},"setIdx":0,"setId":8,"iconIdx":33},{"icon":{"paths":["M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z","M192 672v160h160l384-384-160-160z","M853.312 327.040c14.208-14.208 14.208-35.584 0-49.792l-92.352-106.688c-14.208-14.016-35.584-14.016-49.792 0l-63.872 64.064 145.664 160 60.352-67.584z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-edit"],"grid":0},"attrs":[],"properties":{"order":219,"id":34,"prevSize":32,"code":58914,"name":"edit"},"setIdx":0,"setId":8,"iconIdx":34},{"icon":{"paths":["M781.568 705.6l-125.76-239.424c-14.656-27.968-53.76-30.464-71.936-4.608l-93.632 133.376c-15.744 22.4-48.32 24.128-66.304 3.52l-44.16-50.496c-20.16-23.040-57.408-17.6-70.144 10.24l-68.16 149.44c-12.736 27.968 7.68 59.712 38.4 59.712h464.384c31.68 0.064 52.032-33.664 37.312-61.76z","M462.976 350.208c0 51.712-41.92 93.632-93.632 93.632s-93.632-41.92-93.632-93.632c0-51.712 41.92-93.632 93.632-93.632s93.632 41.92 93.632 93.632z","M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-image"],"grid":0},"attrs":[],"properties":{"order":218,"id":35,"prevSize":32,"code":58915,"name":"image"},"setIdx":0,"setId":8,"iconIdx":35},{"icon":{"paths":["M512 128c211.712 0 384 172.288 384 384s-172.288 384-384 384-384-172.288-384-384 172.288-384 384-384zM512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512v0z","M576 320c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z","M576 704h-128v-192c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v192z","M608 768h-192c-17.664 0-32-14.336-32-32v0c0-17.664 14.336-32 32-32h192c17.664 0 32 14.336 32 32v0c0 17.664-14.336 32-32 32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-info"],"grid":0},"attrs":[],"properties":{"order":155,"id":36,"prevSize":32,"code":58916,"name":"info"},"setIdx":0,"setId":8,"iconIdx":36},{"icon":{"paths":["M879.936 365.248c0-203.2-164.736-367.936-367.936-367.936s-367.936 164.736-367.936 367.936c0 143.168 81.92 266.944 201.28 327.744l8.64 103.936h316.096l8.64-103.936c119.36-60.864 201.216-184.64 201.216-327.744z","M512 1021.248c70.4 0 130.304-47.488 148.288-113.216h-296.576c17.92 65.728 77.888 113.216 148.288 113.216z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-insights"],"grid":0},"attrs":[],"properties":{"order":156,"id":37,"prevSize":32,"code":58917,"name":"insights"},"setIdx":0,"setId":8,"iconIdx":37},{"icon":{"paths":["M748.736 436.672v-113.536c0-130.752-105.984-236.736-236.736-236.736s-236.8 105.984-236.8 236.736v113.472c-62.848 13.248-110.464 69.312-110.464 135.936v312.512c0 76.416 62.528 138.88 138.88 138.88h416.704c76.416 0 138.88-62.528 138.88-138.88v-312.512c0.064-66.624-47.552-122.688-110.464-135.872zM512 190.592c73.088 0 132.608 59.456 132.608 132.608v110.464h-265.216v-110.528c0-73.088 59.52-132.544 132.608-132.544zM553.664 755.2v29.184c0 22.912-18.752 41.664-41.664 41.664s-41.664-18.752-41.664-41.664v-29.184c-16.512-12.672-27.776-31.744-27.776-54.144 0-38.336 31.104-69.44 69.44-69.44s69.44 31.104 69.44 69.44c0 22.4-11.264 41.408-27.776 54.144z","M576-31.488c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M800 32.96c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M352 32.96c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M960 194.176c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M224 194.176c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M1024 383.488c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z","M128 383.488c0 35.629-28.654 64.512-64 64.512s-64-28.883-64-64.512c0-35.629 28.654-64.512 64-64.512s64 28.883 64 64.512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-locked-2"],"grid":0},"attrs":[],"properties":{"order":230,"id":38,"prevSize":32,"code":58918,"name":"locked-2"},"setIdx":0,"setId":8,"iconIdx":38},{"icon":{"paths":["M769.856 382.528v-123.968c0-142.784-115.776-258.56-258.56-258.56s-258.56 115.776-258.56 258.56v123.968c-68.736 14.464-120.768 75.648-120.768 148.416v341.312c0 83.456 68.288 151.68 151.68 151.68h455.104c83.456 0 151.68-68.288 151.68-151.68v-341.312c0.064-72.768-51.904-134.016-120.576-148.416zM511.232 113.792c79.872 0 144.832 64.96 144.832 144.832v120.64h-289.6v-120.704c0-79.808 64.96-144.768 144.768-144.768zM556.8 730.432v31.936c0 25.024-20.48 45.504-45.504 45.504s-45.504-20.48-45.504-45.504v-31.936c-17.984-13.888-30.336-34.624-30.336-59.136 0-41.92 33.984-75.84 75.84-75.84 41.92 0 75.84 33.984 75.84 75.84 0 24.448-12.352 45.248-30.336 59.136z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-locked"],"grid":0},"attrs":[],"properties":{"order":157,"id":39,"prevSize":32,"code":58919,"name":"locked"},"setIdx":0,"setId":8,"iconIdx":39},{"icon":{"paths":["M769.856 382.528v-123.968c0-142.784-115.776-258.56-258.56-258.56s-258.56 115.776-258.56 258.56v123.968c-68.736 14.464-120.768 75.648-120.768 148.416v341.312c0 83.456 68.288 151.68 151.68 151.68h455.104c83.456 0 151.68-68.288 151.68-151.68v-341.312c0.064-72.768-51.904-134.016-120.576-148.416zM511.232 113.792c79.872 0 144.832 64.96 144.832 144.832v120.64h-289.6v-120.704c0-79.808 64.96-144.768 144.768-144.768zM556.8 730.432v31.936c0 25.024-20.48 45.504-45.504 45.504s-45.504-20.48-45.504-45.504v-31.936c-17.984-13.888-30.336-34.624-30.336-59.136 0-41.92 33.984-75.84 75.84-75.84 41.92 0 75.84 33.984 75.84 75.84 0 24.448-12.352 45.248-30.336 59.136z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-locked-3"],"grid":0},"attrs":[],"properties":{"order":158,"id":40,"prevSize":32,"code":58920,"name":"locked-3"},"setIdx":0,"setId":8,"iconIdx":40},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM624.192 656.576c7.808 23.296-9.6 47.424-34.176 47.424h-156.032c-24.576 0-41.984-24.128-34.176-47.424l35.52-106.624c-30.976-23.36-51.328-60.16-51.328-101.952 0-70.72 57.344-128 128-128s128 57.28 128 128c0 41.792-20.352 78.592-51.328 101.952l35.52 106.624z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-locked-4"],"grid":0},"attrs":[],"properties":{"order":159,"id":41,"prevSize":32,"code":58921,"name":"locked-4"},"setIdx":0,"setId":8,"iconIdx":41},{"icon":{"paths":["M752.96 343.488l168.512-168.448v80.96c0 28.544 23.040 51.264 51.264 51.264s51.264-22.72 51.264-51.264v-256h-256c-28.288 0-51.264 23.040-51.264 51.264s22.72 51.264 51.264 51.264h81.216l-168.704 168.512c-20.032 19.968-20.032 52.48 0 72.448 19.968 20.032 52.48 20.032 72.448 0v0zM752.96 343.488z","M250.048 1024c28.224 0 51.008-23.040 51.008-51.264 0-28.288-22.784-51.264-51.008-51.264h-75.008l168.512-168.512c19.968-19.968 19.968-52.48 0-72.512-10.048-9.984-23.040-14.976-36.288-14.976-12.992 0-26.24 4.992-36.224 14.976l-174.784 174.784v-87.232c0-28.288-22.72-51.264-51.2-51.264-28.288 0-45.056 22.976-45.056 51.264v256h250.048zM250.048 1024z","M768 576v128c0 35.328-28.672 64-64 64h-128c-35.328 0-64 28.672-64 64v0c0 35.328 28.672 64 64 64h128c106.048 0 192-85.952 192-192v-128c0-35.328-28.672-64-64-64v0c-35.328 0-64 28.672-64 64z","M256 448v-128c0-35.328 28.672-64 64-64h128c35.328 0 64-28.672 64-64v0c0-35.328-28.672-64-64-64h-128c-106.048 0-192 85.952-192 192v128c0 35.328 28.672 64 64 64v0c35.328 0 64-28.672 64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-maximise"],"grid":0},"attrs":[],"properties":{"order":160,"id":42,"prevSize":32,"code":58922,"name":"maximise"},"setIdx":0,"setId":8,"iconIdx":42},{"icon":{"paths":["M0 928v0c0-52.8 43.2-96 96-96h832c52.8 0 96 43.2 96 96v0c0 52.8-43.2 96-96 96h-832c-52.8 0-96-43.2-96-96z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-minimise"],"grid":0},"attrs":[],"properties":{"order":161,"id":43,"prevSize":32,"code":58923,"name":"minimise"},"setIdx":0,"setId":8,"iconIdx":43},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM682.688 597.312h-341.376c-47.104 0-85.312-38.208-85.312-85.312s38.208-85.312 85.312-85.312h341.312c47.168 0 85.376 38.208 85.376 85.312s-38.208 85.312-85.312 85.312z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-minus"],"grid":0},"attrs":[],"properties":{"order":162,"id":44,"prevSize":32,"code":58924,"name":"minus"},"setIdx":0,"setId":8,"iconIdx":44},{"icon":{"paths":["M832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192zM832 896h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h256v256h448v448c0 35.264-28.736 64-64 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-newtab"],"grid":0},"attrs":[],"properties":{"order":163,"id":45,"prevSize":32,"code":58925,"name":"newtab"},"setIdx":0,"setId":8,"iconIdx":45},{"icon":{"paths":["M988.352 324.288l-538.944 485.056c-20.544 18.496-46.336 27.712-72.128 27.712-27.712 0-55.296-10.624-76.224-31.616l-269.504-269.504c-42.112-42.112-42.112-110.336 0-152.448s110.336-42.112 152.448 0l197.184 197.184 462.976-416.64c44.288-39.808 112.32-36.416 152.192 8 39.808 44.224 36.224 112.448-8 152.256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-ok"],"grid":0},"attrs":[],"properties":{"order":164,"id":46,"prevSize":32,"code":58926,"name":"ok"},"setIdx":0,"setId":8,"iconIdx":46},{"icon":{"paths":["M450.496 3.584c-225.024 26.24-410.496 204.48-444.416 428.48-31.296 206.784 61.312 394.24 214.656 500.416 31.808 22.016 76.096 9.856 93.376-24.768l86.144-172.288c13.184-26.432 8.96-59.648-13.44-78.912-54.336-46.592-82.496-122.624-57.792-203.904 17.536-57.728 64-105.024 121.6-123.008 131.84-41.28 253.376 56.64 253.376 182.4 0 58.368-26.432 110.272-67.712 145.344-21.888 18.56-26.176 50.944-13.312 76.608l86.848 173.76c17.344 34.752 61.824 46.72 93.76 24.576 133.12-92.352 220.416-245.952 220.416-420.288 0-303.040-263.232-544.576-573.504-508.416z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-open-source"],"grid":0},"attrs":[],"properties":{"order":165,"id":47,"prevSize":32,"code":58927,"name":"open-source"},"setIdx":0,"setId":8,"iconIdx":47},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM682.688 597.312h-85.376v85.312c0 47.168-38.208 85.376-85.312 85.376s-85.312-38.208-85.312-85.312v-85.376h-85.376c-47.104 0-85.312-38.208-85.312-85.312s38.208-85.312 85.312-85.312h85.312v-85.376c0.064-47.104 38.272-85.312 85.376-85.312s85.312 38.208 85.312 85.312v85.312h85.312c47.168 0.064 85.376 38.272 85.376 85.376s-38.208 85.312-85.312 85.312z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-add"],"grid":0},"attrs":[],"properties":{"order":166,"id":48,"prevSize":32,"code":58928,"name":"add"},"setIdx":0,"setId":8,"iconIdx":48},{"icon":{"paths":["M825.664 369.536c-7.68-7.68-4.544-20.544 5.76-23.936 30.592-9.984 58.24-31.040 76.352-64.512 21.76-40.192 20.864-91.136-2.752-130.304-47.36-78.592-150.912-87.68-211.328-27.264-13.312 13.312-23.040 28.672-29.44 45.12-5.248 13.376-21.76 17.728-31.872 7.616l-176.256-176.256-100.736 100.672c-17.472 17.536-19.2 43.84-7.872 65.792 26.112 50.56 17.92 114.24-24.448 156.608s-106.048 50.56-156.608 24.448c-21.952-11.328-48.256-9.6-65.792 7.872v0l-100.672 100.736 176.256 176.192c10.176 10.176 5.76 26.688-7.616 31.872-16.448 6.4-31.808 16.128-45.12 29.44-60.352 60.416-51.264 163.968 27.264 211.328 39.168 23.616 90.048 24.512 130.304 2.752 33.472-18.112 54.528-45.76 64.512-76.352 3.392-10.304 16.256-13.44 23.936-5.76l181.632 181.632 100.672-100.672c17.472-17.472 19.2-43.776 7.872-65.792-26.048-50.56-17.92-114.24 24.448-156.608s106.048-50.56 156.608-24.448c22.016 11.328 48.256 9.6 65.792-7.872v0l100.672-100.672-181.568-181.632z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-puzzle"],"grid":0},"attrs":[],"properties":{"order":167,"id":49,"prevSize":32,"code":58929,"name":"puzzle"},"setIdx":0,"setId":8,"iconIdx":49},{"icon":{"paths":["M507.84 0.256h1.984c1.024-0.384 1.472-0.192 2.24-0.192 132.48 0 261.312 52.736 356.608 145.024l79.68-80.768c20.16-20.416 54.976-6.144 54.976 22.528v263.168c0 35.328-28.672 64-64 64l-257.6-1.6c-27.904-0.192-41.984-33.728-22.592-53.76l79.68-82.112c-61.44-59.2-141.312-91.52-229.184-91.52-179.072 0.832-324.864 147.584-324.864 329.536 1.28 160.576 119.552 294.4 275.328 320.064 31.296 5.184 54.592 31.36 54.464 63.040l-0.256 50.176c-0.192 46.144-34.56 76.48-72.832 70.976-246.784-35.456-439.808-248.064-441.472-506.88 0-279.872 227.52-509.248 507.84-511.68v0zM507.84 0.256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-refresh"],"grid":0},"attrs":[],"properties":{"order":168,"id":50,"prevSize":32,"code":58930,"name":"refresh"},"setIdx":0,"setId":8,"iconIdx":50},{"icon":{"paths":["M268.288 279.168c113.024-113.152 285.888-129.28 416.576-49.28-44.288 43.776-95.296 94.976-95.296 94.976-35.84 42.88 4.288 67.648 24.768 66.944h289.856c35.328 0 64-28.672 64-64v-287.296c1.536-29.888-31.424-59.072-65.6-25.6 0 0-56.32 54.912-95.104 93.376-199.040-145.216-479.424-128.768-659.2 50.88-87.168 87.104-135.552 197.824-146.048 311.488-3.52 37.504 26.56 69.824 64.192 69.824h41.728c33.152 0 59.84-25.344 63.36-58.304 7.808-74.112 39.872-146.112 96.768-203.008v0zM268.288 279.168z","M895.296 483.456c-33.152 0-59.84 25.344-63.36 58.304-7.872 74.24-39.936 146.24-96.832 203.136-113.152 112.96-285.888 129.152-416.576 49.28 44.288-43.776 95.296-94.912 95.296-94.912 35.712-42.944-4.48-67.648-24.768-66.944h-289.92c-35.2 0-64 28.8-64 64v287.104c-1.344 30.016 31.616 59.072 65.6 25.6 0 0 56.32-54.784 95.296-93.376 198.976 145.472 479.36 128.96 658.944-50.816 87.104-86.976 135.616-197.76 146.24-311.488 3.52-37.44-26.624-69.824-64.256-69.824h-41.664zM833.152 483.456z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-reload"],"grid":0},"attrs":[],"properties":{"order":169,"id":51,"prevSize":32,"code":58931,"name":"reload"},"setIdx":0,"setId":8,"iconIdx":51},{"icon":{"paths":["M448 128c176.448 0 320 143.552 320 320s-143.552 320-320 320-320-143.552-320-320 143.552-320 320-320zM448 0c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448v0z","M640 768l229.504 229.504c35.328 35.328 92.672 35.328 128 0v0c35.328-35.328 35.328-92.672 0-128l-229.504-229.504-128 128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-search"],"grid":0},"attrs":[],"properties":{"order":170,"id":52,"prevSize":32,"code":58932,"name":"search"},"setIdx":0,"setId":8,"iconIdx":52},{"icon":{"paths":["M640 384c0 84.736-43.264 192-128 192s-128-107.264-128-192 43.264-160 128-160 128 75.264 128 160z","M768 896c16.576 0 64-10.688 64-10.688 0-0.128 0-0.256 0-0.32 0-135.36-143.296-308.992-320-308.992s-320 173.632-320 308.928c0 0.128 0 0.256 0 0.32s47.424 10.752 64 10.752h512z","M896 448c0 59.328-36.672 128-96 128s-96-68.672-96-128 36.672-128 96-128 96 68.672 96 128z","M1002.432 835.072c11.584 0 21.504-10.368 21.568-23.424 0-0.064 0-0.192 0-0.256 0-94.656-100.288-235.392-224-235.392s-224 140.736-224 235.456c0 0.064 0 0.192 0 0.256 0 13.056 9.92 23.424 21.568 23.424h404.864z","M426.432 835.072c11.648 0 21.568-10.304 21.568-23.36 0-0.064 0-0.192 0-0.256 0-94.72-100.288-235.456-224-235.456s-224 140.736-224 235.456c0 0.064 0 0.192 0 0.256 0 13.056 9.92 23.424 21.568 23.424h404.864z","M320 448c0 59.328-36.672 128-96 128s-96-68.672-96-128 36.672-128 96-128 96 68.672 96 128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-users"],"grid":0},"attrs":[],"properties":{"order":171,"id":53,"prevSize":32,"code":58933,"name":"users"},"setIdx":0,"setId":8,"iconIdx":53},{"icon":{"paths":["M870.336 928c-6.016 0-12.096-1.408-17.792-4.416-18.752-9.856-25.984-33.152-16.128-51.904 220.864-419.712 12.48-702.208 3.52-714.048-12.8-16.832-9.6-40.896 7.168-53.76 16.768-12.736 40.768-9.792 53.76 7.040 10.24 13.312 248.192 331.648 3.584 796.48-6.912 13.12-20.288 20.608-34.112 20.608z","M144.128 928c-13.824 0-27.2-7.488-34.048-20.544-244.608-464.832-6.656-783.168 3.584-796.48 12.992-16.832 36.992-19.776 53.76-7.040 16.768 12.8 19.968 36.864 7.168 53.76-9.024 11.84-217.408 294.336 3.52 713.984 9.856 18.752 2.624 41.984-16.128 51.904-5.696 2.944-11.84 4.416-17.856 4.416z","M736 704h-480c-35.328 0-64 28.672-64 64v64c0 35.328 28.672 64 64 64h480c35.328 0 64-28.672 64-64v-64c0-35.328-28.672-64-64-64zM512 832h-224v-64h224v64zM672 832c-17.664 0-32-14.336-32-32s14.336-32 32-32 32 14.336 32 32c0 17.664-14.336 32-32 32z","M736 448h-480c-35.328 0-64 28.672-64 64v64c0 35.328 28.672 64 64 64h480c35.328 0 64-28.672 64-64v-64c0-35.328-28.672-64-64-64zM512 576h-224v-64h224v64zM672 576c-17.664 0-32-14.336-32-32s14.336-32 32-32 32 14.336 32 32c0 17.664-14.336 32-32 32z","M736 192h-480c-35.328 0-64 28.672-64 64v64c0 35.328 28.672 64 64 64h480c35.328 0 64-28.672 64-64v-64c0-35.328-28.672-64-64-64zM512 320h-224v-64h224v64zM672 320c-17.664 0-32-14.336-32-32s14.336-32 32-32 32 14.336 32 32c0 17.664-14.336 32-32 32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-server-alt"],"grid":0},"attrs":[],"properties":{"order":217,"id":54,"prevSize":32,"code":58934,"name":"server-alt"},"setIdx":0,"setId":8,"iconIdx":54},{"icon":{"paths":["M928 960h-224c-17.6 0-32 14.4-32 32s14.4 32 32 32h224c17.6 0 32-14.4 32-32s-14.4-32-32-32z","M320 960h-224c-17.6 0-32 14.4-32 32s14.4 32 32 32h224c17.6 0 32-14.4 32-32s-14.4-32-32-32z","M960 640h-896c-35.328 0-64 28.672-64 64v128c0 35.328 28.672 64 64 64h384v128h128v-128h384c35.328 0 64-28.672 64-64v-128c0-35.328-28.672-64-64-64zM320 768v64h-224v-128h224v64zM832 832c-35.328 0-64-28.672-64-64s28.672-64 64-64 64 28.672 64 64c0 35.328-28.672 64-64 64z","M960 320h-896c-35.328 0-64 28.672-64 64v128c0 35.328 28.672 64 64 64h896c35.328 0 64-28.672 64-64v-128c0-35.328-28.672-64-64-64zM320 448v64h-224v-128h224v64zM832 512c-35.328 0-64-28.672-64-64s28.672-64 64-64 64 28.672 64 64c0 35.328-28.672 64-64 64z","M960 0h-896c-35.328 0-64 28.672-64 64v128c0 35.328 28.672 64 64 64h896c35.328 0 64-28.672 64-64v-128c0-35.328-28.672-64-64-64zM320 128v64h-224v-128h224v64zM832 192c-35.328 0-64-28.672-64-64s28.672-64 64-64 64 28.672 64 64c0 35.328-28.672 64-64 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-server"],"grid":0},"attrs":[],"properties":{"order":216,"id":55,"prevSize":32,"code":58935,"name":"server"},"setIdx":0,"setId":8,"iconIdx":55},{"icon":{"paths":["M801.728 267.52l94.976-94.912-45.312-45.248-112.256 112.256c-68.48-26.624-145.408-43.776-227.136-43.776-282.176 0-510.912 201.344-510.912 316.16 0 73.152 87.488 176.512 220.8 244.864l-94.528 94.528 45.248 45.248 112-112c68.544 26.56 145.536 43.52 227.392 43.52 282.176 0 510.912-200.128 510.912-316.16 0-71.744-87.616-175.616-221.184-244.48zM286.912 512c0-123.712 100.288-224 224-224 50.56 0 96.704 17.344 134.144 45.632l-68.8 68.864c-19.2-11.52-41.344-18.496-65.344-18.496-70.72 0-128 57.28-128 128 0 24 6.976 46.144 18.496 65.344l-68.864 68.864c-28.224-37.504-45.632-83.648-45.632-134.208zM510.912 736c-49.984 0-95.744-16.96-132.992-44.672l69.056-69.056c18.88 11.008 40.512 17.728 63.936 17.728 70.656 0 128-57.28 128-128 0-23.424-6.72-45.056-17.728-63.936l69.056-69.056c27.712 37.248 44.672 82.944 44.672 132.992 0 123.712-100.288 224-224 224z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-hide"],"grid":0},"attrs":[],"properties":{"order":215,"id":56,"prevSize":32,"code":58936,"name":"hide"},"setIdx":0,"setId":8,"iconIdx":56},{"icon":{"paths":["M513.088 195.84c-282.176 0-510.976 201.344-510.976 316.16 0 118.4 228.736 316.16 510.912 316.16s510.976-200.128 510.976-316.16c0-116.032-228.736-316.16-510.912-316.16zM512 736c-123.712 0-224-100.288-224-224s100.288-224 224-224 224 100.288 224 224c0 123.712-100.288 224-224 224z","M640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128s128 57.308 128 128z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-show"],"grid":0},"attrs":[],"properties":{"order":214,"id":57,"prevSize":32,"code":58937,"name":"show"},"setIdx":0,"setId":8,"iconIdx":57},{"icon":{"paths":["M288.64 736h446.72l-224-320z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-arrow-top"],"grid":0},"attrs":[],"properties":{"order":213,"id":58,"prevSize":32,"code":58938,"name":"arrow-top"},"setIdx":0,"setId":8,"iconIdx":58},{"icon":{"paths":["M735.36 416h-446.72l224 320z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-arrow-bottom"],"grid":0},"attrs":[],"properties":{"order":212,"id":59,"prevSize":32,"code":58939,"name":"arrow-bottom"},"setIdx":0,"setId":8,"iconIdx":59},{"icon":{"paths":["M512 0c-282.752 0-512 229.248-512 512s229.248 512 512 512 512-229.248 512-512-229.248-512-512-512zM735.36 482.432l-85.632 83.52c-5.568 5.44-8.128 13.248-6.784 20.928l20.224 117.888c3.328 19.328-16.96 34.048-34.304 24.896l-105.856-55.68c-6.912-3.648-15.104-3.648-22.016 0l-105.856 55.68c-17.344 9.088-37.568-5.632-34.304-24.896l20.224-117.888c1.344-7.68-1.216-15.488-6.784-20.928l-85.632-83.52c-14.016-13.696-6.272-37.504 13.12-40.32l118.4-17.216c7.68-1.088 14.336-5.952 17.792-12.928l52.928-107.264c8.64-17.536 33.728-17.536 42.368 0l52.928 107.264c3.392 7.040 10.048 11.84 17.728 12.992l118.4 17.216c19.392 2.752 27.072 26.624 13.056 40.256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-star"],"grid":0},"attrs":[],"properties":{"order":172,"id":60,"prevSize":32,"code":58940,"name":"star"},"setIdx":0,"setId":8,"iconIdx":60},{"icon":{"paths":["M966.080 434.496c-54.464-16.064-75.776-81.728-41.216-126.72 49.152-63.808-15.168-152.32-91.072-125.376v0c-53.44 19.008-109.376-21.568-107.776-78.336 2.24-80.512-101.824-114.304-147.392-47.872v0c-32.064 46.848-101.184 46.848-133.248 0.064v0c-45.504-66.496-149.568-32.64-147.392 47.872 1.6 56.768-54.336 97.344-107.776 78.336v0c-75.904-27.008-140.224 61.504-91.072 125.312 34.624 44.992 13.248 110.72-41.216 126.72-77.248 22.784-77.248 132.16 0 154.944 54.464 16.064 75.776 81.728 41.216 126.72v0c-49.152 63.808 15.168 152.32 91.072 125.376v0c53.44-19.008 109.376 21.568 107.776 78.336-2.24 80.512 101.824 114.304 147.392 47.872 32.064-46.848 101.184-46.848 133.248 0 45.504 66.432 149.568 32.64 147.392-47.872-1.6-56.768 54.336-97.344 107.776-78.336v0c75.904 27.008 140.224-61.504 91.072-125.376v0c-34.624-44.992-13.248-110.72 41.216-126.72 77.248-22.72 77.248-132.16 0-154.944zM735.296 435.904l-252.608 227.392c-9.6 8.704-21.696 12.992-33.792 12.992-12.992 0-25.92-4.992-35.712-14.784l-126.4-126.4c-19.712-19.712-19.712-51.712 0-71.424s51.712-19.712 71.424 0l92.416 92.416 217.024-195.264c20.8-18.624 52.672-17.088 71.36 3.776 18.688 20.672 17.024 52.608-3.712 71.296z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-success"],"grid":0},"attrs":[],"properties":{"order":173,"id":61,"prevSize":32,"code":58941,"name":"success"},"setIdx":0,"setId":8,"iconIdx":61},{"icon":{"paths":["M320 576v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 576h-192c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h192c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M320 384v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 384h-192c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h192c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M320 768v0c-35.392 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M576 768h-64c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h64c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M832 1024v0c-35.328 0-64-28.672-64-64v-256c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v256c0 35.328-28.672 64-64 64z","M640 832v0c0-35.328 28.672-64 64-64h256c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64h-256c-35.328 0-64-28.672-64-64z","M832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h320c35.328 0 64-28.672 64-64v0c0-35.328-28.672-64-64-64h-320c-35.328 0-64-28.672-64-64v-640c0-35.328 28.672-64 64-64h640c35.328 0 64 28.672 64 64v320c0 35.328 28.672 64 64 64v0c35.328 0 64-28.672 64-64v-320c0-106.048-85.952-192-192-192z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-table-more"],"grid":0},"attrs":[],"properties":{"order":174,"id":62,"prevSize":32,"code":58942,"name":"table-more"},"setIdx":0,"setId":8,"iconIdx":62},{"icon":{"paths":["M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z","M320 576v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 576h-192c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h192c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M320 384v0c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 384h-192c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h192c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M320 768v0c-35.392 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z","M704 768h-192c-35.328 0-64-28.672-64-64v0c0-35.328 28.672-64 64-64h192c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-table"],"grid":0},"attrs":[],"properties":{"order":175,"id":63,"prevSize":32,"code":58943,"name":"table"},"setIdx":0,"setId":8,"iconIdx":63},{"icon":{"paths":["M740.288 511.36c0-0.576 0.064-1.088 0.064-1.664 0-55.232-44.8-100.032-100.032-100.032-23.36 0-44.8 8.064-61.824 21.504-26.24-48.96-77.824-82.368-137.28-82.368-85.888 0-155.584 69.632-155.584 155.584 0 2.048 0.256 4.032 0.32 6.080-31.488 12.544-53.952 43.392-53.952 79.296v0.128c0 46.976 38.4 85.376 85.376 85.376h389.312c46.976 0 85.376-38.4 85.376-85.376v-0.128c-0.064-35.072-21.44-65.28-51.776-78.4z","M832 128c35.264 0 64 28.736 64 64v640c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-640c0-35.264 28.736-64 64-64h640zM832 0h-640c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-640c0-106.048-85.952-192-192-192v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-tag-cloud"],"grid":0},"attrs":[],"properties":{"order":176,"id":64,"prevSize":32,"code":58944,"name":"tag-cloud"},"setIdx":0,"setId":8,"iconIdx":64},{"icon":{"paths":["M605.632 584.896c0.384-3.072 1.792-5.696 1.792-8.832 0-7.296-2.368-13.888-4.16-20.608 90.304-62.784 154.176-206.656 154.176-309.952 0-135.616-109.888-245.504-245.44-245.504s-245.44 109.888-245.44 245.44c0 103.296 63.872 247.168 154.176 309.952-1.792 6.784-4.16 13.312-4.16 20.672 0 3.136 1.472 5.824 1.792 8.832-238.016 33.728-418.368 193.152-418.368 385.088 0 0.192 0 0.384 0 0.576 0.064 29.824 22.72 53.44 49.28 53.44h925.44c26.496 0 49.216-23.616 49.28-53.504 0-0.192 0-0.384 0-0.576 0-191.872-180.352-351.296-418.368-385.024z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-user"],"grid":0},"attrs":[],"properties":{"order":177,"id":65,"prevSize":32,"code":58945,"name":"user"},"setIdx":0,"setId":8,"iconIdx":65},{"icon":{"paths":["M615.424 391.424c0 110.144-89.28 277.504-199.424 277.504s-199.424-167.36-199.424-277.504 89.28-199.424 199.424-199.424 199.424 89.28 199.424 199.424z","M792 1024c21.568 0 40-19.2 40-43.456 0-0.128 0-0.32 0-0.448 0-175.872-186.24-318.4-416-318.4s-416 142.528-416 318.4c0 0.128 0 0.32 0 0.448 0.064 24.256 18.496 43.456 40 43.456h752z","M832 384v0c-35.328 0-64-28.672-64-64v-256c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v256c0 35.328-28.672 64-64 64z","M640 192v0c0-35.328 28.672-64 64-64h256c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64h-256c-35.328 0-64-28.672-64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-user-add"],"grid":0},"attrs":[],"properties":{"order":178,"id":66,"prevSize":32,"code":58946,"name":"user-add"},"setIdx":0,"setId":8,"iconIdx":66},{"icon":{"paths":["M832 192c35.264 0 64 28.736 64 64v512c0 35.264-28.736 64-64 64h-640c-35.264 0-64-28.736-64-64v-512c0-35.264 28.736-64 64-64h640zM832 64h-640c-106.048 0-192 85.952-192 192v512c0 106.048 85.952 192 192 192h640c106.048 0 192-85.952 192-192v-512c0-106.048-85.952-192-192-192v0z","M570.752 378.752c0 67.776-54.976 170.752-122.752 170.752s-122.752-102.976-122.752-170.752 54.976-122.752 122.752-122.752 122.752 54.976 122.752 122.752z","M679.36 768c13.248 0 24.64-11.84 24.64-26.752 0-0.064 0-0.192 0-0.256 0-108.224-114.624-195.968-256-195.968s-256 87.744-256 195.968c0 0.064 0 0.192 0 0.256 0 14.912 11.392 26.752 24.64 26.752h462.72z","M800 320h-128c-17.664 0-32 14.336-32 32s14.336 32 32 32h128c17.664 0 32-14.336 32-32s-14.336-32-32-32z","M800 448h-128c-17.664 0-32 14.336-32 32s14.336 32 32 32h128c17.664 0 32-14.336 32-32s-14.336-32-32-32z","M800 576h-64c-17.664 0-32 14.336-32 32s14.336 32 32 32h64c17.664 0 32-14.336 32-32s-14.336-32-32-32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-visitor-profile"],"grid":0},"attrs":[],"properties":{"order":179,"id":67,"prevSize":32,"code":58948,"name":"visitor-profile"},"setIdx":0,"setId":8,"iconIdx":67},{"icon":{"paths":["M448 128c176.448 0 320 143.552 320 320s-143.552 320-320 320-320-143.552-320-320 143.552-320 320-320zM448 0c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448v0z","M640 768l229.504 229.504c35.328 35.328 92.672 35.328 128 0v0c35.328-35.328 35.328-92.672 0-128l-229.504-229.504-128 128z","M448 640v0c-35.328 0-64-28.672-64-64v-256c0-35.328 28.672-64 64-64v0c35.328 0 64 28.672 64 64v256c0 35.328-28.672 64-64 64z","M256 448v0c0-35.328 28.672-64 64-64h256c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64h-256c-35.328 0-64-28.672-64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-zoom-in"],"grid":0},"attrs":[],"properties":{"order":180,"id":68,"prevSize":32,"code":58949,"name":"zoom-in"},"setIdx":0,"setId":8,"iconIdx":68},{"icon":{"paths":["M448 128c176.448 0 320 143.552 320 320s-143.552 320-320 320-320-143.552-320-320 143.552-320 320-320zM448 0c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448v0z","M640 768l229.504 229.504c35.328 35.328 92.672 35.328 128 0v0c35.328-35.328 35.328-92.672 0-128l-229.504-229.504-128 128z","M256 448v0c0-35.328 28.672-64 64-64h256c35.328 0 64 28.672 64 64v0c0 35.328-28.672 64-64 64h-256c-35.328 0-64-28.672-64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-zoom-out"],"grid":0},"attrs":[],"properties":{"order":181,"id":69,"prevSize":32,"code":58950,"name":"zoom-out"},"setIdx":0,"setId":8,"iconIdx":69},{"icon":{"paths":["M1013.184 503.744v0c0 52.992-43.008 96-96 96h-576c-52.992 0-96-43.008-96-96v0c0-52.992 43.008-96 96-96h576c52.992 0 96 43.008 96 96z","M985.024 571.648v0c-37.504 37.504-98.304 37.504-135.744 0l-271.552-271.552c-37.504-37.504-37.504-98.304 0-135.744v0c37.504-37.504 98.304-37.504 135.744 0l271.552 271.552c37.504 37.44 37.504 98.24 0 135.744z","M985.024 452.352v0c37.504 37.504 37.504 98.304 0 135.744l-271.552 271.552c-37.504 37.504-98.304 37.504-135.744 0v0c-37.504-37.504-37.504-98.304 0-135.744l271.552-271.552c37.504-37.504 98.304-37.504 135.744 0z","M469.184 896h-277.184c-35.328 0-64-28.672-64-64v-640c0-35.328 28.672-64 64-64h277.184c35.328 0 64-28.672 64-64v0c0-35.328-28.672-64-64-64h-277.184c-106.048 0-192 85.952-192 192v640c0 106.048 85.952 192 192 192h277.184c35.328 0 64-28.672 64-64v0c0-35.328-28.672-64-64-64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["ico-sign-out"],"grid":0},"attrs":[],"properties":{"order":182,"id":70,"prevSize":32,"code":58951,"name":"sign-out"},"setIdx":0,"setId":8,"iconIdx":70},{"icon":{"paths":["M768 504v0q0 39-28 67.5t-68 28.5h-576q-40 0-68-28t-28-68v0q0-40 28-68t68-28h576q40 0 68 28t28 68v0zM740 572v0q-28 28-68 28t-68-28l-271-272q-29-28-29-68t29-68v0q28-28 67.5-28t67.5 28l272 272q28 28 28 68t-28 68v0zM740 452v0q28 28 28 68t-28 68l-272 272q-28 28-67.5 28t-67.5-28v0q-29-28-29-68t29-68l271-272q28-28 68-28t68 28v0zM544 128h277q27 0 45.5 19t18.5 45v640q0 26-18.5 45t-45.5 19h-277q-26 0-45 19t-19 45v0q0 26 19 45t45 19h277q80 0 136-56t56-136v-640q0-80-56-136t-136-56h-277q-26 0-45 19t-19 45v0q0 26 19 45t45 19v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE648"],"defaultCode":58952,"grid":0},"attrs":[],"properties":{"id":71,"order":183,"ligatures":"","prevSize":32,"code":58952,"name":"sign-in"},"setIdx":0,"setId":8,"iconIdx":71},{"icon":{"paths":["M799 384h-576q-26 0-45-19t-19-45v0q0-26 19-45t45-19h576q27 0 45.5 19t18.5 45v0q0 26-18.5 45t-45.5 19v0zM799 576h-576q-26 0-45-19t-19-45v0q0-26 19-45t45-19h576q27 0 45.5 19t18.5 45v0q0 26-18.5 45t-45.5 19v0zM799 768h-576q-26 0-45-19t-19-45v0q0-26 19-45t45-19h576q27 0 45.5 19t18.5 45v0q0 26-18.5 45t-45.5 19v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE649"],"defaultCode":58953,"grid":0},"attrs":[],"properties":{"id":72,"order":184,"ligatures":"","prevSize":32,"code":58953,"name":"menu-hamburger"},"setIdx":0,"setId":8,"iconIdx":72},{"icon":{"paths":["M693 544v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19h-64q-27 0-45.5-19t-18.5-45v0zM437 544v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19h-64q-27 0-45.5-19t-18.5-45v0zM181 544v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19h-64q-27 0-45.5-19t-18.5-45v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64A"],"defaultCode":58954,"grid":0},"attrs":[],"properties":{"id":73,"order":185,"ligatures":"","prevSize":32,"code":58954,"name":"menu-horiz"},"setIdx":0,"setId":8,"iconIdx":73},{"icon":{"paths":["M501 352h-64q-27 0-45.5-19t-18.5-45v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM501 608h-64q-27 0-45.5-19t-18.5-45v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM501 864h-64q-27 0-45.5-19t-18.5-45v-64q0-26 18.5-45t45.5-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64B"],"defaultCode":58955,"grid":0},"attrs":[],"properties":{"id":74,"order":186,"ligatures":"","prevSize":32,"code":58955,"name":"menu-verti"},"setIdx":0,"setId":8,"iconIdx":74},{"icon":{"paths":["M991 575v0q-16-11-24.5-27.5t-8.5-34.5v-2q0-18 8.5-34.5t24.5-26.5v-1q20-13 28.5-35.5t1.5-45.5q-2-7-4.5-14t-5.5-14q-8-23-28.5-36.5t-44.5-12.5v0q-20 0-37-8t-28-23q0-1-0.5-1h-0.5q-11-15-14-33.5t3-35.5v0q9-23 2-45.5t-27-37.5q-6-5-12-9.5t-13-8.5q-20-13-45-12.5t-44 15.5v0q-15 11-33.5 14t-36.5-3q-1 0-2-0.5t-2-0.5q-18-5-31-18t-19-31v0q-7-23-26-37.5t-43-15.5h-34q-24 1-43 15.5t-26 37.5v0q-6 18-19 31t-31 18q-1 0-2 0.5t-2 0.5q-17 6-36 3t-33-14h-1q-19-15-44-15.5t-45 12.5q-7 4-13 8.5t-12 9.5q-20 15-27 37.5t2 45.5v0q6 17 3 35.5t-14 33.5h-0.5t-0.5 1q-11 15-28 23t-36 8q-25-1-45.5 12.5t-28.5 36.5q-3 7-5.5 14t-4.5 14q-7 23 1.5 45.5t28.5 35.5v1q16 10 24.5 26.5t8.5 34.5v2q0 18-8.5 34.5t-24.5 26.5v1q-20 13-28.5 35.5t-1.5 45.5q2 7 4.5 14t5.5 14q8 23 28.5 36.5t45.5 12.5v0q19 0 36 8t28 23q0 1 0.5 1h0.5q11 15 14 33.5t-3 35.5v0q-9 23-2 45.5t27 37.5q6 5 12 9.5t13 8.5q20 13 45 12.5t44-15.5h1q14-11 33-14t36 3q1 0 2 0.5t2 0.5q18 5 31 18t19 31v0q7 23 26 37.5t43 15.5h34q24-1 43-15.5t26-37.5v0q6-18 19-31t31-18q1-1 2-1h2q17-6 36-3t33 14h1q19 15 44 15.5t45-12.5q7-4 13-8.5t12-9.5q20-15 27-37.5t-2-45.5v0q-6-17-3-35.5t14-33.5h0.5t0.5-1q11-15 28-23t36-8v0q25 1 45.5-12.5t28.5-36.5q3-7 5.5-14t4.5-14q7-23-1.5-45.5t-28.5-35.5v0zM512 759q-53 0-99.5-19.5t-81.5-53-55-78.5-20-96 20-96 55-78.5 81.5-53 99.5-19.5 99.5 19.5 81.5 53 55 78.5 20 96-20 96-55 78.5-81.5 53-99.5 19.5v0zM608 512q0 38-28 65.5t-68 27.5-68-27.5-28-65.5 28-65.5 68-27.5 68 27.5 28 65.5v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64C"],"defaultCode":58956,"grid":0},"attrs":[],"properties":{"id":75,"order":187,"ligatures":"","prevSize":32,"code":58956,"name":"admin-administration"},"setIdx":0,"setId":8,"iconIdx":75},{"icon":{"paths":["M576 896h-128q-27 0-45.5-19t-18.5-45v-128q0-26 18.5-45t45.5-19h128q27 0 45.5 19t18.5 45v128q0 26-18.5 45t-45.5 19v0zM576 384h-128q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h128q26 0 45 19t19 45v128q0 26-19 45t-45 19v0zM256 896h-128q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h128q27 0 45.5 19t18.5 45v128q0 26-18.5 45t-45.5 19v0zM896 896h-128q-27 0-45.5-19t-18.5-45v-128q0-26 18.5-45t45.5-19h128q27 0 45.5 19t18.5 45v128q0 26-18.5 45t-45.5 19v0zM896 469q0-13-9.5-17t-22.5-4h-352v-171q0-13-9.5-22.5t-22.5-9.5-22.5 9.5-9.5 22.5v171h-288q-13 0-22.5 4t-9.5 17v192q0 14 9.5 23t22.5 9 22.5-9 9.5-23v-149h256v149q0 14 9.5 23t22.5 9 22.5-9 9.5-23v-149h320v171q0 13 9.5 22.5t22.5 9.5 22.5-9.5 9.5-22.5v-214z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64D"],"defaultCode":58957,"grid":0},"attrs":[],"properties":{"id":76,"order":188,"ligatures":"","prevSize":32,"code":58957,"name":"admin-development"},"setIdx":0,"setId":8,"iconIdx":76},{"icon":{"paths":["M876 124q-112 0-180.5-17.5t-106.5-39-50.5-39.5-12.5-19q-2-4-5.5-6.5t-8.5-2.5v0q-5 0-8.5 2.5t-5.5 6.5q0 1-13 19t-50.5 39.5-106 39-180.5 17.5q-7 0-11 4.5t-4 10.5v509q0 79 56 146t124.5 117 127.5 79.5l65 32.5q1 0 2.5 0.5t3.5 0.5 3.5-0.5 2.5-0.5l65-32.5t127.5-79.5 124.5-117.5 56-145.5v-509q0-6-4-10.5t-11-4.5v0 0zM809 619q0 61-44 113.5t-97.5 92-100 62.5-50.5 25q-1 0-2.5 0.5t-2.5 0.5-2.5-0.5-2.5-0.5q-4-2-50.5-25t-100-62.5-97.5-92-44-113.5v-399q0-5 3.5-8.5t8.5-3.5q175 0 224.5-44.5l49.5-44.5q1-4 4-6t7-2v0q4 0 7 2t4 6l49 44.5t225 44.5q5 0 8.5 3.5t3.5 8.5v399zM730 476l-247 222q-7 6-15.5 9.5t-17.5 3.5-18-4-16-11l-123-123q-15-14-15-34.5t15-34.5q14-15 34.5-15t34.5 15l90 90 212-191q15-13 35.5-12t33.5 16q14 15 13 35.5t-16 33.5v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64E"],"defaultCode":58958,"grid":0},"attrs":[],"properties":{"id":77,"order":211,"ligatures":"","prevSize":32,"code":58958,"name":"admin-diagnostic"},"setIdx":0,"setId":8,"iconIdx":77},{"icon":{"paths":["M960 0h-896q-26 0-45 19t-19 45v640q0 26 19 45t45 19h320l-64 128h-33q-13 0-22 9t-9 22v2q0 13 9 22t22 9h450q13 0 22-9t9-22v-2q0-13-9-22t-22-9h-33l-64-128h320q26 0 45-19t19-45v-640q0-26-19-45t-45-19v0zM960 576h-896v-512h896v512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE64F"],"defaultCode":58959,"grid":0},"attrs":[],"properties":{"id":78,"order":210,"ligatures":"","prevSize":32,"code":58959,"name":"admin-platform"},"setIdx":0,"setId":8,"iconIdx":78},{"icon":{"paths":["M97 250h108q10 42 45 69.5t79 27.5q45 0 79.5-27.5t45.5-69.5h473q14 0 23.5-9.5t9.5-23.5q0-13-9.5-22.5t-23.5-9.5h-473q-11-42-45.5-69.5t-79.5-27.5-79.5 27.5-45.5 69.5h-107q-14 0-23.5 9.5t-9.5 22.5q0 14 9.5 23.5t23.5 9.5v0 0zM329 154q27 0 45.5 18.5t18.5 45.5q0 26-18.5 44.5t-45.5 18.5q-26 0-44.5-18.5t-18.5-44.5q0-27 18.5-45.5t44.5-18.5v0 0zM927 479h-155q-10-41-45-68.5t-79-27.5q-45 0-79.5 27.5t-45.5 68.5h-426q-14 0-23.5 9.5t-9.5 23.5 9.5 23.5 23.5 9.5h426q11 41 45.5 68.5t79.5 27.5q44 0 79-27.5t45-68.5h155q14 0 23.5-9.5t9.5-23.5-9.5-23.5-23.5-9.5v0 0zM648 575q-27 0-45.5-18.5t-18.5-44.5 18.5-44.5 45.5-18.5q26 0 44.5 18.5t18.5 44.5-18.5 44.5-44.5 18.5v0 0zM927 774h-473q-11-42-45.5-69.5t-79.5-27.5-79.5 27.5-45.5 69.5h-107q-14 0-23.5 9.5t-9.5 23.5q0 13 9.5 22.5t23.5 9.5h108q10 42 45 69.5t79 27.5q45 0 79.5-27.5t45.5-69.5h473q14 0 23.5-9.5t9.5-22.5q0-14-9.5-23.5t-23.5-9.5v0 0zM329 870q-26 0-44.5-18.5t-18.5-44.5q0-27 18.5-45.5t44.5-18.5q27 0 45.5 18.5t18.5 45.5q0 26-18.5 44.5t-45.5 18.5v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE650"],"defaultCode":58960,"grid":0},"attrs":[],"properties":{"id":79,"order":209,"ligatures":"","prevSize":32,"code":58960,"name":"admin-settings"},"setIdx":0,"setId":8,"iconIdx":79},{"icon":{"paths":["M803 445q0-52-16.5-98.5t-46.5-83.5-71-63-90-37v-32q0-27-20-47t-47-20-47 20-20 47v32q-49 11-90 37t-71 63-46.5 83.5-16.5 98.5v246l-90 90v45h762v-45l-90-90v-246zM512 960h18q23-3 39.5-18.5t23.5-35.5q3-7 6-16.5t3-19.5h-180q0 37 26.5 63.5t63.5 26.5v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE651"],"defaultCode":58961,"grid":0},"attrs":[],"properties":{"id":80,"order":208,"ligatures":"","prevSize":32,"code":58961,"name":"reporting-actions"},"setIdx":0,"setId":8,"iconIdx":80},{"icon":{"paths":["M288 352h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM288 608h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM288 864h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM544 352h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM544 608h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM544 864h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM800 352h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM800 608h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0zM800 864h-64q-26 0-45-19t-19-45v-64q0-26 19-45t45-19h64q26 0 45 19t19 45v64q0 26-19 45t-45 19v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE652"],"defaultCode":58962,"grid":0},"attrs":[],"properties":{"id":81,"order":207,"ligatures":"","prevSize":32,"code":58962,"name":"reporting-dashboard"},"setIdx":0,"setId":8,"iconIdx":81},{"icon":{"paths":["M961 322h-640l-32-96q-3-16-14-38t-27-26l-171-32q-24-8-45.5 2.5t-29.5 34.5q-7 23 4.5 45t35.5 29l137 43 104 457q3 15 12 26t21 17v13q0 41 29.5 70.5t70.5 29.5q42 0 71.5-29.5t29.5-70.5v-7h159q0 2-0.5 3.5t-0.5 3.5q0 41 29.5 70.5t71.5 29.5 71.5-29.5 29.5-70.5v-4t-1-4q19-2 33.5-15t18.5-33l96-314q2-13-12.5-59t-50.5-46v0zM416 846q-20 0-34.5-14.5t-14.5-34.5q0-21 14.5-35t34.5-14q21 0 35 14t14 35q0 20-14 34.5t-35 14.5v0 0zM776 846q-20 0-34.5-14.5t-14.5-34.5q0-21 14.5-35t34.5-14 34.5 14 14.5 35q0 20-14.5 34.5t-34.5 14.5v0 0zM833 641h-448q-15 0-15-32t15-32h448q15 0 20.5 32t-20.5 32v0zM897 513h-512q-15 0-15-32t15-32h512q15 0 15 32t-15 32v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE653"],"defaultCode":58963,"grid":0},"attrs":[],"properties":{"id":82,"order":206,"ligatures":"","prevSize":32,"code":58963,"name":"reporting-ecommerce"},"setIdx":0,"setId":8,"iconIdx":82},{"icon":{"paths":["M512 0q-106 0-199.5 40t-163 109.5-109.5 163-40 199.5 40 199.5 109.5 163 163 109.5 199.5 40 199.5-40 163-109.5 109.5-163 40-199.5-40-199.5-109.5-163-163-109.5-199.5-40v0zM512 928q-86 0-162-32.5t-132.5-89-89-132.5-32.5-162 32.5-162 89-132.5 132.5-89 162-32.5 162 32.5 132.5 89 89 132.5 32.5 162-32.5 162-89 132.5-132.5 89-162 32.5v0zM512 192q-66 0-124.5 25t-102 68.5-68.5 102-25 124.5 25 124.5 68.5 102 102 68.5 124.5 25 124.5-25 102-68.5 68.5-102 25-124.5-25-124.5-68.5-102-102-68.5-124.5-25v0zM512 736q-46 0-87-17.5t-71.5-48-48-71.5-17.5-87 17.5-87 48-71.5 71.5-48 87-17.5 87 17.5 71.5 48 48 71.5 17.5 87-17.5 87-48 71.5-71.5 48-87 17.5v0zM608 512q0 40-28 68t-68 28-68-28-28-68 28-68 68-28 68 28 28 68v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE654"],"defaultCode":58964,"grid":0},"attrs":[],"properties":{"id":83,"order":189,"ligatures":"","prevSize":32,"code":58964,"name":"reporting-goal"},"setIdx":0,"setId":8,"iconIdx":83},{"icon":{"paths":["M293 241q0 20-14 34t-35 14q-20 0-34-14t-14-34 14-34.5 34-14.5q21 0 35 14.5t14 34.5v0zM423 241q0 20-14 34t-34 14q-21 0-35-14t-14-34 14-34.5 35-14.5q20 0 34 14.5t14 34.5v0zM554 241q0 20-14.5 34t-34.5 14-34.5-14-14.5-34 14.5-34.5 34.5-14.5 34.5 14.5 14.5 34.5v0zM832 0h-640q-80 0-136 56t-56 136v640q0 80 56 136t136 56h640q80 0 136-56t56-136v-640q0-80-56-136t-136-56v0zM192 128h640q26 0 45 19t19 45v128h-768v-128q0-26 19-45t45-19v0zM832 896h-640q-26 0-45-19t-19-45v-448h768v448q0 26-19 45t-45 19v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE655"],"defaultCode":58965,"grid":0},"attrs":[],"properties":{"id":84,"order":190,"ligatures":"","prevSize":32,"code":58965,"name":"reporting-referer"},"setIdx":0,"setId":8,"iconIdx":84},{"icon":{"paths":["M1003 531v-1l-1-1q-4-10-9.5-19.5t-11.5-17.5q-13-23-31.5-54t-37.5-62.5-37-59.5-30-45q-31-42-68.5-75t-90.5-33q-12 0-24 2t-24 6q-38 12-71 34.5t-44 69.5h-22q-11-47-44-69.5t-71-34.5q-12-4-24-6t-24-2q-53 0-90.5 33t-68.5 75q-12 17-30 45t-37 59.5-37 62.5-32 54q-6 9-11.5 18t-9.5 19l-1 1v1q-10 22-15.5 46t-5.5 50q0 48 18.5 90.5t50 74.5 74.5 50.5 91 18.5q57 0 105-25t80-67h186q32 42 80.5 67t104.5 25q49 0 91.5-18.5t74-50.5 50-74.5 18.5-90.5q0-26-5.5-50t-15.5-46v0 0zM234 783q-65 0-110.5-46t-45.5-110q0-65 45.5-111t110.5-46 110.5 46 45.5 111q0 64-45.5 110t-110.5 46v0 0zM790 783q-65 0-110.5-46t-45.5-110q0-65 45.5-111t110.5-46 110.5 46 45.5 111q0 64-45.5 110t-110.5 46v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE656"],"defaultCode":58966,"grid":0},"attrs":[],"properties":{"id":85,"order":191,"ligatures":"","prevSize":32,"code":58966,"name":"reporting-visitors"},"setIdx":0,"setId":8,"iconIdx":85},{"icon":{"paths":["M695 459q5-1 9-2t8-1q11 0 20-5.5t16-12.5l202-202q18-17 18-41.5t-18-41.5l-63-64q-17-17-41.5-17t-41.5 17l-202 201q-8 8-13 17.5t-6 19.5q0 5-0.5 9t-2.5 8q-4 17-0.5 33.5t15.5 28.5l40 39q12 12 28 15t32-1v0zM206 793l-10-10-50 40-83 132 21 22 132-84 40-50-9-9 167-167-42-41-166 167zM434 330q14-52 1-105.5t-53-94.5q-41-40-94.5-53.5t-104.5 0.5l116 116-30 114-114 30-116-116q-14 52-0.5 105t53.5 94q42 42 98.5 54.5t109.5-5.5l478 478q14 14 32 21t37 7q18 0 36-7t32-21q28-28 28-68t-28-69l-481-480zM855 931q-16 0-26.5-11t-10.5-26 10.5-26 26.5-11q15 0 26 11t11 26-11 26-26 11v0 0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE657"],"defaultCode":58967,"grid":0},"attrs":[],"properties":{"id":86,"order":192,"ligatures":"","prevSize":32,"code":58967,"name":"user-manage"},"setIdx":0,"setId":8,"iconIdx":86},{"icon":{"paths":["M600 312q0 38-14.5 83t-39.5 83.5-58.5 64-71.5 25.5-71.5-25.5-58.5-64-39.5-83.5-14.5-83q0-76 54-130t130-54 130 54 54 130v0zM763 896q15 0 26-11.5t11-28.5v0-1q0-60-30-113.5t-82.5-93.5-122-63-149.5-23-149.5 23-122 63-82.5 93.5-30 113.5v1q0 17 11 28.5t26 11.5h694zM944 224h-192q-20 0-34 14t-14 34 14 34 34 14h192q20 0 34-14t14-34-14-34-34-14v0zM944 416h-192q-20 0-34 14t-14 34 14 34 34 14h192q20 0 34-14t14-34-14-34-34-14v0zM944 608h-96q-20 0-34 14t-14 34 14 34 34 14h96q20 0 34-14t14-34-14-34-34-14v0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE658"],"defaultCode":58968,"grid":0},"attrs":[],"properties":{"id":87,"order":193,"ligatures":"","prevSize":32,"code":58968,"name":"user-personal"},"setIdx":0,"setId":8,"iconIdx":87},{"icon":{"paths":["M960 64h-896q-26 0-45 19t-19 45v640q0 26 19 45t45 19h320l-64 128h-33q-13 0-22 9t-9 22v2q0 13 9 22t22 9h450q13 0 22-9t9-22v-2q0-13-9-22t-22-9h-33l-64-128h320q26 0 45-19t19-45v-640q0-26-19-45t-45-19v0zM960 640h-896v-512h896v512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["uniE659"],"defaultCode":58969,"grid":0},"attrs":[],"properties":{"id":88,"order":194,"ligatures":"","prevSize":32,"code":58969,"name":"user-platform"},"setIdx":0,"setId":8,"iconIdx":88},{"icon":{"paths":["M742.038 374.408v-92.444h-460.074v92.444h460.074zM742.038 557.148v-90.296h-460.074v90.296h460.074zM604.444 742.038v-92.444h-322.482v92.444h322.482zM512 99.222c-25.798 0-45.148 19.348-45.148 45.148s19.348 47.298 45.148 47.298 45.148-21.498 45.148-47.298-19.348-45.148-45.148-45.148zM832.332 99.222c49.448 0 92.444 42.998 92.444 92.444v640.666c0 49.448-42.998 92.444-92.444 92.444h-640.666c-49.448 0-92.444-42.998-92.444-92.444v-640.666c0-49.448 42.998-92.444 92.444-92.444h191.34c19.348-53.748 68.796-92.444 128.992-92.444s109.644 38.698 128.992 92.444h191.34z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["assignment"],"defaultCode":59485,"grid":32},"attrs":[],"properties":{"order":195,"ligatures":"assignment","id":0,"prevSize":24,"code":59485,"name":"assignment"},"setIdx":1,"setId":7,"iconIdx":0},{"icon":{"paths":["M726 726v-64c0-72-142-108-214-108s-214 36-214 108v64h428zM512 288c-52 0-96 44-96 96s44 96 96 96 96-44 96-96-44-96-96-96zM854 170c46 0 84 40 84 86v512c0 46-38 86-84 86h-684c-46 0-84-40-84-86v-512c0-46 38-86 84-86h684zM170 1024v-86h684v86h-684zM854 0v86h-684v-86h684z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["contacts"],"grid":24},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":24,"code":59648,"name":"contacts"},"setIdx":2,"setId":6,"iconIdx":0},{"icon":{"paths":["M854 682v-512h-684v598l86-86h598zM854 86c46 0 84 38 84 84v512c0 46-38 86-84 86h-598l-170 170v-768c0-46 38-84 84-84h684z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["chat_bubble_outline"],"defaultCode":57547,"grid":24},"attrs":[],"properties":{"ligatures":"chat_bubble_outline","id":1,"order":5,"prevSize":24,"code":57547,"name":"overlay"},"setIdx":2,"setId":6,"iconIdx":1},{"icon":{"paths":["M557.5 234.667l394.333 277.333-394.333 277.333v-554.667zM141.5 789.333v-554.667l394.333 277.333z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["fast_forward"],"defaultCode":57375,"grid":24},"attrs":[],"properties":{"order":122,"ligatures":"fast_forward","id":2,"prevSize":24,"code":57375,"name":"fast-forward"},"setIdx":2,"setId":6,"iconIdx":2},{"icon":{"paths":["M488.167 512l394.333-277.333v554.667zM466.5 789.333l-394.333-277.333 394.333-277.333v554.667z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["fast_rewind"],"defaultCode":57376,"grid":24},"attrs":[],"properties":{"order":123,"ligatures":"fast_rewind","id":3,"prevSize":24,"code":57376,"name":"fast-rewind"},"setIdx":2,"setId":6,"iconIdx":3},{"icon":{"paths":["M665.84 716.319v-408.639h-103.362v408.639h103.362zM461.521 716.319v-408.639h-103.362v408.639h103.362zM512 0c283.643 0 512 228.357 512 512s-228.357 512-512 512-512-228.357-512-512 228.357-512 512-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["pause_circle_filled"],"defaultCode":57397,"grid":24},"attrs":[],"properties":{"order":124,"ligatures":"pause_circle_filled","id":4,"prevSize":24,"code":57397,"name":"pause"},"setIdx":2,"setId":6,"iconIdx":4},{"icon":{"paths":["M408.639 742.76l307.681-230.76-307.681-230.76v461.521zM512 0c283.643 0 512 228.357 512 512s-228.357 512-512 512-512-228.357-512-512 228.357-512 512-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["play_circle_filled"],"defaultCode":57400,"grid":24},"attrs":[],"properties":{"order":125,"ligatures":"play_circle_filled","id":5,"prevSize":24,"code":57400,"name":"play"},"setIdx":2,"setId":6,"iconIdx":5},{"icon":{"paths":["M512 229.152c206.638 0 375.906 167.070 375.906 373.708s-169.268 375.906-375.906 375.906-375.906-169.268-375.906-375.906h94.525c0 156.079 125.3 281.38 281.38 281.38s281.38-125.3 281.38-281.38-125.3-281.38-281.38-281.38v189.053l-235.216-235.216 235.216-235.216v189.053z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["replay"],"defaultCode":57410,"grid":24},"attrs":[],"properties":{"order":126,"ligatures":"replay","id":6,"prevSize":24,"code":57410,"name":"replay"},"setIdx":2,"setId":6,"iconIdx":6},{"icon":{"paths":["M710.334 213.334h100.334v597.334h-100.334v-597.334zM213.334 810.666v-597.334l422.334 298.666z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["skip_next"],"defaultCode":57412,"grid":24},"attrs":[],"properties":{"order":127,"ligatures":"skip_next","id":7,"prevSize":24,"code":57412,"name":"skip-next"},"setIdx":2,"setId":6,"iconIdx":7},{"icon":{"paths":["M388.332 512l422.33-298.668v597.33zM213.332 213.332h100.331v597.33h-100.331v-597.33z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["skip_previous"],"defaultCode":57413,"grid":24},"attrs":[],"properties":{"order":128,"ligatures":"skip_previous","id":8,"prevSize":24,"code":57413,"name":"skip-previous"},"setIdx":2,"setId":6,"iconIdx":8},{"icon":{"paths":["M213.334 213.334h597.334v597.334h-597.334v-597.334z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["stop"],"defaultCode":57415,"grid":24},"attrs":[],"properties":{"order":129,"ligatures":"stop","id":9,"prevSize":24,"code":57415,"name":"stop"},"setIdx":2,"setId":6,"iconIdx":9},{"icon":{"paths":["M598 138c172 38 298 192 298 374s-126 336-298 374v-88c124-36 212-150 212-286s-88-250-212-286v-88zM704 512c0 76-42 140-106 172v-344c64 32 106 96 106 172zM128 384h170l214-214v684l-214-214h-170v-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["volume_up"],"defaultCode":57424,"grid":24},"attrs":[],"properties":{"ligatures":"volume_up","id":10,"order":130,"prevSize":24,"code":57424,"name":"audio"},"setIdx":2,"setId":6,"iconIdx":10},{"icon":{"paths":["M562.479 358.16v-103.361h-100.958v103.361h100.958zM562.479 769.202v-307.681h-100.958v307.681h100.958zM512 0c283.643 0 512 228.357 512 512s-228.357 512-512 512-512-228.357-512-512 228.357-512 512-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["info"],"defaultCode":59534,"grid":24},"attrs":[],"properties":{"order":196,"ligatures":"info","id":11,"prevSize":24,"code":59534,"name":"info2"},"setIdx":2,"setId":6,"iconIdx":11},{"icon":{"paths":["M461.521 358.16v-103.361h100.958v103.361h-100.958zM512 923.042c225.953 0 411.042-185.089 411.042-411.042s-185.089-411.042-411.042-411.042-411.042 185.089-411.042 411.042 185.089 411.042 411.042 411.042zM512 0c283.643 0 512 228.357 512 512s-228.357 512-512 512-512-228.357-512-512 228.357-512 512-512zM461.521 769.202v-307.681h100.958v307.681h-100.958z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["info_outline"],"defaultCode":59535,"grid":24},"attrs":[],"properties":{"order":197,"ligatures":"info_outline","id":12,"prevSize":24,"code":59535,"name":"info_outline"},"setIdx":2,"setId":6,"iconIdx":12},{"icon":{"paths":["M512 692.282c98.554 0 180.282-81.728 180.282-180.282s-81.728-180.282-180.282-180.282-180.282 81.728-180.282 180.282 81.728 180.282 180.282 180.282zM894.197 562.479l108.169 84.131c9.615 7.211 12.019 21.634 4.808 33.653l-103.361 177.878c-7.211 12.019-19.23 14.423-31.249 9.615l-127.399-50.479c-26.441 19.23-55.286 38.46-86.535 50.479l-19.23 134.61c-2.404 12.019-12.019 21.634-24.038 21.634h-206.723c-12.019 0-21.634-9.615-24.038-21.634l-19.23-134.61c-31.249-12.019-60.094-28.845-86.535-50.479l-127.399 50.479c-12.019 4.808-24.038 2.404-31.249-9.615l-103.361-177.878c-7.211-12.019-4.808-26.441 4.808-33.653l108.169-84.131c-2.404-16.826-2.404-33.653-2.404-50.479s0-33.653 2.404-50.479l-108.169-84.131c-9.615-7.211-12.019-21.634-4.808-33.653l103.361-177.878c7.211-12.019 19.23-14.423 31.249-9.615l127.399 50.479c26.441-19.23 55.286-38.46 86.535-50.479l19.23-134.61c2.404-12.019 12.019-21.634 24.038-21.634h206.723c12.019 0 21.634 9.615 24.038 21.634l19.23 134.61c31.249 12.019 60.094 28.845 86.535 50.479l127.399-50.479c12.019-4.808 24.038-2.404 31.249 9.615l103.361 177.878c7.211 12.019 4.808 26.441-4.808 33.653l-108.169 84.131c2.404 16.826 2.404 33.653 2.404 50.479s0 33.653-2.404 50.479z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["settings"],"defaultCode":59576,"grid":24},"attrs":[],"properties":{"order":198,"ligatures":"settings","id":13,"prevSize":24,"code":59576,"name":"settings"},"setIdx":2,"setId":6,"iconIdx":13},{"icon":{"paths":["M982 342c0 46-40 84-86 84-8 0-16 0-22-2l-152 152c2 6 4 14 4 22 0 46-40 84-86 84s-86-38-86-84c0-8 2-16 4-22l-110-110c-6 2-14 4-22 4s-16-2-22-4l-194 194c2 6 4 14 4 22 0 46-40 86-86 86s-86-40-86-86 40-84 86-84c8 0 16 0 22 2l194-194c-2-6-2-14-2-22 0-46 38-86 84-86s86 40 86 86c0 8 0 16-2 22l108 108c6-2 14-2 22-2s16 0 22 2l152-150c-2-6-4-14-4-22 0-46 40-86 86-86s86 40 86 86z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["timeline"],"defaultCode":59682,"grid":24},"attrs":[],"properties":{"ligatures":"timeline","id":14,"order":199,"prevSize":24,"code":59682,"name":"evolution"},"setIdx":2,"setId":6,"iconIdx":14},{"icon":{"paths":["M621.89 512v-109.89h-219.78v109.89h219.78zM621.89 729.22v-107.335h-219.78v107.335h219.78zM949 294.78v107.335h-115c2.555 17.89 5.11 38.335 5.11 56.22v53.665h109.89v109.89h-109.89v53.665c0 17.89-2.555 35.78-5.11 53.665h115v109.89h-153.335c-56.22 97.11-163.555 163.555-283.665 163.555s-227.445-66.445-283.665-163.555h-153.335v-109.89h115c-2.555-17.89-5.11-35.78-5.11-53.665v-53.665h-109.89v-109.89h109.89v-53.665c0-17.89 2.555-38.335 5.11-56.22h-115v-107.335h153.335c25.555-43.445 58.78-79.22 99.665-107.335l-89.445-89.445 76.665-76.665 120.11 117.555c25.555-5.11 51.11-7.665 76.665-7.665s51.11 2.555 76.665 7.665l120.11-117.555 76.665 76.665-89.445 89.445c40.89 28.11 74.11 63.89 99.665 107.335h153.335z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bug_report"],"defaultCode":59496,"grid":24},"attrs":[],"properties":{"ligatures":"bug_report","id":15,"order":32,"prevSize":24,"code":59496,"name":"bug"},"setIdx":2,"setId":6,"iconIdx":15},{"icon":{"paths":["M143.948 828.18h736.108v106.216h-736.108v-106.216zM353.912 721.964v-316.18h-209.964l368.052-368.052 368.052 368.052h-209.964v316.18h-316.18z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["file_upload"],"defaultCode":58054,"grid":24},"attrs":[],"properties":{"ligatures":"file_upload","id":16,"order":236,"prevSize":24,"code":58054,"name":"upload"},"setIdx":2,"setId":6,"iconIdx":16},{"icon":{"paths":["M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM512 832l-320-256h192v-192h256v192h192l-320 256zM154.51 192l64-64h586.978l64 64h-714.978z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["box-add","box","download","storage","inbox","archive"],"defaultCode":59742,"grid":16},"attrs":[],"properties":{"ligatures":"box-add, box3","name":"archive","order":200,"id":0,"prevSize":32,"code":59742},"setIdx":3,"setId":5,"iconIdx":0},{"icon":{"paths":["M956.29 804.482l-316.29-527.024v-213.458h32c17.6 0 32-14.4 32-32s-14.4-32-32-32h-320c-17.6 0-32 14.4-32 32s14.4 32 32 32h32v213.458l-316.288 527.024c-72.442 120.734-16.512 219.518 124.288 219.518h640c140.8 0 196.73-98.784 124.29-219.518zM241.038 640l206.962-344.938v-231.062h128v231.062l206.964 344.938h-541.926z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["lab","beta","beaker","test","experiment"],"defaultCode":59818,"grid":16},"attrs":[],"properties":{"ligatures":"lab, beta","name":"lab","order":201,"id":1,"prevSize":32,"code":59818},"setIdx":3,"setId":5,"iconIdx":1},{"icon":{"paths":["M768 704h-101.49l-160-160 160-160h101.49v160l224-224-224-224v160h-128c-16.974 0-33.252 6.744-45.254 18.746l-178.746 178.744-178.746-178.746c-12-12-28.28-18.744-45.254-18.744h-192v128h165.49l160 160-160 160h-165.49v128h192c16.974 0 33.252-6.742 45.254-18.746l178.746-178.744 178.746 178.744c12.002 12.004 28.28 18.746 45.254 18.746h128v160l224-224-224-224v160z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["shuffle","random","player"],"defaultCode":59952,"grid":16},"attrs":[],"properties":{"ligatures":"shuffle, random","name":"transition","id":2,"order":202,"prevSize":32,"code":59952},"setIdx":3,"setId":5,"iconIdx":2},{"icon":{"paths":["M512 0c-282.77 0-512 71.634-512 160v96l384 384v320c0 35.346 57.306 64 128 64 70.692 0 128-28.654 128-64v-320l384-384v-96c0-88.366-229.23-160-512-160zM94.384 138.824c23.944-13.658 57.582-26.62 97.278-37.488 87.944-24.076 201.708-37.336 320.338-37.336 118.628 0 232.394 13.26 320.338 37.336 39.696 10.868 73.334 23.83 97.28 37.488 15.792 9.006 24.324 16.624 28.296 21.176-3.972 4.552-12.506 12.168-28.296 21.176-23.946 13.658-57.584 26.62-97.28 37.488-87.942 24.076-201.708 37.336-320.338 37.336s-232.394-13.26-320.338-37.336c-39.696-10.868-73.334-23.83-97.278-37.488-15.792-9.008-24.324-16.624-28.298-21.176 3.974-4.552 12.506-12.168 28.298-21.176z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["filter","funnel"],"defaultCode":59995,"grid":16},"attrs":[],"properties":{"ligatures":"filter, funnel","name":"funnel","order":203,"id":3,"prevSize":32,"code":59995},"setIdx":3,"setId":5,"iconIdx":3},{"icon":{"paths":["M704 64l-320 320h-192l-192 256c0 0 203.416-56.652 322.066-30.084l-322.066 414.084 421.902-328.144c58.838 134.654-37.902 328.144-37.902 328.144l256-192v-192l320-320 64-320-320 64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["rocket","jet","speed","spaceship","fast"],"defaultCode":59813,"grid":16},"attrs":[],"properties":{"ligatures":"rocket, jet","name":"rocket","order":31,"id":4,"prevSize":32,"code":59813},"setIdx":3,"setId":5,"iconIdx":4},{"icon":{"paths":["M832 736l96 96 320-320-320-320-96 96 224 224z","M448 288l-96-96-320 320 320 320 96-96-224-224z","M701.298 150.519l69.468 18.944-191.987 704.026-69.468-18.944 191.987-704.026z"],"width":1280,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["embed","code","html","xml"],"defaultCode":60032,"grid":16},"attrs":[],"properties":{"ligatures":"embed2, code2","name":"embed","order":262,"id":5,"prevSize":32,"code":60032},"setIdx":3,"setId":5,"iconIdx":5},{"icon":{"paths":["M512 64c282.77 0 512 229.23 512 512 0 192.792-106.576 360.666-264.008 448h-495.984c-157.432-87.334-264.008-255.208-264.008-448 0-282.77 229.23-512 512-512zM801.914 865.914c77.438-77.44 120.086-180.398 120.086-289.914h-90v-64h85.038c-7.014-44.998-21.39-88.146-42.564-128h-106.474v-64h64.284c-9.438-11.762-19.552-23.096-30.37-33.914-46.222-46.22-101.54-80.038-161.914-99.798v69.712h-64v-85.040c-20.982-3.268-42.36-4.96-64-4.96s-43.018 1.69-64 4.96v85.040h-64v-69.712c-60.372 19.76-115.692 53.576-161.914 99.798-10.818 10.818-20.932 22.152-30.37 33.914h64.284v64h-106.476c-21.174 39.854-35.552 83.002-42.564 128h85.040v64h-90c0 109.516 42.648 212.474 120.086 289.914 10.71 10.71 21.924 20.728 33.56 30.086h192.354l36.572-512h54.856l36.572 512h192.354c11.636-9.358 22.852-19.378 33.56-30.086z"],"tags":["meter","gauge","dashboard","speedometer","performance"],"defaultCode":59814,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"meter, gauge","name":"meter","order":2,"id":167,"prevSize":32,"code":59814},"setIdx":7,"setId":1,"iconIdx":166},{"icon":{"paths":["M614.286 749.714c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8 5.714-13.143 5.714-4.571 0-9.714-2.286-13.143-5.714l-224.571-224.571-224.571 224.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143zM614.286 530.286c0 4.571-2.286 9.714-5.714 13.143l-28.571 28.571c-3.429 3.429-8 5.714-13.143 5.714-4.571 0-9.714-2.286-13.143-5.714l-224.571-224.571-224.571 224.571c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-28.571-28.571c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l266.286-266.286c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l266.286 266.286c3.429 3.429 5.714 8.571 5.714 13.143z"],"width":658.2857142857142,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["angle-double-up"],"defaultCode":61698,"grid":14},"attrs":[],"properties":{"name":"angle-double-up","id":0,"order":204,"prevSize":28,"code":61698},"setIdx":4,"setId":4,"iconIdx":0},{"icon":{"paths":["M614.286 493.714c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8-5.714 13.143-5.714 4.571 0 9.714 2.286 13.143 5.714l224.571 224.571 224.571-224.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143zM614.286 274.286c0 4.571-2.286 9.714-5.714 13.143l-266.286 266.286c-3.429 3.429-8.571 5.714-13.143 5.714s-9.714-2.286-13.143-5.714l-266.286-266.286c-3.429-3.429-5.714-8.571-5.714-13.143s2.286-9.714 5.714-13.143l28.571-28.571c3.429-3.429 8-5.714 13.143-5.714 4.571 0 9.714 2.286 13.143 5.714l224.571 224.571 224.571-224.571c3.429-3.429 8.571-5.714 13.143-5.714s9.714 2.286 13.143 5.714l28.571 28.571c3.429 3.429 5.714 8.571 5.714 13.143z"],"width":658.2857142857142,"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["angle-double-down"],"defaultCode":61699,"grid":14},"attrs":[],"properties":{"name":"angle-double-down","id":1,"order":205,"prevSize":28,"code":61699},"setIdx":4,"setId":4,"iconIdx":1}],"height":1024,"metadata":{"name":"matomo","url":"https://matomo.org"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"icon-","metadata":{"fontFamily":"matomo","majorVersion":1,"minorVersion":0,"fontURL":"https://matomo.org","description":"Matomo"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"ie7":false,"includeMetadata":true,"showSelector":false,"selector":"","classSelector":".icon","showMetrics":false,"showMetadata":false,"showVersion":true,"noie8":true},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":4473924,"bgColor":16777215},"historySize":100,"showCodes":false,"gridSize":16,"showGrid":false}} \ No newline at end of file
diff --git a/plugins/Morpheus/stylesheets/base/icons.css b/plugins/Morpheus/stylesheets/base/icons.css
index 9f3d0c37dd..9328ff41fd 100644
--- a/plugins/Morpheus/stylesheets/base/icons.css
+++ b/plugins/Morpheus/stylesheets/base/icons.css
@@ -495,3 +495,7 @@
.icon-segmented-visits-log::before {
content: "\e900";
}
+
+.icon-page-performance::before {
+ content: "\e9a6";
+}
diff --git a/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites.png b/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites.png
index d6898a4147..117c1c487e 100644
--- a/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites.png
+++ b/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:c283e2b9dd61d0ede59df0505cced448cf1ce0371121bc671b9a65830e6699c1
-size 276213
+oid sha256:1de998641f2c9250d94cb4459109e3ec09b06b332aad4b9c44d5b2a2196c0f80
+size 276492
diff --git a/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_changed_sort_order.png b/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_changed_sort_order.png
index 8bb41f89c2..7375cfcf2d 100644
--- a/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_changed_sort_order.png
+++ b/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_changed_sort_order.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:899f3a2138a87bb82e0b0ae6de8470b1581a800908cb1cb53f5bcdd2b50a838f
-size 55177
+oid sha256:2474afdb12676e178ae8e7a600786dadb1b2f269f56cfc37ad57fad34ce7eda1
+size 55382
diff --git a/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_page_1.png b/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_page_1.png
index 23a10d8fdc..5e02f0f65f 100644
--- a/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_page_1.png
+++ b/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_page_1.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b831b731c3f469337a3f7d2708db9eaeb79ba5805bf0f6f9374f3818a6ea1009
-size 71858
+oid sha256:80ab2295dbcccfa8c8b15d6bbdeca5cc12f6cfb88ef8a28ac8a427185e1455d6
+size 72053
diff --git a/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_search.png b/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_search.png
index c69ecd8686..f06efe2f82 100644
--- a/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_search.png
+++ b/plugins/MultiSites/tests/UI/expected-screenshots/MultiSitesTest_all_websites_search.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d2a80d5317ef1023d82805989b616310b46c145e961a07d4511a37b9680f01cc
-size 55143
+oid sha256:6ea0d0dbb35a4f9cf3bf4cb6c6b1d4d315a3fe7349d1fe9e141fb631b4a7afbf
+size 55347
diff --git a/plugins/PagePerformance/API.php b/plugins/PagePerformance/API.php
new file mode 100644
index 0000000000..08f7c65ff0
--- /dev/null
+++ b/plugins/PagePerformance/API.php
@@ -0,0 +1,127 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance;
+
+use Piwik\Archive;
+use Piwik\Piwik;
+use Piwik\Plugin\ProcessedMetric;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AveragePageLoadTime;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeDomCompletion;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeDomProcessing;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeNetwork;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeServer;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeOnLoad;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeTransfer;
+
+/**
+ * @method static \Piwik\Plugins\PagePerformance\API getInstance()
+ */
+class API extends \Piwik\Plugin\API
+{
+ public function get($idSite, $period, $date, $segment = false)
+ {
+ Piwik::checkUserHasViewAccess($idSite);
+
+ $archive = Archive::build($idSite, $period, $date, $segment);
+
+ $columns = array(
+ Archiver::PAGEPERFORMANCE_TOTAL_NETWORK_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_NETWORK_HITS,
+ Archiver::PAGEPERFORMANCE_TOTAL_SERVER_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_SERVER_HITS,
+ Archiver::PAGEPERFORMANCE_TOTAL_TRANSFER_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_TRANSFER_HITS,
+ Archiver::PAGEPERFORMANCE_TOTAL_DOMPROCESSING_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_DOMPROCESSING_HITS,
+ Archiver::PAGEPERFORMANCE_TOTAL_DOMCOMPLETION_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_DOMCOMPLETION_HITS,
+ Archiver::PAGEPERFORMANCE_TOTAL_ONLOAD_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_ONLOAD_HITS,
+ Archiver::PAGEPERFORMANCE_TOTAL_PAGE_LOAD_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_PAGE_LOAD_HITS,
+ );
+
+ $dataTable = $archive->getDataTableFromNumeric($columns);
+
+ $precision = 2;
+
+ $dataTable->filter('ColumnCallbackReplace', [[
+ Archiver::PAGEPERFORMANCE_TOTAL_NETWORK_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_SERVER_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_TRANSFER_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_DOMPROCESSING_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_DOMCOMPLETION_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_ONLOAD_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_PAGE_LOAD_TIME,
+ ], function($value) { return $value / 1000; }]);
+
+ $dataTable->filter('ColumnCallbackAddColumnQuotient', array(
+ $this->getMetricColumn(AverageTimeNetwork::class),
+ Archiver::PAGEPERFORMANCE_TOTAL_NETWORK_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_NETWORK_HITS,
+ $precision
+ ));
+
+ $dataTable->filter('ColumnCallbackAddColumnQuotient', array(
+ $this->getMetricColumn(AverageTimeServer::class),
+ Archiver::PAGEPERFORMANCE_TOTAL_SERVER_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_SERVER_HITS,
+ $precision
+ ));
+
+ $dataTable->filter('ColumnCallbackAddColumnQuotient', array(
+ $this->getMetricColumn(AverageTimeTransfer::class),
+ Archiver::PAGEPERFORMANCE_TOTAL_TRANSFER_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_TRANSFER_HITS,
+ $precision
+ ));
+
+ $dataTable->filter('ColumnCallbackAddColumnQuotient', array(
+ $this->getMetricColumn(AverageTimeDomProcessing::class),
+ Archiver::PAGEPERFORMANCE_TOTAL_DOMPROCESSING_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_DOMPROCESSING_HITS,
+ $precision
+ ));
+
+ $dataTable->filter('ColumnCallbackAddColumnQuotient', array(
+ $this->getMetricColumn(AverageTimeDomCompletion::class),
+ Archiver::PAGEPERFORMANCE_TOTAL_DOMCOMPLETION_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_DOMCOMPLETION_HITS,
+ $precision
+ ));
+
+ $dataTable->filter('ColumnCallbackAddColumnQuotient', array(
+ $this->getMetricColumn(AverageTimeOnLoad::class),
+ Archiver::PAGEPERFORMANCE_TOTAL_ONLOAD_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_ONLOAD_HITS,
+ $precision
+ ));
+
+ $dataTable->filter('ColumnCallbackAddColumnQuotient', array(
+ $this->getMetricColumn(AveragePageLoadTime::class),
+ Archiver::PAGEPERFORMANCE_TOTAL_PAGE_LOAD_TIME,
+ Archiver::PAGEPERFORMANCE_TOTAL_PAGE_LOAD_HITS,
+ $precision
+ ));
+
+ $dataTable->queueFilter('ColumnDelete', array($columns));
+
+ return $dataTable;
+ }
+
+ /**
+ * @param string $class
+ * @return string
+ */
+ private function getMetricColumn($class) {
+ /** @var ProcessedMetric $metric */
+ $metric = new $class();
+ return $metric->getName();
+ }
+}
diff --git a/plugins/PagePerformance/Archiver.php b/plugins/PagePerformance/Archiver.php
new file mode 100644
index 0000000000..36545fe566
--- /dev/null
+++ b/plugins/PagePerformance/Archiver.php
@@ -0,0 +1,124 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+
+namespace Piwik\Plugins\PagePerformance;
+
+use Piwik\Plugins\PagePerformance\Columns\TimeDomCompletion;
+use Piwik\Plugins\PagePerformance\Columns\TimeDomProcessing;
+use Piwik\Plugins\PagePerformance\Columns\TimeNetwork;
+use Piwik\Plugins\PagePerformance\Columns\TimeServer;
+use Piwik\Plugins\PagePerformance\Columns\TimeOnLoad;
+use Piwik\Plugins\PagePerformance\Columns\TimeTransfer;
+
+/**
+ * Class Archiver
+ */
+class Archiver extends \Piwik\Plugin\Archiver
+{
+ const PAGEPERFORMANCE_TOTAL_NETWORK_TIME = 'PagePerformance_network_time';
+ const PAGEPERFORMANCE_TOTAL_NETWORK_HITS = 'PagePerformance_network_hits';
+ const PAGEPERFORMANCE_TOTAL_SERVER_TIME = 'PagePerformance_servery_time';
+ const PAGEPERFORMANCE_TOTAL_SERVER_HITS = 'PagePerformance_server_hits';
+ const PAGEPERFORMANCE_TOTAL_TRANSFER_TIME = 'PagePerformance_transfer_time';
+ const PAGEPERFORMANCE_TOTAL_TRANSFER_HITS = 'PagePerformance_transfer_hits';
+ const PAGEPERFORMANCE_TOTAL_DOMPROCESSING_TIME = 'PagePerformance_domprocessing_time';
+ const PAGEPERFORMANCE_TOTAL_DOMPROCESSING_HITS = 'PagePerformance_domprocessing_hits';
+ const PAGEPERFORMANCE_TOTAL_DOMCOMPLETION_TIME = 'PagePerformance_domcompletion_time';
+ const PAGEPERFORMANCE_TOTAL_DOMCOMPLETION_HITS = 'PagePerformance_domcompletion_hits';
+ const PAGEPERFORMANCE_TOTAL_ONLOAD_TIME = 'PagePerformance_onload_time';
+ const PAGEPERFORMANCE_TOTAL_ONLOAD_HITS = 'PagePerformance_onload_hits';
+ const PAGEPERFORMANCE_TOTAL_PAGE_LOAD_TIME = 'PagePerformance_pageload_time';
+ const PAGEPERFORMANCE_TOTAL_PAGE_LOAD_HITS = 'PagePerformance_pageload_hits';
+
+ public function aggregateDayReport()
+ {
+ $selects = $totalColumns = $hitsColumns = [];
+ $table = 'log_link_visit_action';
+
+ $performanceDimensions = [
+ new TimeNetwork(),
+ new TimeServer(),
+ new TimeTransfer(),
+ new TimeDomProcessing(),
+ new TimeDomCompletion(),
+ new TimeOnLoad()
+ ];
+
+ foreach($performanceDimensions as $dimension) {
+ $column = $dimension->getColumnName();
+ $selects[] = "sum($table.$column) as {$column}_total";
+ $selects[] = "sum(if($table.$column is null, 0, 1)) as {$column}_hits";
+ $totalColumns[] = "$table.$column";
+ $hitsColumns[] = "if($table.$column is null, 0, 1)";
+ }
+
+ $selects[] = sprintf('SUM(%s) as page_load_total', implode(' + ', $totalColumns));
+ $selects[] = sprintf('(SUM(%s)/%s) as page_load_hits', implode(' + ', $hitsColumns), count($hitsColumns));
+
+ $joinLogActionOnColumn = array('idaction_url');
+
+ $query = $this->getLogAggregator()->queryActionsByDimension([], '', $selects, false, null, $joinLogActionOnColumn);
+
+ $result = $query->fetchAll();
+
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_NETWORK_TIME, 'time_network_total');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_NETWORK_HITS, 'time_network_hits');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_SERVER_TIME, 'time_server_total');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_SERVER_HITS, 'time_server_hits');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_TRANSFER_TIME, 'time_transfer_total');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_TRANSFER_HITS, 'time_transfer_hits');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_DOMPROCESSING_TIME, 'time_dom_processing_total');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_DOMPROCESSING_HITS, 'time_dom_processing_hits');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_DOMCOMPLETION_TIME, 'time_dom_completion_total');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_DOMCOMPLETION_HITS, 'time_dom_completion_hits');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_ONLOAD_TIME, 'time_on_load_total');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_ONLOAD_HITS, 'time_on_load_hits');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_PAGE_LOAD_TIME, 'page_load_total');
+ $this->sumAndInsertNumericRecord($result, self::PAGEPERFORMANCE_TOTAL_PAGE_LOAD_HITS, 'page_load_hits');
+ }
+
+ /**
+ * @param $result
+ * @param string $metric
+ * @param string $field
+ */
+ private function sumAndInsertNumericRecord($result, $metric, $field)
+ {
+ $total = 0;
+
+ foreach ($result as $row) {
+ if (!empty($row[$field])) {
+ $total += (int) $row[$field];
+ }
+ }
+
+ $this->getProcessor()->insertNumericRecord($metric, $total);
+ }
+
+ public function aggregateMultipleReports()
+ {
+ $this->getProcessor()->aggregateNumericMetrics(array(
+ self::PAGEPERFORMANCE_TOTAL_NETWORK_TIME,
+ self::PAGEPERFORMANCE_TOTAL_NETWORK_HITS,
+ self::PAGEPERFORMANCE_TOTAL_SERVER_TIME,
+ self::PAGEPERFORMANCE_TOTAL_SERVER_HITS,
+ self::PAGEPERFORMANCE_TOTAL_TRANSFER_TIME,
+ self::PAGEPERFORMANCE_TOTAL_TRANSFER_HITS,
+ self::PAGEPERFORMANCE_TOTAL_DOMPROCESSING_TIME,
+ self::PAGEPERFORMANCE_TOTAL_DOMPROCESSING_HITS,
+ self::PAGEPERFORMANCE_TOTAL_DOMCOMPLETION_TIME,
+ self::PAGEPERFORMANCE_TOTAL_DOMCOMPLETION_HITS,
+ self::PAGEPERFORMANCE_TOTAL_ONLOAD_TIME,
+ self::PAGEPERFORMANCE_TOTAL_ONLOAD_HITS,
+ self::PAGEPERFORMANCE_TOTAL_PAGE_LOAD_TIME,
+ self::PAGEPERFORMANCE_TOTAL_PAGE_LOAD_HITS,
+ ));
+ }
+
+}
diff --git a/plugins/PagePerformance/Columns/Metrics/AveragePageLoadTime.php b/plugins/PagePerformance/Columns/Metrics/AveragePageLoadTime.php
new file mode 100644
index 0000000000..74fe50fdc2
--- /dev/null
+++ b/plugins/PagePerformance/Columns/Metrics/AveragePageLoadTime.php
@@ -0,0 +1,63 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+namespace Piwik\Plugins\PagePerformance\Columns\Metrics;
+
+use Piwik\DataTable\Row;
+use Piwik\Metrics\Formatter;
+use Piwik\Piwik;
+use Piwik\Plugin\ProcessedMetric;
+
+/**
+ * The average amount of time it took loading a page completely. Calculated as:
+ *
+ * avg_time_network + avg_time_server + avg_time_transfer + avg_time_dom_processing + avg_time_dom_completion + avg_time_on_load
+ */
+class AveragePageLoadTime extends ProcessedMetric
+{
+ public function getName()
+ {
+ return 'avg_page_load_time';
+ }
+
+ public function getTranslatedName()
+ {
+ return Piwik::translate('PagePerformance_ColumnAveragePageLoadTime');
+ }
+
+ public function getDocumentation()
+ {
+ return Piwik::translate('PagePerformance_ColumnAveragePageLoadTimeDocumentation');
+ }
+
+ public function compute(Row $row)
+ {
+ $sum = 0;
+ foreach ($this->getDependentMetrics() as $dependentMetric) {
+ $sum += self::getMetric($row, $dependentMetric);
+ }
+
+ return $sum;
+ }
+
+ public function format($value, Formatter $formatter)
+ {
+ if ($formatter instanceof Formatter\Html
+ && !$value
+ ) {
+ return '-';
+ } else {
+ return $formatter->getPrettyTimeFromSeconds($value, $displayAsSentence = true);
+ }
+ }
+
+ public function getDependentMetrics()
+ {
+ return ['avg_time_network', 'avg_time_server', 'avg_time_transfer',
+ 'avg_time_dom_processing', 'avg_time_dom_completion', 'avg_time_on_load'];
+ }
+}
diff --git a/plugins/PagePerformance/Columns/Metrics/AveragePerformanceMetric.php b/plugins/PagePerformance/Columns/Metrics/AveragePerformanceMetric.php
new file mode 100644
index 0000000000..d7511fe840
--- /dev/null
+++ b/plugins/PagePerformance/Columns/Metrics/AveragePerformanceMetric.php
@@ -0,0 +1,99 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+namespace Piwik\Plugins\PagePerformance\Columns\Metrics;
+
+use Piwik\DataTable;
+use Piwik\DataTable\Row;
+use Piwik\Metrics\Formatter;
+use Piwik\Piwik;
+use Piwik\Plugin\ProcessedMetric;
+
+/**
+ * The average amount for a certain performance metric. Calculated as
+ *
+ * sum_time / nb_hits_with_time
+ *
+ * The above metrics are calculated during archiving. This metric is calculated before
+ * serving a report.
+ */
+abstract class AveragePerformanceMetric extends ProcessedMetric
+{
+ const ID = '';
+
+ public function getName()
+ {
+ return 'avg_' . static::ID;
+ }
+
+ public function getDependentMetrics()
+ {
+ return array('sum_' . static::ID, 'nb_hits_with_' . static::ID);
+ }
+
+ public function getTemporaryMetrics()
+ {
+ return array('sum_' . static::ID);
+ }
+
+ public function compute(Row $row)
+ {
+ $sumGenerationTime = $this->getMetric($row, 'sum_' . static::ID);
+ $hitsWithTimeGeneration = $this->getMetric($row, 'nb_hits_with_' . static::ID);
+
+ return Piwik::getQuotientSafe($sumGenerationTime, $hitsWithTimeGeneration, $precision = 3);
+ }
+
+ public function format($value, Formatter $formatter)
+ {
+ if ($formatter instanceof Formatter\Html
+ && !$value
+ ) {
+ return '-';
+ } else {
+ return $formatter->getPrettyTimeFromSeconds($value, $displayAsSentence = true);
+ }
+ }
+
+ public function beforeCompute($report, DataTable $table)
+ {
+ $hasTimeGeneration = array_sum($this->getMetricValues($table, 'sum_' . static::ID)) > 0;
+
+ if (!$hasTimeGeneration
+ && $table->getRowsCount() != 0
+ && !$this->hasAverageMetric($table)
+ ) {
+ // No generation time: remove it from the API output and add it to empty_columns metadata, so that
+ // the columns can also be removed from the view
+ $table->filter('ColumnDelete', array(array(
+ 'sum_' . static::ID,
+ 'nb_hits_with_' . static::ID,
+ 'min_' . static::ID,
+ 'max_' . static::ID
+ )));
+
+ if ($table instanceof DataTable) {
+ $emptyColumns = $table->getMetadata(DataTable::EMPTY_COLUMNS_METADATA_NAME);
+ if (!is_array($emptyColumns)) {
+ $emptyColumns = array();
+ }
+ $emptyColumns[] = 'sum_' . static::ID;
+ $emptyColumns[] = 'nb_hits_with_' . static::ID;
+ $emptyColumns[] = 'min_' . static::ID;
+ $emptyColumns[] = 'max_' . static::ID;
+ $table->setMetadata(DataTable::EMPTY_COLUMNS_METADATA_NAME, $emptyColumns);
+ }
+ }
+
+ return $hasTimeGeneration;
+ }
+
+ private function hasAverageMetric(DataTable $table)
+ {
+ return $table->getFirstRow()->getColumn($this->getName()) !== false;
+ }
+} \ No newline at end of file
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeDomCompletion.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeDomCompletion.php
new file mode 100644
index 0000000000..e69ba699f4
--- /dev/null
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeDomCompletion.php
@@ -0,0 +1,34 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+namespace Piwik\Plugins\PagePerformance\Columns\Metrics;
+
+use Piwik\Piwik;
+
+/**
+ * The average amount of time the browser needs to load media any Javascript listening for the DOMContentLoaded event.
+ * Calculated as
+ *
+ * sum_time_dom_completion / nb_hits_with_time_dom_completion
+ *
+ * The above metrics are calculated during archiving. This metric is calculated before
+ * serving a report.
+ */
+class AverageTimeDomCompletion extends AveragePerformanceMetric
+{
+ const ID = 'time_dom_completion';
+
+ public function getTranslatedName()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeDomCompletion');
+ }
+
+ public function getDocumentation()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeDomCompletionDocumentation');
+ }
+} \ No newline at end of file
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeDomProcessing.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeDomProcessing.php
new file mode 100644
index 0000000000..298867321e
--- /dev/null
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeDomProcessing.php
@@ -0,0 +1,33 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+namespace Piwik\Plugins\PagePerformance\Columns\Metrics;
+
+use Piwik\Piwik;
+
+/**
+ * The average amount of time the browser spends until user can start interacting with the page. Calculated as
+ *
+ * sum_time_dom_processing / nb_hits_with_time_dom_processing
+ *
+ * The above metrics are calculated during archiving. This metric is calculated before
+ * serving a report.
+ */
+class AverageTimeDomProcessing extends AveragePerformanceMetric
+{
+ const ID = 'time_dom_processing';
+
+ public function getTranslatedName()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeDomProcessing');
+ }
+
+ public function getDocumentation()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeDomProcessingDocumentation');
+ }
+} \ No newline at end of file
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeNetwork.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeNetwork.php
new file mode 100644
index 0000000000..dbc1d051e5
--- /dev/null
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeNetwork.php
@@ -0,0 +1,33 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+namespace Piwik\Plugins\PagePerformance\Columns\Metrics;
+
+use Piwik\Piwik;
+
+/**
+ * The average amount of time needed to connect to the server. Calculated as
+ *
+ * sum_time_network / nb_hits_with_time_network
+ *
+ * The above metrics are calculated during archiving. This metric is calculated before
+ * serving a report.
+ */
+class AverageTimeNetwork extends AveragePerformanceMetric
+{
+ const ID = 'time_network';
+
+ public function getTranslatedName()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeNetwork');
+ }
+
+ public function getDocumentation()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeNetworkDocumentation');
+ }
+} \ No newline at end of file
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeOnLoad.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeOnLoad.php
new file mode 100644
index 0000000000..e700b833bb
--- /dev/null
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeOnLoad.php
@@ -0,0 +1,33 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+namespace Piwik\Plugins\PagePerformance\Columns\Metrics;
+
+use Piwik\Piwik;
+
+/**
+ * The average amount of time browser needs to execute javascript waiting for window.load event. Calculated as
+ *
+ * sum_time_on_load / nb_hits_with_time_on_load
+ *
+ * The above metrics are calculated during archiving. This metric is calculated before
+ * serving a report.
+ */
+class AverageTimeOnLoad extends AveragePerformanceMetric
+{
+ const ID = 'time_on_load';
+
+ public function getTranslatedName()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeOnLoad');
+ }
+
+ public function getDocumentation()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeOnLoadDocumentation');
+ }
+} \ No newline at end of file
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeServer.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeServer.php
new file mode 100644
index 0000000000..26da8df8f3
--- /dev/null
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeServer.php
@@ -0,0 +1,33 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+namespace Piwik\Plugins\PagePerformance\Columns\Metrics;
+
+use Piwik\Piwik;
+
+/**
+ * The average amount of time the server needs to start serving a page. Calculated as
+ *
+ * sum_time_server / nb_hits_with_time_server
+ *
+ * The above metrics are calculated during archiving. This metric is calculated before
+ * serving a report.
+ */
+class AverageTimeServer extends AveragePerformanceMetric
+{
+ const ID = 'time_server';
+
+ public function getTranslatedName()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeServer');
+ }
+
+ public function getDocumentation()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeServerDocumentation');
+ }
+} \ No newline at end of file
diff --git a/plugins/PagePerformance/Columns/Metrics/AverageTimeTransfer.php b/plugins/PagePerformance/Columns/Metrics/AverageTimeTransfer.php
new file mode 100644
index 0000000000..01aa7398c0
--- /dev/null
+++ b/plugins/PagePerformance/Columns/Metrics/AverageTimeTransfer.php
@@ -0,0 +1,33 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+namespace Piwik\Plugins\PagePerformance\Columns\Metrics;
+
+use Piwik\Piwik;
+
+/**
+ * The average amount of time it takes to transfer a page. Calculated as
+ *
+ * sum_time_transfer / nb_hits_with_time_transfer
+ *
+ * The above metrics are calculated during archiving. This metric is calculated before
+ * serving a report.
+ */
+class AverageTimeTransfer extends AveragePerformanceMetric
+{
+ const ID = 'time_transfer';
+
+ public function getTranslatedName()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeTransfer');
+ }
+
+ public function getDocumentation()
+ {
+ return Piwik::translate('PagePerformance_ColumnAverageTimeTransferDocumentation');
+ }
+} \ No newline at end of file
diff --git a/plugins/PagePerformance/Columns/TimeDomCompletion.php b/plugins/PagePerformance/Columns/TimeDomCompletion.php
new file mode 100644
index 0000000000..45c15a9c42
--- /dev/null
+++ b/plugins/PagePerformance/Columns/TimeDomCompletion.php
@@ -0,0 +1,74 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance\Columns;
+
+use Piwik\Columns\DimensionMetricFactory;
+use Piwik\Columns\MetricsList;
+use Piwik\Piwik;
+use Piwik\Plugin\ArchivedMetric;
+use Piwik\Plugin\ComputedMetric;
+use Piwik\Plugin\Dimension\ActionDimension;
+use Piwik\Tracker\Action;
+use Piwik\Tracker\ActionPageview;
+use Piwik\Tracker\Request;
+use Piwik\Tracker\Visitor;
+
+class TimeDomCompletion extends ActionDimension
+{
+ protected $columnName = 'time_dom_completion';
+ protected $columnType = 'MEDIUMINT(10) UNSIGNED NULL';
+ protected $type = self::TYPE_DURATION_MS;
+ protected $nameSingular = 'PagePerformance_ColumnTimeDomCompletion';
+
+ public function onNewAction(Request $request, Visitor $visitor, Action $action)
+ {
+ if (!($action instanceof ActionPageview)) {
+ return false;
+ }
+
+ $domCompleteTime = $request->getParam($this->getRequestParam());
+
+ if ($domCompleteTime === -1) {
+ return false;
+ }
+
+ return $domCompleteTime;
+ }
+
+ public function getRequestParam()
+ {
+ return 'pf_dm2';
+ }
+
+ public function configureMetrics(MetricsList $metricsList, DimensionMetricFactory $dimensionMetricFactory)
+ {
+ $metric1 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_SUM);
+ $metric1->setName('sum_time_dom_completion');
+ $metricsList->addMetric($metric1);
+
+ $metric2 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MAX);
+ $metric2->setName('max_time_dom_completion');
+ $metricsList->addMetric($metric2);
+
+ $metric3 = $dimensionMetricFactory->createMetric('sum(if(%s is null, 0, 1))');
+ $metric3->setName('pageviews_with_time_dom_completion');
+ $metric3->setTranslatedName(Piwik::translate('PagePerformance_ColumnViewsWithDomCompletionTime'));
+ $metricsList->addMetric($metric3);
+
+ $metric4 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MIN);
+ $metric4->setName('min_time_dom_completion');
+ $metricsList->addMetric($metric4);
+
+ $metric = $dimensionMetricFactory->createComputedMetric($metric1->getName(), $metric3->getName(), ComputedMetric::AGGREGATION_AVG);
+ $metric->setName('avg_page_time_dom_completion');
+ $metric->setTranslatedName(Piwik::translate('PagePerformance_ColumnAverageDomCompletionTime'));
+ $metric->setDocumentation(Piwik::translate('PagePerformance_ColumnAverageDomCompletionTimeDocumentation'));
+ $metricsList->addMetric($metric);
+ }
+}
diff --git a/plugins/PagePerformance/Columns/TimeDomProcessing.php b/plugins/PagePerformance/Columns/TimeDomProcessing.php
new file mode 100644
index 0000000000..4fa8db2048
--- /dev/null
+++ b/plugins/PagePerformance/Columns/TimeDomProcessing.php
@@ -0,0 +1,74 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance\Columns;
+
+use Piwik\Columns\DimensionMetricFactory;
+use Piwik\Columns\MetricsList;
+use Piwik\Piwik;
+use Piwik\Plugin\ArchivedMetric;
+use Piwik\Plugin\ComputedMetric;
+use Piwik\Plugin\Dimension\ActionDimension;
+use Piwik\Tracker\Action;
+use Piwik\Tracker\ActionPageview;
+use Piwik\Tracker\Request;
+use Piwik\Tracker\Visitor;
+
+class TimeDomProcessing extends ActionDimension
+{
+ protected $columnName = 'time_dom_processing';
+ protected $columnType = 'MEDIUMINT(10) UNSIGNED NULL';
+ protected $type = self::TYPE_DURATION_MS;
+ protected $nameSingular = 'PagePerformance_ColumnTimeDomProcessing';
+
+ public function onNewAction(Request $request, Visitor $visitor, Action $action)
+ {
+ if (!($action instanceof ActionPageview)) {
+ return false;
+ }
+
+ $domProcessTime = $request->getParam($this->getRequestParam());
+
+ if ($domProcessTime === -1) {
+ return false;
+ }
+
+ return $domProcessTime;
+ }
+
+ public function getRequestParam()
+ {
+ return 'pf_dm1';
+ }
+
+ public function configureMetrics(MetricsList $metricsList, DimensionMetricFactory $dimensionMetricFactory)
+ {
+ $metric1 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_SUM);
+ $metric1->setName('sum_time_dom_processing');
+ $metricsList->addMetric($metric1);
+
+ $metric2 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MAX);
+ $metric2->setName('max_time_dom_processing');
+ $metricsList->addMetric($metric2);
+
+ $metric3 = $dimensionMetricFactory->createMetric('sum(if(%s is null, 0, 1))');
+ $metric3->setName('pageviews_with_time_dom_processing');
+ $metric3->setTranslatedName(Piwik::translate('PagePerformance_ColumnViewsWithDomProcessingTime'));
+ $metricsList->addMetric($metric3);
+
+ $metric4 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MIN);
+ $metric4->setName('min_time_dom_processing');
+ $metricsList->addMetric($metric4);
+
+ $metric = $dimensionMetricFactory->createComputedMetric($metric1->getName(), $metric3->getName(), ComputedMetric::AGGREGATION_AVG);
+ $metric->setName('avg_time_dom_processing');
+ $metric->setTranslatedName(Piwik::translate('PagePerformance_ColumnAverageDomProcessingTime'));
+ $metric->setDocumentation(Piwik::translate('PagePerformance_ColumnAverageDomProcessingTimeDocumentation'));
+ $metricsList->addMetric($metric);
+ }
+}
diff --git a/plugins/PagePerformance/Columns/TimeNetwork.php b/plugins/PagePerformance/Columns/TimeNetwork.php
new file mode 100644
index 0000000000..d1166a36c6
--- /dev/null
+++ b/plugins/PagePerformance/Columns/TimeNetwork.php
@@ -0,0 +1,74 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance\Columns;
+
+use Piwik\Columns\DimensionMetricFactory;
+use Piwik\Columns\MetricsList;
+use Piwik\Piwik;
+use Piwik\Plugin\ArchivedMetric;
+use Piwik\Plugin\ComputedMetric;
+use Piwik\Plugin\Dimension\ActionDimension;
+use Piwik\Tracker\Action;
+use Piwik\Tracker\ActionPageview;
+use Piwik\Tracker\Request;
+use Piwik\Tracker\Visitor;
+
+class TimeNetwork extends ActionDimension
+{
+ protected $columnName = 'time_network';
+ protected $columnType = 'MEDIUMINT(10) UNSIGNED NULL';
+ protected $type = self::TYPE_DURATION_MS;
+ protected $nameSingular = 'PagePerformance_ColumnTimeNetwork';
+
+ public function onNewAction(Request $request, Visitor $visitor, Action $action)
+ {
+ if (!($action instanceof ActionPageview)) {
+ return false;
+ }
+
+ $networkTime = $request->getParam($this->getRequestParam());
+
+ if ($networkTime === -1) {
+ return false;
+ }
+
+ return $networkTime;
+ }
+
+ public function getRequestParam()
+ {
+ return 'pf_net';
+ }
+
+ public function configureMetrics(MetricsList $metricsList, DimensionMetricFactory $dimensionMetricFactory)
+ {
+ $metric1 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_SUM);
+ $metric1->setName('sum_time_network');
+ $metricsList->addMetric($metric1);
+
+ $metric2 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MAX);
+ $metric2->setName('max_time_network');
+ $metricsList->addMetric($metric2);
+
+ $metric3 = $dimensionMetricFactory->createMetric('sum(if(%s is null, 0, 1))');
+ $metric3->setName('pageviews_with_time_network');
+ $metric3->setTranslatedName(Piwik::translate('PagePerformance_ColumnViewsWithNetworkTime'));
+ $metricsList->addMetric($metric3);
+
+ $metric4 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MIN);
+ $metric4->setName('min_time_network');
+ $metricsList->addMetric($metric4);
+
+ $metric = $dimensionMetricFactory->createComputedMetric($metric1->getName(), $metric3->getName(), ComputedMetric::AGGREGATION_AVG);
+ $metric->setName('avg_time_network');
+ $metric->setTranslatedName(Piwik::translate('PagePerformance_ColumnAverageNetworkTime'));
+ $metric->setDocumentation(Piwik::translate('PagePerformance_ColumnAverageNetworkTimeDocumentation'));
+ $metricsList->addMetric($metric);
+ }
+}
diff --git a/plugins/PagePerformance/Columns/TimeOnLoad.php b/plugins/PagePerformance/Columns/TimeOnLoad.php
new file mode 100644
index 0000000000..bb64b3d2fe
--- /dev/null
+++ b/plugins/PagePerformance/Columns/TimeOnLoad.php
@@ -0,0 +1,74 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance\Columns;
+
+use Piwik\Columns\DimensionMetricFactory;
+use Piwik\Columns\MetricsList;
+use Piwik\Piwik;
+use Piwik\Plugin\ArchivedMetric;
+use Piwik\Plugin\ComputedMetric;
+use Piwik\Plugin\Dimension\ActionDimension;
+use Piwik\Tracker\Action;
+use Piwik\Tracker\ActionPageview;
+use Piwik\Tracker\Request;
+use Piwik\Tracker\Visitor;
+
+class TimeOnLoad extends ActionDimension
+{
+ protected $columnName = 'time_on_load';
+ protected $columnType = 'MEDIUMINT(10) UNSIGNED NULL';
+ protected $type = self::TYPE_DURATION_MS;
+ protected $nameSingular = 'PagePerformance_ColumnTimeOnLoad';
+
+ public function onNewAction(Request $request, Visitor $visitor, Action $action)
+ {
+ if (!($action instanceof ActionPageview)) {
+ return false;
+ }
+
+ $timeOnLoad = $request->getParam($this->getRequestParam());
+
+ if ($timeOnLoad === -1) {
+ return null;
+ }
+
+ return $timeOnLoad;
+ }
+
+ public function getRequestParam()
+ {
+ return 'pf_onl';
+ }
+
+ public function configureMetrics(MetricsList $metricsList, DimensionMetricFactory $dimensionMetricFactory)
+ {
+ $metric1 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_SUM);
+ $metric1->setName('sum_time_on_load');
+ $metricsList->addMetric($metric1);
+
+ $metric2 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MAX);
+ $metric2->setName('max_time_on_load');
+ $metricsList->addMetric($metric2);
+
+ $metric3 = $dimensionMetricFactory->createMetric('sum(if(%s is null, 0, 1))');
+ $metric3->setName('pageviews_with_time_on_load');
+ $metric3->setTranslatedName(Piwik::translate('PagePerformance_ColumnViewsWithOnLoadTime'));
+ $metricsList->addMetric($metric3);
+
+ $metric4 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MIN);
+ $metric4->setName('min_time_on_load');
+ $metricsList->addMetric($metric4);
+
+ $metric = $dimensionMetricFactory->createComputedMetric($metric1->getName(), $metric3->getName(), ComputedMetric::AGGREGATION_AVG);
+ $metric->setName('avg_time_on_load');
+ $metric->setTranslatedName(Piwik::translate('PagePerformance_ColumnAverageOnLoadTime'));
+ $metric->setDocumentation(Piwik::translate('PagePerformance_ColumnAverageOnLoadTimeDocumentation'));
+ $metricsList->addMetric($metric);
+ }
+}
diff --git a/plugins/PagePerformance/Columns/TimeServer.php b/plugins/PagePerformance/Columns/TimeServer.php
new file mode 100644
index 0000000000..baf3097c9d
--- /dev/null
+++ b/plugins/PagePerformance/Columns/TimeServer.php
@@ -0,0 +1,74 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance\Columns;
+
+use Piwik\Columns\DimensionMetricFactory;
+use Piwik\Columns\MetricsList;
+use Piwik\Piwik;
+use Piwik\Plugin\ArchivedMetric;
+use Piwik\Plugin\ComputedMetric;
+use Piwik\Plugin\Dimension\ActionDimension;
+use Piwik\Tracker\Action;
+use Piwik\Tracker\ActionPageview;
+use Piwik\Tracker\Request;
+use Piwik\Tracker\Visitor;
+
+class TimeServer extends ActionDimension
+{
+ protected $columnName = 'time_server';
+ protected $columnType = 'MEDIUMINT(10) UNSIGNED NULL';
+ protected $type = self::TYPE_DURATION_MS;
+ protected $nameSingular = 'PagePerformance_ColumnTimeServer';
+
+ public function onNewAction(Request $request, Visitor $visitor, Action $action)
+ {
+ if (!($action instanceof ActionPageview)) {
+ return false;
+ }
+
+ $serverTime = $request->getParam($this->getRequestParam());
+
+ if ($serverTime === -1) {
+ return false;
+ }
+
+ return $serverTime;
+ }
+
+ public function getRequestParam()
+ {
+ return 'pf_srv';
+ }
+
+ public function configureMetrics(MetricsList $metricsList, DimensionMetricFactory $dimensionMetricFactory)
+ {
+ $metric1 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_SUM);
+ $metric1->setName('sum_time_server');
+ $metricsList->addMetric($metric1);
+
+ $metric2 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MAX);
+ $metric2->setName('max_time_server');
+ $metricsList->addMetric($metric2);
+
+ $metric3 = $dimensionMetricFactory->createMetric('sum(if(%s is null, 0, 1))');
+ $metric3->setName('pageviews_with_time_server');
+ $metric3->setTranslatedName(Piwik::translate('PagePerformance_ColumnViewsWithServerTime'));
+ $metricsList->addMetric($metric3);
+
+ $metric4 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MIN);
+ $metric4->setName('min_time_server');
+ $metricsList->addMetric($metric4);
+
+ $metric = $dimensionMetricFactory->createComputedMetric($metric1->getName(), $metric3->getName(), ComputedMetric::AGGREGATION_AVG);
+ $metric->setName('avg_time_server');
+ $metric->setTranslatedName(Piwik::translate('PagePerformance_ColumnAverageServerTime'));
+ $metric->setDocumentation(Piwik::translate('PagePerformance_ColumnAverageServerTimeDocumentation'));
+ $metricsList->addMetric($metric);
+ }
+}
diff --git a/plugins/PagePerformance/Columns/TimeTransfer.php b/plugins/PagePerformance/Columns/TimeTransfer.php
new file mode 100644
index 0000000000..43a7fe0535
--- /dev/null
+++ b/plugins/PagePerformance/Columns/TimeTransfer.php
@@ -0,0 +1,74 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance\Columns;
+
+use Piwik\Columns\DimensionMetricFactory;
+use Piwik\Columns\MetricsList;
+use Piwik\Piwik;
+use Piwik\Plugin\ArchivedMetric;
+use Piwik\Plugin\ComputedMetric;
+use Piwik\Plugin\Dimension\ActionDimension;
+use Piwik\Tracker\Action;
+use Piwik\Tracker\ActionPageview;
+use Piwik\Tracker\Request;
+use Piwik\Tracker\Visitor;
+
+class TimeTransfer extends ActionDimension
+{
+ protected $columnName = 'time_transfer';
+ protected $columnType = 'MEDIUMINT(10) UNSIGNED NULL';
+ protected $type = self::TYPE_DURATION_MS;
+ protected $nameSingular = 'PagePerformance_ColumnTimeTransfer';
+
+ public function onNewAction(Request $request, Visitor $visitor, Action $action)
+ {
+ if (!($action instanceof ActionPageview)) {
+ return false;
+ }
+
+ $transferTime = $request->getParam($this->getRequestParam());
+
+ if ($transferTime === -1) {
+ return false;
+ }
+
+ return $transferTime;
+ }
+
+ public function getRequestParam()
+ {
+ return 'pf_tfr';
+ }
+
+ public function configureMetrics(MetricsList $metricsList, DimensionMetricFactory $dimensionMetricFactory)
+ {
+ $metric1 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_SUM);
+ $metric1->setName('sum_time_transfer');
+ $metricsList->addMetric($metric1);
+
+ $metric2 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MAX);
+ $metric2->setName('max_time_transfer');
+ $metricsList->addMetric($metric2);
+
+ $metric3 = $dimensionMetricFactory->createMetric('sum(if(%s is null, 0, 1))');
+ $metric3->setName('pageviews_with_time_transfer');
+ $metric3->setTranslatedName(Piwik::translate('PagePerformance_ColumnViewsWithTransferTime'));
+ $metricsList->addMetric($metric3);
+
+ $metric4 = $dimensionMetricFactory->createMetric(ArchivedMetric::AGGREGATION_MIN);
+ $metric4->setName('min_time_transfer');
+ $metricsList->addMetric($metric4);
+
+ $metric = $dimensionMetricFactory->createComputedMetric($metric1->getName(), $metric3->getName(), ComputedMetric::AGGREGATION_AVG);
+ $metric->setName('avg_time_transfer');
+ $metric->setTranslatedName(Piwik::translate('PagePerformance_ColumnAverageTransferTime'));
+ $metric->setDocumentation(Piwik::translate('PagePerformance_ColumnAverageTransferTimeDocumentation'));
+ $metricsList->addMetric($metric);
+ }
+}
diff --git a/plugins/PagePerformance/Controller.php b/plugins/PagePerformance/Controller.php
new file mode 100644
index 0000000000..7e087b7eed
--- /dev/null
+++ b/plugins/PagePerformance/Controller.php
@@ -0,0 +1,157 @@
+<?php
+/**
+ * Matomo - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance;
+
+use Piwik\API\Request;
+use Piwik\Common;
+use Piwik\DataTable;
+use Piwik\Metrics\Formatter;
+use Piwik\Piwik;
+use Piwik\Plugin\Controller as PluginController;
+use Piwik\Plugin\ReportsProvider;
+use Piwik\Plugins\CoreVisualizations\Visualizations\JqplotGraph\Evolution as EvolutionViz;
+use Piwik\Plugins\PagePerformance\Visualizations\JqplotGraph\StackedBarEvolution;
+use Piwik\View;
+use Piwik\ViewDataTable\Factory as ViewDataTableFactory;
+
+class Controller extends PluginController
+{
+ public function indexPagePerformance()
+ {
+ $this->checkSitePermission();
+
+ $view = new View('@PagePerformance/getPagePerformancePopover');
+
+ $dataTable = $this->getEvolutionTable();
+
+ $view->graph = $this->getRowEvolutionGraph($dataTable);
+
+ $view->metrics = '';
+
+ $metrics = Metrics::getPagePerformanceMetrics();
+
+ foreach ($metrics as $metric) {
+ $view->metrics .= sprintf('<strong>%s</strong>: %s<br />', $metric->getTranslatedName(), $metric->getDocumentation());
+ }
+
+ return $view->render();
+ }
+
+ protected function getEvolutionTable()
+ {
+ $apiMethod = Common::getRequestVar('apiMethod');
+ $period = Common::getRequestVar('period');
+
+ $params = [
+ 'method' => $apiMethod,
+ 'period' => $period,
+ 'label' => Common::getRequestVar('label', ''),
+ 'idSite' => $this->idSite,
+ 'segment' => Common::getRequestVar('segment', ''),
+ 'date' => 'range' === $period ? $this->strDate : EvolutionViz::getDateRangeAndLastN($period, $this->strDate)[0],
+ 'format' => 'original',
+ 'serialize' => '0',
+ ];
+
+ /** @var DataTable $dataTable */
+ $dataTable = Request::processRequest($apiMethod, $params, []);
+ $dataTable->deleteColumn('label');
+
+ return $dataTable;
+ }
+
+ /**
+ * @return string|void
+ * @throws \Exception
+ */
+ public function getRowEvolutionGraph($dataTable=null)
+ {
+ $this->checkSitePermission();
+
+ $apiMethod = Common::getRequestVar('apiMethod');
+
+ if (empty($dataTable)) {
+ $dataTable = $this->getEvolutionTable();
+ }
+
+ // set up the view data table
+ $view = ViewDataTableFactory::build(
+ StackedBarEvolution::ID, $apiMethod, 'PagePerformance.getRowEvolutionGraph', $forceDefault = true);
+ $view->setDataTable($dataTable);
+
+ $view->config->columns_to_display = array_keys(Metrics::getPagePerformanceMetrics());
+
+ $view->requestConfig->request_parameters_to_modify['label'] = '';
+ $view->config->show_goals = false;
+ $view->config->show_search = false;
+ $view->config->show_all_views_icons = false;
+ $view->config->show_related_reports = false;
+ $view->config->show_series_picker = false;
+ $view->config->show_footer_message = false;
+ $view->config->selectable_columns = array_keys(Metrics::getPagePerformanceMetrics());
+
+ return $this->renderView($view);
+ }
+
+ public function getEvolutionGraph()
+ {
+ $this->checkSitePermission();
+
+ $columns = Common::getRequestVar('columns', false);
+ if (false !== $columns) {
+ $columns = Piwik::getArrayFromApiParameter($columns);
+ }
+ $view = ViewDataTableFactory::build(
+ StackedBarEvolution::ID,
+ 'PagePerformance.get',
+ $this->pluginName . '.' . __FUNCTION__,
+ $forceDefault = true
+ );
+ $view->config->show_goals = false;
+
+ $performanceMetrics = array_keys(Metrics::getPagePerformanceMetrics());
+
+ if (!empty($columns)) {
+ $view->config->columns_to_display = array_intersect($columns, $performanceMetrics);
+ }
+
+ if (empty($view->config->columns_to_display)) {
+ $view->config->columns_to_display = $performanceMetrics;
+ }
+
+ $view->config->documentation = Piwik::translate('PagePerformance_EvolutionOverPeriod') . '<br /><br />';
+
+ $metrics = Metrics::getPagePerformanceMetrics();
+
+ foreach ($metrics as $metric) {
+ $view->config->documentation .= sprintf('<strong>%s</strong>: %s<br />', $metric->getTranslatedName(), $metric->getDocumentation());
+ }
+
+ $report = ReportsProvider::factory('PagePerformance', 'get');
+ $view->config->selectable_columns = array_keys(Metrics::getPagePerformanceMetrics());
+
+ $numberFormatter = new Formatter\Html();
+ $metrics = $report->getMetrics();
+ $view->config->filters[] = function (DataTable $table) use ($numberFormatter, $metrics) {
+ $firstRow = $table->getFirstRow();
+ if ($firstRow) {
+ foreach ($metrics as $metric => $name) {
+ $metricValue = $firstRow->getColumn($metric);
+ if (false !== $metricValue) {
+ $firstRow->setColumn($metric, $numberFormatter->getPrettyTimeFromSeconds($metricValue));
+ }
+ }
+ }
+ };
+
+ $view->config->addTranslations(Metrics::getMetricTranslations());
+
+ return $this->renderView($view);
+ }
+}
diff --git a/plugins/PagePerformance/JqplotDataGenerator/Chart.php b/plugins/PagePerformance/JqplotDataGenerator/Chart.php
new file mode 100644
index 0000000000..b1e2d43df7
--- /dev/null
+++ b/plugins/PagePerformance/JqplotDataGenerator/Chart.php
@@ -0,0 +1,139 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance\JqplotDataGenerator;
+
+use Piwik\Common;
+use Piwik\ProxyHttp;
+
+/**
+ *
+ */
+class Chart extends \Piwik\Plugins\CoreVisualizations\JqplotDataGenerator\Chart
+{
+ // the data kept here conforms to the jqplot data layout
+ // @see http://www.jqplot.com/docs/files/jqPlotOptions-txt.html
+ protected $series = array();
+ protected $data = array();
+ protected $axes = array();
+
+ // temporary
+ public $properties;
+
+ public function setAxisXLabels($xLabels, $xTicks = null, $index = 0)
+ {
+ $axisName = $this->getXAxis($index);
+
+ $xSteps = $this->properties['x_axis_step_size'];
+ $showAllTicks = $this->properties['show_all_ticks'];
+
+ $this->axes[$axisName]['labels'] = array_values($xLabels);
+
+ $ticks = array_values($xTicks ?: $xLabels);
+
+ if (!$showAllTicks) {
+ // unset labels so there are $xSteps number of blank ticks between labels
+ foreach ($ticks as $i => &$label) {
+ if ($i % $xSteps != 0) {
+ $label = ' ';
+ }
+ }
+ }
+ $this->axes[$axisName]['ticks'] = $ticks;
+ }
+
+ public function setAxisXOnClick(&$onClick)
+ {
+ $this->axes['xaxis']['onclick'] = & $onClick;
+ }
+
+ public function setAxisYValues(&$values, $seriesLabels = null)
+ {
+ $this->series = $seriesLabels;
+ array_walk_recursive($values, function (&$v) {
+ $v = (float) Common::forceDotAsSeparatorForDecimalPoint($v);
+ });
+ $this->data = &$values;
+ }
+
+ public function setAxisYUnits($yUnits)
+ {
+ $yUnits = array_values(array_map('strval', $yUnits));
+
+ // generate axis IDs for each unique y unit
+ $axesIds = array();
+ foreach ($yUnits as $idx => $unit) {
+ if (!isset($axesIds[$unit])) {
+ // handle axes ids: first y[]axis, then y[2]axis, y[3]axis...
+ $nextAxisId = empty($axesIds) ? '' : count($axesIds) + 1;
+
+ $axesIds[$unit] = 'y' . $nextAxisId . 'axis';
+ }
+ }
+
+ // generate jqplot axes config
+ foreach ($axesIds as $unit => $axisId) {
+ $this->axes[$axisId]['tickOptions']['formatString'] = '%s' . $unit;
+ }
+
+ // map each series to appropriate yaxis
+ foreach ($yUnits as $idx => $unit) {
+ $this->series[$idx]['yaxis'] = $axesIds[$unit];
+ }
+ }
+
+ public function setAxisYLabels($labels)
+ {
+ foreach ($this->series as &$series) {
+ $label = $series['internalLabel'];
+ if (isset($labels[$label])) {
+ $series['label'] = $labels[$label];
+ }
+ }
+ }
+
+ public function render()
+ {
+ ProxyHttp::overrideCacheControlHeaders();
+
+ // See http://www.jqplot.com/docs/files/jqPlotOptions-txt.html
+ $data = array(
+ 'params' => array(
+ 'axes' => &$this->axes,
+ 'series' => &$this->series
+ ),
+ 'data' => &$this->data
+ );
+
+ return $data;
+ }
+
+ public function setAxisXLabelsMultiple($xLabels, $seriesToXAxis, $ticks = null)
+ {
+ foreach ($xLabels as $index => $labels) {
+ $this->setAxisXLabels($labels, $ticks === null ? null : $ticks[$index], $index);
+ }
+
+ foreach ($seriesToXAxis as $seriesIndex => $xAxisIndex) {
+ $axisName = $this->getXAxis($xAxisIndex);
+
+ // don't actually set xaxis otherwise jqplot will show too many axes. however, we need the xaxis labels, so we add them
+ // to the jqplot config
+ $this->series[$seriesIndex]['_xaxis'] = $axisName;
+ }
+ }
+
+ private function getXAxis($index)
+ {
+ $axisName = 'xaxis';
+ if ($index != 0) {
+ $axisName = 'x' . ($index + 1) . 'axis';
+ }
+ return $axisName;
+ }
+}
diff --git a/plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php b/plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php
new file mode 100644
index 0000000000..203753af36
--- /dev/null
+++ b/plugins/PagePerformance/JqplotDataGenerator/StackedBarEvolution.php
@@ -0,0 +1,110 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance\JqplotDataGenerator;
+
+use Piwik\Archive\DataTableFactory;
+use Piwik\Common;
+use Piwik\DataTable;
+use Piwik\Date;
+use Piwik\Metrics;
+use Piwik\Period;
+use Piwik\Period\Factory;
+use Piwik\Plugins\CoreVisualizations\JqplotDataGenerator;
+use Piwik\Url;
+
+/**
+ * Generates JQPlot JSON data/config for evolution graphs.
+ */
+class StackedBarEvolution extends JqplotDataGenerator\Evolution
+{
+ public function generate($dataTable)
+ {
+ $visualization = new Chart();
+
+ if ($dataTable->getRowsCount() > 0) {
+ $dataTable->applyQueuedFilters();
+ $this->initChartObjectData($dataTable, $visualization);
+ }
+
+ return $visualization->render();
+ }
+
+ /**
+ * @param DataTable|DataTable\Map $dataTable
+ * @param Chart $visualization
+ */
+ protected function initChartObjectData($dataTable, $visualization)
+ {
+ // if the loaded datatable is a simple DataTable, it is most likely a plugin plotting some custom data
+ // we don't expect plugin developers to return a well defined Set
+
+ if ($dataTable instanceof DataTable) {
+ parent::initChartObjectData($dataTable, $visualization);
+ return;
+ }
+
+ $dataTables = $dataTable->getDataTables();
+
+ // determine x labels based on both the displayed date range and the compared periods
+ /** @var Period[][] $xLabels */
+ $xLabels = [
+ [], // placeholder for first series
+ ];
+
+ $this->addSelectedSeriesXLabels($xLabels, $dataTables);
+
+ $columnsToDisplay = array_values($this->properties['columns_to_display']);
+
+ // collect series data to show. each row-to-display/column-to-display permutation creates a series.
+ $allSeriesData = array();
+ foreach ($columnsToDisplay as $column) {
+ $allSeriesData[] = $this->getSeriesData($column, $dataTable);
+ }
+
+ $visualization->dataTable = $dataTable;
+ $visualization->properties = $this->properties;
+
+ $seriesLabels = [];
+ foreach ($columnsToDisplay as $columnName) {
+ $seriesLabels[] = [
+ 'internalLabel' => $columnName,
+ 'label' => @$this->properties['translations'][$columnName] ?: $columnName
+ ];
+ }
+
+ $visualization->setAxisYValues($allSeriesData, $seriesLabels);
+ $visualization->setAxisYUnits($this->getUnitsForColumnsToDisplay());
+
+ $xLabelStrs = [];
+ $xAxisTicks = [];
+ foreach ($xLabels as $index => $seriesXLabels) {
+ $xLabelStrs[$index] = array_map(function (Period $p) { return $p->getLocalizedLongString(); }, $seriesXLabels);
+ $xAxisTicks[$index] = array_map(function (Period $p) { return $p->getLocalizedShortString(); }, $seriesXLabels);
+ }
+
+ $visualization->setAxisXLabelsMultiple($xLabelStrs, [], $xAxisTicks);
+ }
+
+ private function getSeriesData($column, DataTable\Map $dataTable)
+ {
+ $seriesData = array();
+ foreach ($dataTable->getDataTables() as $childTable) {
+ $row = $childTable->getFirstRow();
+
+ // get series data point. defaults to 0 if no row or no column value.
+ if ($row === false) {
+ $seriesData[] = 0;
+ } else {
+ $seriesData[] = $row->getColumn($column) ? : 0;
+ }
+ }
+
+ return $seriesData;
+ }
+}
diff --git a/plugins/PagePerformance/Metrics.php b/plugins/PagePerformance/Metrics.php
new file mode 100644
index 0000000000..1744e847a4
--- /dev/null
+++ b/plugins/PagePerformance/Metrics.php
@@ -0,0 +1,131 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance;
+
+use Piwik\Plugin\Dimension\ActionDimension;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AveragePageLoadTime;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeDomCompletion;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeDomProcessing;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeNetwork;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeServer;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeOnLoad;
+use Piwik\Plugins\PagePerformance\Columns\Metrics\AverageTimeTransfer;
+use Piwik\Plugins\PagePerformance\Columns\TimeDomCompletion;
+use Piwik\Plugins\PagePerformance\Columns\TimeDomProcessing;
+use Piwik\Plugins\PagePerformance\Columns\TimeNetwork;
+use Piwik\Plugins\PagePerformance\Columns\TimeServer;
+use Piwik\Plugins\PagePerformance\Columns\TimeOnLoad;
+use Piwik\Plugins\PagePerformance\Columns\TimeTransfer;
+
+class Metrics
+{
+ /**
+ * @return \Piwik\Plugins\PagePerformance\Columns\Metrics\AveragePerformanceMetric[]
+ */
+ public static function getPagePerformanceMetrics()
+ {
+ $metrics = [
+ new AverageTimeNetwork(),
+ new AverageTimeServer(),
+ new AverageTimeTransfer(),
+ new AverageTimeDomProcessing(),
+ new AverageTimeDomCompletion(),
+ new AverageTimeOnLoad(),
+ ];
+
+ $mappedMetrics = [];
+
+ foreach ($metrics as $metric) {
+ $mappedMetrics[$metric->getName()] = $metric;
+ }
+
+ return $mappedMetrics;
+ }
+
+ /**
+ * @return \Piwik\Plugins\PagePerformance\Columns\Metrics\AveragePerformanceMetric[]
+ */
+ public static function getAllPagePerformanceMetrics()
+ {
+ $metrics = [
+ new AverageTimeNetwork(),
+ new AverageTimeServer(),
+ new AverageTimeTransfer(),
+ new AverageTimeDomProcessing(),
+ new AverageTimeDomCompletion(),
+ new AverageTimeOnLoad(),
+ new AveragePageLoadTime()
+ ];
+
+ $mappedMetrics = [];
+
+ foreach ($metrics as $metric) {
+ $mappedMetrics[$metric->getName()] = $metric;
+ }
+
+ return $mappedMetrics;
+ }
+
+ public static function getMetricTranslations()
+ {
+ $translations = array();
+ foreach (self::getAllPagePerformanceMetrics() as $metric) {
+ $translations[$metric->getName()] = $metric->getTranslatedName();
+ }
+
+ return $translations;
+ }
+
+ public static function attachActionMetrics(&$metricsConfig)
+ {
+ /**
+ * @var ActionDimension[] $performanceDimensions
+ */
+ $performanceDimensions = [
+ new TimeNetwork(),
+ new TimeServer(),
+ new TimeTransfer(),
+ new TimeDomProcessing(),
+ new TimeDomCompletion(),
+ new TimeOnLoad()
+ ];
+ foreach($performanceDimensions as $dimension) {
+ $id = $dimension->getColumnName();
+ $metricsConfig['sum_'.$id] = [
+ 'aggregation' => 'sum',
+ 'query' => "sum(
+ case when " . $id . " is null
+ then 0
+ else " . $id . "
+ end
+ ) / 1000"
+ ];
+ $metricsConfig['nb_hits_with_'.$id] = [
+ 'aggregation' => 'sum',
+ 'query' => "sum(
+ case when " . $id . " is null
+ then 0
+ else 1
+ end
+ )"
+ ];
+ $metricsConfig['min_'.$id] = [
+ 'aggregation' => 'min',
+ 'query' => "min(" . $id . ") / 1000"
+ ];
+ $metricsConfig['max_'.$id] = [
+ 'aggregation' => 'max',
+ 'query' => "max(" . $id . ") / 1000"
+ ];
+ }
+
+ return $metricsConfig;
+ }
+
+}
diff --git a/plugins/PagePerformance/PagePerformance.php b/plugins/PagePerformance/PagePerformance.php
new file mode 100644
index 0000000000..8655f92472
--- /dev/null
+++ b/plugins/PagePerformance/PagePerformance.php
@@ -0,0 +1,157 @@
+<?php
+/**
+ * Matomo - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+
+namespace Piwik\Plugins\PagePerformance;
+
+use Piwik\DataTable;
+use Piwik\Plugin\ViewDataTable;
+use Piwik\Plugins\CoreVisualizations\Visualizations\HtmlTable;
+
+/**
+ */
+class PagePerformance extends \Piwik\Plugin
+{
+ public static $availableForMethods = [
+ 'getPageUrls',
+ 'getEntryPageUrls',
+ 'getExitPageUrls',
+ 'getPageUrlsFollowingSiteSearch',
+ 'getPageTitles',
+ 'getPageTitlesFollowingSiteSearch',
+ ];
+
+ public function isTrackerPlugin()
+ {
+ return true;
+ }
+
+ /**
+ * @see \Piwik\Plugin::registerEvents
+ */
+ public function registerEvents()
+ {
+ return [
+ 'AssetManager.getJavaScriptFiles' => 'getJsFiles',
+ 'Translate.getClientSideTranslationKeys' => 'getClientSideTranslationKeys',
+ 'Actions.Archiving.addActionMetrics' => 'addActionMetrics',
+ 'ScheduledReports.processReports' => 'processReports',
+ 'ViewDataTable.configure' => 'configureViewDataTable',
+ 'Metrics.getDefaultMetricTranslations' => 'addMetricTranslations',
+ 'Metrics.isLowerValueBetter' => 'isLowerValueBetter',
+ 'API.Request.dispatch.end' => 'enrichApi'
+ ];
+ }
+
+ public function getJsFiles(&$jsFiles)
+ {
+ $jsFiles[] = 'plugins/PagePerformance/javascripts/PagePerformance.js';
+ $jsFiles[] = 'plugins/PagePerformance/javascripts/rowaction.js';
+ $jsFiles[] = 'plugins/PagePerformance/javascripts/jqplotStackedBarEvolutionGraph.js';
+ }
+
+ public function getClientSideTranslationKeys(&$translationKeys)
+ {
+ $translationKeys[] = 'PagePerformance_RowActionTitle';
+ $translationKeys[] = 'PagePerformance_RowActionDescription';
+ $translationKeys[] = 'PagePerformance_PagePerformanceTitle';
+ $translationKeys[] = 'General_Total';
+ }
+
+ public function addMetricTranslations(&$translations)
+ {
+ $metrics = Metrics::getMetricTranslations();
+ $translations = array_merge($translations, $metrics);
+ }
+
+ public function isLowerValueBetter(&$isLowerBetter, $metric)
+ {
+ if (array_key_exists($metric, Metrics::getAllPagePerformanceMetrics())) {
+ $isLowerBetter = true;
+ }
+ }
+
+ public function enrichApi($dataTable, $params)
+ {
+ if ('Actions' !== $params['module'] || !$dataTable instanceof DataTable\DataTableInterface) {
+ return;
+ }
+
+ // remove additional metrics for action reports that don't have data
+ if (!in_array($params['action'], self::$availableForMethods)) {
+ $dataTable->deleteColumns([
+ 'sum_time_network',
+ 'nb_hits_with_time_network',
+ 'min_time_network',
+ 'max_time_network',
+ 'sum_time_server',
+ 'nb_hits_with_time_server',
+ 'min_time_server',
+ 'max_time_server',
+ 'sum_time_transfer',
+ 'nb_hits_with_time_transfer',
+ 'min_time_transfer',
+ 'max_time_transfer',
+ 'sum_time_dom_processing',
+ 'nb_hits_with_time_dom_processing',
+ 'min_time_dom_processing',
+ 'max_time_dom_processing',
+ 'sum_time_dom_completion',
+ 'nb_hits_with_time_dom_completion',
+ 'min_time_dom_completion',
+ 'max_time_dom_completion',
+ 'sum_time_on_load',
+ 'nb_hits_with_time_on_load',
+ 'min_time_on_load',
+ 'max_time_on_load',
+ ], true);
+ return;
+ }
+
+ $dataTable->filter(function (DataTable $dataTable) {
+ $extraProcessedMetrics = $dataTable->getMetadata(DataTable::EXTRA_PROCESSED_METRICS_METADATA_NAME);
+
+ if (empty($extraProcessedMetrics)) {
+ $extraProcessedMetrics = array();
+ }
+
+ foreach (Metrics::getAllPagePerformanceMetrics() as $pagePerformanceMetric) {
+ $extraProcessedMetrics[] = $pagePerformanceMetric;
+ }
+
+ $dataTable->setMetadata(DataTable::EXTRA_PROCESSED_METRICS_METADATA_NAME, $extraProcessedMetrics);
+ });
+ }
+
+ public function configureViewDataTable(ViewDataTable $view)
+ {
+ $module = $view->requestConfig->getApiModuleToRequest();
+ $method = $view->requestConfig->getApiMethodToRequest();
+ if ('Actions' === $module && in_array($method, self::$availableForMethods) && $view instanceof HtmlTable) {
+ $view->config->columns_to_display[] = 'avg_page_load_time';
+ }
+ }
+
+ public function addActionMetrics(&$metricsConfig)
+ {
+ Metrics::attachActionMetrics($metricsConfig);
+ }
+
+ public function processReports(&$processedReports, $reportType, $outputType, $report)
+ {
+ foreach ($processedReports as &$processedReport) {
+ $metadata = &$processedReport['metadata'];
+
+ // Ensure average page load time is displayed in the evolution chart
+ if ($metadata['module'] == 'PagePerformance') {
+ $metadata['imageGraphUrl'] .= '&columns=avg_page_load_time';
+ $metadata['imageGraphEvolutionUrl'] .= '&columns=avg_page_load_time';
+ }
+ }
+ }
+}
diff --git a/plugins/PagePerformance/Reports/Get.php b/plugins/PagePerformance/Reports/Get.php
new file mode 100644
index 0000000000..37f463445f
--- /dev/null
+++ b/plugins/PagePerformance/Reports/Get.php
@@ -0,0 +1,90 @@
+<?php
+/**
+ * Matomo - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+namespace Piwik\Plugins\PagePerformance\Reports;
+
+use Piwik\DataTable;
+use Piwik\Metrics\Formatter;
+use Piwik\Piwik;
+use Piwik\Plugin\ViewDataTable;
+use Piwik\Plugins\CoreVisualizations\Visualizations\Sparklines;
+use Piwik\Plugins\PagePerformance\Metrics;
+use Piwik\Plugins\PagePerformance\Visualizations\JqplotGraph\StackedBarEvolution;
+use Piwik\Report\ReportWidgetFactory;
+use Piwik\Widget\WidgetsList;
+
+class Get extends \Piwik\Plugin\Report
+{
+ protected function init()
+ {
+ parent::init();
+
+ $this->dimension = null;
+ $this->categoryId = 'General_Visitors';
+ $this->subcategoryId = 'General_Overview';
+
+ $this->name = Piwik::translate('PagePerformance_Overview');
+ $this->documentation = '';
+ $this->onlineGuideUrl = 'https://matomo.org/docs/page-performance/';
+ $this->processedMetrics = [
+ // none
+ ];
+ $this->metrics = Metrics::getAllPagePerformanceMetrics();
+ }
+
+ public function configureWidgets(WidgetsList $widgetsList, ReportWidgetFactory $factory)
+ {
+ $config = $factory->createWidget();
+ $config->forceViewDataTable(StackedBarEvolution::ID);
+ $config->setAction('getEvolutionGraph');
+ $config->setOrder(20);
+ $config->setName('PagePerformance_EvolutionOverPeriod');
+ $widgetsList->addWidgetConfig($config);
+
+ $config = $factory->createWidget();
+ $config->forceViewDataTable(Sparklines::ID);
+ $config->setName('');
+ $config->setIsNotWidgetizable();
+ $config->setOrder(21);
+ $widgetsList->addWidgetConfig($config);
+ }
+
+ public function configureView(ViewDataTable $view)
+ {
+ if ($view->isViewDataTableId(Sparklines::ID)
+ && $view instanceof Sparklines
+ ) {
+ $this->addSparklineColumns($view);
+
+ $numberFormatter = new Formatter\Html();
+ $metrics = $this->getMetrics();
+ $view->config->filters[] = function (DataTable $table) use ($numberFormatter, $metrics) {
+ $firstRow = $table->getFirstRow();
+ if ($firstRow) {
+ foreach ($metrics as $metric => $name) {
+ $metricValue = $firstRow->getColumn($metric);
+ if (false !== $metricValue) {
+ $firstRow->setColumn($metric, $numberFormatter->getPrettyTimeFromSeconds($metricValue));
+ }
+ }
+ }
+ };
+
+ $view->config->columns_to_display = array_keys(Metrics::getAllPagePerformanceMetrics());
+ $view->config->setNotLinkableWithAnyEvolutionGraph();
+ }
+ }
+
+ private function addSparklineColumns(Sparklines $view)
+ {
+ $count = 0;
+ foreach ($this->getMetrics() as $metric => $translation) {
+ $view->config->addSparklineMetric([$metric], $count++);
+ }
+ }
+} \ No newline at end of file
diff --git a/plugins/PagePerformance/Tracker/PerformanceDataProcessor.php b/plugins/PagePerformance/Tracker/PerformanceDataProcessor.php
new file mode 100644
index 0000000000..54471db6ea
--- /dev/null
+++ b/plugins/PagePerformance/Tracker/PerformanceDataProcessor.php
@@ -0,0 +1,108 @@
+<?php
+/**
+ * Matomo - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+namespace Piwik\Plugins\PagePerformance\Tracker;
+
+use Piwik\Common;
+use Piwik\Log;
+use Piwik\Plugin\Dimension\ActionDimension;
+use Piwik\Plugins\PagePerformance\Columns\TimeDomCompletion;
+use Piwik\Plugins\PagePerformance\Columns\TimeDomProcessing;
+use Piwik\Plugins\PagePerformance\Columns\TimeNetwork;
+use Piwik\Plugins\PagePerformance\Columns\TimeServer;
+use Piwik\Plugins\PagePerformance\Columns\TimeOnLoad;
+use Piwik\Plugins\PagePerformance\Columns\TimeTransfer;
+use Piwik\Tracker;
+use Piwik\Tracker\Action;
+use Piwik\Tracker\ActionPageview;
+use Piwik\Tracker\Model;
+use Piwik\Tracker\Request;
+use Piwik\Tracker\RequestProcessor;
+use Piwik\Tracker\Visit\VisitProperties;
+
+/**
+ * Handles tracker requests containing performance data.
+ */
+class PerformanceDataProcessor extends RequestProcessor
+{
+ public function recordLogs(VisitProperties $visitProperties, Request $request)
+ {
+ /** @var null|Action $action */
+ $action = $request->getMetadata('Actions', 'action');
+
+ // update performance metrics only for non pageview requests
+ if ($action && $action instanceof ActionPageview) {
+ return;
+ }
+
+ $pageViewId = $request->getParam('pv_id');
+ $idVisit = $visitProperties->getProperty('idvisit');
+
+ // ignore requests that can't be associated with an existing page view of a visitor
+ if (empty($pageViewId) || empty($idVisit)) {
+ return;
+ }
+
+ $idLinkVa = $this->getPageViewId($idVisit, $pageViewId);
+
+ // ignore requests
+ if (empty($idLinkVa)) {
+ return;
+ }
+
+ /** @var ActionDimension[] $performanceDimensions */
+ $performanceDimensions = [
+ new TimeNetwork(),
+ new TimeServer(),
+ new TimeTransfer(),
+ new TimeDomProcessing(),
+ new TimeDomCompletion(),
+ new TimeOnLoad()
+ ];
+
+ $valuesToUpdate = [];
+
+ foreach ($performanceDimensions as $performanceDimension) {
+ $paramValue = $request->getParam($performanceDimension->getRequestParam());
+ if ($paramValue > -1) {
+ $valuesToUpdate[$performanceDimension->getColumnName()] = $paramValue;
+ }
+ }
+
+ if (empty($valuesToUpdate)) {
+ return; // no values to update given with the request
+ }
+
+ Log::info('Updating page performance metrics of page view with id ' . $pageViewId);
+
+ $model = new Model();
+ $model->updateAction($idLinkVa, $valuesToUpdate);
+ }
+
+ protected function getPageViewId($idVisit, $pageViewId)
+ {
+ $query = sprintf(
+ 'SELECT idlink_va FROM %1$s LEFT JOIN %2$s ON idaction_url = idaction WHERE idvisit = ? AND idpageview = ? AND %2$s.type = ?',
+ Common::prefixTable('log_link_visit_action'),
+ Common::prefixTable('log_action')
+ );
+
+ $idLinkVa = Tracker::getDatabase()->fetchOne($query, [$idVisit, $pageViewId, Action::TYPE_PAGE_URL]);
+
+ if (!empty($idLinkVa)) {
+ return $idLinkVa;
+ }
+
+ $query = sprintf(
+ 'SELECT idlink_va FROM %1$s LEFT JOIN %2$s ON idaction_name = idaction WHERE idvisit = ? AND idpageview = ? AND %2$s.type = ?',
+ Common::prefixTable('log_link_visit_action'),
+ Common::prefixTable('log_action')
+ );
+
+ return Tracker::getDatabase()->fetchOne($query, [$idVisit, $pageViewId, Action::TYPE_PAGE_TITLE]);
+ }
+}
diff --git a/plugins/PagePerformance/Visualizations/JqplotGraph/StackedBarEvolution.php b/plugins/PagePerformance/Visualizations/JqplotGraph/StackedBarEvolution.php
new file mode 100644
index 0000000000..1ffd6c2ec5
--- /dev/null
+++ b/plugins/PagePerformance/Visualizations/JqplotGraph/StackedBarEvolution.php
@@ -0,0 +1,99 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+
+namespace Piwik\Plugins\PagePerformance\Visualizations\JqplotGraph;
+
+use Piwik\Common;
+use Piwik\Period\Range;
+use Piwik\Plugins\PagePerformance\JqplotDataGenerator;
+use Piwik\Plugins\CoreVisualizations\Visualizations\JqplotGraph\Evolution;
+use Piwik\Site;
+
+/**
+ * Visualization that renders HTML for a line graph using jqPlot.
+ *
+ * @property Evolution\Config $config
+ */
+class StackedBarEvolution extends Evolution
+{
+ const ID = 'graphStackedBarEvolution';
+ const FOOTER_ICON_TITLE = '';
+ const FOOTER_ICON = '';
+
+ public function beforeRender()
+ {
+ parent::beforeRender();
+
+ $this->checkRequestIsOnlyForMultiplePeriods();
+
+ $this->config->show_flatten_table = false;
+ $this->config->show_limit_control = false;
+ $this->config->datatable_js_type = 'JqplotStackedBarEvolutionGraphDataTable';
+ }
+
+ public function beforeLoadDataTable()
+ {
+ $this->calculateEvolutionDateRange();
+
+ parent::beforeLoadDataTable();
+
+ // period will be overridden when 'range' is requested in the UI
+ // but the graph will display for each day of the range.
+ // Default 'range' behavior is to return the 'sum' for the range
+ if (Common::getRequestVar('period', false) == 'range') {
+ $this->requestConfig->request_parameters_to_modify['period'] = 'day';
+ }
+
+ $this->config->custom_parameters['columns'] = $this->config->columns_to_display;
+ }
+
+ protected function makeDataGenerator($properties)
+ {
+ return new JqplotDataGenerator\StackedBarEvolution($properties, 'evolution', $this);
+ }
+
+ /**
+ * Based on the period, date and evolution_{$period}_last_n query parameters,
+ * calculates the date range this evolution chart will display data for.
+ */
+ private function calculateEvolutionDateRange()
+ {
+ $period = Common::getRequestVar('period');
+ $idSite = Common::getRequestVar('idSite');
+ $timezone = Site::getTimezoneFor($idSite);
+
+ $defaultLastN = self::getDefaultLastN($period);
+ $originalDate = Common::getRequestVar('date', 'last' . $defaultLastN, 'string');
+
+ if ('range' != $period) { // show evolution limit if the period is not a range
+ // set the evolution_{$period}_last_n query param
+ if (Range::parseDateRange($originalDate)) {
+ // if a multiple period
+
+ // overwrite last_n param using the date range
+ $oPeriod = new Range($period, $originalDate, $timezone);
+ $lastN = count($oPeriod->getSubperiods());
+
+ } else {
+ // if not a multiple period
+ list($newDate, $lastN) = self::getDateRangeAndLastN($period, $originalDate, $defaultLastN);
+ $this->requestConfig->request_parameters_to_modify['date'] = $newDate;
+ $this->config->custom_parameters['dateUsedInGraph'] = $newDate;
+ }
+
+ $lastNParamName = self::getLastNParamName($period);
+ $this->config->custom_parameters[$lastNParamName] = $lastN;
+ }
+ }
+
+ public function supportsComparison()
+ {
+ return false;
+ }
+}
diff --git a/plugins/PagePerformance/Visualizations/PerformanceColumns.php b/plugins/PagePerformance/Visualizations/PerformanceColumns.php
new file mode 100644
index 0000000000..98298bc6f8
--- /dev/null
+++ b/plugins/PagePerformance/Visualizations/PerformanceColumns.php
@@ -0,0 +1,76 @@
+<?php
+/**
+ * Matomo - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+
+namespace Piwik\Plugins\PagePerformance\Visualizations;
+
+use Piwik\DataTable;
+use Piwik\DbHelper;
+use Piwik\Plugins\CoreVisualizations\Visualizations\HtmlTable;
+use Piwik\Plugins\PagePerformance\Metrics;
+use Piwik\Plugins\PagePerformance\PagePerformance;
+
+/**
+ * DataTable Visualization that derives from HtmlTable and show performance columns.
+ */
+class PerformanceColumns extends HtmlTable
+{
+ const ID = 'tablePerformanceColumns';
+ const FOOTER_ICON = 'icon-page-performance';
+ const FOOTER_ICON_TITLE = 'PagePerformance_PerformanceTable';
+
+ public function beforeRender()
+ {
+ parent::beforeRender();
+ }
+
+ public static function canDisplayViewDataTable($viewDataTable)
+ {
+ $request = $viewDataTable->getRequestArray();
+
+ if (is_array($request) && array_key_exists('module', $request) && array_key_exists('action', $request) &&
+ 'Actions' === $request['module'] && in_array($request['action'], PagePerformance::$availableForMethods)) {
+ return true;
+ }
+
+ return false;
+ }
+
+ public function beforeGenericFiltersAreAppliedToLoadedDataTable()
+ {
+ $this->config->datatable_css_class = 'dataTableVizAllColumns';
+
+ $properties = $this->config;
+
+ $this->dataTable->filter(function (DataTable $dataTable) use ($properties) {
+ $properties->columns_to_display = array_merge([
+ 'label',
+ 'nb_visits',
+ ], array_keys(Metrics::getAllPagePerformanceMetrics()));
+
+ if (version_compare(DbHelper::getInstallVersion(),'4.0.0-b1', '<')) {
+ $properties->columns_to_display[] = 'avg_time_generation';
+ }
+ });
+
+ parent::beforeGenericFiltersAreAppliedToLoadedDataTable();
+ }
+
+ public function beforeLoadDataTable()
+ {
+ parent::beforeLoadDataTable();
+
+ unset($this->requestConfig->request_parameters_to_modify['pivotBy']);
+ unset($this->requestConfig->request_parameters_to_modify['pivotByColumn']);
+ }
+
+ protected function isPivoted()
+ {
+ return false; // Pivot not supported
+ }
+}
diff --git a/plugins/PagePerformance/javascripts/PagePerformance.js b/plugins/PagePerformance/javascripts/PagePerformance.js
new file mode 100644
index 0000000000..015671172a
--- /dev/null
+++ b/plugins/PagePerformance/javascripts/PagePerformance.js
@@ -0,0 +1,141 @@
+var PagePerformance = function() {
+
+ function getDataTableFromApiMethod(apiMethod)
+ {
+ var div = $(require('piwik/UI').DataTable.getDataTableByReport(apiMethod));
+ if (div.length && div.data('uiControlObject')) {
+ return div.data('uiControlObject');
+ }
+ }
+
+ function getLabelFromTr ($tr, apiMethod) {
+ var label;
+
+ if (apiMethod && 0 === apiMethod.indexOf('Actions.')) {
+ // for now only use this for Actions... I know a hack :( Otherwise in Search Engines
+ // it would show "http://www.searchenginename.org" instead of "SearchEngineName"
+ label = $tr.attr('data-url-label');
+ }
+
+ if (!label) {
+ label = $tr.find('.label .value').text();
+ }
+
+ if (label) {
+ label = $.trim(label);
+ }
+
+ return label;
+ }
+
+
+ function getDimensionFromApiMethod(apiMethod)
+ {
+ if (!apiMethod) {
+ return;
+ }
+
+ var dataTable = getDataTableFromApiMethod(apiMethod);
+ var metadata = getMetadataFromDataTable(dataTable);
+
+ if (metadata && metadata.dimension) {
+ return metadata.dimension;
+ }
+ }
+
+ function getMetadataFromDataTable(dataTable)
+ {
+ if (dataTable) {
+
+ return dataTable.getReportMetadata();
+ }
+ }
+
+ function findTitleOfRowHavingRawSegmentValue(apiMethod, rawSegmentValue)
+ {
+ var $tr = $('[data-report="' + apiMethod + '"] tr[data-segment-filter="' + rawSegmentValue + '"]').first();
+
+ return getLabelFromTr($tr, apiMethod);
+ }
+
+ function setPopoverTitle(apiMethod, label, index) {
+ var dataTable = getDataTableFromApiMethod(apiMethod);
+
+ if (!dataTable) {
+ if (index < 15) {
+ // this is needed when the popover is opened before the dataTable is there which can often
+ // happen when opening the popover directly via URL (broadcast.popoverHandler)
+ setTimeout(function () {
+ setPopoverTitle(apiMethod, label, index + 1);
+ }, 150);
+ }
+ return;
+ }
+
+ var type = getDimensionFromApiMethod(apiMethod);
+
+ var separator = ' > '; // LabelFilter::SEPARATOR_RECURSIVE_LABEL
+ var labelParts = label.split(separator);
+ for (var i = 0; i < labelParts.length; i++) {
+ var labelPart = labelParts[i].replace('@', '');
+ labelParts[i] = $.trim(decodeURIComponent(labelPart));
+ }
+ var delimiter = piwik.config.action_url_category_delimiter;
+ if(apiMethod.indexOf('PageTitles') >= 0) {
+ delimiter = piwik.config.action_title_category_delimiter;
+ }
+ label = labelParts.join(delimiter);
+
+ // encode label for usage in .html()
+ label = piwikHelper.htmlEntities(label);
+ label = piwikHelper.escape(label);
+ label = label.replace(/(&amp;)(#[0-9]{2,5};)/g, '&$2');
+
+ var title = _pk_translate('PagePerformance_PagePerformanceTitle', [type, label]);
+
+ Piwik_Popover.setTitle(title);
+ }
+
+ function show(apiMethod, label) {
+
+ // open the popover
+ var box = Piwik_Popover.showLoading('Page performance report');
+ box.addClass('pagePerformancePopover');
+
+
+ var callback = function (html) {
+ Piwik_Popover.setContent(html);
+
+ // remove title returned from the server
+ var title = box.find('h2[piwik-enriched-headline]');
+ var defaultTitle = title.text();
+
+ if (title.length) {
+ title.remove();
+ }
+
+ Piwik_Popover.setTitle(defaultTitle);
+
+ setPopoverTitle(apiMethod, label, 0);
+ };
+
+ // prepare loading the popover contents
+ var requestParams = {
+ module: 'PagePerformance',
+ action: 'indexPagePerformance',
+ apiMethod: apiMethod,
+ label: encodeURIComponent(label),
+ };
+
+ var ajaxRequest = new ajaxHelper();
+ ajaxRequest.addParams(requestParams, 'get');
+ ajaxRequest.setCallback(callback);
+ ajaxRequest.setFormat('html');
+ ajaxRequest.send();
+ }
+
+ return {
+ show: show
+ }
+}();
+
diff --git a/plugins/PagePerformance/javascripts/jqplotStackedBarEvolutionGraph.js b/plugins/PagePerformance/javascripts/jqplotStackedBarEvolutionGraph.js
new file mode 100644
index 0000000000..138f9b4653
--- /dev/null
+++ b/plugins/PagePerformance/javascripts/jqplotStackedBarEvolutionGraph.js
@@ -0,0 +1,218 @@
+/**
+ * Matomo - free/libre analytics platform
+ *
+ * DataTable UI class for JqplotGraph/StackedBarEvolution.
+ *
+ * @link http://www.jqplot.com
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+
+(function ($, require) {
+
+ var exports = require('piwik/UI'),
+ JqplotGraphDataTable = exports.JqplotGraphDataTable,
+ JqplotGraphDataTablePrototype = JqplotGraphDataTable.prototype;
+
+ exports.JqplotStackedBarEvolutionGraphDataTable = function (element) {
+ JqplotGraphDataTable.call(this, element);
+ };
+
+ $.extend(exports.JqplotStackedBarEvolutionGraphDataTable.prototype, JqplotGraphDataTablePrototype, {
+
+ _setJqplotParameters: function (params) {
+ JqplotGraphDataTablePrototype._setJqplotParameters.call(this, params);
+
+ var defaultParams = {
+ axes: {
+ xaxis: {
+ pad: 1.0,
+ renderer: $.jqplot.CategoryAxisRenderer,
+ tickOptions: {
+ showGridline: false
+ }
+ }
+ },
+ piwikTicks: {
+ showTicks: true,
+ showGrid: true,
+ showHighlight: false,
+ tickColor: this.tickColor
+ }
+ };
+
+ defaultParams.seriesDefaults = {
+ renderer: $.jqplot.BarRenderer,
+ rendererOptions: {
+ shadowOffset: 1,
+ shadowDepth: 2,
+ shadowAlpha: .2,
+ fillToZero: true,
+ barMargin: this.data[0].length > 10 ? 2 : 10
+ }
+ };
+
+ defaultParams.stackSeries = true;
+
+ var overrideParams = {
+ legend: {
+ show: false
+ },
+ canvasLegend: {
+ show: true
+ }
+ };
+ this.jqplotParams = $.extend(true, {}, defaultParams, this.jqplotParams, overrideParams);
+ },
+
+ _bindEvents: function () {
+ JqplotGraphDataTablePrototype._bindEvents.call(this);
+
+ var self = this;
+ var lastTick = false;
+
+ $('#' + this.targetDivId)
+ .on('jqplotMouseLeave', function (e, s, i, d) {
+ $(this).css('cursor', 'default');
+ JqplotGraphDataTablePrototype._destroyDataPointTooltip.call(this, $(this));
+ })
+ .on('jqplotClick', function (e, s, i, d) {
+ if (lastTick !== false && typeof self.jqplotParams.axes.xaxis.onclick != 'undefined'
+ && typeof self.jqplotParams.axes.xaxis.onclick[lastTick] == 'string') {
+ var url = self.jqplotParams.axes.xaxis.onclick[lastTick];
+
+ broadcast.propagateNewPage(url);
+ }
+ })
+ .on('jqplotPiwikTickOver', function (e, tick) {
+ lastTick = tick;
+ var label;
+
+ var dataByAxis = {};
+ var totalValue = 0;
+ for (var d = 0; d < self.data.length; ++d) {
+ var valueUnformatted = self.data[d][tick];
+ if (typeof valueUnformatted === 'undefined' || valueUnformatted === null) {
+ continue;
+ }
+
+ totalValue += valueUnformatted;
+
+ var axis = self.jqplotParams.series[d]._xaxis || 'xaxis';
+ if (!dataByAxis[axis]) {
+ dataByAxis[axis] = [];
+ }
+
+ var value = self.formatY(valueUnformatted, d);
+ var series = self.jqplotParams.series[d].label;
+
+ var seriesColor = self.jqplotParams.seriesColors[d];
+
+ dataByAxis[axis].push('<span class="tooltip-series-color" style="background-color: ' + seriesColor + ';"/>' + '<strong>' + value + '</strong> ' + piwikHelper.htmlEntities(series));
+ }
+
+ dataByAxis[axis].push('<span class="tooltip-series-color" style="background-color: #000;"/>' + '<strong>' + self.formatY(totalValue, 0) + '</strong> ' + _pk_translate('General_Total'));
+
+
+ var xAxisCount = 0;
+ Object.keys(self.jqplotParams.axes).forEach(function (axis) {
+ if (axis.substring(0, 1) === 'x') {
+ ++xAxisCount;
+ }
+ });
+
+ var content = '';
+ for (var i = 0; i < xAxisCount; ++i) {
+ var axisName = i === 0 ? 'xaxis' : 'x' + (i + 1) + 'axis';
+ if (!dataByAxis[axisName] || !dataByAxis[axisName].length) {
+ continue;
+ }
+
+ if (typeof self.jqplotParams.axes[axisName].labels != 'undefined') {
+ label = self.jqplotParams.axes[axisName].labels[tick];
+ } else {
+ label = self.jqplotParams.axes[axisName].ticks[tick];
+ }
+
+ if (typeof label === 'undefined') { // sanity check
+ continue;
+ }
+
+ content += '<h3 class="evolution-tooltip-header">'+piwikHelper.htmlEntities(label)+'</h3>'+dataByAxis[axisName].join('<br />');
+ }
+
+ $(this).tooltip({
+ track: true,
+ items: 'div',
+ content: content,
+ show: false,
+ hide: false
+ }).trigger('mouseover');
+ if (typeof self.jqplotParams.axes.xaxis.onclick != 'undefined'
+ && typeof self.jqplotParams.axes.xaxis.onclick[lastTick] == 'string') {
+ $(this).css('cursor', 'pointer');
+ }
+ });
+
+ this.setYTicks();
+ },
+
+ _destroyDataPointTooltip: function () {
+ // do nothing, tooltips are destroyed in the jqplotMouseLeave event
+ },
+
+ render: function () {
+ JqplotGraphDataTablePrototype.render.call(this);
+
+ if (initializeSparklines) {
+ initializeSparklines();
+ }
+ },
+
+ setYTicksForAxis: function (axisName, axis) {
+ // calculate maximum x value of all data sets
+ var maxCrossDataSets = 0;
+
+ for (var j = 0; j < this.data[0].length; j++) {
+ var sum = 0;
+ for (var i = 0; i < this.data.length; i++) {
+ if (this.jqplotParams.series[i].yaxis == axisName) {
+ sum += this.data[i][j];
+ }
+ }
+ sum = parseFloat(sum);
+ if (sum > maxCrossDataSets) {
+ maxCrossDataSets = sum;
+ }
+ }
+
+ // add little padding on top
+ maxCrossDataSets += Math.round(maxCrossDataSets * .03);
+
+ // round to the nearest multiple of ten
+ if (maxCrossDataSets > 15) {
+ maxCrossDataSets = maxCrossDataSets + 10 - maxCrossDataSets % 10;
+ }
+
+ if (maxCrossDataSets == 0) {
+ maxCrossDataSets = 1;
+ }
+
+ // make sure percent axes don't go above 100%
+ if (axis.tickOptions.formatString.substring(2, 3) == '%' && maxCrossDataSets > 100) {
+ maxCrossDataSets = 100;
+ }
+
+ // calculate y-values for ticks
+ var ticks = [];
+ var numberOfTicks = 2;
+ var tickDistance = Math.ceil(maxCrossDataSets / numberOfTicks);
+ for (var i = 0; i <= numberOfTicks; i++) {
+ ticks.push(i * tickDistance);
+ }
+ axis.ticks = ticks;
+ },
+
+ });
+
+})(jQuery, require); \ No newline at end of file
diff --git a/plugins/PagePerformance/javascripts/rowaction.js b/plugins/PagePerformance/javascripts/rowaction.js
new file mode 100644
index 0000000000..df7dbca108
--- /dev/null
+++ b/plugins/PagePerformance/javascripts/rowaction.js
@@ -0,0 +1,103 @@
+/*!
+ * Matomo - free/libre analytics platform
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+
+/**
+ * This file registers the page performance row action on the pages report.
+ */
+
+(function () {
+
+ var actionName = 'PagePerformance';
+
+ function getDataTableFromApiMethod(apiMethod)
+ {
+ var div = $(require('piwik/UI').DataTable.getDataTableByReport(apiMethod));
+ if (div.length && div.data('uiControlObject')) {
+ return div.data('uiControlObject');
+ }
+ }
+
+ function DataTable_RowActions_PagePerformance(dataTable) {
+ this.dataTable = dataTable;
+ this.actionName = actionName;
+
+ // has to be overridden in subclasses
+ this.trEventName = 'matomoTriggerPagePerformanceAction';
+ }
+
+ DataTable_RowActions_PagePerformance.prototype = new DataTable_RowAction();
+
+ DataTable_RowActions_PagePerformance.prototype.performAction = function (label, tr, e, originalRow) {
+ var apiMethod = this.dataTable.param.module + '.' + this.dataTable.param.action;
+ this.openPopover(apiMethod, label);
+ };
+
+ DataTable_RowActions_PagePerformance.prototype.openPopover = function (apiMethod, label) {
+ var urlParam = apiMethod + ':' + label;
+ DataTable_RowAction.prototype.openPopover.apply(this, [urlParam]);
+ };
+
+ DataTable_RowActions_PagePerformance.prototype.doOpenPopover = function (urlParam) {
+ var urlParamParts = urlParam.split(':');
+ var apiMethod = urlParamParts.shift();
+ var label = decodeURIComponent(urlParamParts.shift());
+
+ PagePerformance.show(apiMethod, label);
+ };
+
+ DataTable_RowActions_Registry.register({
+
+ name: actionName,
+
+ dataTableIcon: 'icon-page-performance',
+
+ order: 50,
+
+ dataTableIconTooltip: [
+ _pk_translate('PagePerformance_RowActionTitle'),
+ _pk_translate('PagePerformance_RowActionDescription')
+ ],
+
+ isAvailableOnReport: function (dataTableParams) {
+ return dataTableParams.module == 'Actions'
+ && (dataTableParams.action == 'getPageUrls' || dataTableParams.action == 'getEntryPageUrls' ||
+ dataTableParams.action == 'getExitPageUrls' || dataTableParams.action == 'getPageUrlsFollowingSiteSearch' ||
+ dataTableParams.action == 'getPageTitles' || dataTableParams.action == 'getPageTitlesFollowingSiteSearch');
+ },
+
+ isAvailableOnRow: function (dataTableParams, tr) {
+ return true;
+ },
+
+ createInstance: function (dataTable, param) {
+ if (dataTable !== null && typeof dataTable.pagePerformanceInstance != 'undefined') {
+ return dataTable.pagePerformanceInstance;
+ }
+
+ if (dataTable === null && param) {
+ // when row evolution is triggered from the url (not a click on the data table)
+ // we look for the data table instance in the dom
+ var report = param.split(':')[0];
+ var div = $(require('piwik/UI').DataTable.getDataTableByReport(report));
+ if (div.length && div.data('uiControlObject')) {
+ dataTable = div.data('uiControlObject');
+ if (typeof dataTable.pagePerformanceInstance != 'undefined') {
+ return dataTable.pagePerformanceInstance;
+ }
+ }
+ }
+
+ var instance = new DataTable_RowActions_PagePerformance(dataTable);
+ if (dataTable !== null) {
+ dataTable.pagePerformanceInstance = instance;
+ }
+ return instance;
+ },
+
+ });
+
+})(); \ No newline at end of file
diff --git a/plugins/PagePerformance/lang/en.json b/plugins/PagePerformance/lang/en.json
new file mode 100644
index 0000000000..3aa08ad71e
--- /dev/null
+++ b/plugins/PagePerformance/lang/en.json
@@ -0,0 +1,39 @@
+{
+ "PagePerformance": {
+ "ColumnAveragePageLoadTime": "Avg. page load time",
+ "ColumnAveragePageLoadTimeDocumentation": "Average time (in seconds) how long it takes from requesting a page until the page is fully rendered within the browser",
+ "ColumnAverageTimeNetwork": "Avg. network time",
+ "ColumnAverageTimeNetworkDocumentation": "Average time (in seconds) how long it takes to connect to 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) how long it takes the server to generate page. This is the time between the server receiving the request and start serving the response.",
+ "ColumnAverageTimeTransfer": "Avg. transfer time",
+ "ColumnAverageTimeTransferDocumentation": "Average time (in seconds) how long 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) how long the browser spends loading the webpage after the response was fully received until the user can starting interacting with it.",
+ "ColumnAverageTimeDomCompletion": "Avg. DOM completion time",
+ "ColumnAverageTimeDomCompletionDocumentation": "Average time (in seconds) how long it takes for the browser to load media and execute any Javascript code listening for the DOMContentLoaded event after the the webpage was loaded and the user can already interact with it.",
+ "ColumnAverageTimeOnLoad": "Avg. on load time",
+ "ColumnAverageTimeOnLoadDocumentation": "Average time (in seconds) how long it takes the browser to execute Javascript code waiting for the window.load event. This event is triggered once the DOM was 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",
+ "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\""
+ }
+} \ No newline at end of file
diff --git a/plugins/PagePerformance/templates/getPagePerformancePopover.twig b/plugins/PagePerformance/templates/getPagePerformancePopover.twig
new file mode 100644
index 0000000000..480edfa6a2
--- /dev/null
+++ b/plugins/PagePerformance/templates/getPagePerformancePopover.twig
@@ -0,0 +1,10 @@
+<div class="page-performance">
+ <div class="graph">
+ {{ graph|raw }}
+ </div>
+ <div class="alert alert-info">
+ {{ metrics|raw }}
+ <br />
+ {{ 'General_Note'|translate }}: {{ 'PagePerformance_HelpNote'|translate('<a href="https://matomo.org/docs/page-performance/" rel="noreferrer noopener" target="_blank">', '</a>')|raw }}
+ </div>
+</div>
diff --git a/plugins/PagePerformance/tests/Fixtures/VisitsWithPagePerformanceMetrics.php b/plugins/PagePerformance/tests/Fixtures/VisitsWithPagePerformanceMetrics.php
new file mode 100644
index 0000000000..692a79edbf
--- /dev/null
+++ b/plugins/PagePerformance/tests/Fixtures/VisitsWithPagePerformanceMetrics.php
@@ -0,0 +1,118 @@
+<?php
+/**
+ * Matomo - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+namespace Piwik\Plugins\PagePerformance\tests\Fixtures;
+
+use Piwik\Date;
+use Piwik\Tests\Framework\Fixture;
+
+/**
+ * Adds two sites and tracks several visits all in the past.
+ */
+class VisitsWithPagePerformanceMetrics extends Fixture
+{
+ public $dateTime = '2010-03-12 01:22:33';
+ public $idSite = 1;
+
+ public function setUp(): void
+ {
+ $this->setUpWebsitesAndGoals();
+ $this->trackVisits();
+ }
+
+ public function tearDown(): void
+ {
+ // empty
+ }
+
+ public function setUpWebsitesAndGoals()
+ {
+ if (!self::siteCreated($idSite = 1)) {
+ self::createWebsite($this->dateTime);
+ }
+ }
+
+ protected function trackVisits()
+ {
+ $t = self::getTracker($this->idSite, $this->dateTime, $defaultInit = true);
+ $t->setUrl('http://example.org/category/Page1');
+ $t->setPerformanceTimings(12, 150, 333, 1101, 369, 150);
+ self::checkResponse($t->doTrackPageView('Page Title 1'));
+ $t->setUrl('http://example.org/Contact');
+ $t->setPerformanceTimings(0, 99, 298, 999, 412, 232);
+ self::checkResponse($t->doTrackPageView('Contact'));
+ $t->setUrl('http://example.org/Contact/ThankYou');
+ $t->setPerformanceTimings(36, 77, 412, 1055, 333, 77);
+ self::checkResponse($t->doTrackPageView('Contact'));
+
+ $dateTime = Date::factory($this->dateTime)->subDay(1)->addHour(2.6)->getDatetime();
+
+ $t = self::getTracker($this->idSite, $dateTime, $defaultInit = true);
+ $t->setUrl('http://example.org/category/Page1');
+ $t->setPerformanceTimings(12, 222, 211, 888, 299, 99);
+ self::checkResponse($t->doTrackPageView('Page Title 1'));
+ $t->setUrl('http://example.org/Contact');
+ $t->setPerformanceTimings(6, 99, 298, 1300, 348, 199);
+ self::checkResponse($t->doTrackPageView('Contact'));
+ $t->setUrl('http://example.org/Contact/ThankYou');
+ $t->setPerformanceTimings(36, 77, 412, 1140, 444, 120);
+ self::checkResponse($t->doTrackPageView('Contact'));
+
+ $dateTime = Date::factory($this->dateTime)->subDay(2)->addHour(6.5)->getDatetime();
+
+ $t = self::getTracker($this->idSite, $dateTime, $defaultInit = true);
+ $t->setUrl('http://example.org/category/Page1');
+ $t->setPerformanceTimings(29, 355, 444, 1300, 512, 333);
+ self::checkResponse($t->doTrackPageView('Page Title 1'));
+ $t->setUrl('http://example.org/Contact');
+ $t->setPerformanceTimings(66, 111, 278, 988, 355, 66);
+ self::checkResponse($t->doTrackPageView('Contact'));
+ $t->setUrl('http://example.org/Contact/ThankYou');
+ $t->setPerformanceTimings(23, 211, 399, 998, 355, 222);
+ self::checkResponse($t->doTrackPageView('Contact'));
+
+ $dateTime = Date::factory($this->dateTime)->subDay(3)->addHour(4.1)->getDatetime();
+
+ $t = self::getTracker($this->idSite, $dateTime, $defaultInit = true);
+ $t->setUrl('http://example.org/category/Page1');
+ $t->setPerformanceTimings(66, 277, 388, 1025, 436, 299);
+ self::checkResponse($t->doTrackPageView('Page Title 1'));
+ $t->setUrl('http://example.org/Contact');
+ $t->setPerformanceTimings(98, 99, 199, 899, 236, 100);
+ self::checkResponse($t->doTrackPageView('Contact'));
+ $t->setUrl('http://example.org/Contact/ThankYou');
+ $t->setPerformanceTimings(30, 123, 255, 1200, 233, 258);
+ self::checkResponse($t->doTrackPageView('Contact'));
+
+ $dateTime = Date::factory($this->dateTime)->subDay(4)->addHour(4.1)->getDatetime();
+
+ $t = self::getTracker($this->idSite, $dateTime, $defaultInit = true);
+ $t->setUrl('http://example.org/category/Page1');
+ $t->setPerformanceTimings(13, 158, 136, 1235, 359, 248);
+ self::checkResponse($t->doTrackPageView('Page Title 1'));
+ $t->setUrl('http://example.org/Contact');
+ $t->setPerformanceTimings(35, 132, 205, 1125, 236, 135);
+ self::checkResponse($t->doTrackPageView('Contact'));
+ $t->setUrl('http://example.org/Contact/ThankYou');
+ $t->setPerformanceTimings(40, 269, 195, 963, 195, 215);
+ self::checkResponse($t->doTrackPageView('Contact'));
+
+ $dateTime = Date::factory($this->dateTime)->subDay(15)->addHour(2.6)->getDatetime();
+
+ $t = self::getTracker($this->idSite, $dateTime, $defaultInit = true);
+ $t->setUrl('http://example.org/category/Page1');
+ $t->setPerformanceTimings(19, 222, 211, 888, 299, 99);
+ self::checkResponse($t->doTrackPageView('Page Title 1'));
+ $t->setUrl('http://example.org/Contact');
+ $t->setPerformanceTimings(22, 99, 298, 1300, 348, 199);
+ self::checkResponse($t->doTrackPageView('Contact'));
+ $t->setUrl('http://example.org/Contact/ThankYou');
+ $t->setPerformanceTimings(69, 77, 412, 1140, 444, 120);
+ self::checkResponse($t->doTrackPageView('Contact'));
+
+ }
+} \ No newline at end of file
diff --git a/plugins/PagePerformance/tests/Integration/Tracker/PerformanceDataProcessorTest.php b/plugins/PagePerformance/tests/Integration/Tracker/PerformanceDataProcessorTest.php
new file mode 100644
index 0000000000..da00b58045
--- /dev/null
+++ b/plugins/PagePerformance/tests/Integration/Tracker/PerformanceDataProcessorTest.php
@@ -0,0 +1,109 @@
+<?php
+/**
+ * Matomo - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ *
+ */
+
+namespace Piwik\Plugins\PagePerformance\tests\Integration\Tracker;
+
+use Piwik\Common;
+use Piwik\Date;
+use Piwik\Db;
+use Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor;
+use Piwik\Tests\Framework\Fixture;
+use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
+
+
+/**
+ * @group PagePerformance
+ * @group Plugins
+ */
+class PerformanceDataProcessorTest extends IntegrationTestCase
+{
+
+ /**
+ * @var PerformanceDataProcessor
+ */
+ private $requestProcessor;
+
+ public function setUp(): void
+ {
+ parent::setUp();
+
+ $this->requestProcessor = new PerformanceDataProcessor();
+
+ Fixture::createWebsite('2014-01-01 02:03:04');
+ }
+
+ public function test_shouldUpdatePerformanceTimingsInOngoingEventRequest()
+ {
+ $tracker = Fixture::getTracker(1, Date::now()->toString('Y-m-d H:i:s'));
+ $tracker->setUrl('http://example.org/test');
+ Fixture::checkResponse($tracker->doTrackPageView('My Page'));
+
+ $idPageView = $tracker->idPageview;
+
+ $this->checkActionHasTimings($idPageView);
+
+ $tracker->setPerformanceTimings(12, 77, 412, 1055, 333, 66);
+ Fixture::checkResponse($tracker->doTrackEvent('cat', 'act'));
+
+ $this->checkActionHasTimings($idPageView, 12, 77, 412, 1055, 333, 66);
+ }
+
+ public function test_shouldUpdatePerformanceTimingsInOngoingPingRequest()
+ {
+ $tracker = Fixture::getTracker(1, Date::now()->toString('Y-m-d H:i:s'));
+ $tracker->setUrl('http://example.org/test');
+ Fixture::checkResponse($tracker->doTrackPageView('My Page'));
+
+ $idPageView = $tracker->idPageview;
+
+ $this->checkActionHasTimings($idPageView);
+
+ $tracker->setPerformanceTimings(5, 66, 445, 1025, 12, 111);
+ Fixture::checkResponse($tracker->doPing());
+
+ $this->checkActionHasTimings($idPageView, 5, 66, 445, 1025, 12, 111);
+ }
+
+ public function test_shouldNotUpdatePerformanceTimingsInOngoingPageViewRequest()
+ {
+ $tracker = Fixture::getTracker(1, Date::now()->toString('Y-m-d H:i:s'));
+ $tracker->setUrl('http://example.org/test');
+ Fixture::checkResponse($tracker->doTrackPageView('My Page'));
+
+ $idPageView = $tracker->idPageview;
+
+ $this->checkActionHasTimings($idPageView);
+
+ $tracker->setPerformanceTimings(0, 66, 445, 1025, 12, 111);
+ $tracker->setUrl('http://example.org/test2');
+ Fixture::checkResponse($tracker->doTrackPageView('Another Page'));
+
+ $this->checkActionHasTimings($idPageView);
+ $this->checkActionHasTimings($tracker->idPageview, 0, 66, 445, 1025, 12, 111);
+ }
+
+ protected function checkActionHasTimings($pageViewId, $network = null, $server = null, $transfer = null, $domProcessing = null, $domCompletion = null, $onload = null)
+ {
+ $result = Db::fetchRow(
+ sprintf('SELECT time_network, time_server, time_transfer, time_dom_processing, time_dom_completion, time_on_load
+ FROM %1$s LEFT JOIN %2$s ON idaction_url = idaction WHERE idpageview = ? AND %2$s.type = 1',
+ Common::prefixTable('log_link_visit_action'),
+ Common::prefixTable('log_action')
+ ), $pageViewId);
+
+ $this->assertEquals([
+ 'time_network' => $network,
+ 'time_server' => $server,
+ 'time_transfer' => $transfer,
+ 'time_dom_processing' => $domProcessing,
+ 'time_dom_completion' => $domCompletion,
+ 'time_on_load' => $onload
+ ], $result);
+ }
+} \ No newline at end of file
diff --git a/plugins/PagePerformance/tests/System/APITest.php b/plugins/PagePerformance/tests/System/APITest.php
new file mode 100644
index 0000000000..13af42ff57
--- /dev/null
+++ b/plugins/PagePerformance/tests/System/APITest.php
@@ -0,0 +1,67 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+
+namespace Piwik\Plugins\PagePerformance\tests\System;
+
+use Piwik\Plugins\PagePerformance\tests\Fixtures\VisitsWithPagePerformanceMetrics;
+use Piwik\Tests\Framework\TestCase\SystemTestCase;
+
+/**
+ * @group PagePerformance
+ * @group APITest
+ * @group Plugins
+ */
+class APITest extends SystemTestCase
+{
+ /**
+ * @var VisitsWithPagePerformanceMetrics
+ */
+ public static $fixture = null; // initialized below class definition
+
+ /**
+ * @dataProvider getApiForTesting
+ */
+ public function testApi($api, $params)
+ {
+ $this->runApiTests($api, $params);
+ }
+
+ public function getApiForTesting()
+ {
+ $api = array(
+ 'PagePerformance.get',
+ 'Actions.getPageUrls',
+ 'Actions.getPageTitles',
+ );
+
+ $apiToTest = array();
+ $apiToTest[] = array($api,
+ array(
+ 'idSite' => 1,
+ 'date' => self::$fixture->dateTime,
+ 'periods' => array('day', 'month'),
+ 'testSuffix' => ''
+ )
+ );
+
+ return $apiToTest;
+ }
+
+ public static function getOutputPrefix()
+ {
+ return '';
+ }
+
+ public static function getPathToTestDirectory()
+ {
+ return dirname(__FILE__);
+ }
+
+}
+
+APITest::$fixture = new VisitsWithPagePerformanceMetrics(); \ No newline at end of file
diff --git a/plugins/PagePerformance/tests/System/expected/test___Actions.getPageTitles_day.xml b/plugins/PagePerformance/tests/System/expected/test___Actions.getPageTitles_day.xml
new file mode 100644
index 0000000000..1d36a79dd6
--- /dev/null
+++ b/plugins/PagePerformance/tests/System/expected/test___Actions.getPageTitles_day.xml
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <row>
+ <label> Contact</label>
+ <nb_visits>1</nb_visits>
+ <nb_uniq_visitors>1</nb_uniq_visitors>
+ <nb_hits>2</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_network>2</nb_hits_with_time_network>
+ <min_time_network>0.0000</min_time_network>
+ <max_time_network>0.0360</max_time_network>
+ <nb_hits_with_time_server>2</nb_hits_with_time_server>
+ <min_time_server>0.0770</min_time_server>
+ <max_time_server>0.0990</max_time_server>
+ <nb_hits_with_time_transfer>2</nb_hits_with_time_transfer>
+ <min_time_transfer>0.2980</min_time_transfer>
+ <max_time_transfer>0.4120</max_time_transfer>
+ <nb_hits_with_time_dom_processing>2</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>0.9990</min_time_dom_processing>
+ <max_time_dom_processing>1.0550</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>2</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.3330</min_time_dom_completion>
+ <max_time_dom_completion>0.4120</max_time_dom_completion>
+ <nb_hits_with_time_on_load>2</nb_hits_with_time_on_load>
+ <min_time_on_load>0.0770</min_time_on_load>
+ <max_time_on_load>0.2320</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <exit_nb_uniq_visitors>1</exit_nb_uniq_visitors>
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.018</avg_time_network>
+ <avg_time_server>0.088</avg_time_server>
+ <avg_time_transfer>0.355</avg_time_transfer>
+ <avg_time_dom_processing>1.027</avg_time_dom_processing>
+ <avg_time_dom_completion>0.373</avg_time_dom_completion>
+ <avg_time_on_load>0.155</avg_time_on_load>
+ <avg_page_load_time>2.016</avg_page_load_time>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <segment>pageTitle==Contact</segment>
+ </row>
+ <row>
+ <label> Page Title 1</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>
+ <nb_hits_with_time_network>1</nb_hits_with_time_network>
+ <min_time_network>0.0120</min_time_network>
+ <max_time_network>0.0120</max_time_network>
+ <nb_hits_with_time_server>1</nb_hits_with_time_server>
+ <min_time_server>0.1500</min_time_server>
+ <max_time_server>0.1500</max_time_server>
+ <nb_hits_with_time_transfer>1</nb_hits_with_time_transfer>
+ <min_time_transfer>0.3330</min_time_transfer>
+ <max_time_transfer>0.3330</max_time_transfer>
+ <nb_hits_with_time_dom_processing>1</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>1.1010</min_time_dom_processing>
+ <max_time_dom_processing>1.1010</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>1</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.3690</min_time_dom_completion>
+ <max_time_dom_completion>0.3690</max_time_dom_completion>
+ <nb_hits_with_time_on_load>1</nb_hits_with_time_on_load>
+ <min_time_on_load>0.1500</min_time_on_load>
+ <max_time_on_load>0.1500</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <entry_nb_uniq_visitors>1</entry_nb_uniq_visitors>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>3</entry_nb_actions>
+ <entry_sum_visit_length>1</entry_sum_visit_length>
+ <entry_bounce_count>0</entry_bounce_count>
+ <avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.012</avg_time_network>
+ <avg_time_server>0.15</avg_time_server>
+ <avg_time_transfer>0.333</avg_time_transfer>
+ <avg_time_dom_processing>1.101</avg_time_dom_processing>
+ <avg_time_dom_completion>0.369</avg_time_dom_completion>
+ <avg_time_on_load>0.15</avg_time_on_load>
+ <avg_page_load_time>2.115</avg_page_load_time>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>0%</exit_rate>
+ <segment>pageTitle==Page%2BTitle%2B1</segment>
+ </row>
+</result> \ No newline at end of file
diff --git a/plugins/PagePerformance/tests/System/expected/test___Actions.getPageTitles_month.xml b/plugins/PagePerformance/tests/System/expected/test___Actions.getPageTitles_month.xml
new file mode 100644
index 0000000000..8e486ea3c0
--- /dev/null
+++ b/plugins/PagePerformance/tests/System/expected/test___Actions.getPageTitles_month.xml
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <row>
+ <label> Contact</label>
+ <nb_visits>5</nb_visits>
+ <nb_hits>10</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_network>10</nb_hits_with_time_network>
+ <min_time_network>0.094</min_time_network>
+ <max_time_network>0.276</max_time_network>
+ <nb_hits_with_time_server>10</nb_hits_with_time_server>
+ <min_time_server>0.496</min_time_server>
+ <max_time_server>0.801</max_time_server>
+ <nb_hits_with_time_transfer>10</nb_hits_with_time_transfer>
+ <min_time_transfer>1.268</min_time_transfer>
+ <max_time_transfer>1.683</max_time_transfer>
+ <nb_hits_with_time_dom_processing>10</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>4.989</min_time_dom_processing>
+ <max_time_dom_processing>5.678</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>10</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>1.464</min_time_dom_completion>
+ <max_time_dom_completion>1.683</max_time_dom_completion>
+ <nb_hits_with_time_on_load>10</nb_hits_with_time_on_load>
+ <min_time_on_load>0.498</min_time_on_load>
+ <max_time_on_load>1.126</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <exit_nb_visits>5</exit_nb_visits>
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
+ <sum_daily_exit_nb_uniq_visitors>5</sum_daily_exit_nb_uniq_visitors>
+ <avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.037</avg_time_network>
+ <avg_time_server>0.13</avg_time_server>
+ <avg_time_transfer>0.295</avg_time_transfer>
+ <avg_time_dom_processing>1.067</avg_time_dom_processing>
+ <avg_time_dom_completion>0.315</avg_time_dom_completion>
+ <avg_time_on_load>0.162</avg_time_on_load>
+ <avg_page_load_time>2.006</avg_page_load_time>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <segment>pageTitle==Contact</segment>
+ </row>
+ <row>
+ <label> Page Title 1</label>
+ <nb_visits>5</nb_visits>
+ <nb_hits>5</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_network>5</nb_hits_with_time_network>
+ <min_time_network>0.132</min_time_network>
+ <max_time_network>0.132</max_time_network>
+ <nb_hits_with_time_server>5</nb_hits_with_time_server>
+ <min_time_server>1.162</min_time_server>
+ <max_time_server>1.162</max_time_server>
+ <nb_hits_with_time_transfer>5</nb_hits_with_time_transfer>
+ <min_time_transfer>1.512</min_time_transfer>
+ <max_time_transfer>1.512</max_time_transfer>
+ <nb_hits_with_time_dom_processing>5</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>5.549</min_time_dom_processing>
+ <max_time_dom_processing>5.549</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>5</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>1.975</min_time_dom_completion>
+ <max_time_dom_completion>1.975</max_time_dom_completion>
+ <nb_hits_with_time_on_load>5</nb_hits_with_time_on_load>
+ <min_time_on_load>1.129</min_time_on_load>
+ <max_time_on_load>1.129</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <entry_nb_visits>5</entry_nb_visits>
+ <entry_nb_actions>15</entry_nb_actions>
+ <entry_sum_visit_length>5</entry_sum_visit_length>
+ <entry_bounce_count>0</entry_bounce_count>
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
+ <sum_daily_entry_nb_uniq_visitors>5</sum_daily_entry_nb_uniq_visitors>
+ <avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.026</avg_time_network>
+ <avg_time_server>0.232</avg_time_server>
+ <avg_time_transfer>0.302</avg_time_transfer>
+ <avg_time_dom_processing>1.11</avg_time_dom_processing>
+ <avg_time_dom_completion>0.395</avg_time_dom_completion>
+ <avg_time_on_load>0.226</avg_time_on_load>
+ <avg_page_load_time>2.291</avg_page_load_time>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>0%</exit_rate>
+ <segment>pageTitle==Page%2BTitle%2B1</segment>
+ </row>
+</result> \ No newline at end of file
diff --git a/plugins/PagePerformance/tests/System/expected/test___Actions.getPageUrls_day.xml b/plugins/PagePerformance/tests/System/expected/test___Actions.getPageUrls_day.xml
new file mode 100644
index 0000000000..99b55d31f9
--- /dev/null
+++ b/plugins/PagePerformance/tests/System/expected/test___Actions.getPageUrls_day.xml
@@ -0,0 +1,209 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <row>
+ <label>/Contact</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>
+ <nb_hits_with_time_network>1</nb_hits_with_time_network>
+ <min_time_network>0.0000</min_time_network>
+ <max_time_network>0.0000</max_time_network>
+ <nb_hits_with_time_server>1</nb_hits_with_time_server>
+ <min_time_server>0.0990</min_time_server>
+ <max_time_server>0.0990</max_time_server>
+ <nb_hits_with_time_transfer>1</nb_hits_with_time_transfer>
+ <min_time_transfer>0.2980</min_time_transfer>
+ <max_time_transfer>0.2980</max_time_transfer>
+ <nb_hits_with_time_dom_processing>1</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>0.9990</min_time_dom_processing>
+ <max_time_dom_processing>0.9990</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>1</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.4120</min_time_dom_completion>
+ <max_time_dom_completion>0.4120</max_time_dom_completion>
+ <nb_hits_with_time_on_load>1</nb_hits_with_time_on_load>
+ <min_time_on_load>0.2320</min_time_on_load>
+ <max_time_on_load>0.2320</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0</avg_time_network>
+ <avg_time_server>0.099</avg_time_server>
+ <avg_time_transfer>0.298</avg_time_transfer>
+ <avg_time_dom_processing>0.999</avg_time_dom_processing>
+ <avg_time_dom_completion>0.412</avg_time_dom_completion>
+ <avg_time_on_load>0.232</avg_time_on_load>
+ <avg_page_load_time>2.04</avg_page_load_time>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>0%</exit_rate>
+ <url>http://example.org/Contact</url>
+ <segment>pageUrl==http%253A%252F%252Fexample.org%252FContact</segment>
+ </row>
+ <row>
+ <label>category</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_network>1</nb_hits_with_time_network>
+ <min_time_network>0.012</min_time_network>
+ <max_time_network>0.012</max_time_network>
+ <nb_hits_with_time_server>1</nb_hits_with_time_server>
+ <min_time_server>0.15</min_time_server>
+ <max_time_server>0.15</max_time_server>
+ <nb_hits_with_time_transfer>1</nb_hits_with_time_transfer>
+ <min_time_transfer>0.333</min_time_transfer>
+ <max_time_transfer>0.333</max_time_transfer>
+ <nb_hits_with_time_dom_processing>1</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>1.101</min_time_dom_processing>
+ <max_time_dom_processing>1.101</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>1</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.369</min_time_dom_completion>
+ <max_time_dom_completion>0.369</max_time_dom_completion>
+ <nb_hits_with_time_on_load>1</nb_hits_with_time_on_load>
+ <min_time_on_load>0.15</min_time_on_load>
+ <max_time_on_load>0.15</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>3</entry_nb_actions>
+ <entry_sum_visit_length>1</entry_sum_visit_length>
+ <entry_bounce_count>0</entry_bounce_count>
+ <avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.012</avg_time_network>
+ <avg_time_server>0.15</avg_time_server>
+ <avg_time_transfer>0.333</avg_time_transfer>
+ <avg_time_dom_processing>1.101</avg_time_dom_processing>
+ <avg_time_dom_completion>0.369</avg_time_dom_completion>
+ <avg_time_on_load>0.15</avg_time_on_load>
+ <avg_page_load_time>2.115</avg_page_load_time>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>0%</exit_rate>
+ <segment>pageUrl=^http%253A%252F%252Fpiwik.net%252Fcategory</segment>
+ <subtable>
+ <row>
+ <label>/Page1</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>
+ <nb_hits_with_time_network>1</nb_hits_with_time_network>
+ <min_time_network>0.0120</min_time_network>
+ <max_time_network>0.0120</max_time_network>
+ <nb_hits_with_time_server>1</nb_hits_with_time_server>
+ <min_time_server>0.1500</min_time_server>
+ <max_time_server>0.1500</max_time_server>
+ <nb_hits_with_time_transfer>1</nb_hits_with_time_transfer>
+ <min_time_transfer>0.3330</min_time_transfer>
+ <max_time_transfer>0.3330</max_time_transfer>
+ <nb_hits_with_time_dom_processing>1</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>1.1010</min_time_dom_processing>
+ <max_time_dom_processing>1.1010</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>1</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.3690</min_time_dom_completion>
+ <max_time_dom_completion>0.3690</max_time_dom_completion>
+ <nb_hits_with_time_on_load>1</nb_hits_with_time_on_load>
+ <min_time_on_load>0.1500</min_time_on_load>
+ <max_time_on_load>0.1500</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <entry_nb_uniq_visitors>1</entry_nb_uniq_visitors>
+ <entry_nb_visits>1</entry_nb_visits>
+ <entry_nb_actions>3</entry_nb_actions>
+ <entry_sum_visit_length>1</entry_sum_visit_length>
+ <entry_bounce_count>0</entry_bounce_count>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>0%</exit_rate>
+ <url>http://example.org/category/Page1</url>
+ <segment>pageUrl==http%253A%252F%252Fexample.org%252Fcategory%252FPage1</segment>
+ </row>
+ </subtable>
+ </row>
+ <row>
+ <label>Contact</label>
+ <nb_visits>1</nb_visits>
+ <nb_hits>1</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_network>1</nb_hits_with_time_network>
+ <min_time_network>0.036</min_time_network>
+ <max_time_network>0.036</max_time_network>
+ <nb_hits_with_time_server>1</nb_hits_with_time_server>
+ <min_time_server>0.077</min_time_server>
+ <max_time_server>0.077</max_time_server>
+ <nb_hits_with_time_transfer>1</nb_hits_with_time_transfer>
+ <min_time_transfer>0.412</min_time_transfer>
+ <max_time_transfer>0.412</max_time_transfer>
+ <nb_hits_with_time_dom_processing>1</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>1.055</min_time_dom_processing>
+ <max_time_dom_processing>1.055</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>1</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.333</min_time_dom_completion>
+ <max_time_dom_completion>0.333</max_time_dom_completion>
+ <nb_hits_with_time_on_load>1</nb_hits_with_time_on_load>
+ <min_time_on_load>0.077</min_time_on_load>
+ <max_time_on_load>0.077</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <exit_nb_visits>1</exit_nb_visits>
+ <avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.036</avg_time_network>
+ <avg_time_server>0.077</avg_time_server>
+ <avg_time_transfer>0.412</avg_time_transfer>
+ <avg_time_dom_processing>1.055</avg_time_dom_processing>
+ <avg_time_dom_completion>0.333</avg_time_dom_completion>
+ <avg_time_on_load>0.077</avg_time_on_load>
+ <avg_page_load_time>1.99</avg_page_load_time>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <segment>pageUrl=^http%253A%252F%252Fpiwik.net%252FContact</segment>
+ <subtable>
+ <row>
+ <label>/ThankYou</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>
+ <nb_hits_with_time_network>1</nb_hits_with_time_network>
+ <min_time_network>0.0360</min_time_network>
+ <max_time_network>0.0360</max_time_network>
+ <nb_hits_with_time_server>1</nb_hits_with_time_server>
+ <min_time_server>0.0770</min_time_server>
+ <max_time_server>0.0770</max_time_server>
+ <nb_hits_with_time_transfer>1</nb_hits_with_time_transfer>
+ <min_time_transfer>0.4120</min_time_transfer>
+ <max_time_transfer>0.4120</max_time_transfer>
+ <nb_hits_with_time_dom_processing>1</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>1.0550</min_time_dom_processing>
+ <max_time_dom_processing>1.0550</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>1</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>0.3330</min_time_dom_completion>
+ <max_time_dom_completion>0.3330</max_time_dom_completion>
+ <nb_hits_with_time_on_load>1</nb_hits_with_time_on_load>
+ <min_time_on_load>0.0770</min_time_on_load>
+ <max_time_on_load>0.0770</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <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>0%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <url>http://example.org/Contact/ThankYou</url>
+ <segment>pageUrl==http%253A%252F%252Fexample.org%252FContact%252FThankYou</segment>
+ </row>
+ </subtable>
+ </row>
+</result> \ No newline at end of file
diff --git a/plugins/PagePerformance/tests/System/expected/test___Actions.getPageUrls_month.xml b/plugins/PagePerformance/tests/System/expected/test___Actions.getPageUrls_month.xml
new file mode 100644
index 0000000000..aa8308340e
--- /dev/null
+++ b/plugins/PagePerformance/tests/System/expected/test___Actions.getPageUrls_month.xml
@@ -0,0 +1,209 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <row>
+ <label>/Contact</label>
+ <nb_visits>5</nb_visits>
+ <nb_hits>5</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_network>5</nb_hits_with_time_network>
+ <min_time_network>0.205</min_time_network>
+ <max_time_network>0.205</max_time_network>
+ <nb_hits_with_time_server>5</nb_hits_with_time_server>
+ <min_time_server>0.54</min_time_server>
+ <max_time_server>0.54</max_time_server>
+ <nb_hits_with_time_transfer>5</nb_hits_with_time_transfer>
+ <min_time_transfer>1.278</min_time_transfer>
+ <max_time_transfer>1.278</max_time_transfer>
+ <nb_hits_with_time_dom_processing>5</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>5.311</min_time_dom_processing>
+ <max_time_dom_processing>5.311</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>5</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>1.587</min_time_dom_completion>
+ <max_time_dom_completion>1.587</max_time_dom_completion>
+ <nb_hits_with_time_on_load>5</nb_hits_with_time_on_load>
+ <min_time_on_load>0.732</min_time_on_load>
+ <max_time_on_load>0.732</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
+ <avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.041</avg_time_network>
+ <avg_time_server>0.108</avg_time_server>
+ <avg_time_transfer>0.256</avg_time_transfer>
+ <avg_time_dom_processing>1.062</avg_time_dom_processing>
+ <avg_time_dom_completion>0.317</avg_time_dom_completion>
+ <avg_time_on_load>0.146</avg_time_on_load>
+ <avg_page_load_time>1.93</avg_page_load_time>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>0%</exit_rate>
+ <url>http://example.org/Contact</url>
+ <segment>pageUrl==http%253A%252F%252Fexample.org%252FContact</segment>
+ </row>
+ <row>
+ <label>category</label>
+ <nb_visits>5</nb_visits>
+ <nb_hits>5</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_network>5</nb_hits_with_time_network>
+ <min_time_network>0.132</min_time_network>
+ <max_time_network>0.132</max_time_network>
+ <nb_hits_with_time_server>5</nb_hits_with_time_server>
+ <min_time_server>1.162</min_time_server>
+ <max_time_server>1.162</max_time_server>
+ <nb_hits_with_time_transfer>5</nb_hits_with_time_transfer>
+ <min_time_transfer>1.512</min_time_transfer>
+ <max_time_transfer>1.512</max_time_transfer>
+ <nb_hits_with_time_dom_processing>5</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>5.549</min_time_dom_processing>
+ <max_time_dom_processing>5.549</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>5</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>1.975</min_time_dom_completion>
+ <max_time_dom_completion>1.975</max_time_dom_completion>
+ <nb_hits_with_time_on_load>5</nb_hits_with_time_on_load>
+ <min_time_on_load>1.129</min_time_on_load>
+ <max_time_on_load>1.129</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <entry_nb_visits>5</entry_nb_visits>
+ <entry_nb_actions>15</entry_nb_actions>
+ <entry_sum_visit_length>5</entry_sum_visit_length>
+ <entry_bounce_count>0</entry_bounce_count>
+ <avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.026</avg_time_network>
+ <avg_time_server>0.232</avg_time_server>
+ <avg_time_transfer>0.302</avg_time_transfer>
+ <avg_time_dom_processing>1.11</avg_time_dom_processing>
+ <avg_time_dom_completion>0.395</avg_time_dom_completion>
+ <avg_time_on_load>0.226</avg_time_on_load>
+ <avg_page_load_time>2.291</avg_page_load_time>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>0%</exit_rate>
+ <segment>pageUrl=^http%253A%252F%252Fpiwik.net%252Fcategory</segment>
+ <subtable>
+ <row>
+ <label>/Page1</label>
+ <nb_visits>5</nb_visits>
+ <nb_hits>5</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_network>5</nb_hits_with_time_network>
+ <min_time_network>0.132</min_time_network>
+ <max_time_network>0.132</max_time_network>
+ <nb_hits_with_time_server>5</nb_hits_with_time_server>
+ <min_time_server>1.162</min_time_server>
+ <max_time_server>1.162</max_time_server>
+ <nb_hits_with_time_transfer>5</nb_hits_with_time_transfer>
+ <min_time_transfer>1.512</min_time_transfer>
+ <max_time_transfer>1.512</max_time_transfer>
+ <nb_hits_with_time_dom_processing>5</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>5.549</min_time_dom_processing>
+ <max_time_dom_processing>5.549</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>5</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>1.975</min_time_dom_completion>
+ <max_time_dom_completion>1.975</max_time_dom_completion>
+ <nb_hits_with_time_on_load>5</nb_hits_with_time_on_load>
+ <min_time_on_load>1.129</min_time_on_load>
+ <max_time_on_load>1.129</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <entry_nb_visits>5</entry_nb_visits>
+ <entry_nb_actions>15</entry_nb_actions>
+ <entry_sum_visit_length>5</entry_sum_visit_length>
+ <entry_bounce_count>0</entry_bounce_count>
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
+ <sum_daily_entry_nb_uniq_visitors>5</sum_daily_entry_nb_uniq_visitors>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>0%</exit_rate>
+ <url>http://example.org/category/Page1</url>
+ <segment>pageUrl==http%253A%252F%252Fexample.org%252Fcategory%252FPage1</segment>
+ </row>
+ </subtable>
+ </row>
+ <row>
+ <label>Contact</label>
+ <nb_visits>5</nb_visits>
+ <nb_hits>5</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_network>5</nb_hits_with_time_network>
+ <min_time_network>0.165</min_time_network>
+ <max_time_network>0.165</max_time_network>
+ <nb_hits_with_time_server>5</nb_hits_with_time_server>
+ <min_time_server>0.757</min_time_server>
+ <max_time_server>0.757</max_time_server>
+ <nb_hits_with_time_transfer>5</nb_hits_with_time_transfer>
+ <min_time_transfer>1.673</min_time_transfer>
+ <max_time_transfer>1.673</max_time_transfer>
+ <nb_hits_with_time_dom_processing>5</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>5.356</min_time_dom_processing>
+ <max_time_dom_processing>5.356</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>5</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>1.56</min_time_dom_completion>
+ <max_time_dom_completion>1.56</max_time_dom_completion>
+ <nb_hits_with_time_on_load>5</nb_hits_with_time_on_load>
+ <min_time_on_load>0.892</min_time_on_load>
+ <max_time_on_load>0.892</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <exit_nb_visits>5</exit_nb_visits>
+ <avg_bandwidth>0</avg_bandwidth>
+ <avg_time_network>0.033</avg_time_network>
+ <avg_time_server>0.151</avg_time_server>
+ <avg_time_transfer>0.335</avg_time_transfer>
+ <avg_time_dom_processing>1.071</avg_time_dom_processing>
+ <avg_time_dom_completion>0.312</avg_time_dom_completion>
+ <avg_time_on_load>0.178</avg_time_on_load>
+ <avg_page_load_time>2.08</avg_page_load_time>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <segment>pageUrl=^http%253A%252F%252Fpiwik.net%252FContact</segment>
+ <subtable>
+ <row>
+ <label>/ThankYou</label>
+ <nb_visits>5</nb_visits>
+ <nb_hits>5</nb_hits>
+ <sum_time_spent>0</sum_time_spent>
+ <nb_hits_with_time_network>5</nb_hits_with_time_network>
+ <min_time_network>0.165</min_time_network>
+ <max_time_network>0.165</max_time_network>
+ <nb_hits_with_time_server>5</nb_hits_with_time_server>
+ <min_time_server>0.757</min_time_server>
+ <max_time_server>0.757</max_time_server>
+ <nb_hits_with_time_transfer>5</nb_hits_with_time_transfer>
+ <min_time_transfer>1.673</min_time_transfer>
+ <max_time_transfer>1.673</max_time_transfer>
+ <nb_hits_with_time_dom_processing>5</nb_hits_with_time_dom_processing>
+ <min_time_dom_processing>5.356</min_time_dom_processing>
+ <max_time_dom_processing>5.356</max_time_dom_processing>
+ <nb_hits_with_time_dom_completion>5</nb_hits_with_time_dom_completion>
+ <min_time_dom_completion>1.56</min_time_dom_completion>
+ <max_time_dom_completion>1.56</max_time_dom_completion>
+ <nb_hits_with_time_on_load>5</nb_hits_with_time_on_load>
+ <min_time_on_load>0.892</min_time_on_load>
+ <max_time_on_load>0.892</max_time_on_load>
+ <sum_bandwidth>0</sum_bandwidth>
+ <nb_hits_with_bandwidth>0</nb_hits_with_bandwidth>
+ <min_bandwidth />
+ <max_bandwidth />
+ <exit_nb_visits>5</exit_nb_visits>
+ <sum_daily_nb_uniq_visitors>5</sum_daily_nb_uniq_visitors>
+ <sum_daily_exit_nb_uniq_visitors>5</sum_daily_exit_nb_uniq_visitors>
+ <avg_time_on_page>0</avg_time_on_page>
+ <bounce_rate>0%</bounce_rate>
+ <exit_rate>100%</exit_rate>
+ <url>http://example.org/Contact/ThankYou</url>
+ <segment>pageUrl==http%253A%252F%252Fexample.org%252FContact%252FThankYou</segment>
+ </row>
+ </subtable>
+ </row>
+</result> \ No newline at end of file
diff --git a/plugins/PagePerformance/tests/System/expected/test___PagePerformance.get_day.xml b/plugins/PagePerformance/tests/System/expected/test___PagePerformance.get_day.xml
new file mode 100644
index 0000000000..703eef6f74
--- /dev/null
+++ b/plugins/PagePerformance/tests/System/expected/test___PagePerformance.get_day.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <avg_time_network>0.02</avg_time_network>
+ <avg_time_server>0.11</avg_time_server>
+ <avg_time_transfer>0.35</avg_time_transfer>
+ <avg_time_dom_processing>1.05</avg_time_dom_processing>
+ <avg_time_dom_completion>0.37</avg_time_dom_completion>
+ <avg_time_on_load>0.15</avg_time_on_load>
+ <avg_page_load_time>2.05</avg_page_load_time>
+</result> \ No newline at end of file
diff --git a/plugins/PagePerformance/tests/System/expected/test___PagePerformance.get_month.xml b/plugins/PagePerformance/tests/System/expected/test___PagePerformance.get_month.xml
new file mode 100644
index 0000000000..8b3657c4c5
--- /dev/null
+++ b/plugins/PagePerformance/tests/System/expected/test___PagePerformance.get_month.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+ <avg_time_network>0.03</avg_time_network>
+ <avg_time_server>0.16</avg_time_server>
+ <avg_time_transfer>0.3</avg_time_transfer>
+ <avg_time_dom_processing>1.08</avg_time_dom_processing>
+ <avg_time_dom_completion>0.34</avg_time_dom_completion>
+ <avg_time_on_load>0.18</avg_time_on_load>
+ <avg_page_load_time>2.1</avg_page_load_time>
+</result> \ No newline at end of file
diff --git a/plugins/PagePerformance/tests/UI/PagePerformance_spec.js b/plugins/PagePerformance/tests/UI/PagePerformance_spec.js
new file mode 100644
index 0000000000..4e5ef521d7
--- /dev/null
+++ b/plugins/PagePerformance/tests/UI/PagePerformance_spec.js
@@ -0,0 +1,113 @@
+/*!
+ * Matomo - free/libre analytics platform
+ *
+ * Page Performance screenshot tests.
+ *
+ * @link https://matomo.org
+ * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+
+describe("PagePerformance", function () {
+
+ this.timeout(0);
+ this.fixture = "Piwik\\Plugins\\PagePerformance\\tests\\Fixtures\\VisitsWithPagePerformanceMetrics";
+
+ const generalParams = 'idSite=1&period=day&date=2010-03-12',
+ urlBase = 'module=CoreHome&action=index&' + generalParams;
+
+ it("should load page performance overview", async function () {
+ await page.goto("?" + urlBase + "#?" + generalParams + "&category=General_Visitors&subcategory=General_Overview");
+ pageWrap = await page.$('.pageWrap');
+ expect(await pageWrap.screenshot()).to.matchImage('load');
+ });
+
+ it("should show new row action in pages reports", async function () {
+ await page.goto("?" + urlBase + "#?" + generalParams + "&category=General_Actions&subcategory=General_Pages");
+
+ // hover first row
+ const row = await page.waitForSelector('.dataTable tbody tr:first-child');
+ await row.hover();
+ await page.waitFor(50);
+
+ pageWrap = await page.$('.pageWrap');
+ expect(await pageWrap.screenshot()).to.matchImage('rowactions');
+ });
+
+ it("should load page performance overlay", async function () {
+
+ // click page performance icon
+ const icon = await page.waitForSelector('.dataTable tbody tr:first-child a.actionPagePerformance');
+ await icon.click();
+
+ await page.waitForNetworkIdle();
+
+ pageWrap = await page.waitForSelector('.ui-dialog');
+
+ await page.hover('.piwik-graph');
+ await page.waitFor(50);
+
+ expect(await pageWrap.screenshot()).to.matchImage('pageurl_overlay');
+ });
+
+ it("should show new table with performance metrics visualization in selection", async function () {
+ await page.goto("?" + urlBase + "#?" + generalParams + "&category=General_Actions&subcategory=General_Pages");
+
+ // hover visualization selection
+ const icon = await page.jQuery('.activateVisualizationSelection');
+ await icon.click();
+
+ pageWrap = await page.$('.pageWrap');
+ expect(await pageWrap.screenshot()).to.matchImage('visualizations');
+ });
+
+ it("should load new table with performance metrics visualization", async function () {
+
+ // hover visualization selection
+ const icon = await page.jQuery('.dropdown-content .icon-page-performance');
+ await icon.click();
+
+ await page.waitForNetworkIdle();
+
+ pageWrap = await page.$('.pageWrap');
+ expect(await pageWrap.screenshot()).to.matchImage('performance_visualization');
+ });
+
+ it("should show rowaction for subtable rows", async function () {
+
+ const subtablerow = await page.jQuery('tr.subDataTable:eq(1)');
+ await subtablerow.click();
+
+ await page.waitForNetworkIdle();
+ await page.waitFor(200);
+
+ // hover first row
+ const row = await page.jQuery('tr.subDataTable:eq(1) + tr');
+ await row.hover();
+
+ pageWrap = await page.$('.pageWrap');
+ expect(await pageWrap.screenshot()).to.matchImage('rowactions_subtable');
+ });
+
+ it("performance overlay should work on page titles report", async function () {
+ await page.goto("?" + urlBase + "#?" + generalParams + "&category=General_Actions&subcategory=Actions_SubmenuPageTitles");
+
+ // hover first row
+ const row = await page.waitForSelector('.dataTable tbody tr:first-child');
+ await row.hover();
+
+ // click page performance icon
+ const icon = await page.waitForSelector('.dataTable tbody tr:first-child a.actionPagePerformance');
+ await icon.click();
+
+ await page.waitForNetworkIdle();
+
+ pageWrap = await page.waitForSelector('.ui-dialog');
+
+ await page.hover('.piwik-graph');
+ await page.waitFor(50);
+
+ expect(await pageWrap.screenshot()).to.matchImage('pagetitle_overlay');
+ });
+
+
+}); \ No newline at end of file
diff --git a/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_load.png b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_load.png
new file mode 100644
index 0000000000..bb5f68553b
--- /dev/null
+++ b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_load.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c7ba0c0ca454c7bb4c00a2ae6e966e9fb9637fac38294128412b0942f6b59323
+size 121408
diff --git a/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_pagetitle_overlay.png b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_pagetitle_overlay.png
new file mode 100644
index 0000000000..5188f0121b
--- /dev/null
+++ b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_pagetitle_overlay.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ef1dc8a36e65969bc20985ed2c30d14f6336cabe3d354fb80b51bc1c09cbe918
+size 144756
diff --git a/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_pageurl_overlay.png b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_pageurl_overlay.png
new file mode 100644
index 0000000000..f4989d4fb0
--- /dev/null
+++ b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_pageurl_overlay.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36d601ddebcf92df4e366bf063f8f98220a133f9b3bf70f0da6a43420f3bd3e2
+size 144400
diff --git a/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_performance_visualization.png b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_performance_visualization.png
new file mode 100644
index 0000000000..b589d99e5e
--- /dev/null
+++ b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_performance_visualization.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:877862d041ba055d937047623743ffc37470241c0264de3f38d623f408ebf106
+size 31577
diff --git a/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_rowactions.png b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_rowactions.png
new file mode 100644
index 0000000000..d29e0932fb
--- /dev/null
+++ b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_rowactions.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a798e897f7009355c7466f570c8dc30bf33a0aac2f506c6e392f4bccb5b56b86
+size 32214
diff --git a/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_rowactions_subtable.png b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_rowactions_subtable.png
new file mode 100644
index 0000000000..1589b404a7
--- /dev/null
+++ b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_rowactions_subtable.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:789dda219d0921b01c6cb27e86b7adec6319382e707285a12c6009bcad3c931f
+size 38917
diff --git a/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_visualizations.png b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_visualizations.png
new file mode 100644
index 0000000000..34627bb38e
--- /dev/null
+++ b/plugins/PagePerformance/tests/UI/expected-screenshots/PagePerformance_visualizations.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cfcbe8cf8634bc9e41920c5148b7b376b28d97cc2c9d14589b57ba29b4d013b1
+size 41428
diff --git a/plugins/PrivacyManager/tests/Fixtures/MultipleSitesMultipleVisitsFixture.php b/plugins/PrivacyManager/tests/Fixtures/MultipleSitesMultipleVisitsFixture.php
index 69252ff65e..bbcfef004e 100644
--- a/plugins/PrivacyManager/tests/Fixtures/MultipleSitesMultipleVisitsFixture.php
+++ b/plugins/PrivacyManager/tests/Fixtures/MultipleSitesMultipleVisitsFixture.php
@@ -148,9 +148,18 @@ class MultipleSitesMultipleVisitsFixture extends Fixture
'CA', 'CN', 'DE', 'ES', 'FR', 'IE', 'IN', 'IT', 'MX', 'PT', 'RU', 'GB', 'US'
);
- private static $generationTime = array(
- false, 1030, 545, 392, 9831, false, 348, 585, 984, 1249, false
- );
+ private static $performanceTimes = [
+ // [$network, $server, $transfer, $domProcessing, $domCompletion, $onload]
+ [26, 235, 36, 199, 155, 90],
+ [null, null, null, null, null, null],
+ [0, 365, 66, 256, 201, 105],
+ [0, 406, 105, 405, 122, 23],
+ [99, 110, 248, 321, 369, 201],
+ [106, 198, 168, 216, 188, 165],
+ [306, 200, 405, 169, 208, 99],
+ [null, null, null, null, null, null],
+ [36, 99, 206, 165, 359, 155],
+ ];
private static $searchKeyword = array('piwik', 'analytics', 'web', 'mobile', 'ecommerce', 'custom');
private static $searchCategory = array('', '', 'video', 'images', 'web', 'web');
@@ -464,9 +473,6 @@ class MultipleSitesMultipleVisitsFixture extends Fixture
$numCountries = count(self::$countryCode);
$this->tracker->setCountry(strtolower(self::$countryCode[$userId % $numCountries]));
-
- $numGenerationTimes = count(self::$generationTime);
- $this->tracker->setGenerationTime(strtolower(self::$generationTime[$userId % $numGenerationTimes]));
}
private function trackVisit($userId, $referrer, $idGoal = null, $hoursAgo = null)
@@ -485,6 +491,10 @@ class MultipleSitesMultipleVisitsFixture extends Fixture
$trackingTime = Date::factory($this->trackingTime)->subHour($hoursAgo)->addHour(0.1)->getDatetime();
$this->tracker->setForceVisitDateTime($trackingTime);
$this->tracker->setUrl('http://www.helloworld.com/hello/world' . $userId . '/' . $j);
+
+ $numPerformanceTimes = count(self::$performanceTimes);
+ call_user_func_array([$this->tracker, 'setPerformanceTimings'], self::$performanceTimes[($userId+$j) % $numPerformanceTimes]);
+
$this->tracker->doTrackPageView('Hello World ' . $j);
}
diff --git a/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_allSitesAllDates.json b/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_allSitesAllDates.json
index 71f53d2307..c8d35a20e9 100755
--- a/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_allSitesAllDates.json
+++ b/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_allSitesAllDates.json
@@ -5196,7 +5196,7 @@
],
"log_link_visit_action": [
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "2",
"idaction_url_ref": "0",
@@ -5205,10 +5205,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "4",
"idaction_url_ref": "2",
@@ -5217,10 +5223,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "6",
"idaction_url_ref": "4",
@@ -5229,10 +5241,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
"idlink_va": "4",
@@ -5242,7 +5260,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5256,7 +5280,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5270,7 +5300,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5284,7 +5320,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5298,7 +5340,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5311,7 +5359,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5326,7 +5380,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5340,10 +5400,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -5352,7 +5418,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -5365,7 +5437,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -5378,7 +5456,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -5391,7 +5475,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5404,7 +5494,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5417,10 +5513,16 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -5429,10 +5531,16 @@
"idvisit": "3",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -5441,10 +5549,16 @@
"idvisit": "4",
"idvisitor": "e3c514844962b92f",
"server_time": "2016-12-31 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -5453,10 +5567,16 @@
"idvisit": "4",
"idvisitor": "e3c514844962b92f",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -5465,10 +5585,16 @@
"idvisit": "5",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-01 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -5477,10 +5603,16 @@
"idvisit": "5",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-01 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -5489,10 +5621,16 @@
"idvisit": "6",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -5501,7 +5639,13 @@
"idvisit": "6",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -5513,7 +5657,13 @@
"idvisit": "7",
"idvisitor": "5be7cae0271f5639",
"server_time": "2016-12-31 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5525,7 +5675,13 @@
"idvisit": "7",
"idvisitor": "5be7cae0271f5639",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5537,7 +5693,13 @@
"idvisit": "7",
"idvisitor": "5be7cae0271f5639",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5549,7 +5711,13 @@
"idvisit": "8",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5561,7 +5729,13 @@
"idvisit": "8",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5573,7 +5747,13 @@
"idvisit": "8",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5585,7 +5765,13 @@
"idvisit": "9",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5597,7 +5783,13 @@
"idvisit": "9",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5609,7 +5801,13 @@
"idvisit": "9",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5621,7 +5819,13 @@
"idvisit": "10",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5633,7 +5837,13 @@
"idvisit": "10",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5645,7 +5855,13 @@
"idvisit": "10",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5657,7 +5873,13 @@
"idvisit": "11",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5669,7 +5891,13 @@
"idvisit": "11",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5681,7 +5909,13 @@
"idvisit": "11",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5693,7 +5927,13 @@
"idvisit": "12",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5705,7 +5945,13 @@
"idvisit": "12",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5717,7 +5963,13 @@
"idvisit": "12",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5729,7 +5981,13 @@
"idvisit": "13",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5741,7 +5999,13 @@
"idvisit": "13",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5753,10 +6017,16 @@
"idvisit": "13",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "42",
"idaction_url_ref": "0",
@@ -5765,7 +6035,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5780,7 +6056,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5795,7 +6077,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5810,7 +6098,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5825,7 +6119,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5839,7 +6139,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5855,7 +6161,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5870,7 +6182,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -5883,7 +6201,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -5896,7 +6220,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -5909,7 +6239,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5922,7 +6258,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5935,10 +6277,16 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -5947,10 +6295,16 @@
"idvisit": "15",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -5959,10 +6313,16 @@
"idvisit": "15",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
"idlink_va": "61",
@@ -5972,10 +6332,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -5984,10 +6350,16 @@
"idvisit": "16",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -5996,10 +6368,16 @@
"idvisit": "16",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -6008,10 +6386,16 @@
"idvisit": "17",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -6020,10 +6404,16 @@
"idvisit": "17",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -6032,10 +6422,16 @@
"idvisit": "17",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -6044,10 +6440,16 @@
"idvisit": "18",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-01 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -6056,10 +6458,16 @@
"idvisit": "18",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-01 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -6068,10 +6476,16 @@
"idvisit": "18",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-01 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -6080,10 +6494,16 @@
"idvisit": "19",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -6092,10 +6512,16 @@
"idvisit": "19",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -6104,10 +6530,16 @@
"idvisit": "19",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -6116,10 +6548,16 @@
"idvisit": "20",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -6128,10 +6566,16 @@
"idvisit": "20",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -6140,10 +6584,16 @@
"idvisit": "20",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -6152,7 +6602,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -6165,7 +6621,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -6178,7 +6640,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -6191,7 +6659,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6204,7 +6678,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6217,10 +6697,16 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -6229,7 +6715,13 @@
"idvisit": "22",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6241,7 +6733,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6253,7 +6751,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6268,7 +6772,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6283,7 +6793,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6298,7 +6814,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6313,7 +6835,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6327,7 +6855,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6343,7 +6877,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6358,7 +6898,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6370,7 +6916,13 @@
"idvisit": "24",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6382,7 +6934,13 @@
"idvisit": "24",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6394,7 +6952,13 @@
"idvisit": "25",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6406,7 +6970,13 @@
"idvisit": "25",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -6418,7 +6988,13 @@
"idvisit": "25",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -6430,7 +7006,13 @@
"idvisit": "26",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6442,7 +7024,13 @@
"idvisit": "26",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -6454,10 +7042,16 @@
"idvisit": "26",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "65",
"idaction_url_ref": "0",
@@ -6466,10 +7060,16 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
"idlink_va": "101",
@@ -6479,7 +7079,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -6491,7 +7097,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -6503,7 +7115,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -6515,7 +7133,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6527,7 +7151,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6539,10 +7169,16 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6551,10 +7187,16 @@
"idvisit": "28",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6563,10 +7205,16 @@
"idvisit": "28",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6575,10 +7223,16 @@
"idvisit": "29",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6587,10 +7241,16 @@
"idvisit": "29",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6599,10 +7259,16 @@
"idvisit": "30",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6611,10 +7277,16 @@
"idvisit": "30",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6623,10 +7295,16 @@
"idvisit": "31",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6635,10 +7313,16 @@
"idvisit": "31",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6647,10 +7331,16 @@
"idvisit": "32",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6659,10 +7349,16 @@
"idvisit": "32",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "2",
"idaction_url_ref": "0",
@@ -6671,10 +7367,16 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "4",
"idaction_url_ref": "2",
@@ -6683,10 +7385,16 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "6",
"idaction_url_ref": "4",
@@ -6695,10 +7403,16 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
"idlink_va": "120",
@@ -6708,7 +7422,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6722,7 +7442,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6736,7 +7462,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6750,7 +7482,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6764,7 +7502,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6777,7 +7521,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6792,7 +7542,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6806,10 +7562,16 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -6818,7 +7580,13 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -6831,7 +7599,13 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -6844,7 +7618,13 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -6857,7 +7637,13 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6870,7 +7656,13 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6883,10 +7675,16 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -6895,10 +7693,16 @@
"idvisit": "35",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -6907,10 +7711,16 @@
"idvisit": "36",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -6919,10 +7729,16 @@
"idvisit": "36",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -6931,10 +7747,16 @@
"idvisit": "37",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -6943,10 +7765,16 @@
"idvisit": "37",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -6955,10 +7783,16 @@
"idvisit": "38",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -6967,7 +7801,13 @@
"idvisit": "38",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -6979,7 +7819,13 @@
"idvisit": "39",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6991,7 +7837,13 @@
"idvisit": "39",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7003,7 +7855,13 @@
"idvisit": "39",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7015,7 +7873,13 @@
"idvisit": "40",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7027,7 +7891,13 @@
"idvisit": "40",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7039,7 +7909,13 @@
"idvisit": "40",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7051,7 +7927,13 @@
"idvisit": "41",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7063,7 +7945,13 @@
"idvisit": "41",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7075,7 +7963,13 @@
"idvisit": "41",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7087,7 +7981,13 @@
"idvisit": "42",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7099,7 +7999,13 @@
"idvisit": "42",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7111,7 +8017,13 @@
"idvisit": "42",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7123,7 +8035,13 @@
"idvisit": "43",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7135,7 +8053,13 @@
"idvisit": "43",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7147,7 +8071,13 @@
"idvisit": "43",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7159,7 +8089,13 @@
"idvisit": "44",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7171,7 +8107,13 @@
"idvisit": "44",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7183,7 +8125,13 @@
"idvisit": "44",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7195,7 +8143,13 @@
"idvisit": "45",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7207,7 +8161,13 @@
"idvisit": "45",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7219,10 +8179,16 @@
"idvisit": "45",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "42",
"idaction_url_ref": "0",
@@ -7231,7 +8197,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7246,7 +8218,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7261,7 +8239,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7276,7 +8260,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7291,7 +8281,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7305,7 +8301,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7321,7 +8323,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7336,7 +8344,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -7349,7 +8363,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -7362,7 +8382,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -7375,7 +8401,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7388,7 +8420,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7401,10 +8439,16 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -7413,10 +8457,16 @@
"idvisit": "47",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -7425,10 +8475,16 @@
"idvisit": "47",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
"idlink_va": "177",
@@ -7438,10 +8494,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -7450,10 +8512,16 @@
"idvisit": "48",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -7462,10 +8530,16 @@
"idvisit": "48",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -7474,10 +8548,16 @@
"idvisit": "49",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -7486,10 +8566,16 @@
"idvisit": "49",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -7498,10 +8584,16 @@
"idvisit": "49",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -7510,10 +8602,16 @@
"idvisit": "50",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-04 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -7522,10 +8620,16 @@
"idvisit": "50",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -7534,10 +8638,16 @@
"idvisit": "50",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -7546,10 +8656,16 @@
"idvisit": "51",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -7558,10 +8674,16 @@
"idvisit": "51",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -7570,10 +8692,16 @@
"idvisit": "51",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -7582,10 +8710,16 @@
"idvisit": "52",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -7594,10 +8728,16 @@
"idvisit": "52",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -7606,10 +8746,16 @@
"idvisit": "52",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -7618,7 +8764,13 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -7631,7 +8783,13 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -7644,7 +8802,13 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -7657,7 +8821,13 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7670,7 +8840,13 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7683,10 +8859,16 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -7695,7 +8877,13 @@
"idvisit": "54",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7707,7 +8895,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7719,7 +8913,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7734,7 +8934,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7749,7 +8955,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7764,7 +8976,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7779,7 +8997,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7793,7 +9017,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7809,7 +9039,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7824,7 +9060,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7836,7 +9078,13 @@
"idvisit": "56",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7848,7 +9096,13 @@
"idvisit": "56",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7860,7 +9114,13 @@
"idvisit": "57",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7872,7 +9132,13 @@
"idvisit": "57",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -7884,7 +9150,13 @@
"idvisit": "57",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -7896,7 +9168,13 @@
"idvisit": "58",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7908,7 +9186,13 @@
"idvisit": "58",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -7920,10 +9204,16 @@
"idvisit": "58",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "65",
"idaction_url_ref": "0",
@@ -7932,10 +9222,16 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
"idlink_va": "217",
@@ -7945,7 +9241,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -7957,7 +9259,13 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -7969,7 +9277,13 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -7981,7 +9295,13 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7993,7 +9313,13 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8005,10 +9331,16 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -8017,10 +9349,16 @@
"idvisit": "60",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -8029,10 +9367,16 @@
"idvisit": "60",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -8041,10 +9385,16 @@
"idvisit": "61",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -8053,10 +9403,16 @@
"idvisit": "61",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -8065,10 +9421,16 @@
"idvisit": "62",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -8077,10 +9439,16 @@
"idvisit": "62",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -8089,10 +9457,16 @@
"idvisit": "63",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -8101,10 +9475,16 @@
"idvisit": "63",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -8113,10 +9493,16 @@
"idvisit": "64",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -8125,10 +9511,16 @@
"idvisit": "64",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "2",
"idaction_url_ref": "0",
@@ -8137,10 +9529,16 @@
"idvisit": "65",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "4",
"idaction_url_ref": "2",
@@ -8149,10 +9547,16 @@
"idvisit": "65",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "6",
"idaction_url_ref": "4",
@@ -8161,10 +9565,16 @@
"idvisit": "65",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
"idlink_va": "236",
@@ -8174,7 +9584,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8188,7 +9604,13 @@
"idvisit": "65",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8202,7 +9624,13 @@
"idvisit": "65",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8216,7 +9644,13 @@
"idvisit": "65",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8230,7 +9664,13 @@
"idvisit": "65",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8243,7 +9683,13 @@
"idvisit": "65",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8258,7 +9704,13 @@
"idvisit": "65",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8272,10 +9724,16 @@
"idvisit": "65",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -8284,7 +9742,13 @@
"idvisit": "66",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -8297,7 +9761,13 @@
"idvisit": "66",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -8310,7 +9780,13 @@
"idvisit": "66",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -8323,7 +9799,13 @@
"idvisit": "66",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8336,7 +9818,13 @@
"idvisit": "66",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8349,10 +9837,16 @@
"idvisit": "66",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -8361,10 +9855,16 @@
"idvisit": "67",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -8373,10 +9873,16 @@
"idvisit": "68",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -8385,10 +9891,16 @@
"idvisit": "68",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -8397,10 +9909,16 @@
"idvisit": "69",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -8409,10 +9927,16 @@
"idvisit": "69",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -8421,10 +9945,16 @@
"idvisit": "70",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -8433,7 +9963,13 @@
"idvisit": "70",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -8445,7 +9981,13 @@
"idvisit": "71",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8457,7 +9999,13 @@
"idvisit": "71",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8469,7 +10017,13 @@
"idvisit": "71",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8481,7 +10035,13 @@
"idvisit": "72",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8493,7 +10053,13 @@
"idvisit": "72",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8505,7 +10071,13 @@
"idvisit": "72",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8517,7 +10089,13 @@
"idvisit": "73",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8529,7 +10107,13 @@
"idvisit": "73",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8541,7 +10125,13 @@
"idvisit": "73",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8553,7 +10143,13 @@
"idvisit": "74",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8565,7 +10161,13 @@
"idvisit": "74",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8577,7 +10179,13 @@
"idvisit": "74",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8589,7 +10197,13 @@
"idvisit": "75",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8601,7 +10215,13 @@
"idvisit": "75",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8613,7 +10233,13 @@
"idvisit": "75",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8625,7 +10251,13 @@
"idvisit": "76",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8637,7 +10269,13 @@
"idvisit": "76",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8649,7 +10287,13 @@
"idvisit": "76",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8661,7 +10305,13 @@
"idvisit": "77",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8673,7 +10323,13 @@
"idvisit": "77",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8685,10 +10341,16 @@
"idvisit": "77",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "42",
"idaction_url_ref": "0",
@@ -8697,7 +10359,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8712,7 +10380,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8727,7 +10401,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8742,7 +10422,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8757,7 +10443,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8771,7 +10463,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8787,7 +10485,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8802,7 +10506,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -8815,7 +10525,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -8828,7 +10544,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -8841,7 +10563,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8854,7 +10582,13 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8867,10 +10601,16 @@
"idvisit": "78",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -8879,10 +10619,16 @@
"idvisit": "79",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -8891,10 +10637,16 @@
"idvisit": "79",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
"idlink_va": "293",
@@ -8904,10 +10656,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -8916,10 +10674,16 @@
"idvisit": "80",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -8928,10 +10692,16 @@
"idvisit": "80",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -8940,10 +10710,16 @@
"idvisit": "81",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -8952,10 +10728,16 @@
"idvisit": "81",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -8964,10 +10746,16 @@
"idvisit": "81",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -8976,10 +10764,16 @@
"idvisit": "82",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-04 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -8988,10 +10782,16 @@
"idvisit": "82",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -9000,10 +10800,16 @@
"idvisit": "82",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -9012,10 +10818,16 @@
"idvisit": "83",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -9024,10 +10836,16 @@
"idvisit": "83",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -9036,10 +10854,16 @@
"idvisit": "83",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -9048,10 +10872,16 @@
"idvisit": "84",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -9060,10 +10890,16 @@
"idvisit": "84",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -9072,10 +10908,16 @@
"idvisit": "84",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -9084,7 +10926,13 @@
"idvisit": "85",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -9097,7 +10945,13 @@
"idvisit": "85",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -9110,7 +10964,13 @@
"idvisit": "85",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -9123,7 +10983,13 @@
"idvisit": "85",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9136,7 +11002,13 @@
"idvisit": "85",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9149,10 +11021,16 @@
"idvisit": "85",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -9161,7 +11039,13 @@
"idvisit": "86",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9173,7 +11057,13 @@
"idvisit": "87",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9185,7 +11075,13 @@
"idvisit": "87",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9200,7 +11096,13 @@
"idvisit": "87",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9215,7 +11117,13 @@
"idvisit": "87",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9230,7 +11138,13 @@
"idvisit": "87",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9245,7 +11159,13 @@
"idvisit": "87",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9259,7 +11179,13 @@
"idvisit": "87",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9275,7 +11201,13 @@
"idvisit": "87",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9290,7 +11222,13 @@
"idvisit": "87",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9302,7 +11240,13 @@
"idvisit": "88",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9314,7 +11258,13 @@
"idvisit": "88",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9326,7 +11276,13 @@
"idvisit": "89",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9338,7 +11294,13 @@
"idvisit": "89",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -9350,7 +11312,13 @@
"idvisit": "89",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -9362,7 +11330,13 @@
"idvisit": "90",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9374,7 +11348,13 @@
"idvisit": "90",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -9386,10 +11366,16 @@
"idvisit": "90",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "65",
"idaction_url_ref": "0",
@@ -9398,10 +11384,16 @@
"idvisit": "91",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
"idlink_va": "333",
@@ -9411,7 +11403,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -9423,7 +11421,13 @@
"idvisit": "91",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -9435,7 +11439,13 @@
"idvisit": "91",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -9447,7 +11457,13 @@
"idvisit": "91",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9459,7 +11475,13 @@
"idvisit": "91",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9471,10 +11493,16 @@
"idvisit": "91",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -9483,10 +11511,16 @@
"idvisit": "92",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -9495,10 +11529,16 @@
"idvisit": "92",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -9507,10 +11547,16 @@
"idvisit": "93",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -9519,10 +11565,16 @@
"idvisit": "93",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -9531,10 +11583,16 @@
"idvisit": "94",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -9543,10 +11601,16 @@
"idvisit": "94",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -9555,10 +11619,16 @@
"idvisit": "95",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -9567,10 +11637,16 @@
"idvisit": "95",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -9579,10 +11655,16 @@
"idvisit": "96",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -9591,7 +11673,13 @@
"idvisit": "96",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
}
],
"log_foo_bar_baz": [
diff --git a/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_anonymizeUserId.json b/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_anonymizeUserId.json
index dfbe9be9d4..a12a983ffd 100755
--- a/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_anonymizeUserId.json
+++ b/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_anonymizeUserId.json
@@ -1688,7 +1688,7 @@
],
"log_link_visit_action": [
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -1700,10 +1700,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -1715,10 +1721,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -1730,10 +1742,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -1746,7 +1764,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -1762,7 +1786,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -1778,7 +1808,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -1794,7 +1830,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -1810,7 +1852,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -1825,7 +1873,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -1842,7 +1896,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -1858,10 +1918,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -1873,7 +1939,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -1890,7 +1962,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -1907,7 +1985,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -1924,7 +2008,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -1941,7 +2031,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -1957,10 +2053,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -1972,10 +2074,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -1987,10 +2095,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2016-12-31 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -2002,10 +2116,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -2017,10 +2137,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-01 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -2032,10 +2158,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-01 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -2047,10 +2179,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -2062,7 +2200,13 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -2077,7 +2221,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2016-12-31 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2092,7 +2242,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -2107,7 +2263,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -2122,7 +2284,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-01 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2137,7 +2305,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-01 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -2152,7 +2326,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-01 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -2167,7 +2347,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-01 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2182,7 +2368,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -2197,7 +2389,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -2212,7 +2410,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-01 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2227,7 +2431,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -2242,7 +2452,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -2257,7 +2473,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2272,7 +2494,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -2287,7 +2515,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -2302,7 +2536,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-02 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2317,7 +2557,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -2332,7 +2578,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -2347,7 +2599,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2362,7 +2620,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -2377,10 +2641,16 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "42",
@@ -2392,7 +2662,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2409,7 +2685,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2426,7 +2708,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2443,7 +2731,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2460,7 +2754,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2476,7 +2776,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2494,7 +2800,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2511,7 +2823,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -2528,7 +2846,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -2545,7 +2869,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -2562,7 +2892,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2579,7 +2915,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2595,10 +2937,16 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -2610,10 +2958,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -2625,10 +2979,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "48",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
@@ -2641,10 +3001,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -2656,10 +3022,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -2671,10 +3043,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -2686,10 +3064,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -2701,10 +3085,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -2716,10 +3106,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -2731,10 +3127,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-01 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -2746,10 +3148,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-01 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -2761,10 +3169,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-01 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -2776,10 +3190,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -2791,10 +3211,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -2806,10 +3232,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -2821,10 +3253,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -2836,10 +3274,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -2851,10 +3295,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -2866,7 +3316,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -2883,7 +3339,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -2900,7 +3362,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -2917,7 +3385,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2934,7 +3408,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2950,10 +3430,16 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -2965,7 +3451,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2980,7 +3472,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-01 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -2995,7 +3493,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3012,7 +3516,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3029,7 +3539,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3046,7 +3562,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3063,7 +3585,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3079,7 +3607,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3097,7 +3631,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3114,7 +3654,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3129,7 +3675,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3144,7 +3696,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3159,7 +3717,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3174,7 +3738,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -3189,7 +3759,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -3204,7 +3780,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3219,7 +3801,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -3234,10 +3822,16 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "65",
@@ -3249,10 +3843,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "66",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
@@ -3265,7 +3865,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -3281,7 +3887,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -3297,7 +3909,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -3313,7 +3931,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3329,7 +3953,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -3344,10 +3974,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -3359,10 +3995,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-02 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -3374,10 +4016,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -3389,10 +4037,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-01 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -3404,10 +4058,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -3419,10 +4079,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-01 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -3434,10 +4100,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-01 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -3449,10 +4121,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-01 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -3464,10 +4142,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-01 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -3479,10 +4163,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -3494,7 +4184,13 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
}
],
"log_foo_bar_baz": [
diff --git a/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_restrictDate.json b/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_restrictDate.json
index f56184ab56..22f58001a9 100755
--- a/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_restrictDate.json
+++ b/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_restrictDate.json
@@ -5086,7 +5086,7 @@
],
"log_link_visit_action": [
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "2",
"idaction_url_ref": "0",
@@ -5095,10 +5095,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "4",
"idaction_url_ref": "2",
@@ -5107,10 +5113,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "6",
"idaction_url_ref": "4",
@@ -5119,10 +5131,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
"idlink_va": "4",
@@ -5132,7 +5150,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5146,7 +5170,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5160,7 +5190,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5174,7 +5210,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5188,7 +5230,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5201,7 +5249,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5216,7 +5270,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5230,10 +5290,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -5242,7 +5308,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -5255,7 +5327,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -5268,7 +5346,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -5281,7 +5365,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5294,7 +5384,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5307,10 +5403,16 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -5319,10 +5421,16 @@
"idvisit": "3",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -5334,10 +5442,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2016-12-31 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -5349,10 +5463,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -5364,10 +5484,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-01 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -5379,10 +5505,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-01 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -5391,10 +5523,16 @@
"idvisit": "6",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -5403,7 +5541,13 @@
"idvisit": "6",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -5418,7 +5562,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2016-12-31 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5433,7 +5583,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5448,7 +5604,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5463,7 +5625,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-01 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5478,7 +5646,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-01 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5493,7 +5667,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-01 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5508,7 +5688,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-01 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5523,7 +5709,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5538,7 +5730,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5553,7 +5751,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-01 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5568,7 +5772,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5583,7 +5793,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5595,7 +5811,13 @@
"idvisit": "11",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5607,7 +5829,13 @@
"idvisit": "11",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5619,7 +5847,13 @@
"idvisit": "11",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5631,7 +5865,13 @@
"idvisit": "12",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5643,7 +5883,13 @@
"idvisit": "12",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5655,7 +5901,13 @@
"idvisit": "12",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5667,7 +5919,13 @@
"idvisit": "13",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5679,7 +5937,13 @@
"idvisit": "13",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5691,10 +5955,16 @@
"idvisit": "13",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "42",
"idaction_url_ref": "0",
@@ -5703,7 +5973,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5718,7 +5994,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5733,7 +6015,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5748,7 +6036,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5763,7 +6057,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5777,7 +6077,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5793,7 +6099,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5808,7 +6120,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -5821,7 +6139,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -5834,7 +6158,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -5847,7 +6177,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5860,7 +6196,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5873,10 +6215,16 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -5885,10 +6233,16 @@
"idvisit": "15",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -5897,10 +6251,16 @@
"idvisit": "15",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
"idlink_va": "61",
@@ -5910,10 +6270,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -5922,10 +6288,16 @@
"idvisit": "16",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -5934,10 +6306,16 @@
"idvisit": "16",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -5946,10 +6324,16 @@
"idvisit": "17",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -5958,10 +6342,16 @@
"idvisit": "17",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -5970,10 +6360,16 @@
"idvisit": "17",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -5985,10 +6381,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-01 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -6000,10 +6402,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-01 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -6015,10 +6423,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-01 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -6027,10 +6441,16 @@
"idvisit": "19",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -6039,10 +6459,16 @@
"idvisit": "19",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -6051,10 +6477,16 @@
"idvisit": "19",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -6063,10 +6495,16 @@
"idvisit": "20",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -6075,10 +6513,16 @@
"idvisit": "20",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -6087,10 +6531,16 @@
"idvisit": "20",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -6099,7 +6549,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -6112,7 +6568,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -6125,7 +6587,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -6138,7 +6606,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6151,7 +6625,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6164,10 +6644,16 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -6176,7 +6662,13 @@
"idvisit": "22",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6191,7 +6683,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-01 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6206,7 +6704,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6223,7 +6727,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6240,7 +6750,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6257,7 +6773,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6274,7 +6796,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6290,7 +6818,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6308,7 +6842,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6325,7 +6865,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6337,7 +6883,13 @@
"idvisit": "24",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6349,7 +6901,13 @@
"idvisit": "24",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6361,7 +6919,13 @@
"idvisit": "25",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6373,7 +6937,13 @@
"idvisit": "25",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -6385,7 +6955,13 @@
"idvisit": "25",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -6397,7 +6973,13 @@
"idvisit": "26",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6409,7 +6991,13 @@
"idvisit": "26",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -6421,10 +7009,16 @@
"idvisit": "26",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "65",
"idaction_url_ref": "0",
@@ -6433,10 +7027,16 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
"idlink_va": "101",
@@ -6446,7 +7046,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -6458,7 +7064,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -6470,7 +7082,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -6482,7 +7100,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6494,7 +7118,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6506,10 +7136,16 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6518,10 +7154,16 @@
"idvisit": "28",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6530,10 +7172,16 @@
"idvisit": "28",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -6545,10 +7193,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-01 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -6560,10 +7214,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -6575,10 +7235,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-01 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -6590,10 +7256,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-01 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -6605,10 +7277,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-01 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -6620,10 +7298,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-01 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6632,10 +7316,16 @@
"idvisit": "32",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6644,10 +7334,16 @@
"idvisit": "32",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -6659,10 +7355,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -6674,10 +7376,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -6689,10 +7397,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -6705,7 +7419,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6721,7 +7441,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6737,7 +7463,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6753,7 +7485,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6769,7 +7507,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6784,7 +7528,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6801,7 +7551,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6817,10 +7573,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -6832,7 +7594,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -6849,7 +7617,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -6866,7 +7640,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -6883,7 +7663,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6900,7 +7686,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6916,10 +7708,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -6931,10 +7729,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -6946,10 +7750,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -6961,10 +7771,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -6976,10 +7792,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -6991,10 +7813,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -7006,10 +7834,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -7021,7 +7855,13 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -7036,7 +7876,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7051,7 +7897,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7066,7 +7918,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7081,7 +7939,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7096,7 +7960,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7111,7 +7981,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7126,7 +8002,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7141,7 +8023,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7156,7 +8044,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7171,7 +8065,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7186,7 +8086,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7201,7 +8107,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7216,7 +8128,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7231,7 +8149,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7246,7 +8170,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7261,7 +8191,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7276,7 +8212,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7291,7 +8233,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7306,7 +8254,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7321,7 +8275,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7336,10 +8296,16 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "42",
@@ -7351,7 +8317,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7368,7 +8340,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7385,7 +8363,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7402,7 +8386,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7419,7 +8409,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7435,7 +8431,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7453,7 +8455,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7470,7 +8478,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -7487,7 +8501,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -7504,7 +8524,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -7521,7 +8547,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7538,7 +8570,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7554,10 +8592,16 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -7569,10 +8613,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -7584,10 +8634,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "48",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
@@ -7600,10 +8656,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -7615,10 +8677,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -7630,10 +8698,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -7645,10 +8719,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -7660,10 +8740,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -7675,10 +8761,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -7690,10 +8782,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-04 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -7705,10 +8803,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -7720,10 +8824,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -7735,10 +8845,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -7750,10 +8866,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -7765,10 +8887,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -7780,10 +8908,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -7795,10 +8929,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -7810,10 +8950,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -7825,7 +8971,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -7842,7 +8994,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -7859,7 +9017,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -7876,7 +9040,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7893,7 +9063,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7909,10 +9085,16 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -7924,7 +9106,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7939,7 +9127,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7954,7 +9148,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7971,7 +9171,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7988,7 +9194,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8005,7 +9217,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8022,7 +9240,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8038,7 +9262,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8056,7 +9286,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8073,7 +9309,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8088,7 +9330,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8103,7 +9351,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8118,7 +9372,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8133,7 +9393,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -8148,7 +9414,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -8163,7 +9435,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8178,7 +9456,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -8193,10 +9477,16 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "65",
@@ -8208,10 +9498,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "66",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
@@ -8224,7 +9520,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -8240,7 +9542,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -8256,7 +9564,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -8272,7 +9586,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8288,7 +9608,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8303,10 +9629,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -8318,10 +9650,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -8333,10 +9671,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -8348,10 +9692,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -8363,10 +9713,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -8378,10 +9734,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -8393,10 +9755,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -8408,10 +9776,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -8423,10 +9797,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -8438,10 +9818,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -8453,10 +9839,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -8468,10 +9860,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -8483,10 +9881,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -8498,10 +9902,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -8514,7 +9924,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8530,7 +9946,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8546,7 +9968,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8562,7 +9990,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8578,7 +10012,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8593,7 +10033,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8610,7 +10056,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8626,10 +10078,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -8641,7 +10099,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -8658,7 +10122,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -8675,7 +10145,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -8692,7 +10168,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8709,7 +10191,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8725,10 +10213,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -8740,10 +10234,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -8755,10 +10255,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -8770,10 +10276,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -8785,10 +10297,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -8800,10 +10318,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -8815,10 +10339,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -8830,7 +10360,13 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -8845,7 +10381,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8860,7 +10402,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8875,7 +10423,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8890,7 +10444,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8905,7 +10465,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8920,7 +10486,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8935,7 +10507,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8950,7 +10528,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8965,7 +10549,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8980,7 +10570,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8995,7 +10591,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -9010,7 +10612,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -9025,7 +10633,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9040,7 +10654,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -9055,7 +10675,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -9070,7 +10696,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9085,7 +10717,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -9100,7 +10738,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -9115,7 +10759,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9130,7 +10780,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -9145,10 +10801,16 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "42",
@@ -9160,7 +10822,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9177,7 +10845,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9194,7 +10868,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9211,7 +10891,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9228,7 +10914,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9244,7 +10936,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9262,7 +10960,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9279,7 +10983,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -9296,7 +11006,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -9313,7 +11029,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -9330,7 +11052,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9347,7 +11075,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9363,10 +11097,16 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -9378,10 +11118,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -9393,10 +11139,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "48",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
@@ -9409,10 +11161,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -9424,10 +11182,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -9439,10 +11203,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -9454,10 +11224,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -9469,10 +11245,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -9484,10 +11266,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -9499,10 +11287,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-04 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -9514,10 +11308,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -9529,10 +11329,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -9544,10 +11350,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -9559,10 +11371,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -9574,10 +11392,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -9589,10 +11413,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -9604,10 +11434,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -9619,10 +11455,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -9634,7 +11476,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -9651,7 +11499,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -9668,7 +11522,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -9685,7 +11545,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9702,7 +11568,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9718,10 +11590,16 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -9733,7 +11611,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9748,7 +11632,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9763,7 +11653,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9780,7 +11676,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9797,7 +11699,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9814,7 +11722,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9831,7 +11745,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9847,7 +11767,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9865,7 +11791,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9882,7 +11814,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9897,7 +11835,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9912,7 +11856,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9927,7 +11877,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9942,7 +11898,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -9957,7 +11919,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -9972,7 +11940,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9987,7 +11961,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -10002,10 +11982,16 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "65",
@@ -10017,10 +12003,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "66",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
@@ -10033,7 +12025,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -10049,7 +12047,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -10065,7 +12069,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -10081,7 +12091,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -10097,7 +12113,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -10112,10 +12134,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -10127,10 +12155,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -10142,10 +12176,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -10157,10 +12197,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -10172,10 +12218,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -10187,10 +12239,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -10202,10 +12260,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -10217,10 +12281,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -10232,10 +12302,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -10247,10 +12323,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -10262,7 +12344,13 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
}
],
"log_foo_bar_baz": [
diff --git a/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_restrictSites.json b/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_restrictSites.json
index fb193b80d3..9f0ecf092c 100755
--- a/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_restrictSites.json
+++ b/plugins/PrivacyManager/tests/System/expected/anonymizeVisitInformation_restrictSites.json
@@ -5150,7 +5150,7 @@
],
"log_link_visit_action": [
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "2",
"idaction_url_ref": "0",
@@ -5159,10 +5159,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "4",
"idaction_url_ref": "2",
@@ -5171,10 +5177,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "6",
"idaction_url_ref": "4",
@@ -5183,10 +5195,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
"idlink_va": "4",
@@ -5196,7 +5214,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5210,7 +5234,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5224,7 +5254,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5238,7 +5274,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5252,7 +5294,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5265,7 +5313,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5280,7 +5334,13 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5294,10 +5354,16 @@
"idvisit": "1",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -5306,7 +5372,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -5319,7 +5391,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -5332,7 +5410,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -5345,7 +5429,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5358,7 +5448,13 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5371,10 +5467,16 @@
"idvisit": "2",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -5383,10 +5485,16 @@
"idvisit": "3",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -5395,10 +5503,16 @@
"idvisit": "4",
"idvisitor": "e3c514844962b92f",
"server_time": "2016-12-31 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -5407,10 +5521,16 @@
"idvisit": "4",
"idvisitor": "e3c514844962b92f",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -5419,10 +5539,16 @@
"idvisit": "5",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-01 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -5431,10 +5557,16 @@
"idvisit": "5",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-01 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -5443,10 +5575,16 @@
"idvisit": "6",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -5455,7 +5593,13 @@
"idvisit": "6",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -5467,7 +5611,13 @@
"idvisit": "7",
"idvisitor": "5be7cae0271f5639",
"server_time": "2016-12-31 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5479,7 +5629,13 @@
"idvisit": "7",
"idvisitor": "5be7cae0271f5639",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5491,7 +5647,13 @@
"idvisit": "7",
"idvisitor": "5be7cae0271f5639",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5503,7 +5665,13 @@
"idvisit": "8",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5515,7 +5683,13 @@
"idvisit": "8",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5527,7 +5701,13 @@
"idvisit": "8",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5539,7 +5719,13 @@
"idvisit": "9",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5551,7 +5737,13 @@
"idvisit": "9",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5563,7 +5755,13 @@
"idvisit": "9",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5575,7 +5773,13 @@
"idvisit": "10",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5587,7 +5791,13 @@
"idvisit": "10",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5599,7 +5809,13 @@
"idvisit": "10",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5611,7 +5827,13 @@
"idvisit": "11",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5623,7 +5845,13 @@
"idvisit": "11",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5635,7 +5863,13 @@
"idvisit": "11",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5647,7 +5881,13 @@
"idvisit": "12",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5659,7 +5899,13 @@
"idvisit": "12",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5671,7 +5917,13 @@
"idvisit": "12",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -5683,7 +5935,13 @@
"idvisit": "13",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5695,7 +5953,13 @@
"idvisit": "13",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -5707,10 +5971,16 @@
"idvisit": "13",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "42",
"idaction_url_ref": "0",
@@ -5719,7 +5989,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5734,7 +6010,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5749,7 +6031,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5764,7 +6052,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5779,7 +6073,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5793,7 +6093,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5809,7 +6115,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5824,7 +6136,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -5837,7 +6155,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -5850,7 +6174,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -5863,7 +6193,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5876,7 +6212,13 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -5889,10 +6231,16 @@
"idvisit": "14",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -5901,10 +6249,16 @@
"idvisit": "15",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -5913,10 +6267,16 @@
"idvisit": "15",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
"idlink_va": "61",
@@ -5926,10 +6286,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -5938,10 +6304,16 @@
"idvisit": "16",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -5950,10 +6322,16 @@
"idvisit": "16",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -5962,10 +6340,16 @@
"idvisit": "17",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -5974,10 +6358,16 @@
"idvisit": "17",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -5986,10 +6376,16 @@
"idvisit": "17",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -5998,10 +6394,16 @@
"idvisit": "18",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-01 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -6010,10 +6412,16 @@
"idvisit": "18",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-01 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -6022,10 +6430,16 @@
"idvisit": "18",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-01 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -6034,10 +6448,16 @@
"idvisit": "19",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -6046,10 +6466,16 @@
"idvisit": "19",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -6058,10 +6484,16 @@
"idvisit": "19",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -6070,10 +6502,16 @@
"idvisit": "20",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -6082,10 +6520,16 @@
"idvisit": "20",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -6094,10 +6538,16 @@
"idvisit": "20",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -6106,7 +6556,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -6119,7 +6575,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -6132,7 +6594,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -6145,7 +6613,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6158,7 +6632,13 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6171,10 +6651,16 @@
"idvisit": "21",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -6183,7 +6669,13 @@
"idvisit": "22",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6195,7 +6687,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6207,7 +6705,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6222,7 +6726,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6237,7 +6747,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6252,7 +6768,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6267,7 +6789,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6281,7 +6809,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6297,7 +6831,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6312,7 +6852,13 @@
"idvisit": "23",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6324,7 +6870,13 @@
"idvisit": "24",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6336,7 +6888,13 @@
"idvisit": "24",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6348,7 +6906,13 @@
"idvisit": "25",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6360,7 +6924,13 @@
"idvisit": "25",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -6372,7 +6942,13 @@
"idvisit": "25",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -6384,7 +6960,13 @@
"idvisit": "26",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6396,7 +6978,13 @@
"idvisit": "26",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -6408,10 +6996,16 @@
"idvisit": "26",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "65",
"idaction_url_ref": "0",
@@ -6420,10 +7014,16 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
"idlink_va": "101",
@@ -6433,7 +7033,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -6445,7 +7051,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -6457,7 +7069,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -6469,7 +7087,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6481,7 +7105,13 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6493,10 +7123,16 @@
"idvisit": "27",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6505,10 +7141,16 @@
"idvisit": "28",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6517,10 +7159,16 @@
"idvisit": "28",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6529,10 +7177,16 @@
"idvisit": "29",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6541,10 +7195,16 @@
"idvisit": "29",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6553,10 +7213,16 @@
"idvisit": "30",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6565,10 +7231,16 @@
"idvisit": "30",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6577,10 +7249,16 @@
"idvisit": "31",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6589,10 +7267,16 @@
"idvisit": "31",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-01 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -6601,10 +7285,16 @@
"idvisit": "32",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -6613,10 +7303,16 @@
"idvisit": "32",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "2",
"idaction_url_ref": "0",
@@ -6625,10 +7321,16 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "4",
"idaction_url_ref": "2",
@@ -6637,10 +7339,16 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "6",
"idaction_url_ref": "4",
@@ -6649,10 +7357,16 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
"idlink_va": "120",
@@ -6662,7 +7376,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6676,7 +7396,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6690,7 +7416,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6704,7 +7436,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6718,7 +7456,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6731,7 +7475,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6746,7 +7496,13 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6760,10 +7516,16 @@
"idvisit": "33",
"idvisitor": "08aa728aec13d68d",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -6772,7 +7534,13 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -6785,7 +7553,13 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -6798,7 +7572,13 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -6811,7 +7591,13 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6824,7 +7610,13 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6837,10 +7629,16 @@
"idvisit": "34",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "25",
"idaction_url_ref": "0",
@@ -6849,10 +7647,16 @@
"idvisit": "35",
"idvisitor": "bd9f38e987a2bea6",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -6861,10 +7665,16 @@
"idvisit": "36",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -6873,10 +7683,16 @@
"idvisit": "36",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -6885,10 +7701,16 @@
"idvisit": "37",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -6897,10 +7719,16 @@
"idvisit": "37",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "34",
"idaction_url_ref": "0",
@@ -6909,10 +7737,16 @@
"idvisit": "38",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "35",
"idaction_url_ref": "34",
@@ -6921,7 +7755,13 @@
"idvisit": "38",
"idvisitor": "e3c514844962b92f",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -6933,7 +7773,13 @@
"idvisit": "39",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6945,7 +7791,13 @@
"idvisit": "39",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -6957,7 +7809,13 @@
"idvisit": "39",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -6969,7 +7827,13 @@
"idvisit": "40",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -6981,7 +7845,13 @@
"idvisit": "40",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -6993,7 +7863,13 @@
"idvisit": "40",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7005,7 +7881,13 @@
"idvisit": "41",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7017,7 +7899,13 @@
"idvisit": "41",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7029,7 +7917,13 @@
"idvisit": "41",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7041,7 +7935,13 @@
"idvisit": "42",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7053,7 +7953,13 @@
"idvisit": "42",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7065,7 +7971,13 @@
"idvisit": "42",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7077,7 +7989,13 @@
"idvisit": "43",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7089,7 +8007,13 @@
"idvisit": "43",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7101,7 +8025,13 @@
"idvisit": "43",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7113,7 +8043,13 @@
"idvisit": "44",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7125,7 +8061,13 @@
"idvisit": "44",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7137,7 +8079,13 @@
"idvisit": "44",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -7149,7 +8097,13 @@
"idvisit": "45",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7161,7 +8115,13 @@
"idvisit": "45",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -7173,10 +8133,16 @@
"idvisit": "45",
"idvisitor": "5be7cae0271f5639",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "42",
"idaction_url_ref": "0",
@@ -7185,7 +8151,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7200,7 +8172,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7215,7 +8193,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7230,7 +8214,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7245,7 +8235,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7259,7 +8255,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7275,7 +8277,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7290,7 +8298,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -7303,7 +8317,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -7316,7 +8336,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -7329,7 +8355,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7342,7 +8374,13 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7355,10 +8393,16 @@
"idvisit": "46",
"idvisitor": "72bdb3bd5753b991",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -7367,10 +8411,16 @@
"idvisit": "47",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -7379,10 +8429,16 @@
"idvisit": "47",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
"idlink_va": "177",
@@ -7392,10 +8448,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "46",
"idaction_url_ref": "0",
@@ -7404,10 +8466,16 @@
"idvisit": "48",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "47",
"idaction_url_ref": "46",
@@ -7416,10 +8484,16 @@
"idvisit": "48",
"idvisitor": "0e64dad0a7ea5650",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -7428,10 +8502,16 @@
"idvisit": "49",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -7440,10 +8520,16 @@
"idvisit": "49",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -7452,10 +8538,16 @@
"idvisit": "49",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -7464,10 +8556,16 @@
"idvisit": "50",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-04 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -7476,10 +8574,16 @@
"idvisit": "50",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -7488,10 +8592,16 @@
"idvisit": "50",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -7500,10 +8610,16 @@
"idvisit": "51",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -7512,10 +8628,16 @@
"idvisit": "51",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -7524,10 +8646,16 @@
"idvisit": "51",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "51",
"idaction_url_ref": "0",
@@ -7536,10 +8664,16 @@
"idvisit": "52",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "52",
"idaction_url_ref": "51",
@@ -7548,10 +8682,16 @@
"idvisit": "52",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name_ref": "3",
"idaction_url": "53",
"idaction_url_ref": "52",
@@ -7560,10 +8700,16 @@
"idvisit": "52",
"idvisitor": "f89db150c0ae0cab",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -7572,7 +8718,13 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -7585,7 +8737,13 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -7598,7 +8756,13 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -7611,7 +8775,13 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7624,7 +8794,13 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7637,10 +8813,16 @@
"idvisit": "53",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "54",
"idaction_url_ref": "0",
@@ -7649,7 +8831,13 @@
"idvisit": "54",
"idvisitor": "e2cf1a809ad2a194",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7661,7 +8849,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7673,7 +8867,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7688,7 +8888,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7703,7 +8909,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7718,7 +8930,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7733,7 +8951,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7747,7 +8971,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7763,7 +8993,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7778,7 +9014,13 @@
"idvisit": "55",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7790,7 +9032,13 @@
"idvisit": "56",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7802,7 +9050,13 @@
"idvisit": "56",
"idvisitor": "34eba7f94c329bd9",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7814,7 +9068,13 @@
"idvisit": "57",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7826,7 +9086,13 @@
"idvisit": "57",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -7838,7 +9104,13 @@
"idvisit": "57",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -7850,7 +9122,13 @@
"idvisit": "58",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7862,7 +9140,13 @@
"idvisit": "58",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -7874,10 +9158,16 @@
"idvisit": "58",
"idvisitor": "d357803f17701499",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "65",
"idaction_url_ref": "0",
@@ -7886,10 +9176,16 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
"idlink_va": "217",
@@ -7899,7 +9195,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -7911,7 +9213,13 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -7923,7 +9231,13 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -7935,7 +9249,13 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7947,7 +9267,13 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -7959,10 +9285,16 @@
"idvisit": "59",
"idvisitor": "d57f2b2bcf932329",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -7971,10 +9303,16 @@
"idvisit": "60",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -7983,10 +9321,16 @@
"idvisit": "60",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -7995,10 +9339,16 @@
"idvisit": "61",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -8007,10 +9357,16 @@
"idvisit": "61",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -8019,10 +9375,16 @@
"idvisit": "62",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -8031,10 +9393,16 @@
"idvisit": "62",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -8043,10 +9411,16 @@
"idvisit": "63",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -8055,10 +9429,16 @@
"idvisit": "63",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "0",
"idaction_url": "68",
"idaction_url_ref": "0",
@@ -8067,10 +9447,16 @@
"idvisit": "64",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name_ref": "1",
"idaction_url": "69",
"idaction_url_ref": "68",
@@ -8079,10 +9465,16 @@
"idvisit": "64",
"idvisitor": "61977a16e418646f",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -8094,10 +9486,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -8109,10 +9507,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -8124,10 +9528,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -8140,7 +9550,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8156,7 +9572,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8172,7 +9594,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8188,7 +9616,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8204,7 +9638,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8219,7 +9659,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8236,7 +9682,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8252,10 +9704,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -8267,7 +9725,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -8284,7 +9748,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -8301,7 +9771,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -8318,7 +9794,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8335,7 +9817,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8351,10 +9839,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -8366,10 +9860,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -8381,10 +9881,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -8396,10 +9902,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -8411,10 +9923,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -8426,10 +9944,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -8441,10 +9965,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -8456,7 +9986,13 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -8471,7 +10007,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8486,7 +10028,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8501,7 +10049,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8516,7 +10070,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8531,7 +10091,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8546,7 +10112,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8561,7 +10133,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8576,7 +10154,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8591,7 +10175,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8606,7 +10196,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8621,7 +10217,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8636,7 +10238,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8651,7 +10259,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8666,7 +10280,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8681,7 +10301,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8696,7 +10322,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8711,7 +10343,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8726,7 +10364,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -8741,7 +10385,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8756,7 +10406,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -8771,10 +10427,16 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "42",
@@ -8786,7 +10448,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8803,7 +10471,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8820,7 +10494,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8837,7 +10517,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8854,7 +10540,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8870,7 +10562,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8888,7 +10586,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8905,7 +10609,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -8922,7 +10632,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -8939,7 +10655,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -8956,7 +10678,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8973,7 +10701,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -8989,10 +10723,16 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -9004,10 +10744,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -9019,10 +10765,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "48",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
@@ -9035,10 +10787,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -9050,10 +10808,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -9065,10 +10829,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -9080,10 +10850,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -9095,10 +10871,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -9110,10 +10892,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -9125,10 +10913,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-04 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -9140,10 +10934,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -9155,10 +10955,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -9170,10 +10976,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -9185,10 +10997,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -9200,10 +11018,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -9215,10 +11039,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -9230,10 +11060,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -9245,10 +11081,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -9260,7 +11102,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -9277,7 +11125,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -9294,7 +11148,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -9311,7 +11171,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9328,7 +11194,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9344,10 +11216,16 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -9359,7 +11237,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9374,7 +11258,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9389,7 +11279,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9406,7 +11302,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9423,7 +11325,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9440,7 +11348,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9457,7 +11371,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9473,7 +11393,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9491,7 +11417,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9508,7 +11440,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9523,7 +11461,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9538,7 +11482,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9553,7 +11503,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9568,7 +11524,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -9583,7 +11545,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -9598,7 +11566,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9613,7 +11587,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -9628,10 +11608,16 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "65",
@@ -9643,10 +11629,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "66",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
@@ -9659,7 +11651,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -9675,7 +11673,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -9691,7 +11695,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -9707,7 +11717,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9723,7 +11739,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -9738,10 +11760,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -9753,10 +11781,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -9768,10 +11802,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -9783,10 +11823,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -9798,10 +11844,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -9813,10 +11865,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -9828,10 +11886,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -9843,10 +11907,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -9858,10 +11928,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -9873,10 +11949,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -9888,7 +11970,13 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
}
],
"log_foo_bar_baz": [
diff --git a/plugins/PrivacyManager/tests/System/expected/exportDataSubject_allVisits.json b/plugins/PrivacyManager/tests/System/expected/exportDataSubject_allVisits.json
index 80b29d5d34..f8ef7b3085 100755
--- a/plugins/PrivacyManager/tests/System/expected/exportDataSubject_allVisits.json
+++ b/plugins/PrivacyManager/tests/System/expected/exportDataSubject_allVisits.json
@@ -11798,7 +11798,7 @@
],
"log_link_visit_action": [
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -11810,10 +11810,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -11825,10 +11831,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -11840,10 +11852,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -11856,7 +11874,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -11872,7 +11896,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -11888,7 +11918,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -11904,7 +11940,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -11920,7 +11962,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -11935,7 +11983,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -11952,7 +12006,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -11968,10 +12028,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -11983,7 +12049,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -12000,7 +12072,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -12017,7 +12095,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -12034,7 +12118,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12051,7 +12141,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12067,10 +12163,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -12082,10 +12184,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -12097,10 +12205,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2016-12-31 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -12112,10 +12226,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -12127,10 +12247,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-01 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -12142,10 +12268,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-01 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -12157,10 +12289,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -12172,7 +12310,13 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -12187,7 +12331,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2016-12-31 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12202,7 +12352,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -12217,7 +12373,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2016-12-31 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -12232,7 +12394,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-01 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12247,7 +12415,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-01 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -12262,7 +12436,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-01 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -12277,7 +12457,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-01 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12292,7 +12478,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -12307,7 +12499,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -12322,7 +12520,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-01 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12337,7 +12541,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -12352,7 +12562,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -12367,7 +12583,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12382,7 +12604,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -12397,7 +12625,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -12412,7 +12646,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-02 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12427,7 +12667,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -12442,7 +12688,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -12457,7 +12709,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12472,7 +12730,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -12487,10 +12751,16 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "42",
@@ -12502,7 +12772,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12519,7 +12795,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12536,7 +12818,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12553,7 +12841,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12570,7 +12864,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12586,7 +12886,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12604,7 +12910,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12621,7 +12933,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -12638,7 +12956,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -12655,7 +12979,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -12672,7 +13002,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12689,7 +13025,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -12705,10 +13047,16 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -12720,10 +13068,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -12735,10 +13089,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "48",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
@@ -12751,10 +13111,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -12766,10 +13132,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -12781,10 +13153,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -12796,10 +13174,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -12811,10 +13195,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -12826,10 +13216,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -12841,10 +13237,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-01 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -12856,10 +13258,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-01 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -12871,10 +13279,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-01 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -12886,10 +13300,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -12901,10 +13321,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -12916,10 +13342,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-02 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -12931,10 +13363,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -12946,10 +13384,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -12961,10 +13405,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -12976,7 +13426,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -12993,7 +13449,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -13010,7 +13472,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -13027,7 +13495,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13044,7 +13518,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13060,10 +13540,16 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -13075,7 +13561,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13090,7 +13582,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-01 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13105,7 +13603,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13122,7 +13626,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13139,7 +13649,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13156,7 +13672,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13173,7 +13695,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13189,7 +13717,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13207,7 +13741,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13224,7 +13764,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-01 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13239,7 +13785,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13254,7 +13806,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13269,7 +13827,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-02 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13284,7 +13848,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -13299,7 +13869,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-02 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -13314,7 +13890,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13329,7 +13911,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -13344,10 +13932,16 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "65",
@@ -13359,10 +13953,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "66",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
@@ -13375,7 +13975,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -13391,7 +13997,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -13407,7 +14019,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -13423,7 +14041,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13439,7 +14063,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13454,10 +14084,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -13469,10 +14105,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-02 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -13484,10 +14126,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-02 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -13499,10 +14147,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-01 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -13514,10 +14168,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-01 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -13529,10 +14189,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-01 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -13544,10 +14210,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-01 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -13559,10 +14231,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-01 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -13574,10 +14252,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-01 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -13589,10 +14273,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -13604,10 +14294,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -13619,10 +14315,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -13634,10 +14336,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -13649,10 +14357,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -13665,7 +14379,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13681,7 +14401,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13697,7 +14423,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13713,7 +14445,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13729,7 +14467,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13744,7 +14488,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13761,7 +14511,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13777,10 +14533,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -13792,7 +14554,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -13809,7 +14577,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -13826,7 +14600,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -13843,7 +14623,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13860,7 +14646,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -13876,10 +14668,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -13891,10 +14689,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -13906,10 +14710,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -13921,10 +14731,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -13936,10 +14752,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -13951,10 +14773,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -13966,10 +14794,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -13981,7 +14815,13 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -13996,7 +14836,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14011,7 +14857,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -14026,7 +14878,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -14041,7 +14899,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14056,7 +14920,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -14071,7 +14941,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -14086,7 +14962,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14101,7 +14983,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -14116,7 +15004,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -14131,7 +15025,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14146,7 +15046,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -14161,7 +15067,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -14176,7 +15088,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14191,7 +15109,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -14206,7 +15130,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -14221,7 +15151,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14236,7 +15172,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -14251,7 +15193,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -14266,7 +15214,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14281,7 +15235,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -14296,10 +15256,16 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "42",
@@ -14311,7 +15277,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14328,7 +15300,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14345,7 +15323,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14362,7 +15346,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14379,7 +15369,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14395,7 +15391,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14413,7 +15415,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14430,7 +15438,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -14447,7 +15461,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -14464,7 +15484,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -14481,7 +15507,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14498,7 +15530,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14514,10 +15552,16 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -14529,10 +15573,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -14544,10 +15594,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "48",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
@@ -14560,10 +15616,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -14575,10 +15637,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -14590,10 +15658,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -14605,10 +15679,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -14620,10 +15700,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -14635,10 +15721,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -14650,10 +15742,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-04 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -14665,10 +15763,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -14680,10 +15784,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -14695,10 +15805,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -14710,10 +15826,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -14725,10 +15847,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -14740,10 +15868,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -14755,10 +15889,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -14770,10 +15910,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -14785,7 +15931,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -14802,7 +15954,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -14819,7 +15977,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -14836,7 +16000,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14853,7 +16023,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14869,10 +16045,16 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -14884,7 +16066,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14899,7 +16087,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14914,7 +16108,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14931,7 +16131,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14948,7 +16154,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14965,7 +16177,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14982,7 +16200,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -14998,7 +16222,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15016,7 +16246,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15033,7 +16269,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15048,7 +16290,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15063,7 +16311,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15078,7 +16332,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15093,7 +16353,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -15108,7 +16374,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -15123,7 +16395,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15138,7 +16416,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -15153,10 +16437,16 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "65",
@@ -15168,10 +16458,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "66",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
@@ -15184,7 +16480,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -15200,7 +16502,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -15216,7 +16524,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -15232,7 +16546,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15248,7 +16568,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15263,10 +16589,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -15278,10 +16610,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -15293,10 +16631,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -15308,10 +16652,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -15323,10 +16673,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -15338,10 +16694,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -15353,10 +16715,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -15368,10 +16736,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -15383,10 +16757,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -15398,10 +16778,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -15413,10 +16799,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -15428,10 +16820,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -15443,10 +16841,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -15458,10 +16862,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -15474,7 +16884,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15490,7 +16906,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15506,7 +16928,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15522,7 +16950,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15538,7 +16972,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15553,7 +16993,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15570,7 +17016,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15586,10 +17038,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -15601,7 +17059,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-08 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -15618,7 +17082,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-08 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -15635,7 +17105,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-08 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -15652,7 +17128,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-08 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15669,7 +17151,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-08 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15685,10 +17173,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-08 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -15700,10 +17194,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -15715,10 +17215,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-06 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -15730,10 +17236,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-06 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -15745,10 +17257,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-07 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -15760,10 +17278,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-07 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -15775,10 +17299,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -15790,7 +17320,13 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -15805,7 +17341,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-06 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15820,7 +17362,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-06 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -15835,7 +17383,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-06 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -15850,7 +17404,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-07 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15865,7 +17425,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-07 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -15880,7 +17446,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-07 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -15895,7 +17467,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-07 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15910,7 +17488,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-07 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -15925,7 +17509,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-07 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -15940,7 +17530,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-07 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -15955,7 +17551,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-07 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -15970,7 +17572,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-07 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -15985,7 +17593,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-08 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16000,7 +17614,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-08 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -16015,7 +17635,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-08 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -16030,7 +17656,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-08 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16045,7 +17677,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-08 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -16060,7 +17698,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-08 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -16075,7 +17719,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16090,7 +17740,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -16105,10 +17761,16 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "42",
@@ -16120,7 +17782,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16137,7 +17805,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16154,7 +17828,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16171,7 +17851,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16188,7 +17874,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16204,7 +17896,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16222,7 +17920,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16239,7 +17943,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -16256,7 +17966,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -16273,7 +17989,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -16290,7 +18012,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16307,7 +18035,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16323,10 +18057,16 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -16338,10 +18078,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-08 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -16353,10 +18099,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-08 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "48",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
@@ -16369,10 +18121,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-08 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -16384,10 +18142,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -16399,10 +18163,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -16414,10 +18184,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-08 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -16429,10 +18205,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-08 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -16444,10 +18226,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-08 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -16459,10 +18247,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-07 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -16474,10 +18268,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-07 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -16489,10 +18289,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-07 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -16504,10 +18310,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-08 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -16519,10 +18331,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-08 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -16534,10 +18352,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-08 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -16549,10 +18373,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -16564,10 +18394,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -16579,10 +18415,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -16594,7 +18436,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-08 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -16611,7 +18459,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-08 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -16628,7 +18482,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-08 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -16645,7 +18505,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-08 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16662,7 +18528,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-08 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16678,10 +18550,16 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-08 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -16693,7 +18571,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16708,7 +18592,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-07 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16723,7 +18613,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-07 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16740,7 +18636,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-07 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16757,7 +18659,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-07 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16774,7 +18682,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-07 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16791,7 +18705,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-07 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16807,7 +18727,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-07 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16825,7 +18751,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-07 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16842,7 +18774,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-07 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16857,7 +18795,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16872,7 +18816,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16887,7 +18837,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-08 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16902,7 +18858,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-08 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -16917,7 +18879,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-08 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -16932,7 +18900,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -16947,7 +18921,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -16962,10 +18942,16 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "65",
@@ -16977,10 +18963,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "66",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
@@ -16993,7 +18985,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -17009,7 +19007,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -17025,7 +19029,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -17041,7 +19051,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17057,7 +19073,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17072,10 +19094,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -17087,10 +19115,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-08 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -17102,10 +19136,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-08 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -17117,10 +19157,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-07 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -17132,10 +19178,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-07 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -17147,10 +19199,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-07 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -17162,10 +19220,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-07 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -17177,10 +19241,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-07 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -17192,10 +19262,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-07 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -17207,10 +19283,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-08 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -17222,10 +19304,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-08 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -17237,10 +19325,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -17252,10 +19346,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -17267,10 +19367,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -17283,7 +19389,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17299,7 +19411,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17315,7 +19433,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17331,7 +19455,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17347,7 +19477,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17362,7 +19498,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17379,7 +19521,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17395,10 +19543,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -17410,7 +19564,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -17427,7 +19587,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -17444,7 +19610,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -17461,7 +19633,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17478,7 +19656,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17494,10 +19678,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -17509,10 +19699,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -17524,10 +19720,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-09 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -17539,10 +19741,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-09 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -17554,10 +19762,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-10 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -17569,10 +19783,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-10 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -17584,10 +19804,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -17599,7 +19825,13 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -17614,7 +19846,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-09 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17629,7 +19867,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-09 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -17644,7 +19888,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-09 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -17659,7 +19909,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-10 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17674,7 +19930,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-10 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -17689,7 +19951,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-10 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -17704,7 +19972,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-10 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17719,7 +19993,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-10 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -17734,7 +20014,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-10 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -17749,7 +20035,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-10 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17764,7 +20056,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -17779,7 +20077,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -17794,7 +20098,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17809,7 +20119,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -17824,7 +20140,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -17839,7 +20161,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-11 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17854,7 +20182,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-11 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -17869,7 +20203,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-11 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -17884,7 +20224,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17899,7 +20245,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -17914,10 +20266,16 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "42",
@@ -17929,7 +20287,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17946,7 +20310,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17963,7 +20333,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17980,7 +20356,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -17997,7 +20379,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18013,7 +20401,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18031,7 +20425,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18048,7 +20448,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -18065,7 +20471,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -18082,7 +20494,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -18099,7 +20517,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18116,7 +20540,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18132,10 +20562,16 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -18147,10 +20583,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -18162,10 +20604,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "48",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
@@ -18178,10 +20626,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -18193,10 +20647,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -18208,10 +20668,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -18223,10 +20689,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -18238,10 +20710,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -18253,10 +20731,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -18268,10 +20752,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-10 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -18283,10 +20773,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-10 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -18298,10 +20794,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-10 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -18313,10 +20815,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -18328,10 +20836,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -18343,10 +20857,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -18358,10 +20878,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -18373,10 +20899,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -18388,10 +20920,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -18403,7 +20941,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -18420,7 +20964,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -18437,7 +20987,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -18454,7 +21010,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18471,7 +21033,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18487,10 +21055,16 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -18502,7 +21076,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18517,7 +21097,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-10 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18532,7 +21118,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18549,7 +21141,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18566,7 +21164,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18583,7 +21187,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18600,7 +21210,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18616,7 +21232,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18634,7 +21256,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18651,7 +21279,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18666,7 +21300,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18681,7 +21321,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18696,7 +21342,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18711,7 +21363,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -18726,7 +21384,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -18741,7 +21405,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18756,7 +21426,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -18771,10 +21447,16 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "65",
@@ -18786,10 +21468,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "66",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
@@ -18802,7 +21490,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -18818,7 +21512,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -18834,7 +21534,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -18850,7 +21556,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18866,7 +21578,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -18881,10 +21599,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -18896,10 +21620,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-11 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -18911,10 +21641,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-11 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -18926,10 +21662,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-10 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -18941,10 +21683,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-10 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -18956,10 +21704,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-10 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -18971,10 +21725,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-10 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -18986,10 +21746,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-10 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -19001,10 +21767,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-10 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -19016,10 +21788,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -19031,10 +21809,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -19046,10 +21830,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -19061,10 +21851,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -19076,10 +21872,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -19092,7 +21894,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19108,7 +21916,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19124,7 +21938,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19140,7 +21960,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19156,7 +21982,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19171,7 +22003,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19188,7 +22026,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19204,10 +22048,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -19219,7 +22069,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -19236,7 +22092,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -19253,7 +22115,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -19270,7 +22138,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19287,7 +22161,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19303,10 +22183,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -19318,10 +22204,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -19333,10 +22225,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-09 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -19348,10 +22246,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-09 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -19363,10 +22267,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-10 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -19378,10 +22288,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-10 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -19393,10 +22309,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -19408,7 +22330,13 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -19423,7 +22351,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-09 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19438,7 +22372,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-09 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -19453,7 +22393,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-09 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -19468,7 +22414,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-10 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19483,7 +22435,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-10 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -19498,7 +22456,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-10 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -19513,7 +22477,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-10 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19528,7 +22498,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-10 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -19543,7 +22519,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-10 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -19558,7 +22540,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-10 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19573,7 +22561,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -19588,7 +22582,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -19603,7 +22603,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19618,7 +22624,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -19633,7 +22645,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -19648,7 +22666,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-11 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19663,7 +22687,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-11 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -19678,7 +22708,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-11 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -19693,7 +22729,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19708,7 +22750,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -19723,10 +22771,16 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "42",
@@ -19738,7 +22792,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19755,7 +22815,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19772,7 +22838,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19789,7 +22861,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19806,7 +22884,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19822,7 +22906,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19840,7 +22930,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19857,7 +22953,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -19874,7 +22976,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -19891,7 +22999,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -19908,7 +23022,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19925,7 +23045,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -19941,10 +23067,16 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -19956,10 +23088,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -19971,10 +23109,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "48",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
@@ -19987,10 +23131,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -20002,10 +23152,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -20017,10 +23173,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -20032,10 +23194,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -20047,10 +23215,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -20062,10 +23236,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -20077,10 +23257,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-10 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -20092,10 +23278,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-10 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -20107,10 +23299,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-10 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -20122,10 +23320,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -20137,10 +23341,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -20152,10 +23362,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -20167,10 +23383,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -20182,10 +23404,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -20197,10 +23425,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -20212,7 +23446,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -20229,7 +23469,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -20246,7 +23492,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -20263,7 +23515,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20280,7 +23538,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20296,10 +23560,16 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -20311,7 +23581,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20326,7 +23602,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-10 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20341,7 +23623,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20358,7 +23646,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20375,7 +23669,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20392,7 +23692,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20409,7 +23715,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20425,7 +23737,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20443,7 +23761,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20460,7 +23784,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20475,7 +23805,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20490,7 +23826,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20505,7 +23847,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20520,7 +23868,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -20535,7 +23889,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -20550,7 +23910,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20565,7 +23931,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -20580,10 +23952,16 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "65",
@@ -20595,10 +23973,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "66",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
@@ -20611,7 +23995,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -20627,7 +24017,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -20643,7 +24039,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -20659,7 +24061,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20675,7 +24083,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20690,10 +24104,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -20705,10 +24125,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-11 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -20720,10 +24146,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-11 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -20735,10 +24167,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-10 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -20750,10 +24188,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-10 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -20765,10 +24209,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-10 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -20780,10 +24230,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-10 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -20795,10 +24251,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-10 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -20810,10 +24272,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-10 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -20825,10 +24293,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -20840,10 +24314,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -20855,10 +24335,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -20870,10 +24356,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -20885,10 +24377,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -20901,7 +24399,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20917,7 +24421,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20933,7 +24443,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20949,7 +24465,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20965,7 +24487,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20980,7 +24508,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -20997,7 +24531,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21013,10 +24553,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -21028,7 +24574,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -21045,7 +24597,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -21062,7 +24620,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -21079,7 +24643,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21096,7 +24666,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21112,10 +24688,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -21127,10 +24709,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -21142,10 +24730,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-09 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -21157,10 +24751,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-09 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -21172,10 +24772,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-10 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -21187,10 +24793,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-10 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -21202,10 +24814,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -21217,7 +24835,13 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -21232,7 +24856,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-09 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21247,7 +24877,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-09 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -21262,7 +24898,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-09 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -21277,7 +24919,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-10 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21292,7 +24940,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-10 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -21307,7 +24961,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-10 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -21322,7 +24982,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-10 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21337,7 +25003,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-10 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -21352,7 +25024,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-10 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -21367,7 +25045,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-10 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21382,7 +25066,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -21397,7 +25087,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -21412,7 +25108,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21427,7 +25129,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -21442,7 +25150,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -21457,7 +25171,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-11 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21472,7 +25192,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-11 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -21487,7 +25213,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-11 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -21502,7 +25234,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21517,7 +25255,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -21532,10 +25276,16 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "42",
@@ -21547,7 +25297,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21564,7 +25320,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21581,7 +25343,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21598,7 +25366,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21615,7 +25389,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21631,7 +25411,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21649,7 +25435,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21666,7 +25458,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -21683,7 +25481,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -21700,7 +25504,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -21717,7 +25527,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21734,7 +25550,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -21750,10 +25572,16 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -21765,10 +25593,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -21780,10 +25614,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "48",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
@@ -21796,10 +25636,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -21811,10 +25657,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -21826,10 +25678,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -21841,10 +25699,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -21856,10 +25720,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -21871,10 +25741,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -21886,10 +25762,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-10 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -21901,10 +25783,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-10 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -21916,10 +25804,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-10 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -21931,10 +25825,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -21946,10 +25846,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -21961,10 +25867,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-11 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -21976,10 +25888,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -21991,10 +25909,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -22006,10 +25930,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -22021,7 +25951,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -22038,7 +25974,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -22055,7 +25997,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -22072,7 +26020,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22089,7 +26043,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22105,10 +26065,16 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -22120,7 +26086,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22135,7 +26107,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-10 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22150,7 +26128,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22167,7 +26151,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22184,7 +26174,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22201,7 +26197,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22218,7 +26220,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22234,7 +26242,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22252,7 +26266,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22269,7 +26289,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-10 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22284,7 +26310,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22299,7 +26331,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22314,7 +26352,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-11 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22329,7 +26373,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -22344,7 +26394,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-11 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -22359,7 +26415,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22374,7 +26436,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -22389,10 +26457,16 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "65",
@@ -22404,10 +26478,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "66",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
@@ -22420,7 +26500,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -22436,7 +26522,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -22452,7 +26544,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -22468,7 +26566,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22484,7 +26588,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22499,10 +26609,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -22514,10 +26630,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-11 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -22529,10 +26651,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-11 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -22544,10 +26672,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-10 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -22559,10 +26693,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-10 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -22574,10 +26714,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-10 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -22589,10 +26735,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-10 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -22604,10 +26756,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-10 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -22619,10 +26777,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-10 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -22634,10 +26798,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-11 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -22649,10 +26819,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-11 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -22664,10 +26840,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -22679,10 +26861,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -22694,10 +26882,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -22710,7 +26904,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22726,7 +26926,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22742,7 +26948,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22758,7 +26970,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22774,7 +26992,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22789,7 +27013,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22806,7 +27036,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22822,10 +27058,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -22837,7 +27079,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -22854,7 +27102,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -22871,7 +27125,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -22888,7 +27148,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22905,7 +27171,13 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -22921,10 +27193,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "6 min 32s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "25",
@@ -22936,10 +27214,16 @@
"idvisitor": "bd9f38e987a2bea6",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -22951,10 +27235,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -22966,10 +27256,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -22981,10 +27277,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -22996,10 +27298,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "34",
@@ -23011,10 +27319,16 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "2 hours 43 min",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "35",
@@ -23026,7 +27340,13 @@
"idvisitor": "e3c514844962b92f",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
"custom_float": "0s",
@@ -23041,7 +27361,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-03 08:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23056,7 +27382,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -23071,7 +27403,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-03 08:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -23086,7 +27424,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 09:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23101,7 +27445,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -23116,7 +27466,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 09:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -23131,7 +27487,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23146,7 +27508,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -23161,7 +27529,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -23176,7 +27550,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23191,7 +27571,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -23206,7 +27592,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -23221,7 +27613,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23236,7 +27634,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -23251,7 +27655,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -23266,7 +27676,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23281,7 +27697,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -23296,7 +27718,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
"custom_float": "0s",
@@ -23311,7 +27739,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23326,7 +27760,13 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 8s",
+ "time_dom_processing": "3 min 36s",
+ "time_network": "1 min 46s",
+ "time_on_load": "2 min 45s",
+ "time_server": "3 min 18s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "2 min 48s"
},
{
"custom_float": "0s",
@@ -23341,10 +27781,16 @@
"idvisitor": "5be7cae0271f5639",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "3 min 28s",
+ "time_dom_processing": "2 min 49s",
+ "time_network": "5 min 6s",
+ "time_on_load": "1 min 39s",
+ "time_server": "3 min 20s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "6 min 45s"
},
{
- "custom_float": "5 min 48s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "42",
@@ -23356,7 +27802,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23373,7 +27825,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23390,7 +27848,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23407,7 +27871,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23424,7 +27894,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23440,7 +27916,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23458,7 +27940,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23475,7 +27963,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -23492,7 +27986,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -23509,7 +28009,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -23526,7 +28032,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23543,7 +28055,13 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23559,10 +28077,16 @@
"idvisitor": "72bdb3bd5753b991",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -23574,10 +28098,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -23589,10 +28119,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "48",
"idaction_name_ref": "3",
"idaction_url_ref": "47",
@@ -23605,10 +28141,16 @@
"search_cat": "web",
"search_count": "205",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "46",
@@ -23620,10 +28162,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 45s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "47",
@@ -23635,10 +28183,16 @@
"idvisitor": "0e64dad0a7ea5650",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -23650,10 +28204,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -23665,10 +28225,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -23680,10 +28246,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -23695,10 +28267,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-04 22:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -23710,10 +28288,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -23725,10 +28309,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-04 22:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -23740,10 +28330,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -23755,10 +28351,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -23770,10 +28372,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 00:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "51",
@@ -23785,10 +28393,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "52",
@@ -23800,10 +28414,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "5 min 59s",
+ "time_dom_processing": "2 min 45s",
+ "time_network": "36s",
+ "time_on_load": "2 min 35s",
+ "time_server": "1 min 39s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "3 min 26s"
},
{
- "custom_float": "16 min 24s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "53",
@@ -23815,10 +28435,16 @@
"idvisitor": "f89db150c0ae0cab",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 35s",
+ "time_dom_processing": "3 min 19s",
+ "time_network": "26s",
+ "time_on_load": "1 min 30s",
+ "time_server": "3 min 55s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "36s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -23830,7 +28456,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -23847,7 +28479,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -23864,7 +28502,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -23881,7 +28525,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23898,7 +28548,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23914,10 +28570,16 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 00:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "20 min 49s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "54",
@@ -23929,7 +28591,13 @@
"idvisitor": "e2cf1a809ad2a194",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23944,7 +28612,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-04 19:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23959,7 +28633,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23976,7 +28656,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -23993,7 +28679,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24010,7 +28702,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24027,7 +28725,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24043,7 +28747,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24061,7 +28771,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24078,7 +28794,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-04 19:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24093,7 +28815,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24108,7 +28836,13 @@
"idvisitor": "34eba7f94c329bd9",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24123,7 +28857,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-05 01:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24138,7 +28878,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -24153,7 +28899,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-05 01:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
"custom_float": "0s",
@@ -24168,7 +28920,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24183,7 +28941,13 @@
"idvisitor": "d357803f17701499",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
"custom_float": "0s",
@@ -24198,10 +28962,16 @@
"idvisitor": "d357803f17701499",
"pageview_position": "3",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "65",
@@ -24213,10 +28983,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "17 min 10s",
+ "custom_float": "0s",
"idaction_name": "66",
"idaction_name_ref": "1",
"idaction_url_ref": "65",
@@ -24229,7 +29005,13 @@
"search_cat": "",
"search_count": "210",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "2s",
@@ -24245,7 +29027,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "3s",
@@ -24261,7 +29049,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "1s",
@@ -24277,7 +29071,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24293,7 +29093,13 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -24308,10 +29114,16 @@
"idvisitor": "d57f2b2bcf932329",
"pageview_position": "2",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -24323,10 +29135,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-05 02:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -24338,10 +29156,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-05 02:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -24353,10 +29177,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 14:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -24368,10 +29198,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 14:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -24383,10 +29219,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 17:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -24398,10 +29240,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 17:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -24413,10 +29261,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-04 23:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -24428,10 +29282,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-04 23:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "68",
@@ -24443,10 +29303,16 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "1",
"server_time": "2017-01-05 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "69",
@@ -24458,7 +29324,13 @@
"idvisitor": "61977a16e418646f",
"pageview_position": "2",
"server_time": "2017-01-05 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "6 min 9s",
+ "time_dom_processing": "5 min 21s",
+ "time_network": "1 min 39s",
+ "time_on_load": "3 min 21s",
+ "time_server": "1 min 50s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "4 min 8s"
}
],
"log_foo_bar_baz": [
diff --git a/plugins/PrivacyManager/tests/System/expected/exportDataSubject_oneVisitGiven.json b/plugins/PrivacyManager/tests/System/expected/exportDataSubject_oneVisitGiven.json
index c20ea621ea..493c37479a 100755
--- a/plugins/PrivacyManager/tests/System/expected/exportDataSubject_oneVisitGiven.json
+++ b/plugins/PrivacyManager/tests/System/expected/exportDataSubject_oneVisitGiven.json
@@ -55,7 +55,7 @@
],
"log_link_visit_action": [
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "1",
"idaction_name_ref": "0",
"idaction_url": "2",
@@ -67,10 +67,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "1",
"server_time": "2017-01-02 03:04:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "3",
"idaction_name_ref": "1",
"idaction_url": "4",
@@ -82,10 +88,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "2",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:06:00"
+ "time_dom_completion": "3 min 21s",
+ "time_dom_processing": "4 min 16s",
+ "time_network": "0s",
+ "time_on_load": "1 min 45s",
+ "time_server": "6 min 5s",
+ "time_spent_ref_action": "00:06:00",
+ "time_transfer": "1 min 6s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "5",
"idaction_name_ref": "3",
"idaction_url": "6",
@@ -97,10 +109,16 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "3",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "2 min 2s",
+ "time_dom_processing": "6 min 45s",
+ "time_network": "0s",
+ "time_on_load": "23s",
+ "time_server": "6 min 46s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "1 min 45s"
},
{
- "custom_float": "9 min 5s",
+ "custom_float": "0s",
"idaction_name": "7",
"idaction_name_ref": "5",
"idaction_url_ref": "6",
@@ -113,7 +131,13 @@
"search_cat": "images",
"search_count": "200",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -129,7 +153,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -145,7 +175,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -161,7 +197,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -177,7 +219,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -192,7 +240,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -209,7 +263,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
},
{
"custom_float": "0s",
@@ -225,7 +285,13 @@
"idvisitor": "08aa728aec13d68d",
"pageview_position": "4",
"server_time": "2017-01-02 03:10:05",
- "time_spent_ref_action": "00:00:00"
+ "time_dom_completion": "0s",
+ "time_dom_processing": "0s",
+ "time_network": "0s",
+ "time_on_load": "0s",
+ "time_server": "0s",
+ "time_spent_ref_action": "00:00:00",
+ "time_transfer": "0s"
}
],
"log_foo_bar_baz": [
diff --git a/plugins/PrivacyManager/tests/System/expected/test___PrivacyManager.getAvailableLinkVisitActionColumnsToAnonymize.xml b/plugins/PrivacyManager/tests/System/expected/test___PrivacyManager.getAvailableLinkVisitActionColumnsToAnonymize.xml
index 8db84fac40..0a79714081 100644
--- a/plugins/PrivacyManager/tests/System/expected/test___PrivacyManager.getAvailableLinkVisitActionColumnsToAnonymize.xml
+++ b/plugins/PrivacyManager/tests/System/expected/test___PrivacyManager.getAvailableLinkVisitActionColumnsToAnonymize.xml
@@ -125,6 +125,26 @@
<default_value />
</row>
<row>
+ <column_name>time_dom_completion</column_name>
+ <default_value />
+ </row>
+ <row>
+ <column_name>time_dom_processing</column_name>
+ <default_value />
+ </row>
+ <row>
+ <column_name>time_network</column_name>
+ <default_value />
+ </row>
+ <row>
+ <column_name>time_on_load</column_name>
+ <default_value />
+ </row>
+ <row>
+ <column_name>time_server</column_name>
+ <default_value />
+ </row>
+ <row>
<column_name>time_spent</column_name>
<default_value />
</row>
@@ -132,4 +152,8 @@
<column_name>time_spent_ref_action</column_name>
<default_value />
</row>
+ <row>
+ <column_name>time_transfer</column_name>
+ <default_value />
+ </row>
</result> \ No newline at end of file
diff --git a/plugins/PrivacyManager/tests/System/expected/test_allSites__Live.getLastVisitsDetails_year.xml b/plugins/PrivacyManager/tests/System/expected/test_allSites__Live.getLastVisitsDetails_year.xml
index 35b0fa7022..10d3e5ef11 100644
--- a/plugins/PrivacyManager/tests/System/expected/test_allSites__Live.getLastVisitsDetails_year.xml
+++ b/plugins/PrivacyManager/tests/System/expected/test_allSites__Live.getLastVisitsDetails_year.xml
@@ -33,8 +33,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world200</subtitle>
@@ -51,11 +49,11 @@
<pageId>350</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world200/0</subtitle>
@@ -72,11 +70,11 @@
<pageId>351</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world200/1</subtitle>
@@ -96,8 +94,6 @@
<siteSearchKeyword>mobile</siteSearchKeyword>
<siteSearchCategory>images</siteSearchCategory>
<siteSearchCount>200</siteSearchCount>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>4</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -395,8 +391,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -413,9 +407,9 @@
<pageId>372</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -575,9 +569,11 @@
<pageId>392</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -594,7 +590,9 @@
<pageId>393</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -738,8 +736,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -757,8 +753,6 @@
<pageId>411</pageId>
<bandwidth />
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -902,8 +896,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -920,11 +912,11 @@
<pageId>422</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -941,9 +933,9 @@
<pageId>423</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -1248,9 +1240,11 @@
<pageId>446</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -1267,7 +1261,9 @@
<pageId>447</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -1407,8 +1403,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -1425,9 +1419,9 @@
<pageId>464</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -1571,8 +1565,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world200</subtitle>
@@ -1589,11 +1581,11 @@
<pageId>466</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world200/0</subtitle>
@@ -1610,11 +1602,11 @@
<pageId>467</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world200/1</subtitle>
@@ -1634,8 +1626,6 @@
<siteSearchKeyword>mobile</siteSearchKeyword>
<siteSearchCategory>images</siteSearchCategory>
<siteSearchCount>200</siteSearchCount>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>4</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -1933,8 +1923,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -1951,9 +1939,9 @@
<pageId>488</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -2113,9 +2101,11 @@
<pageId>508</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -2132,7 +2122,9 @@
<pageId>509</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -2276,8 +2268,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -2295,8 +2285,6 @@
<pageId>527</pageId>
<bandwidth />
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -2440,8 +2428,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -2458,11 +2444,11 @@
<pageId>538</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -2479,9 +2465,9 @@
<pageId>539</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -2786,9 +2772,11 @@
<pageId>562</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -2805,7 +2793,9 @@
<pageId>563</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -2945,8 +2935,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -2963,9 +2951,9 @@
<pageId>580</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -3109,8 +3097,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world200</subtitle>
@@ -3127,11 +3113,11 @@
<pageId>582</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world200/0</subtitle>
@@ -3148,11 +3134,11 @@
<pageId>583</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world200/1</subtitle>
@@ -3172,8 +3158,6 @@
<siteSearchKeyword>mobile</siteSearchKeyword>
<siteSearchCategory>images</siteSearchCategory>
<siteSearchCount>200</siteSearchCount>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>4</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -3471,8 +3455,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -3489,9 +3471,9 @@
<pageId>604</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -3651,9 +3633,11 @@
<pageId>624</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -3670,7 +3654,9 @@
<pageId>625</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -3814,8 +3800,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -3833,8 +3817,6 @@
<pageId>643</pageId>
<bandwidth />
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -3978,8 +3960,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -3996,11 +3976,11 @@
<pageId>654</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -4017,9 +3997,9 @@
<pageId>655</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -4324,9 +4304,11 @@
<pageId>678</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -4343,7 +4325,9 @@
<pageId>679</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -4483,8 +4467,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -4501,9 +4483,9 @@
<pageId>696</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -4645,8 +4627,6 @@
<pageId>366</pageId>
<bandwidth />
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -4790,8 +4770,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>348</generationTimeMilliseconds>
- <generationTime>0.35s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world204</subtitle>
@@ -5177,8 +5155,6 @@
<pageId>430</pageId>
<bandwidth />
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -5322,8 +5298,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world210</subtitle>
@@ -5345,8 +5319,6 @@
<siteSearchKeyword>analytics</siteSearchKeyword>
<siteSearchCategory />
<siteSearchCount>210</siteSearchCount>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>2</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -5593,8 +5565,6 @@
<pageId>482</pageId>
<bandwidth />
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -5736,8 +5706,6 @@
<pageId>510</pageId>
<bandwidth />
- <generationTimeMilliseconds>348</generationTimeMilliseconds>
- <generationTime>0.35s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world204</subtitle>
@@ -6125,8 +6093,6 @@
<pageId>546</pageId>
<bandwidth />
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -6270,8 +6236,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world210</subtitle>
@@ -6293,8 +6257,6 @@
<siteSearchKeyword>analytics</siteSearchKeyword>
<siteSearchCategory />
<siteSearchCount>210</siteSearchCount>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>2</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -6541,8 +6503,6 @@
<pageId>598</pageId>
<bandwidth />
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -6686,8 +6646,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>348</generationTimeMilliseconds>
- <generationTime>0.35s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world204</subtitle>
@@ -7073,8 +7031,6 @@
<pageId>662</pageId>
<bandwidth />
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -7218,8 +7174,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world210</subtitle>
@@ -7241,8 +7195,6 @@
<siteSearchKeyword>analytics</siteSearchKeyword>
<siteSearchCategory />
<siteSearchCount>210</siteSearchCount>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>2</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -7492,9 +7444,11 @@
<pageId>389</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -7511,7 +7465,9 @@
<pageId>390</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -7640,8 +7596,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -7658,9 +7612,9 @@
<pageId>456</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -7805,9 +7759,11 @@
<pageId>505</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -7824,7 +7780,9 @@
<pageId>506</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -7953,8 +7911,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -8000,9 +7956,9 @@
<pageId>572</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -8147,9 +8103,11 @@
<pageId>621</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -8166,7 +8124,9 @@
<pageId>622</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -8295,8 +8255,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -8342,9 +8300,9 @@
<pageId>688</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -8473,8 +8431,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -8491,11 +8447,11 @@
<pageId>413</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -8512,9 +8468,9 @@
<pageId>414</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -8659,9 +8615,11 @@
<pageId>443</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -8678,7 +8636,9 @@
<pageId>444</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -8803,8 +8763,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -8821,11 +8779,11 @@
<pageId>529</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -8842,9 +8800,9 @@
<pageId>530</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -8989,9 +8947,11 @@
<pageId>559</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -9008,7 +8968,9 @@
<pageId>560</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -9133,8 +9095,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -9151,11 +9111,11 @@
<pageId>645</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -9172,9 +9132,9 @@
<pageId>646</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -9319,9 +9279,11 @@
<pageId>675</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -9338,7 +9300,9 @@
<pageId>676</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -9463,8 +9427,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -9698,8 +9660,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -9933,8 +9893,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -10184,9 +10142,11 @@
<pageId>386</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -10203,7 +10163,9 @@
<pageId>387</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -10332,8 +10294,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -10353,8 +10313,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -10374,8 +10332,6 @@
<siteSearchKeyword>ecommerce</siteSearchKeyword>
<siteSearchCategory>web</siteSearchCategory>
<siteSearchCount>205</siteSearchCount>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>3</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -10504,8 +10460,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -10522,11 +10476,11 @@
<pageId>419</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -10543,9 +10497,9 @@
<pageId>420</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -10690,9 +10644,11 @@
<pageId>502</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -10709,7 +10665,9 @@
<pageId>503</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -10838,8 +10796,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -10888,8 +10844,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -10909,8 +10863,6 @@
<siteSearchKeyword>ecommerce</siteSearchKeyword>
<siteSearchCategory>web</siteSearchCategory>
<siteSearchCount>205</siteSearchCount>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>3</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -11039,8 +10991,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -11057,11 +11007,11 @@
<pageId>535</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -11078,9 +11028,9 @@
<pageId>536</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -11225,9 +11175,11 @@
<pageId>618</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -11244,7 +11196,9 @@
<pageId>619</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -11373,8 +11327,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -11423,8 +11375,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -11444,8 +11394,6 @@
<siteSearchKeyword>ecommerce</siteSearchKeyword>
<siteSearchCategory>web</siteSearchCategory>
<siteSearchCount>205</siteSearchCount>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>3</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -11574,8 +11522,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -11592,11 +11538,11 @@
<pageId>651</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -11613,9 +11559,9 @@
<pageId>652</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -11744,8 +11690,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -11979,8 +11923,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -12214,8 +12156,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -12449,8 +12389,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -12467,9 +12405,9 @@
<pageId>370</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -12598,8 +12536,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -12616,9 +12552,9 @@
<pageId>462</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -12747,8 +12683,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -12765,9 +12699,9 @@
<pageId>486</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -12896,8 +12830,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -12914,9 +12846,9 @@
<pageId>578</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -13045,8 +12977,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -13063,9 +12993,9 @@
<pageId>602</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -13194,8 +13124,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -13212,9 +13140,9 @@
<pageId>694</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -13343,8 +13271,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -13361,11 +13287,11 @@
<pageId>416</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -13382,9 +13308,9 @@
<pageId>417</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -13513,8 +13439,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -13531,11 +13455,11 @@
<pageId>532</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -13552,9 +13476,9 @@
<pageId>533</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -13683,8 +13607,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -13701,11 +13623,11 @@
<pageId>648</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -13722,9 +13644,9 @@
<pageId>649</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -13869,9 +13791,11 @@
<pageId>383</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -13888,7 +13812,9 @@
<pageId>384</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -14356,9 +14282,11 @@
<pageId>499</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -14375,7 +14303,9 @@
<pageId>500</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -14843,9 +14773,11 @@
<pageId>615</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -14862,7 +14794,9 @@
<pageId>616</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -15329,8 +15263,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -15347,9 +15279,9 @@
<pageId>460</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -15493,8 +15425,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -15511,9 +15441,9 @@
<pageId>576</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -15657,8 +15587,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -15675,9 +15603,9 @@
<pageId>692</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -15822,9 +15750,11 @@
<pageId>380</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -15841,7 +15771,9 @@
<pageId>381</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -15985,8 +15917,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -16003,9 +15933,9 @@
<pageId>458</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -16150,9 +16080,11 @@
<pageId>496</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -16169,7 +16101,9 @@
<pageId>497</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -16313,8 +16247,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -16331,9 +16263,9 @@
<pageId>574</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -16478,9 +16410,11 @@
<pageId>612</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -16497,7 +16431,9 @@
<pageId>613</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -16641,8 +16577,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -16659,9 +16593,9 @@
<pageId>690</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -16806,9 +16740,11 @@
<pageId>377</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -16825,7 +16761,9 @@
<pageId>378</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -16970,9 +16908,11 @@
<pageId>493</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -16989,7 +16929,9 @@
<pageId>494</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -17134,9 +17076,11 @@
<pageId>609</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -17153,7 +17097,9 @@
<pageId>610</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -17282,8 +17228,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -17324,9 +17268,9 @@
<pageId>368</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -17471,9 +17415,11 @@
<pageId>374</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -17490,7 +17436,9 @@
<pageId>375</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -17619,8 +17567,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -17661,9 +17607,9 @@
<pageId>484</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -17808,9 +17754,11 @@
<pageId>490</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -17827,7 +17775,9 @@
<pageId>491</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -17956,8 +17906,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -17998,9 +17946,9 @@
<pageId>600</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -18145,9 +18093,11 @@
<pageId>606</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -18164,7 +18114,9 @@
<pageId>607</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -18308,8 +18260,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world200</subtitle>
@@ -18326,11 +18276,11 @@
<pageId>234</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world200/0</subtitle>
@@ -18347,11 +18297,11 @@
<pageId>235</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world200/1</subtitle>
@@ -18371,8 +18321,6 @@
<siteSearchKeyword>mobile</siteSearchKeyword>
<siteSearchCategory>images</siteSearchCategory>
<siteSearchCount>200</siteSearchCount>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>4</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -18670,8 +18618,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -18688,9 +18634,9 @@
<pageId>256</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -18850,9 +18796,11 @@
<pageId>276</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -18869,7 +18817,9 @@
<pageId>277</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -19013,8 +18963,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -19032,8 +18980,6 @@
<pageId>295</pageId>
<bandwidth />
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -19177,8 +19123,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -19195,11 +19139,11 @@
<pageId>306</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -19216,9 +19160,9 @@
<pageId>307</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -19523,9 +19467,11 @@
<pageId>330</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -19542,7 +19488,9 @@
<pageId>331</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -19682,8 +19630,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -19700,9 +19646,9 @@
<pageId>348</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -19844,8 +19790,6 @@
<pageId>250</pageId>
<bandwidth />
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -19989,8 +19933,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>348</generationTimeMilliseconds>
- <generationTime>0.35s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world204</subtitle>
@@ -20376,8 +20318,6 @@
<pageId>314</pageId>
<bandwidth />
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -20521,8 +20461,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world210</subtitle>
@@ -20544,8 +20482,6 @@
<siteSearchKeyword>analytics</siteSearchKeyword>
<siteSearchCategory />
<siteSearchCount>210</siteSearchCount>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>2</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -20795,9 +20731,11 @@
<pageId>273</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -20814,7 +20752,9 @@
<pageId>274</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -20943,8 +20883,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -20961,9 +20899,9 @@
<pageId>340</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -21092,8 +21030,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -21110,11 +21046,11 @@
<pageId>297</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -21131,9 +21067,9 @@
<pageId>298</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -21278,9 +21214,11 @@
<pageId>327</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -21297,7 +21235,9 @@
<pageId>328</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -21422,8 +21362,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -21673,9 +21611,11 @@
<pageId>270</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -21692,7 +21632,9 @@
<pageId>271</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -21821,8 +21763,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -21842,8 +21782,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -21863,8 +21801,6 @@
<siteSearchKeyword>ecommerce</siteSearchKeyword>
<siteSearchCategory>web</siteSearchCategory>
<siteSearchCount>205</siteSearchCount>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>3</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -21993,8 +21929,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -22011,11 +21945,11 @@
<pageId>303</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -22032,9 +21966,9 @@
<pageId>304</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -22163,8 +22097,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -22398,8 +22330,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -22416,9 +22346,9 @@
<pageId>254</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -22547,8 +22477,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -22565,9 +22493,9 @@
<pageId>346</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -22696,8 +22624,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -22714,11 +22640,11 @@
<pageId>300</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -22735,9 +22661,9 @@
<pageId>301</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -22882,9 +22808,11 @@
<pageId>267</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -22901,7 +22829,9 @@
<pageId>268</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -23368,8 +23298,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -23386,9 +23314,9 @@
<pageId>344</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -23533,9 +23461,11 @@
<pageId>264</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -23552,7 +23482,9 @@
<pageId>265</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -23696,8 +23628,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -23714,9 +23644,9 @@
<pageId>342</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -23861,9 +23791,11 @@
<pageId>261</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -23880,7 +23812,9 @@
<pageId>262</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -24009,8 +23943,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -24051,9 +23983,9 @@
<pageId>252</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -24198,9 +24130,11 @@
<pageId>258</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -24217,7 +24151,9 @@
<pageId>259</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -24361,8 +24297,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world200</subtitle>
@@ -24379,11 +24313,11 @@
<pageId>118</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world200/0</subtitle>
@@ -24400,11 +24334,11 @@
<pageId>119</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world200/1</subtitle>
@@ -24424,8 +24358,6 @@
<siteSearchKeyword>mobile</siteSearchKeyword>
<siteSearchCategory>images</siteSearchCategory>
<siteSearchCount>200</siteSearchCount>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>4</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -24723,8 +24655,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -24741,9 +24671,9 @@
<pageId>140</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -24903,9 +24833,11 @@
<pageId>160</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -24922,7 +24854,9 @@
<pageId>161</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -25066,8 +25000,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -25085,8 +25017,6 @@
<pageId>179</pageId>
<bandwidth />
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -25230,8 +25160,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -25248,11 +25176,11 @@
<pageId>190</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -25269,9 +25197,9 @@
<pageId>191</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -25576,9 +25504,11 @@
<pageId>214</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -25595,7 +25525,9 @@
<pageId>215</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -25735,8 +25667,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -25753,9 +25683,9 @@
<pageId>232</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -25899,8 +25829,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world200</subtitle>
@@ -25917,11 +25845,11 @@
<pageId>698</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world200/0</subtitle>
@@ -25938,11 +25866,11 @@
<pageId>699</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world200/1</subtitle>
@@ -25962,8 +25890,6 @@
<siteSearchKeyword>mobile</siteSearchKeyword>
<siteSearchCategory>images</siteSearchCategory>
<siteSearchCount>200</siteSearchCount>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>4</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -26261,8 +26187,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -26279,9 +26203,9 @@
<pageId>720</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -26441,9 +26365,11 @@
<pageId>740</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -26460,7 +26386,9 @@
<pageId>741</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -26604,8 +26532,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -26623,8 +26549,6 @@
<pageId>759</pageId>
<bandwidth />
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -26768,8 +26692,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -26786,11 +26708,11 @@
<pageId>770</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -26807,9 +26729,9 @@
<pageId>771</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -27114,9 +27036,11 @@
<pageId>794</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -27133,7 +27057,9 @@
<pageId>795</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -27273,8 +27199,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -27291,9 +27215,9 @@
<pageId>812</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -27435,8 +27359,6 @@
<pageId>134</pageId>
<bandwidth />
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -27580,8 +27502,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>348</generationTimeMilliseconds>
- <generationTime>0.35s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world204</subtitle>
@@ -27967,8 +27887,6 @@
<pageId>198</pageId>
<bandwidth />
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -28112,8 +28030,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world210</subtitle>
@@ -28135,8 +28051,6 @@
<siteSearchKeyword>analytics</siteSearchKeyword>
<siteSearchCategory />
<siteSearchCount>210</siteSearchCount>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>2</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -28383,8 +28297,6 @@
<pageId>714</pageId>
<bandwidth />
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -28528,8 +28440,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>348</generationTimeMilliseconds>
- <generationTime>0.35s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world204</subtitle>
@@ -28915,8 +28825,6 @@
<pageId>778</pageId>
<bandwidth />
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -29060,8 +28968,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world210</subtitle>
@@ -29083,8 +28989,6 @@
<siteSearchKeyword>analytics</siteSearchKeyword>
<siteSearchCategory />
<siteSearchCount>210</siteSearchCount>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>2</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -29334,9 +29238,11 @@
<pageId>157</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -29353,7 +29259,9 @@
<pageId>158</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -29482,8 +29390,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -29500,9 +29406,9 @@
<pageId>224</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -29647,9 +29553,11 @@
<pageId>737</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -29666,7 +29574,9 @@
<pageId>738</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -29795,8 +29705,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -29813,9 +29721,9 @@
<pageId>804</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -29944,8 +29852,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -29962,11 +29868,11 @@
<pageId>181</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -29983,9 +29889,9 @@
<pageId>182</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -30130,9 +30036,11 @@
<pageId>211</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -30149,7 +30057,9 @@
<pageId>212</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -30274,8 +30184,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -30292,11 +30200,11 @@
<pageId>761</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -30313,9 +30221,9 @@
<pageId>762</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -30460,9 +30368,11 @@
<pageId>791</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -30479,7 +30389,9 @@
<pageId>792</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -30604,8 +30516,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -30839,8 +30749,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -31090,9 +30998,11 @@
<pageId>154</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -31109,7 +31019,9 @@
<pageId>155</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -31238,8 +31150,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -31259,8 +31169,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -31280,8 +31188,6 @@
<siteSearchKeyword>ecommerce</siteSearchKeyword>
<siteSearchCategory>web</siteSearchCategory>
<siteSearchCount>205</siteSearchCount>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>3</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -31410,8 +31316,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -31428,11 +31332,11 @@
<pageId>187</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -31449,9 +31353,9 @@
<pageId>188</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -31596,9 +31500,11 @@
<pageId>734</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -31615,7 +31521,9 @@
<pageId>735</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -31744,8 +31652,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -31765,8 +31671,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -31786,8 +31690,6 @@
<siteSearchKeyword>ecommerce</siteSearchKeyword>
<siteSearchCategory>web</siteSearchCategory>
<siteSearchCount>205</siteSearchCount>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>3</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -31916,8 +31818,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -31934,9 +31834,9 @@
<pageId>767</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -31953,11 +31853,11 @@
<pageId>768</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -32086,8 +31986,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -32321,8 +32219,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -32556,8 +32452,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -32574,9 +32468,9 @@
<pageId>138</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -32705,8 +32599,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -32723,9 +32615,9 @@
<pageId>230</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -32854,8 +32746,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -32872,9 +32762,9 @@
<pageId>718</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -33003,8 +32893,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -33021,9 +32909,9 @@
<pageId>810</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -33152,8 +33040,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -33170,11 +33056,11 @@
<pageId>184</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -33191,9 +33077,9 @@
<pageId>185</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -33322,8 +33208,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -33340,11 +33224,11 @@
<pageId>764</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -33361,9 +33245,9 @@
<pageId>765</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -33508,9 +33392,11 @@
<pageId>151</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -33527,7 +33413,9 @@
<pageId>152</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -33995,9 +33883,11 @@
<pageId>731</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -34014,7 +33904,9 @@
<pageId>732</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -34481,8 +34373,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -34499,9 +34389,9 @@
<pageId>228</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -34645,8 +34535,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -34663,9 +34551,9 @@
<pageId>808</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -34810,9 +34698,11 @@
<pageId>148</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -34829,7 +34719,9 @@
<pageId>149</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -34973,8 +34865,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -34991,9 +34881,9 @@
<pageId>226</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -35138,9 +35028,11 @@
<pageId>728</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -35157,7 +35049,9 @@
<pageId>729</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -35301,8 +35195,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -35319,9 +35211,9 @@
<pageId>806</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -35466,9 +35358,11 @@
<pageId>145</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -35485,7 +35379,9 @@
<pageId>146</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -35630,9 +35526,11 @@
<pageId>725</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -35649,7 +35547,9 @@
<pageId>726</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -35778,8 +35678,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -35820,9 +35718,9 @@
<pageId>136</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -35967,9 +35865,11 @@
<pageId>142</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -35986,7 +35886,9 @@
<pageId>143</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -36115,8 +36017,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -36157,9 +36057,9 @@
<pageId>716</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -36304,9 +36204,11 @@
<pageId>722</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -36323,7 +36225,9 @@
<pageId>723</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -36467,8 +36371,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world200</subtitle>
@@ -36485,11 +36387,11 @@
<pageId>2</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world200/0</subtitle>
@@ -36506,11 +36408,11 @@
<pageId>3</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world200/1</subtitle>
@@ -36530,8 +36432,6 @@
<siteSearchKeyword>mobile</siteSearchKeyword>
<siteSearchCategory>images</siteSearchCategory>
<siteSearchCount>200</siteSearchCount>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>4</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -36829,8 +36729,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -36847,9 +36745,9 @@
<pageId>24</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -37009,9 +36907,11 @@
<pageId>44</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -37028,7 +36928,9 @@
<pageId>45</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -37172,8 +37074,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -37191,8 +37091,6 @@
<pageId>63</pageId>
<bandwidth />
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -37336,8 +37234,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -37354,11 +37250,11 @@
<pageId>74</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -37375,9 +37271,9 @@
<pageId>75</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -37682,9 +37578,11 @@
<pageId>98</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -37701,7 +37599,9 @@
<pageId>99</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -37841,8 +37741,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -37859,9 +37757,9 @@
<pageId>116</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -38003,8 +37901,6 @@
<pageId>18</pageId>
<bandwidth />
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -38148,8 +38044,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>348</generationTimeMilliseconds>
- <generationTime>0.35s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world204</subtitle>
@@ -38535,8 +38429,6 @@
<pageId>82</pageId>
<bandwidth />
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -38680,8 +38572,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world210</subtitle>
@@ -38703,8 +38593,6 @@
<siteSearchKeyword>analytics</siteSearchKeyword>
<siteSearchCategory />
<siteSearchCount>210</siteSearchCount>
- <generationTimeMilliseconds>1030</generationTimeMilliseconds>
- <generationTime>1.03s</generationTime>
<pageviewPosition>2</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -38954,9 +38842,11 @@
<pageId>41</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -38973,7 +38863,9 @@
<pageId>42</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -39102,8 +38994,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -39149,9 +39039,9 @@
<pageId>108</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -39280,8 +39170,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -39298,11 +39186,11 @@
<pageId>65</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -39319,9 +39207,9 @@
<pageId>66</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -39466,9 +39354,11 @@
<pageId>95</pageId>
+ <pageLoadTime>0.99s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>993</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world209/0</subtitle>
@@ -39485,7 +39375,9 @@
<pageId>96</pageId>
+ <pageLoadTime>1.06s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1061</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world209/1</subtitle>
@@ -39610,8 +39502,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>392</generationTimeMilliseconds>
- <generationTime>0.39s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world201</subtitle>
@@ -39861,9 +39751,11 @@
<pageId>38</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -39880,7 +39772,9 @@
<pageId>39</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -40009,8 +39903,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world205</subtitle>
@@ -40059,8 +39951,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world205/0</subtitle>
@@ -40080,8 +39970,6 @@
<siteSearchKeyword>ecommerce</siteSearchKeyword>
<siteSearchCategory>web</siteSearchCategory>
<siteSearchCount>205</siteSearchCount>
- <generationTimeMilliseconds>585</generationTimeMilliseconds>
- <generationTime>0.59s</generationTime>
<pageviewPosition>3</pageviewPosition>
<icon>plugins/Morpheus/images/search.png</icon>
<iconSVG>plugins/Morpheus/images/search.svg</iconSVG>
@@ -40210,8 +40098,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -40228,11 +40114,11 @@
<pageId>71</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -40249,9 +40135,9 @@
<pageId>72</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -40380,8 +40266,6 @@
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>1249</generationTimeMilliseconds>
- <generationTime>1.25s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world207</subtitle>
@@ -40615,8 +40499,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world202</subtitle>
@@ -40633,9 +40515,9 @@
<pageId>22</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>9831</generationTimeMilliseconds>
- <generationTime>9.83s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world202/0</subtitle>
@@ -40764,8 +40646,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -40782,9 +40662,9 @@
<pageId>114</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -40913,8 +40793,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world206</subtitle>
@@ -40931,11 +40809,11 @@
<pageId>68</pageId>
+ <pageLoadTime>1.02s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>1020</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world206/0</subtitle>
@@ -40952,9 +40830,9 @@
<pageId>69</pageId>
+ <pageLoadTime>0.74s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>984</generationTimeMilliseconds>
- <generationTime>0.98s</generationTime>
+ <pageLoadTimeMilliseconds>741</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world206/1</subtitle>
@@ -41099,9 +40977,11 @@
<pageId>35</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -41118,7 +40998,9 @@
<pageId>36</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -41585,8 +41467,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -41603,9 +41483,9 @@
<pageId>112</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -41750,9 +41630,11 @@
<pageId>32</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -41769,7 +41651,9 @@
<pageId>33</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
@@ -41913,8 +41797,6 @@
<bandwidth />
<timeSpent>360</timeSpent>
<timeSpentPretty>6 min 0s</timeSpentPretty>
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
<pageviewPosition>1</pageviewPosition>
<title>Hello World</title>
<subtitle>http://www.helloworld.com/hello/world211</subtitle>
@@ -41931,9 +41813,9 @@
<pageId>110</pageId>
+ <pageLoadTime>1.35s</pageLoadTime>
<bandwidth />
- <generationTimeMilliseconds>545</generationTimeMilliseconds>
- <generationTime>0.55s</generationTime>
+ <pageLoadTimeMilliseconds>1348</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world211/0</subtitle>
@@ -42078,9 +41960,11 @@
<pageId>29</pageId>
+ <pageLoadTime>1.04s</pageLoadTime>
<bandwidth />
<timeSpent>0</timeSpent>
<timeSpentPretty>0s</timeSpentPretty>
+ <pageLoadTimeMilliseconds>1041</pageLoadTimeMilliseconds>
<pageviewPosition>2</pageviewPosition>
<title>Hello World 0</title>
<subtitle>http://www.helloworld.com/hello/world203/0</subtitle>
@@ -42097,7 +41981,9 @@
<pageId>30</pageId>
+ <pageLoadTime>1.39s</pageLoadTime>
<bandwidth />
+ <pageLoadTimeMilliseconds>1387</pageLoadTimeMilliseconds>
<pageviewPosition>3</pageviewPosition>
<title>Hello World 1</title>
<subtitle>http://www.helloworld.com/hello/world203/1</subtitle>
diff --git a/plugins/PrivacyManager/tests/UI/expected-screenshots/PrivacyManager_gdpr_tools_visits_showprofile.png b/plugins/PrivacyManager/tests/UI/expected-screenshots/PrivacyManager_gdpr_tools_visits_showprofile.png
index 56482809fc..c948051a36 100644
--- a/plugins/PrivacyManager/tests/UI/expected-screenshots/PrivacyManager_gdpr_tools_visits_showprofile.png
+++ b/plugins/PrivacyManager/tests/UI/expected-screenshots/PrivacyManager_gdpr_tools_visits_showprofile.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:49123a9f26e76ecf47d0d2f8e83059a7944b1ebc73d613f83fde8b8c65a07246
-size 327485
+oid sha256:65d262acaa3484c3693ddc7e6653d4d93948bcdb0d4ba0159a7ad8e45e825ae8
+size 331696
diff --git a/plugins/QueuedTracking b/plugins/QueuedTracking
-Subproject 5cd9f0b16862c5d58f23d32708e343a224fd886
+Subproject f3c8af91f76d68cfb7636c811bd03b3cfcf4075
diff --git a/plugins/SecurityInfo b/plugins/SecurityInfo
-Subproject 16429376c47b2015078c403cf83a2679ebd9aaf
+Subproject 6f382ba43486bcf8f74c7ce96602d4bee190ab4
diff --git a/plugins/SegmentEditor/tests/UI/expected-screenshots/SegmentSelectorEditorTest_complex_segment.png b/plugins/SegmentEditor/tests/UI/expected-screenshots/SegmentSelectorEditorTest_complex_segment.png
index 30fc66cb30..d5efb73063 100644
--- a/plugins/SegmentEditor/tests/UI/expected-screenshots/SegmentSelectorEditorTest_complex_segment.png
+++ b/plugins/SegmentEditor/tests/UI/expected-screenshots/SegmentSelectorEditorTest_complex_segment.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:0e8d567033a43a2f09dcae400c2f63fd51668354212b4338a970bf8555e28459
-size 136068
+oid sha256:2586806653276401d49a6088498a1d3dd8f226d62fa76258041faba62c7a82e2
+size 136127
diff --git a/plugins/SegmentEditor/tests/UI/expected-screenshots/UnprocessedSegmentTest_custom_segment.png b/plugins/SegmentEditor/tests/UI/expected-screenshots/UnprocessedSegmentTest_custom_segment.png
index e9f0e1f271..9d1f9d6005 100644
--- a/plugins/SegmentEditor/tests/UI/expected-screenshots/UnprocessedSegmentTest_custom_segment.png
+++ b/plugins/SegmentEditor/tests/UI/expected-screenshots/UnprocessedSegmentTest_custom_segment.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:721ca532bec06d79f6075f786745684418659a567fd13ca74e88fa038c21f9ed
-size 57229
+oid sha256:3d56c7667035d7218c78f473c8b52c3e76a8ccda669d493eb56f2ad52e08c9d8
+size 103466
diff --git a/plugins/SegmentEditor/tests/UI/expected-screenshots/UnprocessedSegmentTest_unprocessed_segment.png b/plugins/SegmentEditor/tests/UI/expected-screenshots/UnprocessedSegmentTest_unprocessed_segment.png
index 5d70cc3633..e2f89f7338 100644
--- a/plugins/SegmentEditor/tests/UI/expected-screenshots/UnprocessedSegmentTest_unprocessed_segment.png
+++ b/plugins/SegmentEditor/tests/UI/expected-screenshots/UnprocessedSegmentTest_unprocessed_segment.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:fbf32cc346dcec4e96b3fd663323f80817ee52cc42ea65ef28cf0f0da4c78d49
-size 98586
+oid sha256:206f4f64041460066694a8350fe34199b67f02fcc5cba49dd16a06aa9aef7600
+size 144118
diff --git a/plugins/TagManager b/plugins/TagManager
-Subproject e17dd48f78d6ed38720a325e893f1df56bff01f
+Subproject e788f693e52cd7cb754ba6a778c59d2ce7ff725
diff --git a/plugins/TreemapVisualization b/plugins/TreemapVisualization
-Subproject 10c6f4cfc61da183876d3ed4db0e31a8fa240c9
+Subproject a5c622c4de28ca7d332cb22efc363af852632c6
diff --git a/plugins/TwoFactorAuth/tests/UI/expected-screenshots/TwoFactorAuth_logme_verified.png b/plugins/TwoFactorAuth/tests/UI/expected-screenshots/TwoFactorAuth_logme_verified.png
index 9dbacc4cf6..14c21534ec 100644
--- a/plugins/TwoFactorAuth/tests/UI/expected-screenshots/TwoFactorAuth_logme_verified.png
+++ b/plugins/TwoFactorAuth/tests/UI/expected-screenshots/TwoFactorAuth_logme_verified.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e949e1a05b468faae4cca2ae1675f0cecf2575dbedd68afd64a89d205d578681
-size 184688
+oid sha256:a1ea3d7ec4bc7fe5a23501df5cafbc7faf1b44c5bad1fcac340d830407bd4d28
+size 181705
diff --git a/plugins/TwoFactorAuth/tests/UI/expected-screenshots/TwoFactorAuth_twofa_forced_step4.png b/plugins/TwoFactorAuth/tests/UI/expected-screenshots/TwoFactorAuth_twofa_forced_step4.png
index 4c10d38467..7d473ae297 100644
--- a/plugins/TwoFactorAuth/tests/UI/expected-screenshots/TwoFactorAuth_twofa_forced_step4.png
+++ b/plugins/TwoFactorAuth/tests/UI/expected-screenshots/TwoFactorAuth_twofa_forced_step4.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:870d7f21658ce02c21a8e2b5f36d8ab7203f2587969e6de9fbcda471cee97408
-size 183540
+oid sha256:4c2377f59fc0dfec9d70e54bf0828da928569570c1e9472e6a80ae1268226840
+size 180714
diff --git a/plugins/UsersManager/tests/UI/expected-screenshots/UserSettings_load_security.png b/plugins/UsersManager/tests/UI/expected-screenshots/UserSettings_load_security.png
index dd8dac6e84..e172798e3a 100644
--- a/plugins/UsersManager/tests/UI/expected-screenshots/UserSettings_load_security.png
+++ b/plugins/UsersManager/tests/UI/expected-screenshots/UserSettings_load_security.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4e87ab26c7235ac3ca6c10bc1c68c1b8839c7a5ed3a8326806771f09bd32918f
-size 115628
+oid sha256:395855795888f525a788ad22a1b012b83cc5517be54d55758ce6ee6b17702c11
+size 115632
diff --git a/plugins/VisitorGenerator b/plugins/VisitorGenerator
-Subproject 1cc88f764ad5bba2ad4def51b154a3cc5cf8315
+Subproject 714355c3bb97bdd0bb60857b2eaa92199126c20
diff --git a/plugins/VisitsSummary/Reports/Get.php b/plugins/VisitsSummary/Reports/Get.php
index 2288e90e68..5ef5121d1f 100644
--- a/plugins/VisitsSummary/Reports/Get.php
+++ b/plugins/VisitsSummary/Reports/Get.php
@@ -11,6 +11,7 @@ namespace Piwik\Plugins\VisitsSummary\Reports;
use Piwik\Common;
use Piwik\Container\StaticContainer;
use Piwik\DataTable;
+use Piwik\DbHelper;
use Piwik\Metrics\Formatter;
use Piwik\NumberFormatter;
use Piwik\Piwik;
@@ -175,7 +176,11 @@ class Get extends \Piwik\Plugin\Report
$view->config->addSparklineMetric(array('nb_downloads', 'nb_uniq_downloads'), 70);
$view->config->addSparklineMetric(array('nb_actions_per_visit'), 71);
$view->config->addSparklineMetric(array('nb_outlinks', 'nb_uniq_outlinks'), 72);
- $view->config->addSparklineMetric(array('avg_time_generation'), 73);
+
+ if (version_compare(DbHelper::getInstallVersion(),'4.0.0-b1', '<')) {
+ $view->config->addSparklineMetric(array('avg_time_generation'), 73);
+ }
+
$view->config->addSparklineMetric(array('max_actions'), 74);
}
}