Selection Criteria

This will be passed as-is to MongoDB. You may use this to select (for example) hits against a specific URL, or requests that invoked MongoCollection::find() more than 3 times.

Samples

Display hits against a given URL

{"meta.url" : "/index.php"}

Display runs that took more than 1 second

{ "profile.main().wt" : {"$gt" : 1000000}}

Values to Retrieve

It's unlikely you require the full dataset back, this allows you to grab just the values you care about to reduce transferred data.

Samples

Retrieve meta details, and overall run data

{"meta" : true, "profile.main()" : true}

Values to Graph

These are things that should end up on the graph

Raw Data

Array
(
    [_id] => 689f017c70a6b6060661fd43
    [meta] => Array
        (
            [url] => /admin/index.php?route=common/dashboard&user_token=ndoeX4hzJSdK440vtI5W6FlgajQLRpPy
            [get] => Array
                (
                    [route] => common/dashboard
                    [user_token] => ndoeX4hzJSdK440vtI5W6FlgajQLRpPy
                )

            [env] => Array
                (
                )

            [SERVER] => Array
                (
                    [HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
                    [HTTP_HOST] => nashi-lizhka.com
                    [PATH_INFO] => 
                    [SERVER_NAME] => test.nashi-lizhka.com
                    [SERVER_ADDR] => 185.233.47.106
                    [REMOTE_ADDR] => 37.73.9.79
                    [HTTPS] => 1
                    [DOCUMENT_ROOT] => /www/wwwroot/nashi-lizhka.com
                    [REQUEST_METHOD] => GET
                    [QUERY_STRING] => route=common/dashboard&user_token=ndoeX4hzJSdK440vtI5W6FlgajQLRpPy
                    [PHP_SELF] => /admin/index.php
                    [REQUEST_TIME_FLOAT] => 1755251068.0938
                    [REQUEST_TIME] => 1755251068
                )

            [simple_url] => /admin/index.php?route=common/dashboard&user_token=ndoeX4hzJSdK440vtI5W6FlgajQLRpPy
            [request_ts] => MongoDate Object
                (
                    [sec] => 1755251068
                    [usec] => 0
                )

            [request_ts_micro] => MongoDate Object
                (
                    [sec] => 1755251068
                    [usec] => 93000
                )

            [request_date] => 2025-08-15
        )

    [profile] => Array
        (
            [ControllerSeoLangSeoLang::load_model==>Controller::__get] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupError::index==>Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_136b08e4cae6a76bca5ca8e53e00b097596fafc6f3d35d1dc8cf8bbf30a75019::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardSale::dashboard==>Proxy::getTotalSales] => Array
                (
                    [ct] => 3
                    [wt] => 1656
                    [cpu] => 2230
                    [mu] => 168
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 255
                    [cpu] => 2552
                    [mu] => 320
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_set==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1331
                    [cpu] => 732
                    [mu] => 184
                    [pmu] => 0
                )

            [__TwigTemplate_6527f852c0d39ae34878b41abdfd7a82e24d0e0f5a96a8de7d2c7fd9d01f01d9::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Action::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 230
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 1024
                )

            [Action::execute@3==>ControllerEventLanguage::index] => Array
                (
                    [ct] => 16
                    [wt] => 1130
                    [cpu] => 0
                    [mu] => 488704
                    [pmu] => 0
                )

            [__TwigTemplate_f2778db6167e7e9c49dc0a547fd6b4aa00027dad8f263f256aafebc6ff6284de::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::dashboard==>ControllerExtensionDashboardDomovoy::calc] => Array
                (
                    [ct] => 1
                    [wt] => 3545
                    [cpu] => 2771
                    [mu] => 12424
                    [pmu] => 0
                )

            [Proxy::getSetting==>Proxy::__call] => Array
                (
                    [ct] => 9
                    [wt] => 2350
                    [cpu] => 7106
                    [mu] => 31000
                    [pmu] => 0
                )

            [Proxy::resize==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 366
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Cart\User::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\User::__construct==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 372
                    [cpu] => 1293
                    [mu] => 43816
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 26768
                    [cpu] => 25854
                    [mu] => 134224
                    [pmu] => 395720
                )

            [Xhgui\Profiler\Profiler::disable==>Xhgui\Profiler\Profiler::getProfiler] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Document::getStyles] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_4de7b300b3f8562be65c93ed8186ee77cc3f33207038722bfd89dda9b6c1c042::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>ControllerStartupError::handler] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::__construct==>Controller::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Setting::__construct==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 804
                    [cpu] => 216
                    [mu] => 56448
                    [pmu] => 75640
                )

            [ControllerExtensionDashboardRecent::dashboard==>Proxy::getOrders] => Array
                (
                    [ct] => 1
                    [wt] => 973
                    [cpu] => 228
                    [mu] => 6880
                    [pmu] => 0
                )

            [__TwigTemplate_c5a081fe6e47ffd3a0572913102f32b16b86f69f481ade96055eb5ea6c7916a6::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::switchLanguage==>ControllerSeoLangSeoLang::load_language] => Array
                (
                    [ct] => 3
                    [wt] => 14572
                    [cpu] => 11330
                    [mu] => 160536
                    [pmu] => 0
                )

            [Loader::{closure}@2==>Event::trigger] => Array
                (
                    [ct] => 4
                    [wt] => 81
                    [cpu] => 0
                    [mu] => -1632
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Proxy::getStores] => Array
                (
                    [ct] => 1
                    [wt] => 317
                    [cpu] => 1364
                    [mu] => 1680
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::dashboard==>Config::get] => Array
                (
                    [ct] => 14
                    [wt] => 9
                    [cpu] => 0
                    [mu] => -24
                    [pmu] => 0
                )

            [ControllerStartupError::index==>Controller::__get] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Proxy::getUser] => Array
                (
                    [ct] => 1
                    [wt] => 275
                    [cpu] => 301
                    [mu] => 2264
                    [pmu] => 0
                )

            [ControllerSearchSearch::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1862
                    [cpu] => 1028
                    [mu] => 16920
                    [pmu] => 0
                )

            [ControllerExtensionDashboardImportTop::dashboard==>Controller::__get] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrders==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 899
                    [cpu] => 228
                    [mu] => 6128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_get_store==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getUser==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 274
                    [cpu] => 301
                    [mu] => 1760
                    [pmu] => 0
                )

            [__TwigTemplate_fa7c2c9e83b039ec356a2e91f82ab70a0aebb014aa04db9b011490b19046e5e6::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingStore::getStores==>DB::query] => Array
                (
                    [ct] => 5
                    [wt] => 295
                    [cpu] => 127
                    [mu] => 1888
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Environment::render] => Array
                (
                    [ct] => 17
                    [wt] => 23215
                    [cpu] => 12680
                    [mu] => 327584
                    [pmu] => 81976
                )

            [ControllerSeoLangSeoLang::load_widgets==>Controller::__get] => Array
                (
                    [ct] => 18
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Extension\EscaperExtension::__construct==>Twig\Extension\EscaperExtension::setDefaultStrategy] => Array
                (
                    [ct] => 17
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Session::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 399
                    [cpu] => 358
                    [mu] => 2320
                    [pmu] => 1672
                )

            [ControllerExtensionDashboardCustomer::dashboard==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 1528
                    [cpu] => 1479
                    [mu] => 592
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_layouts] => Array
                (
                    [ct] => 1
                    [wt] => 1866
                    [cpu] => 1231
                    [mu] => 11816
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::calc==>Proxy::getSettingValue] => Array
                (
                    [ct] => 1
                    [wt] => 531
                    [cpu] => 2638
                    [mu] => 1408
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_ebb565f4593b47cf87681f3ba77547bf2990903227ffc9258ba2d19b2fac55ed::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [ControllerExtensionCurrencyNbu::currency==>Proxy::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 268
                    [cpu] => 1992
                    [mu] => 5584
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1658
                    [cpu] => 0
                    [mu] => 30616
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::dashboard==>ControllerExtensionDashboardDomovoy::{closure}] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 0
                )

            [Proxy::getOrderStatuses==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 596
                    [cpu] => 789
                    [mu] => 9272
                    [pmu] => 0
                )

            [ControllerExtensionDashboardRecent::dashboard==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 744
                    [cpu] => 1085
                    [mu] => 592
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_d3254f4366e9d74aa9f0da82833107444e047c268b301aad89272d7bfe467ac3::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_19122abc243271f112afb7d1600e9b524f86c41e3489f8ac7b943d27537b2503::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelLocalisationCurrency::editValueByCode==>DB::query] => Array
                (
                    [ct] => 4
                    [wt] => 656
                    [cpu] => 513
                    [mu] => -304
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Registry::set] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [ModelSettingExtension::getInstalled==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 426
                    [cpu] => 1791
                    [mu] => 6984
                    [pmu] => 0
                )

            [ControllerExtensionDashboardSale::dashboard==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 2311
                    [cpu] => 308
                    [mu] => 15408
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Document::addLink] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>ControllerSeoLangMovaMova::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1857
                    [cpu] => 3852
                    [mu] => 4600
                    [pmu] => 0
                )

            [ModelLocalisationOrderStatus::getOrderStatuses==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 251
                    [cpu] => 23
                    [mu] => 8264
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_url_link==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1293
                    [cpu] => 1383
                    [mu] => 184
                    [pmu] => 0
                )

            [Loader::{closure}@1==>ModelSeoLangSeoLang::control@1] => Array
                (
                    [ct] => 2
                    [wt] => 3358
                    [cpu] => 6556
                    [mu] => 6016
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupEvent::index] => Array
                (
                    [ct] => 1
                    [wt] => 1496
                    [cpu] => 1271
                    [mu] => 25584
                    [pmu] => 0
                )

            [Action::execute@1==>modification] => Array
                (
                    [ct] => 3
                    [wt] => 187
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 91
                    [wt] => 2656
                    [cpu] => 267
                    [mu] => 7824
                    [pmu] => 1928
                )

            [ControllerExtensionDashboardDomovoy::dashboard==>Controller::__get] => Array
                (
                    [ct] => 30
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getLanguages==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 436
                    [cpu] => 848
                    [mu] => 2752
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Proxy::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 186
                    [cpu] => 709
                    [mu] => 32240
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_widgets==>Language::get] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => -352
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::__construct==>Controller::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardActivity::dashboard==>Controller::__get] => Array
                (
                    [ct] => 5
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_languages==>Proxy::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 438
                    [cpu] => 848
                    [mu] => 2880
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_layouts==>Proxy::getLayouts] => Array
                (
                    [ct] => 1
                    [wt] => 495
                    [cpu] => 445
                    [mu] => 11432
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_ec7da6312957e8fbe36b6ecdd9897e0bafabd6c74cc9a66ec4364b64da8232c3::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::__construct==>googleshopping\Library::__get] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [__TwigTemplate_136b08e4cae6a76bca5ca8e53e00b097596fafc6f3d35d1dc8cf8bbf30a75019::__construct==>__TwigTemplate_136b08e4cae6a76bca5ca8e53e00b097596fafc6f3d35d1dc8cf8bbf30a75019::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelDesignLayout::getLayouts] => Array
                (
                    [ct] => 1
                    [wt] => 437
                    [cpu] => 445
                    [mu] => 10648
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::__construct==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Request::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 377
                    [cpu] => 2540
                    [mu] => 27768
                    [pmu] => 18520
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_language] => Array
                (
                    [ct] => 1
                    [wt] => 2729
                    [cpu] => 1938
                    [mu] => 49296
                    [pmu] => 0
                )

            [start==>DB::escape] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 32
                    [pmu] => 0
                )

            [Loader::{closure}@1==>ModelSettingStore::getStores] => Array
                (
                    [ct] => 1
                    [wt] => 387
                    [cpu] => 4139
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::{closure}==>DB::{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Proxy::getInstalled] => Array
                (
                    [ct] => 1
                    [wt] => 564
                    [cpu] => 1791
                    [mu] => 2616
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Proxy::getValue] => Array
                (
                    [ct] => 3
                    [wt] => 888
                    [cpu] => 749
                    [mu] => 1400
                    [pmu] => 0
                )

            [library@1==>modification] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardMap::dashboard==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 993
                    [cpu] => 1154
                    [mu] => 576
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::switchLanguage==>Config::set] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getTotalOnline==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 365
                    [cpu] => 223
                    [mu] => 1008
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::dashboard==>Language::get] => Array
                (
                    [ct] => 8
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 0
                    [pmu] => 0
                )

            [__TwigTemplate_ec7da6312957e8fbe36b6ecdd9897e0bafabd6c74cc9a66ec4364b64da8232c3::__construct==>__TwigTemplate_ec7da6312957e8fbe36b6ecdd9897e0bafabd6c74cc9a66ec4364b64da8232c3::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::findFile==>Composer\Autoload\ClassLoader::findFileWithExtension] => Array
                (
                    [ct] => 99
                    [wt] => 2468
                    [cpu] => 267
                    [mu] => 3424
                    [pmu] => 1152
                )

            [ControllerSeoLangSeoLang::load_view==>Config::set] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Loader::controller] => Array
                (
                    [ct] => 16
                    [wt] => 369938
                    [cpu] => 212915
                    [mu] => 1370928
                    [pmu] => 2574768
                )

            [ModelSeoLangSeoLang::control@1==>ControllerSeoLangSeoLang::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3334
                    [cpu] => 6556
                    [mu] => 5200
                    [pmu] => 0
                )

            [OCFilter\Core::init==>library] => Array
                (
                    [ct] => 5
                    [wt] => 498
                    [cpu] => 43
                    [mu] => 12704
                    [pmu] => 0
                )

            [ModelExtensionDashboardActivity::getActivities==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 241
                    [cpu] => 270
                    [mu] => 416
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::getSetting==>Model::__get] => Array
                (
                    [ct] => 14
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Config::get] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::view==>Config::get] => Array
                (
                    [ct] => 36
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardOrder::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 7204
                    [cpu] => 4475
                    [mu] => 38816
                    [pmu] => 223952
                )

            [ControllerStartupStartup::index==>Cart\Length::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 59
                    [cpu] => 205
                    [mu] => 2744
                    [pmu] => 0
                )

            [Cart\Tax::setShippingAddress==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 223
                    [mu] => -96
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\ExtensionSet::initRuntime] => Array
                (
                    [ct] => 17
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardCustomer::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 10404
                    [cpu] => 8581
                    [mu] => 121760
                    [pmu] => 334120
                )

            [ControllerExtensionDashboardCustomer::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2099
                    [cpu] => 796
                    [mu] => 11144
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_76ef44defe6d2e4719f88cad6e2f70a5f498f5ccdde6b680a2ee15627bccc03c::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Length::__construct==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_view] => Array
                (
                    [ct] => 1
                    [wt] => 4250
                    [cpu] => 3793
                    [mu] => 87024
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Document::getDescription] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardImportOptions::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 3182
                    [cpu] => 2109
                    [mu] => 19208
                    [pmu] => 0
                )

            [initOCFilter==>OCFilter\Core::init] => Array
                (
                    [ct] => 1
                    [wt] => 2039
                    [cpu] => 1443
                    [mu] => 32496
                    [pmu] => 75640
                )

            [ControllerSeoLangSeoLang::load_customer_groups==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1418
                    [cpu] => 1005
                    [mu] => 184
                    [pmu] => 0
                )

            [Loader::controller@1==>Action::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 176
                    [pmu] => 0
                )

            [__TwigTemplate_e37a8d200179c92fae7af16fd9589e6ac19f5a7cfeb860f98ec9b751954da918::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@1==>ControllerCommonDashboard::index] => Array
                (
                    [ct] => 1
                    [wt] => 381070
                    [cpu] => 223602
                    [mu] => 1464472
                    [pmu] => 2635112
                )

            [ControllerExtensionDashboardOnline::dashboard==>Controller::__get] => Array
                (
                    [ct] => 7
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_url_link==>Controller::__get] => Array
                (
                    [ct] => 25
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardRecent::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2453
                    [cpu] => 1834
                    [mu] => 15976
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_get_store] => Array
                (
                    [ct] => 1
                    [wt] => 1441
                    [cpu] => 1826
                    [mu] => 512
                    [pmu] => 0
                )

            [Proxy::control==>Proxy::__call] => Array
                (
                    [ct] => 3
                    [wt] => 23809
                    [cpu] => 21337
                    [mu] => 176560
                    [pmu] => 876672
                )

            [ControllerSeoLangSeoLang::add_permission==>Cart\User::hasPermission] => Array
                (
                    [ct] => 30
                    [wt] => 140
                    [cpu] => 0
                    [mu] => -1072
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSeoLangSeoLang::getSetting] => Array
                (
                    [ct] => 7
                    [wt] => 1305
                    [cpu] => 2161
                    [mu] => 32608
                    [pmu] => 0
                )

            [__TwigTemplate_c2682f6778571a092b4f2ab3bc7c6c119e090dcaa8449449491716ecae65554a::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::validate] => Array
                (
                    [ct] => 1
                    [wt] => 559
                    [cpu] => 914
                    [mu] => 1632
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupStartup::index] => Array
                (
                    [ct] => 1
                    [wt] => 5183
                    [cpu] => 5503
                    [mu] => 261104
                    [pmu] => 473424
                )

            [ModelSettingSetting::editSettingValue==>DB::escape] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 144
                    [pmu] => 0
                )

            [ControllerStartupLogin::index==>library] => Array
                (
                    [ct] => 1
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@2==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 4
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 1232
                    [cpu] => 0
                    [mu] => 79968
                    [pmu] => 60344
                )

            [ControllerStartupRouter::index==>Controller::__get] => Array
                (
                    [ct] => 5
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSettingEvent::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 138
                    [cpu] => 709
                    [mu] => 30944
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_c2682f6778571a092b4f2ab3bc7c6c119e090dcaa8449449491716ecae65554a::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [DB::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 296
                )

            [Template\Twig::render==>Twig\Environment::__construct] => Array
                (
                    [ct] => 17
                    [wt] => 1595
                    [cpu] => 1570
                    [mu] => 35256
                    [pmu] => 0
                )

            [__TwigTemplate_f2778db6167e7e9c49dc0a547fd6b4aa00027dad8f263f256aafebc6ff6284de::__construct==>__TwigTemplate_f2778db6167e7e9c49dc0a547fd6b4aa00027dad8f263f256aafebc6ff6284de::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [initOCFilter==>OCFilter\Core::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\Factory::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Currency::__construct==>Registry::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\OpenCart::__get==>Registry::get] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupSass::index] => Array
                (
                    [ct] => 1
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets==>Controller::__get] => Array
                (
                    [ct] => 30
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardDomovoy::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 9902
                    [cpu] => 9281
                    [mu] => 80088
                    [pmu] => 45272
                )

            [Loader::controller@1==>Registry::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSaleOrder::getOrders] => Array
                (
                    [ct] => 1
                    [wt] => 911
                    [cpu] => 228
                    [mu] => 6096
                    [pmu] => 0
                )

            [ModelSaleOrder::getTotalOrders==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [Loader::{closure}==>Registry::get] => Array
                (
                    [ct] => 152
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Event::register] => Array
                (
                    [ct] => 13
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 5336
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::calc==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 806
                    [cpu] => 0
                    [mu] => 8360
                    [pmu] => 0
                )

            [ControllerExtensionDashboardOrder::dashboard==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 2413
                    [cpu] => 0
                    [mu] => 25432
                    [pmu] => 223952
                )

            [ControllerStartupStartup::index==>Controller::__get] => Array
                (
                    [ct] => 522
                    [wt] => 703
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::validate==>Cart\User::hasPermission] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets==>ControllerSeoLangSeoLang::add_permission] => Array
                (
                    [ct] => 24
                    [wt] => 17468
                    [cpu] => 18508
                    [mu] => 13232
                    [pmu] => 0
                )

            [OCFilter\Factory::__call==>OCFilter\Core::admin] => Array
                (
                    [ct] => 1
                    [wt] => 142
                    [cpu] => 0
                    [mu] => 2288
                    [pmu] => 0
                )

            [Proxy::getSettingValue==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 530
                    [cpu] => 2638
                    [mu] => 904
                    [pmu] => 0
                )

            [Twig\Environment::getGlobals==>Twig\ExtensionSet::getGlobals] => Array
                (
                    [ct] => 17
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelToolImage::resize==>Model::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::switchLanguage==>Language::load] => Array
                (
                    [ct] => 3
                    [wt] => 1474
                    [cpu] => 1205
                    [mu] => 37336
                    [pmu] => 0
                )

            [ControllerExtensionDashboardMap::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2064
                    [cpu] => 1307
                    [mu] => 13688
                    [pmu] => 0
                )

            [__TwigTemplate_ec7da6312957e8fbe36b6ecdd9897e0bafabd6c74cc9a66ec4364b64da8232c3::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\OpenCart::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 917
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_ebb565f4593b47cf87681f3ba77547bf2990903227ffc9258ba2d19b2fac55ed::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelLocalisationCurrency::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 144
                    [cpu] => 1992
                    [mu] => 4792
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Document::getKeywords] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingSetting::getSetting==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [ModelExtensionDashboardOnline::getTotalOnline==>Model::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_customer_groups==>Controller::__get] => Array
                (
                    [ct] => 6
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardChart::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 4403
                    [cpu] => 3725
                    [mu] => 17080
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets@1==>ControllerSeoLangHtmlHtml::load_language] => Array
                (
                    [ct] => 3
                    [wt] => 604
                    [cpu] => 0
                    [mu] => 8760
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Controller::__get] => Array
                (
                    [ct] => 336
                    [wt] => 375
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupPermission::index] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [__TwigTemplate_613a329f26e5223f9a1094527cf1c1c4d3bbd6ec10bfb4a11e381250e5fb0e13::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Config::get] => Array
                (
                    [ct] => 9
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupLogin::index] => Array
                (
                    [ct] => 1
                    [wt] => 1285
                    [cpu] => 1293
                    [mu] => 134440
                    [pmu] => 0
                )

            [main()==>ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader] => Array
                (
                    [ct] => 1
                    [wt] => 230
                    [cpu] => 0
                    [mu] => 1680
                    [pmu] => 1696
                )

            [googleshopping\Googleshopping::__construct==>googleshopping\Library::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_fa7c2c9e83b039ec356a2e91f82ab70a0aebb014aa04db9b011490b19046e5e6::__construct==>__TwigTemplate_fa7c2c9e83b039ec356a2e91f82ab70a0aebb014aa04db9b011490b19046e5e6::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [Detection\MobileDetect::matchDetectionRulesAgainstUA==>Detection\MobileDetect::getRules] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 13008
                    [pmu] => 13008
                )

            [start==>Event::register] => Array
                (
                    [ct] => 3
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1664
                    [pmu] => 1752
                )

            [__TwigTemplate_c5a081fe6e47ffd3a0572913102f32b16b86f69f481ade96055eb5ea6c7916a6::__construct==>__TwigTemplate_c5a081fe6e47ffd3a0572913102f32b16b86f69f481ade96055eb5ea6c7916a6::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [ControllerExtensionCurrencyNbu::currency==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets@1==>Registry::get] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Core::admin==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

            [Twig\Template::display==>Twig\Environment::mergeGlobals] => Array
                (
                    [ct] => 17
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [ModelCustomerCustomer::getTotalCustomers==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_721254f7201f32f4636a9ddfde2d0eeb0cb3f966cfb83fe76592354c9483ee9d::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_language==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1892
                    [cpu] => 1474
                    [mu] => -2368
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_language==>ControllerSeoLangSeoLang::method_widgets@1] => Array
                (
                    [ct] => 3
                    [wt] => 6352
                    [cpu] => 5154
                    [mu] => 101480
                    [pmu] => 0
                )

            [__TwigTemplate_ebb565f4593b47cf87681f3ba77547bf2990903227ffc9258ba2d19b2fac55ed::__construct==>__TwigTemplate_ebb565f4593b47cf87681f3ba77547bf2990903227ffc9258ba2d19b2fac55ed::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_customer_groups==>Language::get] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::load_settings==>ControllerSeoLangHtmlHtml::load_settings_more] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1840
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::__construct==>Controller::__get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getTotalOrders==>Proxy::__call] => Array
                (
                    [ct] => 4
                    [wt] => 2155
                    [cpu] => 5091
                    [mu] => -784
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Language::get] => Array
                (
                    [ct] => 93
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 263
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [ControllerSearchSearch::index==>Controller::__get] => Array
                (
                    [ct] => 12
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_set==>ControllerSeoLangSeoLang::load_settings_access] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::editValueByCode==>Proxy::__call] => Array
                (
                    [ct] => 4
                    [wt] => 8338
                    [cpu] => 7692
                    [mu] => -104
                    [pmu] => 0
                )

            [Loader::{closure}@2==>Registry::get] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 359
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_settings_mova==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Language::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 37
                    [mu] => 200
                    [pmu] => 0
                )

            [ControllerExtensionDashboardOrder::dashboard==>Proxy::getTotalOrders] => Array
                (
                    [ct] => 3
                    [wt] => 1947
                    [cpu] => 2967
                    [mu] => 64
                    [pmu] => 0
                )

            [Twig\Environment::getTemplateClass==>Twig\Environment::getLoader] => Array
                (
                    [ct] => 17
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Controller::__get] => Array
                (
                    [ct] => 54
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::view==>Template::set] => Array
                (
                    [ct] => 8483
                    [wt] => 8614
                    [cpu] => 7789
                    [mu] => 591216
                    [pmu] => 0
                )

            [__TwigTemplate_2c270f5897cc535931909e169d1d2ed9c92b87ceca36ebb23b665498d8989ebd::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 19
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Environment::mergeGlobals==>Twig\Environment::getGlobals] => Array
                (
                    [ct] => 17
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::loadLibrary==>library] => Array
                (
                    [ct] => 1
                    [wt] => 8833
                    [cpu] => 7837
                    [mu] => 76160
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_9a6dbc23c794d8d7aed25ccf184c2ad5cdc075f74ea1f76a567647770d40241e::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 3022
                    [cpu] => 3992
                    [mu] => 16768
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSettingSetting::getSetting] => Array
                (
                    [ct] => 2
                    [wt] => 502
                    [cpu] => 4945
                    [mu] => 512
                    [pmu] => 0
                )

            [ControllerExtensionCurrencyNbu::currency==>Controller::__get] => Array
                (
                    [ct] => 8
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSearchSearch::index==>Language::get] => Array
                (
                    [ct] => 8
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getCurrencies==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 266
                    [cpu] => 1992
                    [mu] => 5456
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::__construct==>ControllerExtensionAdvertiseGoogle::loadLibrary] => Array
                (
                    [ct] => 1
                    [wt] => 9583
                    [cpu] => 9021
                    [mu] => 79200
                    [pmu] => 0
                )

            [ModelCustomerCustomerGroup::getCustomerGroups==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 171
                    [cpu] => 1600
                    [mu] => 1520
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_136b08e4cae6a76bca5ca8e53e00b097596fafc6f3d35d1dc8cf8bbf30a75019::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>Composer\Autoload\ComposerStaticInita8cb75283b86ff94542c6f1327c4ce59::getInitializer] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 1192
                )

            [Twig\Environment::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 398
                    [cpu] => 1570
                    [mu] => 4192
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::getCacheKey==>Twig\Loader\ChainLoader::getCacheKey@1] => Array
                (
                    [ct] => 17
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 59552
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_scripts_css==>Controller::__get] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Loader\ArrayLoader::__construct] => Array
                (
                    [ct] => 34
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_language==>Controller::__get] => Array
                (
                    [ct] => 16
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::calc==>Proxy::editSettingValue] => Array
                (
                    [ct] => 1
                    [wt] => 915
                    [cpu] => 133
                    [mu] => 1296
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Language::get] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::isFresh@1==>Twig\Loader\ArrayLoader::isFresh] => Array
                (
                    [ct] => 17
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::load] => Array
                (
                    [ct] => 17
                    [wt] => 10428
                    [cpu] => 4888
                    [mu] => 110744
                    [pmu] => 81976
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_languages] => Array
                (
                    [ct] => 1
                    [wt] => 1915
                    [cpu] => 1697
                    [mu] => 4224
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupError::index] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 1576
                    [pmu] => 0
                )

            [main()==>Xhgui\Profiler\Profiler::shutDown] => Array
                (
                    [ct] => 1
                    [wt] => 837
                    [cpu] => 30
                    [mu] => -84624
                    [pmu] => 0
                )

            [start==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [Template::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [ControllerExtensionDashboardActivity::dashboard==>Proxy::getActivities] => Array
                (
                    [ct] => 1
                    [wt] => 349
                    [cpu] => 270
                    [mu] => 1472
                    [pmu] => 0
                )

            [__TwigTemplate_e37a8d200179c92fae7af16fd9589e6ac19f5a7cfeb860f98ec9b751954da918::__construct==>__TwigTemplate_e37a8d200179c92fae7af16fd9589e6ac19f5a7cfeb860f98ec9b751954da918::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Document::getTitle] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::calc==>ControllerExtensionDashboardDomovoy::getFilesSize] => Array
                (
                    [ct] => 1
                    [wt] => 721
                    [cpu] => 0
                    [mu] => 144
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_settings_mova==>Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingSetting::editSettingValue==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 827
                    [cpu] => 133
                    [mu] => -144
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrders==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::isFresh==>Twig\Loader\ChainLoader::exists] => Array
                (
                    [ct] => 17
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Cart::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::__construct==>googleshopping\Log::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 130
                    [cpu] => 0
                    [mu] => 328
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2438
                    [cpu] => 3992
                    [mu] => 10392
                    [pmu] => 0
                )

            [ModelReportStatistics::getValue==>Model::__get] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_6527f852c0d39ae34878b41abdfd7a82e24d0e0f5a96a8de7d2c7fd9d01f01d9::__construct==>__TwigTemplate_6527f852c0d39ae34878b41abdfd7a82e24d0e0f5a96a8de7d2c7fd9d01f01d9::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Weight::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 182
                    [mu] => 3224
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_set==>ControllerSeoLangSeoLang::load_set_menu] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Core::__construct==>OCFilter\Factory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Cache\FilesystemCache::load==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 280
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_set] => Array
                (
                    [ct] => 1
                    [wt] => 1943
                    [cpu] => 1521
                    [mu] => 10296
                    [pmu] => 0
                )

            [ModelSaleOrder::getTotalOrders==>DB::query] => Array
                (
                    [ct] => 4
                    [wt] => 1820
                    [cpu] => 5091
                    [mu] => 4864
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_settings==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 18004
                    [cpu] => 14964
                    [mu] => 33152
                    [pmu] => 0
                )

            [ControllerExtensionDashboardCustomer::dashboard==>Controller::__get] => Array
                (
                    [ct] => 9
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::__construct==>Twig\Loader\FilesystemLoader::setPaths] => Array
                (
                    [ct] => 51
                    [wt] => 1266
                    [cpu] => 5020
                    [mu] => 42184
                    [pmu] => 0
                )

            [ControllerExtensionCurrencyNbu::currency==>Cache::delete] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 72
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_customer_groups] => Array
                (
                    [ct] => 1
                    [wt] => 2622
                    [cpu] => 2605
                    [mu] => 15312
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_f2778db6167e7e9c49dc0a547fd6b4aa00027dad8f263f256aafebc6ff6284de::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_e37a8d200179c92fae7af16fd9589e6ac19f5a7cfeb860f98ec9b751954da918::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>ControllerSeoLangSeoLang::seolang_menu] => Array
                (
                    [ct] => 1
                    [wt] => 57318
                    [cpu] => 51009
                    [mu] => 383832
                    [pmu] => 0
                )

            [__TwigTemplate_2c270f5897cc535931909e169d1d2ed9c92b87ceca36ebb23b665498d8989ebd::doDisplay==>twig_ensure_traversable] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Cart::__construct==>Cart\Customer::getId] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_settings==>Proxy::getSetting] => Array
                (
                    [ct] => 5
                    [wt] => 1382
                    [cpu] => 713
                    [mu] => 21408
                    [pmu] => 0
                )

            [ControllerEventLanguage::index==>Controller::__get] => Array
                (
                    [ct] => 18
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Environment::addExtension] => Array
                (
                    [ct] => 51
                    [wt] => 485
                    [cpu] => 0
                    [mu] => 10168
                    [pmu] => 0
                )

            [ControllerExtensionDashboardRecent::dashboard==>Controller::__get] => Array
                (
                    [ct] => 25
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelLocalisationOrderStatus::getOrderStatuses==>Config::get] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::updateOptionsHash==>Twig\ExtensionSet::getSignature] => Array
                (
                    [ct] => 51
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 13184
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_fa7c2c9e83b039ec356a2e91f82ab70a0aebb014aa04db9b011490b19046e5e6::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>Composer\Autoload\ClassLoader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::admin_link==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardImportOptions::dashboard==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 1054
                    [cpu] => 1181
                    [mu] => 640
                    [pmu] => 0
                )

            [start==>Response::addHeader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_set==>ControllerSeoLangSeoLang::load_set_complete] => Array
                (
                    [ct] => 1
                    [wt] => 603
                    [cpu] => 789
                    [mu] => 9600
                    [pmu] => 0
                )

            [__TwigTemplate_d3254f4366e9d74aa9f0da82833107444e047c268b301aad89272d7bfe467ac3::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_19122abc243271f112afb7d1600e9b524f86c41e3489f8ac7b943d27537b2503::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [Action::execute==>modification] => Array
                (
                    [ct] => 7
                    [wt] => 417
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerCommonFooter::index] => Array
                (
                    [ct] => 1
                    [wt] => 2725
                    [cpu] => 3992
                    [mu] => 11544
                    [pmu] => 0
                )

            [start==>DB::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 544
                    [cpu] => 735
                    [mu] => 44304
                    [pmu] => 43832
                )

            [__TwigTemplate_4de7b300b3f8562be65c93ed8186ee77cc3f33207038722bfd89dda9b6c1c042::__construct==>__TwigTemplate_4de7b300b3f8562be65c93ed8186ee77cc3f33207038722bfd89dda9b6c1c042::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [optionscombinations\OptionsCombinationsLib::__get==>Registry::get] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Session\DB::read==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => -24
                    [pmu] => 184
                )

            [ControllerSeoLangMovaMova::load_settings_mova==>Controller::__get] => Array
                (
                    [ct] => 8
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::__construct==>Controller::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingSetting::getSetting==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 477
                    [cpu] => 4945
                    [mu] => 736
                    [pmu] => 0
                )

            [ControllerExtensionDashboardSale::dashboard==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [optionscombinations\OptionsCombinationsLib::__construct==>Cart\Customer::getGroupId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadTemplate==>Twig\Environment::loadClass] => Array
                (
                    [ct] => 17
                    [wt] => 15113
                    [cpu] => 5178
                    [mu] => 133944
                    [pmu] => 81976
                )

            [ControllerSeoLangMovaMova::load_language==>Controller::__get] => Array
                (
                    [ct] => 200
                    [wt] => 193
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_set==>ControllerSeoLangSeoLang::load_settings_positions] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_4de7b300b3f8562be65c93ed8186ee77cc3f33207038722bfd89dda9b6c1c042::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_76ef44defe6d2e4719f88cad6e2f70a5f498f5ccdde6b680a2ee15627bccc03c::__construct==>__TwigTemplate_76ef44defe6d2e4719f88cad6e2f70a5f498f5ccdde6b680a2ee15627bccc03c::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_c5a081fe6e47ffd3a0572913102f32b16b86f69f481ade96055eb5ea6c7916a6::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Model::__get==>Registry::get] => Array
                (
                    [ct] => 126
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_721254f7201f32f4636a9ddfde2d0eeb0cb3f966cfb83fe76592354c9483ee9d::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Router::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 392158
                    [cpu] => 233770
                    [mu] => 1909296
                    [pmu] => 3131456
                )

            [Twig\Loader\ChainLoader::getCacheKey==>Twig\Loader\ChainLoader::exists] => Array
                (
                    [ct] => 17
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 6744
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Document::setTitle] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerEventLanguage::after==>Controller::__get] => Array
                (
                    [ct] => 6199
                    [wt] => 5921
                    [cpu] => 1829
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupPermission::index==>Controller::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelLocalisationLanguage::getLanguages==>Model::__get] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardRecent::dashboard==>Language::get] => Array
                (
                    [ct] => 5
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_19122abc243271f112afb7d1600e9b524f86c41e3489f8ac7b943d27537b2503::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [library==>modification] => Array
                (
                    [ct] => 36
                    [wt] => 1663
                    [cpu] => 43
                    [mu] => 1328
                    [pmu] => 608
                )

            [Twig\Environment::loadClass==>__TwigTemplate_ec7da6312957e8fbe36b6ecdd9897e0bafabd6c74cc9a66ec4364b64da8232c3::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [Loader::controller==>Action::execute@2] => Array
                (
                    [ct] => 16
                    [wt] => 353015
                    [cpu] => 205591
                    [mu] => 1365016
                    [pmu] => 2574768
                )

            [ControllerExtensionDashboardChart::dashboard==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 1539
                    [cpu] => 2390
                    [mu] => 592
                    [pmu] => 0
                )

            [ModelSettingSetting::getSettingValue==>DB::escape] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 176
                    [pmu] => 0
                )

            [ModelSettingEvent::getEvents==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 130
                    [cpu] => 709
                    [mu] => 30784
                    [pmu] => 0
                )

            [ModelUserUserGroup::getUserGroups==>DB::query] => Array
                (
                    [ct] => 30
                    [wt] => 1962
                    [cpu] => 21666
                    [mu] => 1278608
                    [pmu] => 0
                )

            [Template::render==>Template\Twig::render] => Array
                (
                    [ct] => 17
                    [wt] => 37305
                    [cpu] => 31984
                    [mu] => 498584
                    [pmu] => 81976
                )

            [ControllerSeoLangMovaMova::__construct==>Proxy::control@1] => Array
                (
                    [ct] => 1
                    [wt] => 1842
                    [cpu] => 3852
                    [mu] => 4088
                    [pmu] => 0
                )

            [ModelCustomerCustomer::getTotalCustomers==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 446
                    [cpu] => 533
                    [mu] => 3632
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Loader\ChainLoader::__construct] => Array
                (
                    [ct] => 68
                    [wt] => 181
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [start==>Response::output] => Array
                (
                    [ct] => 1
                    [wt] => 952
                    [cpu] => 1799
                    [mu] => 78064
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerEventLanguage::before] => Array
                (
                    [ct] => 16
                    [wt] => 201
                    [cpu] => 0
                    [mu] => 418816
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_settings_mova==>Language::get] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardMap::dashboard==>Controller::__get] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Detection\MobileDetect::isMobile==>Detection\MobileDetect::getUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSeoLangSeoLang::load_settings==>Controller::__get] => Array
                (
                    [ct] => 9
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Tax::setShippingAddress==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_language==>Language::get] => Array
                (
                    [ct] => 196
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Currency::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 595
                    [mu] => 3496
                    [pmu] => 0
                )

            [Proxy::getStores==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 627
                    [cpu] => 2183
                    [mu] => 1552
                    [pmu] => 0
                )

            [Proxy::getStores==>Proxy::__call@1] => Array
                (
                    [ct] => 1
                    [wt] => 490
                    [cpu] => 4139
                    [mu] => 640
                    [pmu] => 0
                )

            [Proxy::getStores==>Proxy::__call@2] => Array
                (
                    [ct] => 2
                    [wt] => 602
                    [cpu] => 5688
                    [mu] => 1024
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::__construct==>Loader::model] => Array
                (
                    [ct] => 3
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@1==>Controller::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::loadStore==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cache::get==>Cache\Redis::get] => Array
                (
                    [ct] => 8
                    [wt] => 958
                    [cpu] => 15020
                    [mu] => 4536
                    [pmu] => 0
                )

            [Proxy::getLayouts==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 494
                    [cpu] => 445
                    [mu] => 11304
                    [pmu] => 0
                )

            [__TwigTemplate_76ef44defe6d2e4719f88cad6e2f70a5f498f5ccdde6b680a2ee15627bccc03c::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_settings==>Proxy::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 219
                    [cpu] => 808
                    [mu] => 6096
                    [pmu] => 0
                )

            [ControllerEventLanguage::after==>Language::get] => Array
                (
                    [ct] => 17
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::__call@1==>Loader::{closure}@1] => Array
                (
                    [ct] => 3
                    [wt] => 3954
                    [cpu] => 10695
                    [mu] => 6528
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_76ef44defe6d2e4719f88cad6e2f70a5f498f5ccdde6b680a2ee15627bccc03c::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [Detection\MobileDetect::isMobile==>Detection\MobileDetect::checkHttpHeadersForMobile] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

            [Detection\MobileDetect::checkHttpHeadersForMobile==>Detection\MobileDetect::getMobileHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Xhgui\Profiler\Profiler::shutDown==>Xhgui\Profiler\Profiler::flush] => Array
                (
                    [ct] => 1
                    [wt] => 657
                    [cpu] => 30
                    [mu] => -85984
                    [pmu] => 0
                )

            [initOCFilter==>library] => Array
                (
                    [ct] => 1
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 1160
                    [pmu] => 0
                )

            [ControllerStartupRouter::index==>Action::execute@1] => Array
                (
                    [ct] => 1
                    [wt] => 382541
                    [cpu] => 225703
                    [mu] => 1466376
                    [pmu] => 2658032
                )

            [Action::execute@4==>modification] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardImportOptions::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2117
                    [cpu] => 928
                    [mu] => 18312
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelToolImage::resize] => Array
                (
                    [ct] => 2
                    [wt] => 260
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardRecent::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 4329
                    [cpu] => 3147
                    [mu] => 18760
                    [pmu] => 0
                )

            [Cart\Cart::__construct==>optionscombinations\OptionsCombinationsLib::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Language::load==>modification] => Array
                (
                    [ct] => 98
                    [wt] => 5842
                    [cpu] => 4299
                    [mu] => 768
                    [pmu] => 0
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>Composer\Autoload\ClassLoader::Composer\Autoload\{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [ModelLocalisationLanguage::getLanguages==>Cache::get] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 760
                    [mu] => 128
                    [pmu] => 0
                )

            [DB::__construct==>DB\MySQLi::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 371
                    [cpu] => 735
                    [mu] => 43824
                    [pmu] => 43536
                )

            [__TwigTemplate_9a6dbc23c794d8d7aed25ccf184c2ad5cdc075f74ea1f76a567647770d40241e::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_model] => Array
                (
                    [ct] => 1
                    [wt] => 16034
                    [cpu] => 15347
                    [mu] => 141424
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Url::link] => Array
                (
                    [ct] => 2
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardImportProducts::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 3147
                    [cpu] => 2196
                    [mu] => 19464
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>Composer\Autoload\ClassLoader::loadClass@1] => Array
                (
                    [ct] => 5
                    [wt] => 643
                    [cpu] => 0
                    [mu] => 7336
                    [pmu] => 0
                )

            [Twig\Template::render==>Twig\Template::Twig\{closure}] => Array
                (
                    [ct] => 17
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::addExtension==>Twig\ExtensionSet::addExtension] => Array
                (
                    [ct] => 51
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 6520
                    [pmu] => 0
                )

            [start==>Log::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 0
                )

            [ModelLocalisationCurrency::editValueByCode==>Cache::delete] => Array
                (
                    [ct] => 4
                    [wt] => 7311
                    [cpu] => 7179
                    [mu] => 176
                    [pmu] => 0
                )

            [__TwigTemplate_2c270f5897cc535931909e169d1d2ed9c92b87ceca36ebb23b665498d8989ebd::__construct==>__TwigTemplate_2c270f5897cc535931909e169d1d2ed9c92b87ceca36ebb23b665498d8989ebd::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [Cart\Currency::format==>Language::get] => Array
                (
                    [ct] => 10
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardSale::dashboard==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 814
                    [cpu] => 1125
                    [mu] => 576
                    [pmu] => 0
                )

            [ControllerExtensionDashboardOnline::dashboard==>Proxy::getTotalOnline] => Array
                (
                    [ct] => 1
                    [wt] => 366
                    [cpu] => 223
                    [mu] => 1136
                    [pmu] => 0
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>composerRequirea8cb75283b86ff94542c6f1327c4ce59] => Array
                (
                    [ct] => 3
                    [wt] => 139
                    [cpu] => 0
                    [mu] => 496
                    [pmu] => 24
                )

            [ControllerExtensionDashboardChart::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2844
                    [cpu] => 1335
                    [mu] => 16232
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\Setting::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 891
                    [cpu] => 216
                    [mu] => 16320
                    [pmu] => 75640
                )

            [ControllerExtensionDashboardOrder::dashboard==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [ControllerExtensionCurrencyNbu::currency==>Proxy::editValueByCode] => Array
                (
                    [ct] => 4
                    [wt] => 8341
                    [cpu] => 7692
                    [mu] => 1528
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_language_get==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1321
                    [cpu] => 1682
                    [mu] => 184
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_settings==>Controller::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::__construct==>googleshopping\Googleshopping::loadStore] => Array
                (
                    [ct] => 1
                    [wt] => 131
                    [cpu] => 1184
                    [mu] => 640
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Cart\User::hasPermission] => Array
                (
                    [ct] => 12
                    [wt] => 43
                    [cpu] => 0
                    [mu] => -552
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Proxy::resize] => Array
                (
                    [ct] => 2
                    [wt] => 366
                    [cpu] => 0
                    [mu] => 1512
                    [pmu] => 0
                )

            [ModelExtensionDashboardSale::getTotalSales==>Model::__get] => Array
                (
                    [ct] => 5
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::__construct==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>modification] => Array
                (
                    [ct] => 20
                    [wt] => 1167
                    [cpu] => 418
                    [mu] => 416
                    [pmu] => 0
                )

            [Action::execute@3==>Controller::__construct] => Array
                (
                    [ct] => 19
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::loadStore==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 72
                    [pmu] => 0
                )

            [start==>Registry::set] => Array
                (
                    [ct] => 12
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [Detection\MobileDetect::__construct==>Detection\MobileDetect::setHttpHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 1592
                    [pmu] => 1408
                )

            [initOCFilter==>OCFilter\Factory::admin] => Array
                (
                    [ct] => 1
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_model==>Loader::model] => Array
                (
                    [ct] => 7
                    [wt] => 5546
                    [cpu] => 3864
                    [mu] => 50480
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Environment::isTemplateFresh] => Array
                (
                    [ct] => 17
                    [wt] => 2902
                    [cpu] => 0
                    [mu] => 304
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::calc==>Cart\User::hasPermission] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::__construct==>Detection\MobileDetect::isMobile] => Array
                (
                    [ct] => 1
                    [wt] => 623
                    [cpu] => 0
                    [mu] => 13776
                    [pmu] => 21800
                )

            [start==>Session::start] => Array
                (
                    [ct] => 1
                    [wt] => 227
                    [cpu] => 56
                    [mu] => 1056
                    [pmu] => 18152
                )

            [ControllerExtensionDashboardDomovoy::dashboard==>Document::addStyle] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1256
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 14
                    [wt] => 385
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::view==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 16
                    [wt] => 12472
                    [cpu] => 7324
                    [mu] => -418560
                    [pmu] => 0
                )

            [ControllerEventLanguage::index==>Language::all] => Array
                (
                    [ct] => 18
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::controller==>Event::trigger] => Array
                (
                    [ct] => 32
                    [wt] => 15451
                    [cpu] => 7324
                    [mu] => -13824
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::add_permission==>Controller::__get] => Array
                (
                    [ct] => 90
                    [wt] => 108
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Tax::setStoreAddress] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 45
                    [mu] => 384
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::loadLibrary==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::__construct==>Registry::get] => Array
                (
                    [ct] => 9
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@3==>ControllerExtensionAdvertiseGoogle::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 10128
                    [cpu] => 12782
                    [mu] => 81448
                    [pmu] => 0
                )

            [start==>Cache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 396
                    [cpu] => 538
                    [mu] => 976
                    [pmu] => 0
                )

            [Loader::view==>Template::render] => Array
                (
                    [ct] => 18
                    [wt] => 37972
                    [cpu] => 31984
                    [mu] => 583528
                    [pmu] => 81976
                )

            [Twig\Environment::isTemplateFresh==>Twig\Loader\ChainLoader::isFresh] => Array
                (
                    [ct] => 17
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 736
                    [pmu] => 0
                )

            [ModelToolImage::resize==>utf8_strrpos] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::{closure}==>DB\MySQLi::{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

            [Xhgui\Profiler\ProfilingData::__construct==>Xhgui\Profiler\Config::offsetGet] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_6527f852c0d39ae34878b41abdfd7a82e24d0e0f5a96a8de7d2c7fd9d01f01d9::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ModelDesignLayout::getLayouts==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 431
                    [cpu] => 445
                    [mu] => 10808
                    [pmu] => 0
                )

            [Proxy::getEvents==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 184
                    [cpu] => 709
                    [mu] => 32112
                    [pmu] => 0
                )

            [Session\DB::__construct==>Session\DB::gc] => Array
                (
                    [ct] => 1
                    [wt] => 247
                    [cpu] => 358
                    [mu] => 480
                    [pmu] => 536
                )

            [Session\DB::read==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 193
                    [cpu] => 56
                    [mu] => 1232
                    [pmu] => 17336
                )

            [ControllerSeoLangSeoLang::method_widgets@1==>ControllerSeoLangMovaMova::load_language] => Array
                (
                    [ct] => 3
                    [wt] => 1145
                    [cpu] => 0
                    [mu] => 92040
                    [pmu] => 0
                )

            [Cart\Tax::__construct==>Registry::get] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::isTemplateFresh==>Twig\Environment::getLoader] => Array
                (
                    [ct] => 17
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Controller::__get] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets==>ControllerSeoLangHtmlHtml::load_settings] => Array
                (
                    [ct] => 1
                    [wt] => 138
                    [cpu] => 640
                    [mu] => 4976
                    [pmu] => 0
                )

            [main()] => Array
                (
                    [ct] => 1
                    [wt] => 402721
                    [cpu] => 242724
                    [mu] => 2057288
                    [pmu] => 3338080
                )

            [start==>Response::setCompression] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::loadStore==>Proxy::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 122
                    [cpu] => 1184
                    [mu] => 128
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::loadStore==>googleshopping\Library::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_9a6dbc23c794d8d7aed25ccf184c2ad5cdc075f74ea1f76a567647770d40241e::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 390
                    [wt] => 311
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::validate==>Controller::__get] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_language_get==>Controller::__get] => Array
                (
                    [ct] => 78
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_widgets==>Language::load] => Array
                (
                    [ct] => 6
                    [wt] => 4377
                    [cpu] => 2659
                    [mu] => 2512
                    [pmu] => 0
                )

            [ControllerStartupLogin::index==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Config::get] => Array
                (
                    [ct] => 29
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardSale::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2328
                    [cpu] => 1155
                    [mu] => 11128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardRecent::dashboard==>Cart\Currency::format] => Array
                (
                    [ct] => 5
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 456
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\Factory::__set] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Controller::__get] => Array
                (
                    [ct] => 15
                    [wt] => 61
                    [cpu] => 562
                    [mu] => 128
                    [pmu] => 0
                )

            [Template::render==>Template\Template::render] => Array
                (
                    [ct] => 1
                    [wt] => 649
                    [cpu] => 0
                    [mu] => 84816
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerEventLanguage::index] => Array
                (
                    [ct] => 1
                    [wt] => 164
                    [cpu] => 0
                    [mu] => 82104
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 1796
                    [cpu] => 1465
                    [mu] => 512
                    [pmu] => 0
                )

            [DB::query==>DB\MySQLi::query] => Array
                (
                    [ct] => 91
                    [wt] => 16352
                    [cpu] => 52570
                    [mu] => 1842560
                    [pmu] => 565600
                )

            [ControllerStartupRouter::index==>Event::trigger] => Array
                (
                    [ct] => 2
                    [wt] => 564
                    [cpu] => 0
                    [mu] => 13144
                    [pmu] => 0
                )

            [__TwigTemplate_2c270f5897cc535931909e169d1d2ed9c92b87ceca36ebb23b665498d8989ebd::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelUserUser::getUser==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 211
                    [cpu] => 301
                    [mu] => 1824
                    [pmu] => 0
                )

            [ModelSettingSetting::getSettingValue==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 444
                    [cpu] => 2638
                    [mu] => 1344
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Environment::isAutoReload] => Array
                (
                    [ct] => 17
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Controller::__get==>Registry::get] => Array
                (
                    [ct] => 8015
                    [wt] => 3004
                    [cpu] => 562
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::setPaths==>Twig\Loader\FilesystemLoader::addPath] => Array
                (
                    [ct] => 51
                    [wt] => 1132
                    [cpu] => 3992
                    [mu] => 22880
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::switchLanguage==>Language::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@2==>Composer\Autoload\includeFile@2] => Array
                (
                    [ct] => 4
                    [wt] => 215
                    [cpu] => 0
                    [mu] => 1920
                    [pmu] => 0
                )

            [Action::execute@3==>ControllerExtensionAdvertiseGoogle::admin_link] => Array
                (
                    [ct] => 1
                    [wt] => 359
                    [cpu] => 819
                    [mu] => 3984
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Language::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_9a6dbc23c794d8d7aed25ccf184c2ad5cdc075f74ea1f76a567647770d40241e::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [ControllerEventLanguage::before==>Controller::__get] => Array
                (
                    [ct] => 36
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelCustomerCustomerGroup::getCustomerGroups==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control@1==>Registry::set] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::calc==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 239
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardOrder::dashboard==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 863
                    [cpu] => 684
                    [mu] => 592
                    [pmu] => 0
                )

            [Loader::view==>Event::trigger] => Array
                (
                    [ct] => 36
                    [wt] => 23382
                    [cpu] => 20081
                    [mu] => 666384
                    [pmu] => 395720
                )

            [Request::clean==>Request::clean@1] => Array
                (
                    [ct] => 118
                    [wt] => 264
                    [cpu] => 2540
                    [mu] => 23072
                    [pmu] => 17064
                )

            [ControllerSeoLangSeoLang::load_language_get==>Language::get] => Array
                (
                    [ct] => 78
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardCustomer::dashboard==>Proxy::getTotalCustomers] => Array
                (
                    [ct] => 3
                    [wt] => 710
                    [cpu] => 533
                    [mu] => 40
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_136b08e4cae6a76bca5ca8e53e00b097596fafc6f3d35d1dc8cf8bbf30a75019::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [Loader::{closure}@1==>Event::trigger] => Array
                (
                    [ct] => 6
                    [wt] => 162
                    [cpu] => 0
                    [mu] => -2512
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::format_size==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 211
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Xhgui\Profiler\Profiler::disable==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 150
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Config::set] => Array
                (
                    [ct] => 503
                    [wt] => 298
                    [cpu] => 0
                    [mu] => 38528
                    [pmu] => 800
                )

            [DB::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>Registry::has] => Array
                (
                    [ct] => 65
                    [wt] => 39
                    [cpu] => 0
                    [mu] => -3072
                    [pmu] => 0
                )

            [__TwigTemplate_721254f7201f32f4636a9ddfde2d0eeb0cb3f966cfb83fe76592354c9483ee9d::__construct==>__TwigTemplate_721254f7201f32f4636a9ddfde2d0eeb0cb3f966cfb83fe76592354c9483ee9d::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [Router::execute==>Action::execute] => Array
                (
                    [ct] => 7
                    [wt] => 392121
                    [cpu] => 233770
                    [mu] => 1909184
                    [pmu] => 3131456
                )

            [ControllerSeoLangSeoLang::method_widgets==>Proxy::control] => Array
                (
                    [ct] => 2
                    [wt] => 7977
                    [cpu] => 6556
                    [mu] => 76976
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::getSetting==>DB::escape] => Array
                (
                    [ct] => 7
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 416
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrders==>Model::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::load==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

            [ControllerExtensionDashboardImportProducts::dashboard==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 1082
                    [cpu] => 1214
                    [mu] => 640
                    [pmu] => 0
                )

            [Cart\Weight::__construct==>Registry::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingStore::getStores==>Model::__get] => Array
                (
                    [ct] => 15
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>Cart\User::hasPermission] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardActivity::dashboard==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 678
                    [cpu] => 579
                    [mu] => 4960
                    [pmu] => 0
                )

            [Cart\Cart::__construct==>Registry::get] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_9a6dbc23c794d8d7aed25ccf184c2ad5cdc075f74ea1f76a567647770d40241e::doDisplay==>twig_ensure_traversable] => Array
                (
                    [ct] => 20
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelLocalisationCurrency::editValueByCode] => Array
                (
                    [ct] => 4
                    [wt] => 8053
                    [cpu] => 7692
                    [mu] => 736
                    [pmu] => 0
                )

            [Detection\MobileDetect::setUserAgent==>Detection\MobileDetect::getUaHttpHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

            [Config::load==>modification] => Array
                (
                    [ct] => 2
                    [wt] => 154
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [initOCFilter==>OCFilter\OpenCart::isAdmin] => Array
                (
                    [ct] => 1
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Session\DB::__construct==>Registry::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupSass::index==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@4==>ControllerEventLanguage::index] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 20664
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Loader\FilesystemLoader::__construct] => Array
                (
                    [ct] => 68
                    [wt] => 2415
                    [cpu] => 5020
                    [mu] => 33880
                    [pmu] => 0
                )

            [ModelLocalisationCurrency::editValueByCode==>Model::__get] => Array
                (
                    [ct] => 12
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingExtension::getInstalled==>Model::__get] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 7111
                    [cpu] => 7431
                    [mu] => 99112
                    [pmu] => 0
                )

            [Loader::view==>Template::__construct] => Array
                (
                    [ct] => 18
                    [wt] => 585
                    [cpu] => 0
                    [mu] => 2888
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelLocalisationLanguage::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 375
                    [cpu] => 848
                    [mu] => 2088
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_f2778db6167e7e9c49dc0a547fd6b4aa00027dad8f263f256aafebc6ff6284de::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [ModelLocalisationOrderStatus::getOrderStatuses==>Model::__get] => Array
                (
                    [ct] => 6
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_e37a8d200179c92fae7af16fd9589e6ac19f5a7cfeb860f98ec9b751954da918::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 115
                    [cpu] => 290
                    [mu] => 1104
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSeoLangSeoLang::control] => Array
                (
                    [ct] => 3
                    [wt] => 23617
                    [cpu] => 21337
                    [mu] => 177128
                    [pmu] => 876672
                )

            [Cache::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_settings==>ControllerSeoLangMovaMova::prefix] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1496
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Proxy::control] => Array
                (
                    [ct] => 1
                    [wt] => 15836
                    [cpu] => 14781
                    [mu] => 100968
                    [pmu] => 876672
                )

            [ControllerSeoLangSeoLang::load_customer_groups==>Proxy::getCustomerGroups] => Array
                (
                    [ct] => 1
                    [wt] => 243
                    [cpu] => 1600
                    [mu] => 2280
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_613a329f26e5223f9a1094527cf1c1c4d3bbd6ec10bfb4a11e381250e5fb0e13::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Currency::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 69
                    [cpu] => 595
                    [mu] => 2664
                    [pmu] => 0
                )

            [ControllerExtensionDashboardImportOptions::dashboard==>Controller::__get] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Template::set==>Template\Twig::set] => Array
                (
                    [ct] => 7300
                    [wt] => 2870
                    [cpu] => 480
                    [mu] => 508984
                    [pmu] => 0
                )

            [Loader::language==>Event::trigger] => Array
                (
                    [ct] => 42
                    [wt] => 1110
                    [cpu] => 0
                    [mu] => -18656
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_fa7c2c9e83b039ec356a2e91f82ab70a0aebb014aa04db9b011490b19046e5e6::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [__TwigTemplate_ebb565f4593b47cf87681f3ba77547bf2990903227ffc9258ba2d19b2fac55ed::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::load_language==>Controller::__get] => Array
                (
                    [ct] => 8
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardOrder::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1902
                    [cpu] => 824
                    [mu] => 11112
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::admin_link==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

            [initOCFilter==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::__construct==>Controller::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_get_store==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1429
                    [cpu] => 1826
                    [mu] => 184
                    [pmu] => 0
                )

            [ControllerStartupLogin::index==>Controller::__get] => Array
                (
                    [ct] => 8
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Router::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2465
                    [cpu] => 1443
                    [mu] => 38280
                    [pmu] => 75640
                )

            [Cart\Tax::setStoreAddress==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 45
                    [mu] => -96
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\Cache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardOnline::dashboard==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 685
                    [cpu] => 537
                    [mu] => 4944
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::__construct==>modification] => Array
                (
                    [ct] => 1
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Tax::setShippingAddress] => Array
                (
                    [ct] => 1
                    [wt] => 60
                    [cpu] => 223
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Template::__construct==>Twig\Environment::getExtensions] => Array
                (
                    [ct] => 17
                    [wt] => 60
                    [cpu] => 290
                    [mu] => 256
                    [pmu] => 0
                )

            [ModelLocalisationCurrency::getCurrencies==>Model::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingStore::getStores==>Cache::get] => Array
                (
                    [ct] => 5
                    [wt] => 638
                    [cpu] => 11588
                    [mu] => 256
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSettingStore::getStores] => Array
                (
                    [ct] => 2
                    [wt] => 501
                    [cpu] => 2183
                    [mu] => 896
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::__construct==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_613a329f26e5223f9a1094527cf1c1c4d3bbd6ec10bfb4a11e381250e5fb0e13::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_c5a081fe6e47ffd3a0572913102f32b16b86f69f481ade96055eb5ea6c7916a6::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Language::load] => Array
                (
                    [ct] => 1
                    [wt] => 189
                    [cpu] => 0
                    [mu] => 12696
                    [pmu] => 0
                )

            [Twig\Environment::setCache==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 1480
                    [pmu] => 0
                )

            [Detection\MobileDetect::setUserAgent==>Detection\MobileDetect::prepareUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 288
                )

            [Action::execute@3==>ControllerSearchSearch::index] => Array
                (
                    [ct] => 1
                    [wt] => 2871
                    [cpu] => 1686
                    [mu] => 17800
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::__construct==>Proxy::control@1] => Array
                (
                    [ct] => 1
                    [wt] => 1641
                    [cpu] => 2704
                    [mu] => 2312
                    [pmu] => 0
                )

            [OCFilter\Core::admin==>OCFilter\Factory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [optionscombinations\OptionsCombinationsLib::__construct==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::admin_link==>Cart\User::hasPermission] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupSass::index==>Controller::__get] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control@1==>modification] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ControllerExtensionDashboardImportProducts::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2054
                    [cpu] => 982
                    [mu] => 18568
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>ControllerSeoLangSeoLang::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5589
                    [cpu] => 6798
                    [mu] => 90816
                    [pmu] => 0
                )

            [ControllerExtensionDashboardChart::dashboard==>Controller::__get] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Extension\EscaperExtension::__construct] => Array
                (
                    [ct] => 17
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [ModelExtensionDashboardActivity::getActivities==>Model::__get] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::load_language==>Language::get] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Document::addStyle] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [Twig\Environment::load==>Twig\TemplateWrapper::__construct] => Array
                (
                    [ct] => 17
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_view==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2889
                    [cpu] => 2325
                    [mu] => 86512
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelCustomerCustomerGroup::getCustomerGroups] => Array
                (
                    [ct] => 1
                    [wt] => 181
                    [cpu] => 1600
                    [mu] => 1488
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::loadLibrary==>googleshopping\Googleshopping::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 695
                    [cpu] => 1184
                    [mu] => 2464
                    [pmu] => 0
                )

            [Action::execute@3==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::load_settings==>Proxy::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 116
                    [cpu] => 640
                    [mu] => 6096
                    [pmu] => 0
                )

            [ModelLocalisationOrderStatus::getOrderStatuses==>Cache::get] => Array
                (
                    [ct] => 1
                    [wt] => 146
                    [cpu] => 680
                    [mu] => 88
                    [pmu] => 0
                )

            [Loader::controller==>Action::__construct] => Array
                (
                    [ct] => 16
                    [wt] => 1279
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_languages==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1389
                    [cpu] => 849
                    [mu] => 184
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Language::load] => Array
                (
                    [ct] => 1
                    [wt] => 3950
                    [cpu] => 2792
                    [mu] => 21856
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionCurrencyNbu::currency] => Array
                (
                    [ct] => 1
                    [wt] => 143480
                    [cpu] => 17414
                    [mu] => 3344
                    [pmu] => 0
                )

            [Template\Template::render==>modification] => Array
                (
                    [ct] => 1
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cache::set==>Cache\Redis::set] => Array
                (
                    [ct] => 7
                    [wt] => 562
                    [cpu] => 450
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Cart\User::getUserName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Template::render==>Twig\Template::display] => Array
                (
                    [ct] => 17
                    [wt] => 6484
                    [cpu] => 7028
                    [mu] => 110848
                    [pmu] => 0
                )

            [Action::execute@3==>modification] => Array
                (
                    [ct] => 20
                    [wt] => 1093
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@1==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 5
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelUserUserGroup::getUserGroups] => Array
                (
                    [ct] => 30
                    [wt] => 2096
                    [cpu] => 21666
                    [mu] => 1266384
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_languages==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_scripts_css==>Document::addStyle] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_customer_groups==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 900
                    [cpu] => 0
                    [mu] => 10984
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::getTimestamp] => Array
                (
                    [ct] => 17
                    [wt] => 1231
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_get_store==>Controller::__get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelLocalisationCurrency::getCurrencies==>Cache::get] => Array
                (
                    [ct] => 1
                    [wt] => 137
                    [cpu] => 1992
                    [mu] => 4536
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Environment::setCharset] => Array
                (
                    [ct] => 17
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Loader::model] => Array
                (
                    [ct] => 3
                    [wt] => 1788
                    [cpu] => 462
                    [mu] => 25568
                    [pmu] => 0
                )

            [Loader::view==>library] => Array
                (
                    [ct] => 1
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [googleshopping\Library::__get==>Registry::get] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_136b08e4cae6a76bca5ca8e53e00b097596fafc6f3d35d1dc8cf8bbf30a75019::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSettingSetting::getSettingValue] => Array
                (
                    [ct] => 1
                    [wt] => 460
                    [cpu] => 2638
                    [mu] => 672
                    [pmu] => 0
                )

            [Xhgui\Profiler\Profiler::disable==>Xhgui\Profiler\ProfilingData::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [__TwigTemplate_19122abc243271f112afb7d1600e9b524f86c41e3489f8ac7b943d27537b2503::__construct==>__TwigTemplate_19122abc243271f112afb7d1600e9b524f86c41e3489f8ac7b943d27537b2503::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [Twig\Environment::getTemplateClass==>Twig\Loader\ChainLoader::getCacheKey] => Array
                (
                    [ct] => 17
                    [wt] => 152
                    [cpu] => 0
                    [mu] => 66424
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupRouter::index] => Array
                (
                    [ct] => 1
                    [wt] => 383189
                    [cpu] => 225703
                    [mu] => 1480784
                    [pmu] => 2658032
                )

            [__TwigTemplate_6527f852c0d39ae34878b41abdfd7a82e24d0e0f5a96a8de7d2c7fd9d01f01d9::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Session::__construct==>Session\DB::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 254
                    [cpu] => 358
                    [mu] => 1112
                    [pmu] => 536
                )

            [ControllerEventLanguage::before==>Language::all] => Array
                (
                    [ct] => 18
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::getGlobals==>Twig\ExtensionSet::isInitialized] => Array
                (
                    [ct] => 17
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::controller==>Registry::get] => Array
                (
                    [ct] => 32
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [library==>library@1] => Array
                (
                    [ct] => 1
                    [wt] => 240
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [__TwigTemplate_f2778db6167e7e9c49dc0a547fd6b4aa00027dad8f263f256aafebc6ff6284de::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}@2==>ModelSettingStore::getStores] => Array
                (
                    [ct] => 2
                    [wt] => 486
                    [cpu] => 5688
                    [mu] => 320
                    [pmu] => 0
                )

            [Loader::language==>Language::load] => Array
                (
                    [ct] => 21
                    [wt] => 18037
                    [cpu] => 26467
                    [mu] => 20664
                    [pmu] => 0
                )

            [ControllerStartupRouter::index==>Action::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 176
                    [pmu] => 0
                )

            [Detection\MobileDetect::isMobile==>Detection\MobileDetect::matchDetectionRulesAgainstUA] => Array
                (
                    [ct] => 1
                    [wt] => 613
                    [cpu] => 0
                    [mu] => 13264
                    [pmu] => 21416
                )

            [Session::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 520
                )

            [ControllerCommonHeader::index==>Loader::controller@1] => Array
                (
                    [ct] => 1
                    [wt] => 3782
                    [cpu] => 1686
                    [mu] => 19352
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardMap::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 3071
                    [cpu] => 2461
                    [mu] => 14520
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::load_settings==>Controller::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>Registry::set] => Array
                (
                    [ct] => 20
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [ControllerExtensionDashboardSale::dashboard==>Controller::__get] => Array
                (
                    [ct] => 9
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::__construct==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_ebb565f4593b47cf87681f3ba77547bf2990903227ffc9258ba2d19b2fac55ed::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 80
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExtensionSet::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 210
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::getSetting==>DB::query] => Array
                (
                    [ct] => 7
                    [wt] => 1114
                    [cpu] => 2161
                    [mu] => 14344
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets==>ControllerSeoLangHtmlHtml::load_language] => Array
                (
                    [ct] => 1
                    [wt] => 225
                    [cpu] => 0
                    [mu] => 8376
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_languages==>Controller::__get] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_c5a081fe6e47ffd3a0572913102f32b16b86f69f481ade96055eb5ea6c7916a6::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_scripts_css] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::__construct==>Controller::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Setting::__construct==>OCFilter\OpenCart::__get] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::control@1==>Proxy::__call@1] => Array
                (
                    [ct] => 2
                    [wt] => 3482
                    [cpu] => 6556
                    [mu] => 5392
                    [pmu] => 0
                )

            [ControllerStartupLogin::index==>Cart\User::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1089
                    [cpu] => 1293
                    [mu] => 133560
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Loader::model] => Array
                (
                    [ct] => 3
                    [wt] => 1117
                    [cpu] => 0
                    [mu] => 42640
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::switchLanguage==>Registry::set] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => -90856
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Config::get] => Array
                (
                    [ct] => 39
                    [wt] => 33
                    [cpu] => 0
                    [mu] => -1808
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets==>Registry::get] => Array
                (
                    [ct] => 24
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_fa7c2c9e83b039ec356a2e91f82ab70a0aebb014aa04db9b011490b19046e5e6::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Session\DB::gc==>DB::escape] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 16
                    [pmu] => 0
                )

            [ControllerExtensionCurrencyNbu::currency==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Customer::__construct==>Registry::get] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_language==>Language::load] => Array
                (
                    [ct] => 12
                    [wt] => 8994
                    [cpu] => 6640
                    [mu] => 77624
                    [pmu] => 0
                )

            [Loader::view==>Registry::get] => Array
                (
                    [ct] => 72
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::admin_link==>Proxy::getStores] => Array
                (
                    [ct] => 1
                    [wt] => 312
                    [cpu] => 819
                    [mu] => 128
                    [pmu] => 0
                )

            [Template::set==>Template\Template::set] => Array
                (
                    [ct] => 1183
                    [wt] => 427
                    [cpu] => 0
                    [mu] => 82104
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelUserUser::getUser] => Array
                (
                    [ct] => 1
                    [wt] => 217
                    [cpu] => 301
                    [mu] => 1480
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets@1==>Controller::__get] => Array
                (
                    [ct] => 12
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelReportStatistics::getValue==>DB::escape] => Array
                (
                    [ct] => 3
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [__TwigTemplate_6527f852c0d39ae34878b41abdfd7a82e24d0e0f5a96a8de7d2c7fd9d01f01d9::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 30
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Length::__construct==>Registry::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::calc==>Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>Proxy::__set] => Array
                (
                    [ct] => 256
                    [wt] => 121
                    [cpu] => 0
                    [mu] => 15968
                    [pmu] => 0
                )

            [Proxy::getValue==>Proxy::__call] => Array
                (
                    [ct] => 3
                    [wt] => 884
                    [cpu] => 749
                    [mu] => 144
                    [pmu] => 0
                )

            [Loader::{closure}@1==>Registry::get] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Router::dispatch==>Router::execute] => Array
                (
                    [ct] => 7
                    [wt] => 392134
                    [cpu] => 233770
                    [mu] => 1909312
                    [pmu] => 3131456
                )

            [ControllerCommonColumnLeft::index==>Proxy::getTotalOrders] => Array
                (
                    [ct] => 1
                    [wt] => 213
                    [cpu] => 2124
                    [mu] => 160
                    [pmu] => 0
                )

            [Xhgui\Profiler\Profiler::shutDown==>Xhgui\Profiler\Profiler::stop] => Array
                (
                    [ct] => 1
                    [wt] => 177
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_6527f852c0d39ae34878b41abdfd7a82e24d0e0f5a96a8de7d2c7fd9d01f01d9::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [Detection\MobileDetect::matchDetectionRulesAgainstUA==>Detection\MobileDetect::match] => Array
                (
                    [ct] => 183
                    [wt] => 502
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 8408
                )

            [ControllerSeoLangSeoLang::method_widgets@1==>ControllerSeoLangSeoLang::add_permission] => Array
                (
                    [ct] => 6
                    [wt] => 4536
                    [cpu] => 5154
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_4de7b300b3f8562be65c93ed8186ee77cc3f33207038722bfd89dda9b6c1c042::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 10
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_4de7b300b3f8562be65c93ed8186ee77cc3f33207038722bfd89dda9b6c1c042::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerCommonColumnLeft::index] => Array
                (
                    [ct] => 1
                    [wt] => 109313
                    [cpu] => 101759
                    [mu] => 669288
                    [pmu] => 1272392
                )

            [Twig\Environment::render==>Twig\Environment::load] => Array
                (
                    [ct] => 17
                    [wt] => 16424
                    [cpu] => 5545
                    [mu] => 145392
                    [pmu] => 81976
                )

            [__TwigTemplate_721254f7201f32f4636a9ddfde2d0eeb0cb3f966cfb83fe76592354c9483ee9d::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_language_get] => Array
                (
                    [ct] => 1
                    [wt] => 1486
                    [cpu] => 1682
                    [mu] => 4664
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_view==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1314
                    [cpu] => 1468
                    [mu] => 184
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_2c270f5897cc535931909e169d1d2ed9c92b87ceca36ebb23b665498d8989ebd::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 16896
                    [pmu] => 0
                )

            [__TwigTemplate_ebb565f4593b47cf87681f3ba77547bf2990903227ffc9258ba2d19b2fac55ed::doDisplay==>twig_ensure_traversable] => Array
                (
                    [ct] => 19
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::__construct==>ControllerSeoLangSeoLang::load_widgets] => Array
                (
                    [ct] => 3
                    [wt] => 6977
                    [cpu] => 3527
                    [mu] => 4504
                    [pmu] => 0
                )

            [Detection\MobileDetect::__construct==>Detection\MobileDetect::setUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 304
                )

            [__TwigTemplate_19122abc243271f112afb7d1600e9b524f86c41e3489f8ac7b943d27537b2503::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Response::setOutput] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Controller::__get] => Array
                (
                    [ct] => 82
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelExtensionDashboardOnline::getTotalOnline==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 285
                    [cpu] => 223
                    [mu] => 1248
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::getCacheKey@1==>Twig\Loader\ArrayLoader::getCacheKey] => Array
                (
                    [ct] => 17
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 59296
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Loader\FilesystemLoader::addPath] => Array
                (
                    [ct] => 34
                    [wt] => 885
                    [cpu] => 0
                    [mu] => 13864
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Extension\OptimizerExtension::__construct] => Array
                (
                    [ct] => 17
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@1==>Composer\Autoload\includeFile@1] => Array
                (
                    [ct] => 5
                    [wt] => 588
                    [cpu] => 0
                    [mu] => 6888
                    [pmu] => 0
                )

            [start==>Session::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Request::__construct==>Request::clean] => Array
                (
                    [ct] => 6
                    [wt] => 369
                    [cpu] => 2540
                    [mu] => 27264
                    [pmu] => 18432
                )

            [Cart\Weight::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 182
                    [mu] => 2688
                    [pmu] => 0
                )

            [Loader::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 464
                    [pmu] => 600
                )

            [ModelCustomerCustomerGroup::getCustomerGroups==>Model::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::__construct==>Proxy::getStores] => Array
                (
                    [ct] => 3
                    [wt] => 1096
                    [cpu] => 9827
                    [mu] => 1792
                    [pmu] => 0
                )

            [ControllerExtensionDashboardCustomer::dashboard==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 5972
                    [cpu] => 5773
                    [mu] => 108336
                    [pmu] => 334120
                )

            [start==>Config::has] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::__construct==>Detection\MobileDetect::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 1808
                )

            [ControllerSeoLangSeoLang::method_widgets==>ControllerSeoLangMovaMova::load_settings] => Array
                (
                    [ct] => 1
                    [wt] => 16381
                    [cpu] => 13343
                    [mu] => 83032
                    [pmu] => 0
                )

            [Proxy::getTotalCustomers==>Proxy::__call] => Array
                (
                    [ct] => 3
                    [wt] => 705
                    [cpu] => 533
                    [mu] => -840
                    [pmu] => 0
                )

            [Cart\Cart::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 156
                    [cpu] => 346
                    [mu] => -32
                    [pmu] => 0
                )

            [Cache::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Tax::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Twig\Environment::isTemplateFresh==>Twig\ExtensionSet::getLastModified] => Array
                (
                    [ct] => 17
                    [wt] => 2755
                    [cpu] => 0
                    [mu] => -688
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_layouts==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1365
                    [cpu] => 786
                    [mu] => 184
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::calc==>Controller::__get] => Array
                (
                    [ct] => 11
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::isFresh@1==>Twig\Loader\ArrayLoader::exists] => Array
                (
                    [ct] => 17
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardOrder::dashboard==>Controller::__get] => Array
                (
                    [ct] => 9
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_settings==>ControllerSeoLangMovaMova::load_settings_mova] => Array
                (
                    [ct] => 1
                    [wt] => 16133
                    [cpu] => 12535
                    [mu] => 76520
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_language==>Language::load] => Array
                (
                    [ct] => 4
                    [wt] => 1057
                    [cpu] => 0
                    [mu] => 66720
                    [pmu] => 0
                )

            [ControllerExtensionDashboardRecent::dashboard==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::language==>Registry::get] => Array
                (
                    [ct] => 63
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Event::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonDashboard::index==>Language::get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::render==>Twig\TemplateWrapper::render] => Array
                (
                    [ct] => 17
                    [wt] => 6757
                    [cpu] => 7135
                    [mu] => 183424
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::generateKey] => Array
                (
                    [ct] => 17
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 2848
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelExtensionDashboardSale::getTotalSales] => Array
                (
                    [ct] => 3
                    [wt] => 1452
                    [cpu] => 2230
                    [mu] => 632
                    [pmu] => 0
                )

            [__TwigTemplate_e37a8d200179c92fae7af16fd9589e6ac19f5a7cfeb860f98ec9b751954da918::getSourceContext==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

            [ModelSettingSetting::editSettingValue==>Model::__get] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSettingExtension::getInstalled] => Array
                (
                    [ct] => 1
                    [wt] => 453
                    [cpu] => 1791
                    [mu] => 1824
                    [pmu] => 0
                )

            [__TwigTemplate_6527f852c0d39ae34878b41abdfd7a82e24d0e0f5a96a8de7d2c7fd9d01f01d9::doDisplay==>twig_ensure_traversable] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::format_size==>Controller::__get] => Array
                (
                    [ct] => 6
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => -64
                    [pmu] => 0
                )

            [Session::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 112
                )

            [ControllerEventLanguage::after==>Language::set] => Array
                (
                    [ct] => 6182
                    [wt] => 2058
                    [cpu] => 5411
                    [mu] => -256
                    [pmu] => 0
                )

            [ControllerExtensionDashboardImportProducts::dashboard==>Controller::__get] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getTotalSales==>Proxy::__call] => Array
                (
                    [ct] => 3
                    [wt] => 1653
                    [cpu] => 2230
                    [mu] => -712
                    [pmu] => 0
                )

            [__TwigTemplate_e37a8d200179c92fae7af16fd9589e6ac19f5a7cfeb860f98ec9b751954da918::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 290
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Environment::loadTemplate==>Twig\Environment::getTemplateClass] => Array
                (
                    [ct] => 17
                    [wt] => 1159
                    [cpu] => 367
                    [mu] => 9416
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::dashboard==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::exists==>Twig\Loader\ArrayLoader::exists] => Array
                (
                    [ct] => 17
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::addExtension==>Twig\Environment::updateOptionsHash] => Array
                (
                    [ct] => 51
                    [wt] => 281
                    [cpu] => 0
                    [mu] => 3520
                    [pmu] => 0
                )

            [Cache::delete==>Cache\Redis::delete] => Array
                (
                    [ct] => 5
                    [wt] => 317
                    [cpu] => 2871
                    [mu] => 128
                    [pmu] => 0
                )

            [Router::__construct==>initOCFilter] => Array
                (
                    [ct] => 1
                    [wt] => 2438
                    [cpu] => 1443
                    [mu] => 38152
                    [pmu] => 75640
                )

            [__TwigTemplate_4de7b300b3f8562be65c93ed8186ee77cc3f33207038722bfd89dda9b6c1c042::doDisplay==>twig_ensure_traversable] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::switchLanguage==>Controller::__get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::calc==>Language::get] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_9a6dbc23c794d8d7aed25ccf184c2ad5cdc075f74ea1f76a567647770d40241e::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSaleOrder::getTotalOrders==>Model::__get] => Array
                (
                    [ct] => 6
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_view==>Controller::__get] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_c2682f6778571a092b4f2ab3bc7c6c119e090dcaa8449449491716ecae65554a::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1534
                    [cpu] => 1395
                    [mu] => 184
                    [pmu] => 0
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>Composer\Autoload\ClassLoader::register] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Cart::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 331
                    [cpu] => 346
                    [mu] => 2200
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_4de7b300b3f8562be65c93ed8186ee77cc3f33207038722bfd89dda9b6c1c042::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 191
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [OCFilter\Core::init==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 10
                    [wt] => 549
                    [cpu] => 267
                    [mu] => 1504
                    [pmu] => 0
                )

            [twig_get_attribute==>Twig\Environment::isStrictVariables] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelLocalisationLanguage::getLanguages==>Cache::set] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 69
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::format_size==>Language::get] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelReportStatistics::getValue] => Array
                (
                    [ct] => 3
                    [wt] => 710
                    [cpu] => 749
                    [mu] => 608
                    [pmu] => 0
                )

            [start==>Loader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 809
                    [cpu] => 0
                    [mu] => 15472
                    [pmu] => 24208
                )

            [Twig\Loader\ChainLoader::getCacheKey@1==>Twig\Loader\ArrayLoader::exists] => Array
                (
                    [ct] => 17
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 20
                    [wt] => 591
                    [cpu] => 0
                    [mu] => 1648
                    [pmu] => 1944
                )

            [ModelSettingSetting::getSetting==>Model::__get] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::load==>Twig\Environment::loadTemplate] => Array
                (
                    [ct] => 17
                    [wt] => 16308
                    [cpu] => 5545
                    [mu] => 143488
                    [pmu] => 81976
                )

            [ControllerSeoLangSeoLang::load_layouts==>Controller::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardActivity::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 8331
                    [cpu] => 7737
                    [mu] => 44696
                    [pmu] => 36704
                )

            [Cart\Tax::setStoreAddress==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelExtensionDashboardActivity::getActivities] => Array
                (
                    [ct] => 1
                    [wt] => 250
                    [cpu] => 270
                    [mu] => 576
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_613a329f26e5223f9a1094527cf1c1c4d3bbd6ec10bfb4a11e381250e5fb0e13::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Customer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 0
                )

            [__TwigTemplate_ec7da6312957e8fbe36b6ecdd9897e0bafabd6c74cc9a66ec4364b64da8232c3::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardImportTop::dashboard==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 963
                    [cpu] => 1153
                    [mu] => 576
                    [pmu] => 0
                )

            [Cart\User::__construct==>Registry::get] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>ControllerSeoLangHtmlHtml::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1655
                    [cpu] => 2704
                    [mu] => 2824
                    [pmu] => 0
                )

            [Session\DB::gc==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 222
                    [cpu] => 358
                    [mu] => 32
                    [pmu] => 0
                )

            [ModelExtensionDashboardSale::getTotalSales==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [ControllerExtensionDashboardOnline::dashboard==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::loadLibrary==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_url_link==>Url::link] => Array
                (
                    [ct] => 16
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 1440
                    [pmu] => 0
                )

            [ModelSettingEvent::getEvents==>Model::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [ModelUserUserGroup::getUserGroups==>Model::__get] => Array
                (
                    [ct] => 30
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelToolImage::resize==>utf8_substr] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 216
                    [pmu] => 0
                )

            [ModelCustomerCustomer::getTotalCustomers==>Model::__get] => Array
                (
                    [ct] => 5
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>modification] => Array
                (
                    [ct] => 3
                    [wt] => 173
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

            [Template::__construct==>library] => Array
                (
                    [ct] => 2
                    [wt] => 420
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Action::execute@1==>ControllerEventLanguage::before] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 12856
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::isFresh==>Twig\Loader\ChainLoader::isFresh@1] => Array
                (
                    [ct] => 17
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 480
                    [pmu] => 0
                )

            [OCFilter\OpenCart::__construct==>OCFilter\OpenCart::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::addPath==>Twig\Loader\FilesystemLoader::isAbsolutePath] => Array
                (
                    [ct] => 85
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_ebb565f4593b47cf87681f3ba77547bf2990903227ffc9258ba2d19b2fac55ed::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 2886
                    [cpu] => 3036
                    [mu] => 74112
                    [pmu] => 0
                )

            [Detection\MobileDetect::setHttpHeaders==>Detection\MobileDetect::setCfHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelReportStatistics::getValue==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 683
                    [cpu] => 749
                    [mu] => 3440
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Environment::setLoader] => Array
                (
                    [ct] => 17
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>Controller::__get] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Router::addPreAction] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [Twig\Template::render==>Twig\Environment::isDebug] => Array
                (
                    [ct] => 17
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Environment::setCache] => Array
                (
                    [ct] => 17
                    [wt] => 200
                    [cpu] => 0
                    [mu] => 4728
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_d3254f4366e9d74aa9f0da82833107444e047c268b301aad89272d7bfe467ac3::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute==>Controller::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSettingSetting::editSettingValue] => Array
                (
                    [ct] => 1
                    [wt] => 854
                    [cpu] => 133
                    [mu] => 560
                    [pmu] => 0
                )

            [main()==>modification] => Array
                (
                    [ct] => 8
                    [wt] => 398
                    [cpu] => 1402
                    [mu] => 224
                    [pmu] => 0
                )

            [Proxy::__call==>Loader::{closure}] => Array
                (
                    [ct] => 76
                    [wt] => 50456
                    [cpu] => 80554
                    [mu] => 1564952
                    [pmu] => 876672
                )

            [ControllerStartupLogin::index==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\ExtensionSet::__construct] => Array
                (
                    [ct] => 17
                    [wt] => 223
                    [cpu] => 0
                    [mu] => 4520
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_settings_mova==>Registry::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::loadStore==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_settings_mova==>ControllerSeoLangSeoLang::switchLanguage] => Array
                (
                    [ct] => 3
                    [wt] => 16087
                    [cpu] => 12535
                    [mu] => 73536
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardImportTop::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 3093
                    [cpu] => 2075
                    [mu] => 19144
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::admin_link==>Config::get] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [main()==>start] => Array
                (
                    [ct] => 1
                    [wt] => 400773
                    [cpu] => 241276
                    [mu] => 2132448
                    [pmu] => 3327360
                )

            [ControllerExtensionDashboardDomovoy::dashboard==>Loader::language] => Array
                (
                    [ct] => 2
                    [wt] => 2015
                    [cpu] => 3212
                    [mu] => 13168
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardSale::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 7191
                    [cpu] => 4818
                    [mu] => 28808
                    [pmu] => 0
                )

            [Xhgui\Profiler\Profiler::stop==>Xhgui\Profiler\Profiler::disable] => Array
                (
                    [ct] => 1
                    [wt] => 175
                    [cpu] => 0
                    [mu] => 1104
                    [pmu] => 0
                )

            [Action::execute@2==>modification] => Array
                (
                    [ct] => 49
                    [wt] => 2495
                    [cpu] => 0
                    [mu] => 416
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Cart\User::isLogged] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_9a6dbc23c794d8d7aed25ccf184c2ad5cdc075f74ea1f76a567647770d40241e::__construct==>__TwigTemplate_9a6dbc23c794d8d7aed25ccf184c2ad5cdc075f74ea1f76a567647770d40241e::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::dashboard==>ControllerExtensionDashboardDomovoy::checkFunc] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 400
                    [pmu] => 0
                )

            [ControllerExtensionDashboardActivity::dashboard==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 1614
                    [cpu] => 1918
                    [mu] => 968
                    [pmu] => 0
                )

            [start==>Config::load] => Array
                (
                    [ct] => 2
                    [wt] => 248
                    [cpu] => 0
                    [mu] => 3032
                    [pmu] => 5736
                )

            [OCFilter\Setting::__construct==>OCFilter\Factory::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_2c270f5897cc535931909e169d1d2ed9c92b87ceca36ebb23b665498d8989ebd::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>Language::get] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::setCache==>Twig\Cache\FilesystemCache::__construct] => Array
                (
                    [ct] => 17
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 0
                )

            [main()==>Xhgui\Profiler\Profiler::registerShutdownHandler] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 264
                )

            [Xhgui\Profiler\ProfilingData::__construct==>Xhgui\Profiler\Config::offsetExists] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelExtensionDashboardOnline::getTotalOnline] => Array
                (
                    [ct] => 1
                    [wt] => 293
                    [cpu] => 223
                    [mu] => 336
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::add_permission==>Proxy::getUserGroups] => Array
                (
                    [ct] => 30
                    [wt] => 3755
                    [cpu] => 21666
                    [mu] => 1267168
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Url::link] => Array
                (
                    [ct] => 75
                    [wt] => 172
                    [cpu] => 0
                    [mu] => 6064
                    [pmu] => 0
                )

            [ModelLocalisationLanguage::getLanguages==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 222
                    [cpu] => 19
                    [mu] => 1912
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::add_permission==>Loader::model] => Array
                (
                    [ct] => 30
                    [wt] => 751
                    [cpu] => 0
                    [mu] => 11680
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_url_link] => Array
                (
                    [ct] => 1
                    [wt] => 1394
                    [cpu] => 1383
                    [mu] => 3072
                    [pmu] => 0
                )

            [Loader::controller@1==>Action::execute@3] => Array
                (
                    [ct] => 1
                    [wt] => 2953
                    [cpu] => 1686
                    [mu] => 18208
                    [pmu] => 0
                )

            [ControllerExtensionDashboardImportTop::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2117
                    [cpu] => 922
                    [mu] => 18312
                    [pmu] => 0
                )

            [Cart\User::__construct==>DB::escape] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 168
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerCommonHeader::index] => Array
                (
                    [ct] => 1
                    [wt] => 8038
                    [cpu] => 5903
                    [mu] => 97112
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::validate==>Language::load] => Array
                (
                    [ct] => 1
                    [wt] => 538
                    [cpu] => 914
                    [mu] => 1248
                    [pmu] => 0
                )

            [Action::execute@3==>ControllerEventLanguage::before] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 20664
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::loadStore==>Proxy::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 520
                    [cpu] => 3761
                    [mu] => 1296
                    [pmu] => 0
                )

            [__TwigTemplate_c2682f6778571a092b4f2ab3bc7c6c119e090dcaa8449449491716ecae65554a::__construct==>__TwigTemplate_c2682f6778571a092b4f2ab3bc7c6c119e090dcaa8449449491716ecae65554a::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::dashboard==>ControllerExtensionDashboardDomovoy::date_diff] => Array
                (
                    [ct] => 3
                    [wt] => 38
                    [cpu] => 0
                    [mu] => -640
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::admin_link==>Controller::__get] => Array
                (
                    [ct] => 8
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::__construct==>Twig\Loader\ChainLoader::addLoader] => Array
                (
                    [ct] => 136
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 25696
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Language::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::__construct==>Config::get] => Array
                (
                    [ct] => 21
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Cart\User::hasPermission] => Array
                (
                    [ct] => 74
                    [wt] => 218
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 999
                    [cpu] => 1702
                    [mu] => 348832
                    [pmu] => 472624
                )

            [Action::execute@2==>Controller::__construct] => Array
                (
                    [ct] => 49
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getCustomerGroups==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 242
                    [cpu] => 1600
                    [mu] => 2152
                    [pmu] => 0
                )

            [Cart\Length::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 205
                    [mu] => 2208
                    [pmu] => 0
                )

            [ControllerExtensionDashboardOnline::dashboard==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 914
                    [cpu] => 1209
                    [mu] => 592
                    [pmu] => 0
                )

            [start==>Url::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::calc==>ControllerExtensionDashboardDomovoy::format_size] => Array
                (
                    [ct] => 1
                    [wt] => 236
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [Proxy::__call@2==>Loader::{closure}@2] => Array
                (
                    [ct] => 2
                    [wt] => 594
                    [cpu] => 5688
                    [mu] => 800
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionDashboardOnline::dashboard] => Array
                (
                    [ct] => 1
                    [wt] => 3914
                    [cpu] => 2842
                    [mu] => 83464
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelCustomerCustomer::getTotalCustomers] => Array
                (
                    [ct] => 3
                    [wt] => 484
                    [cpu] => 533
                    [mu] => 512
                    [pmu] => 0
                )

            [Template\Twig::render==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 900
                    [cpu] => 0
                    [mu] => 7064
                    [pmu] => 0
                )

            [optionscombinations\OptionsCombinationsLib::__construct==>optionscombinations\OptionsCombinationsLib::__get] => Array
                (
                    [ct] => 5
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Session::start==>Session\DB::read] => Array
                (
                    [ct] => 1
                    [wt] => 219
                    [cpu] => 56
                    [mu] => 928
                    [pmu] => 18152
                )

            [OCFilter\Core::admin==>OCFilter\Factory::__set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 0
                )

            [Action::execute@3==>library] => Array
                (
                    [ct] => 2
                    [wt] => 175
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 154
                    [cpu] => 0
                    [mu] => 13936
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::__construct==>ControllerExtensionAdvertiseGoogle::loadStore] => Array
                (
                    [ct] => 1
                    [wt] => 534
                    [cpu] => 3761
                    [mu] => 1864
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_c2682f6778571a092b4f2ab3bc7c6c119e090dcaa8449449491716ecae65554a::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_settings] => Array
                (
                    [ct] => 1
                    [wt] => 19420
                    [cpu] => 15677
                    [mu] => 47968
                    [pmu] => 0
                )

            [Twig\Template::display==>Twig\Template::displayWithErrorHandling] => Array
                (
                    [ct] => 17
                    [wt] => 6349
                    [cpu] => 7028
                    [mu] => 110208
                    [pmu] => 0
                )

            [OCFilter\Core::admin==>library] => Array
                (
                    [ct] => 1
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [ControllerExtensionDashboardDomovoy::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 4110
                    [cpu] => 3298
                    [mu] => 51448
                    [pmu] => 45272
                )

            [Loader::{closure}==>ModelLocalisationOrderStatus::getOrderStatuses] => Array
                (
                    [ct] => 1
                    [wt] => 536
                    [cpu] => 789
                    [mu] => 8600
                    [pmu] => 0
                )

            [ControllerEventLanguage::before==>Language::set] => Array
                (
                    [ct] => 18
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 451696
                    [pmu] => 0
                )

            [library==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>Loader::callback] => Array
                (
                    [ct] => 256
                    [wt] => 177
                    [cpu] => 0
                    [mu] => 211072
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Url::link] => Array
                (
                    [ct] => 8
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [ControllerExtensionDashboardActivity::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 5661
                    [cpu] => 4970
                    [mu] => 37040
                    [pmu] => 36704
                )

            [ControllerStartupStartup::index==>library] => Array
                (
                    [ct] => 7
                    [wt] => 620
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 0
                )

            [ModelDesignLayout::getLayouts==>Model::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [DB::escape==>DB\MySQLi::escape] => Array
                (
                    [ct] => 34
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 1688
                    [pmu] => 152
                )

            [ControllerStartupError::index==>Log::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [start==>library] => Array
                (
                    [ct] => 10
                    [wt] => 918
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 2400
                )

            [ControllerSeoLangSeoLang::method_widgets==>ControllerSeoLangMovaMova::load_language] => Array
                (
                    [ct] => 1
                    [wt] => 347
                    [cpu] => 0
                    [mu] => -2680
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile@1==>Composer\Autoload\ClassLoader::loadClass@2] => Array
                (
                    [ct] => 4
                    [wt] => 257
                    [cpu] => 0
                    [mu] => 2560
                    [pmu] => 0
                )

            [initOCFilter==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getActivities==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 347
                    [cpu] => 270
                    [mu] => 1344
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::__construct==>Controller::__get] => Array
                (
                    [ct] => 33
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::loadStore==>Controller::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Xhgui\Profiler\Profiler::disable==>Xhgui\Profiler\Profilers\TidewaysXHProf::disable] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Cart::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelLocalisationCurrency::editValueByCode==>DB::escape] => Array
                (
                    [ct] => 4
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_set_complete==>Controller::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingExtension::getInstalled==>DB::escape] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 168
                    [pmu] => 0
                )

            [Loader::{closure}==>Model::__construct] => Array
                (
                    [ct] => 24
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_d3254f4366e9d74aa9f0da82833107444e047c268b301aad89272d7bfe467ac3::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_model==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 10467
                    [cpu] => 11483
                    [mu] => 90688
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSaleOrder::getTotalOrders] => Array
                (
                    [ct] => 4
                    [wt] => 1875
                    [cpu] => 5091
                    [mu] => 576
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::loadStore==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Factory::admin==>OCFilter\Factory::__call] => Array
                (
                    [ct] => 1
                    [wt] => 149
                    [cpu] => 0
                    [mu] => 2416
                    [pmu] => 0
                )

            [ModelExtensionDashboardSale::getTotalSales==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 1423
                    [cpu] => 2230
                    [mu] => 3752
                    [pmu] => 0
                )

            [ModelUserUser::getUser==>Model::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingSetting::getSettingValue==>Model::__get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getInstalled==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 562
                    [cpu] => 1791
                    [mu] => 2112
                    [pmu] => 0
                )

            [Proxy::getUserGroups==>Proxy::__call] => Array
                (
                    [ct] => 30
                    [wt] => 3731
                    [cpu] => 21666
                    [mu] => 1267040
                    [pmu] => 0
                )

            [ControllerStartupLogin::index==>Cart\User::isLogged] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupError::index==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 1395
                    [cpu] => 3988
                    [mu] => 640
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Document::getScripts] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@4==>Controller::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_2c270f5897cc535931909e169d1d2ed9c92b87ceca36ebb23b665498d8989ebd::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [Cart\Weight::__construct==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\includeFile] => Array
                (
                    [ct] => 15
                    [wt] => 1729
                    [cpu] => 1570
                    [mu] => 15216
                    [pmu] => 600
                )

            [ControllerExtensionDashboardOnline::dashboard==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1910
                    [cpu] => 873
                    [mu] => 76408
                    [pmu] => 0
                )

            [ModelSettingStore::getStores==>Cache::set] => Array
                (
                    [ct] => 5
                    [wt] => 376
                    [cpu] => 295
                    [mu] => 256
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>Registry::set] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Action::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 938
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [__TwigTemplate_613a329f26e5223f9a1094527cf1c1c4d3bbd6ec10bfb4a11e381250e5fb0e13::__construct==>__TwigTemplate_613a329f26e5223f9a1094527cf1c1c4d3bbd6ec10bfb4a11e381250e5fb0e13::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [Twig\TemplateWrapper::render==>Twig\Template::render] => Array
                (
                    [ct] => 17
                    [wt] => 6704
                    [cpu] => 7135
                    [mu] => 183296
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\OpenCart::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 917
                    [mu] => 512
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_721254f7201f32f4636a9ddfde2d0eeb0cb3f966cfb83fe76592354c9483ee9d::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getOrders==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 972
                    [cpu] => 228
                    [mu] => 6376
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::load_language==>Language::load] => Array
                (
                    [ct] => 4
                    [wt] => 790
                    [cpu] => 0
                    [mu] => -64
                    [pmu] => 0
                )

            [Proxy::editSettingValue==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 914
                    [cpu] => 133
                    [mu] => 792
                    [pmu] => 0
                )

            [Action::execute@3==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 1
                    [wt] => 613
                    [cpu] => 0
                    [mu] => -20408
                    [pmu] => 0
                )

            [Loader::controller@1==>Event::trigger] => Array
                (
                    [ct] => 2
                    [wt] => 815
                    [cpu] => 0
                    [mu] => -480
                    [pmu] => 0
                )

            [ControllerExtensionDashboardCustomer::dashboard==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [Loader::{closure}==>Event::trigger] => Array
                (
                    [ct] => 146
                    [wt] => 3125
                    [cpu] => 0
                    [mu] => -65632
                    [pmu] => 0
                )

            [Loader::{closure}==>Event::trigger@1] => Array
                (
                    [ct] => 6
                    [wt] => 138
                    [cpu] => 0
                    [mu] => -2512
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_set_complete==>Proxy::getOrderStatuses] => Array
                (
                    [ct] => 1
                    [wt] => 597
                    [cpu] => 789
                    [mu] => 9400
                    [pmu] => 0
                )

            [__TwigTemplate_d3254f4366e9d74aa9f0da82833107444e047c268b301aad89272d7bfe467ac3::__construct==>__TwigTemplate_d3254f4366e9d74aa9f0da82833107444e047c268b301aad89272d7bfe467ac3::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [Twig\Environment::getExtensions==>Twig\ExtensionSet::getExtensions] => Array
                (
                    [ct] => 17
                    [wt] => 42
                    [cpu] => 290
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSearchSearch::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 978
                    [cpu] => 658
                    [mu] => 496
                    [pmu] => 0
                )

            [ControllerExtensionDashboardRecent::dashboard==>Url::link] => Array
                (
                    [ct] => 5
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::__construct==>Controller::__get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelLocalisationOrderStatus::getOrderStatuses==>Cache::set] => Array
                (
                    [ct] => 1
                    [wt] => 113
                    [cpu] => 86
                    [mu] => 88
                    [pmu] => 0
                )

            [__TwigTemplate_76ef44defe6d2e4719f88cad6e2f70a5f498f5ccdde6b680a2ee15627bccc03c::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@1] => Array
                (
                    [ct] => 2
                    [wt] => 194
                    [cpu] => 0
                    [mu] => 18704
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@2] => Array
                (
                    [ct] => 33
                    [wt] => 14949
                    [cpu] => 7324
                    [mu] => 82744
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@3] => Array
                (
                    [ct] => 19
                    [wt] => 22915
                    [cpu] => 20081
                    [mu] => 579464
                    [pmu] => 395720
                )

            [Event::trigger==>Action::execute@4] => Array
                (
                    [ct] => 1
                    [wt] => 110
                    [cpu] => 0
                    [mu] => 21048
                    [pmu] => 0
                )

            [Cache::__construct==>Cache\Redis::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 213
                    [cpu] => 538
                    [mu] => 472
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Document::getLinks] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

        )

)