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] => 689f0164b012717c6b532373
    [meta] => Array
        (
            [url] => /ru/index.php?route=extension/module/options_combinations/option_script&product_id=177&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_images_selected_border_color=08C&options_like_images_hover_border_color=DDDDDD&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&options_like_list_selected_border_color=08C&options_like_list_hover_border_color=DDDDDD&config_opt_comb_stock=1&config_opt_comb_text_dimensions=%D0%A0%D0%B0%D0%B7%D0%BC%D0%B5%D1%80%D1%8B:&config_opt_comb_text_dimensions_length=%D0%94:&config_opt_comb_text_dimensions_width=%D0%A8:&config_opt_comb_text_dimensions_height=%D0%92:&config_opt_comb_button_reset_options=1&product_seo_keyword=krovat-s-podemnim-mekhanizmom-nl-132&url_params=&v=20250815124403
            [get] => Array
                (
                    [route] => extension/module/options_combinations/option_script
                    [product_id] => 177
                    [options_like_images_image] => 0
                    [options_like_images_width] => 24
                    [options_like_images_height] => 24
                    [options_like_images_radius] => 
                    [options_like_images_selected_border_color] => 08C
                    [options_like_images_hover_border_color] => DDDDDD
                    [options_like_list_width] => 24
                    [options_like_list_height] => 24
                    [options_like_list_radius] => 
                    [options_like_list_selected_border_color] => 08C
                    [options_like_list_hover_border_color] => DDDDDD
                    [config_opt_comb_stock] => 1
                    [config_opt_comb_text_dimensions] => Размеры:
                    [config_opt_comb_text_dimensions_length] => Д:
                    [config_opt_comb_text_dimensions_width] => Ш:
                    [config_opt_comb_text_dimensions_height] => В:
                    [config_opt_comb_button_reset_options] => 1
                    [product_seo_keyword] => krovat-s-podemnim-mekhanizmom-nl-132
                    [url_params] => 
                    [v] => 20250815124403
                )

            [env] => Array
                (
                )

            [SERVER] => Array
                (
                    [HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.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] => 77.120.182.206
                    [HTTPS] => 1
                    [DOCUMENT_ROOT] => /www/wwwroot/nashi-lizhka.com
                    [REQUEST_METHOD] => GET
                    [QUERY_STRING] => _route_=ru/index.php&route=extension/module/options_combinations/option_script&product_id=177&options_like_images_image=0&options_like_images_width=24&options_like_images_height=24&options_like_images_radius=&options_like_images_selected_border_color=08C&options_like_images_hover_border_color=DDDDDD&options_like_list_width=24&options_like_list_height=24&options_like_list_radius=&options_like_list_selected_border_color=08C&options_like_list_hover_border_color=DDDDDD&config_opt_comb_stock=1&config_opt_comb_text_dimensions=%D0%A0%D0%B0%D0%B7%D0%BC%D0%B5%D1%80%D1%8B:&config_opt_comb_text_dimensions_length=%D0%94:&config_opt_comb_text_dimensions_width=%D0%A8:&config_opt_comb_text_dimensions_height=%D0%92:&config_opt_comb_button_reset_options=1&product_seo_keyword=krovat-s-podemnim-mekhanizmom-nl-132&url_params=&v=20250815124403
                    [PHP_SELF] => /index.php
                    [REQUEST_TIME_FLOAT] => 1755251043.9315
                    [REQUEST_TIME] => 1755251043
                )

            [simple_url] => /ru/index.php?route=extension/module/options_combinations/option_script&product_id&options_like_images_image&options_like_images_width&options_like_images_height&options_like_images_radius=&options_like_images_selected_border_colorC&options_like_images_hover_border_color=DDDDDD&options_like_list_width&options_like_list_height&options_like_list_radius=&options_like_list_selected_border_colorC&options_like_list_hover_border_color=DDDDDD&config_opt_comb_stock&config_opt_comb_text_dimensions=%D0%A0%D0%B0%D0%B7%D0%BC%D0%B5%D1%80%D1%8B:&config_opt_comb_text_dimensions_length=%D0%94:&config_opt_comb_text_dimensions_width=%D0%A8:&config_opt_comb_text_dimensions_height=%D0%92:&config_opt_comb_button_reset_options&product_seo_keyword=krovat-s-podemnim-mekhanizmom-nl-132&url_params=&v
            [request_ts] => MongoDate Object
                (
                    [sec] => 1755251043
                    [usec] => 0
                )

            [request_ts_micro] => MongoDate Object
                (
                    [sec] => 1755251043
                    [usec] => 931000
                )

            [request_date] => 2025-08-15
        )

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

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

            [start==>Action::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 197
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 1440
                )

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

            [ControllerExtensionModuleOCFilter::eventApi==>Registry::get] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getSetting==>Proxy::__call@1] => Array
                (
                    [ct] => 2
                    [wt] => 185
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

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

            [Proxy::resize==>Proxy::__call] => Array
                (
                    [ct] => 504
                    [wt] => 223651
                    [cpu] => 219334
                    [mu] => -120736
                    [pmu] => 0
                )

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

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

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

            [__TwigTemplate_f9c1e4df23f858eadb306aae401aeb4e475cc99091f32f8fa5b7b6172865d2e6::doDisplay==>Twig\Template::display@1] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 66176
                    [pmu] => 0
                )

            [ModelCatalogMaterials::getMaterialCategoryByName==>Model::__get] => Array
                (
                    [ct] => 768
                    [wt] => 993
                    [cpu] => 250
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::exists==>Twig\Loader\FilesystemLoader::exists] => Array
                (
                    [ct] => 1
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 1640
                    [pmu] => 0
                )

            [OCFilter\Setting::__construct==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 580
                    [cpu] => 66
                    [mu] => 56448
                    [pmu] => 76176
                )

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

            [Url::link==>ControllerStartupSeoUrl::rewrite] => Array
                (
                    [ct] => 2
                    [wt] => 221
                    [cpu] => 314
                    [mu] => 1904
                    [pmu] => 0
                )

            [main()==>Whe] => Array
                (
                    [ct] => 3
                    [wt] => 76
                    [cpu] => 0
                    [mu] => -160
                    [pmu] => 328
                )

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

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

            [ModelSettingStore::getStores==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 19
                    [mu] => 480
                    [pmu] => 0
                )

            [ControllerEventTranslation::index==>Proxy::getTranslations] => Array
                (
                    [ct] => 4
                    [wt] => 637
                    [cpu] => 2892
                    [mu] => 2840
                    [pmu] => 20528
                )

            [Template\Twig::render==>Twig\Environment::render] => Array
                (
                    [ct] => 1
                    [wt] => 10459
                    [cpu] => 7897
                    [mu] => 1065528
                    [pmu] => 3161744
                )

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

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

            [start==>Session::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 293
                    [cpu] => 271
                    [mu] => 2448
                    [pmu] => 1800
                )

            [SeoPro::initHelpers==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 658
                    [mu] => 9824
                    [pmu] => 0
                )

            [SeoPro::initHelpers==>SeoPro::getPath] => Array
                (
                    [ct] => 19
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 7528
                    [pmu] => 0
                )

            [ControllerExtensionModuleOptionsCombinations::option_script==>Proxy::getProductDiscount] => Array
                (
                    [ct] => 1
                    [wt] => 537
                    [cpu] => 861
                    [mu] => 1192
                    [pmu] => 0
                )

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

            [ControllerExtensionModuleOptionsCombinations::option_script==>Loader::language] => Array
                (
                    [ct] => 2
                    [wt] => 904
                    [cpu] => 1304
                    [mu] => 5056
                    [pmu] => 0
                )

            [ModelDesignTranslation::getTranslations==>DB::query] => Array
                (
                    [ct] => 4
                    [wt] => 180
                    [cpu] => 2822
                    [mu] => 1120
                    [pmu] => 16992
                )

            [Twig\Loader\FilesystemLoader::findTemplate==>Twig\Loader\FilesystemLoader::parseName] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

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

            [OCFilter\Core::catalog==>{closure}] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ModelSeoLangSeoLang::control==>ControllerSeoLangMovaMova::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 576
                )

            [ModelCatalogMaterials::getMaterialCategoryByName==>Cache::get] => Array
                (
                    [ct] => 768
                    [wt] => 33900
                    [cpu] => 97028
                    [mu] => 503936
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelExtensionModuleOptionsCombinations::getCombinedOptions] => Array
                (
                    [ct] => 1
                    [wt] => 10762
                    [cpu] => 10397
                    [mu] => 2765240
                    [pmu] => 3191480
                )

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

            [Action::execute==>ControllerStartupEvent::index] => Array
                (
                    [ct] => 1
                    [wt] => 2290
                    [cpu] => 165
                    [mu] => 32280
                    [pmu] => 0
                )

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

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

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

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 87
                    [wt] => 1597
                    [cpu] => 10
                    [mu] => 7632
                    [pmu] => 1824
                )

            [SeoPro::baseRewrite==>SeoPro::getCategoryByProduct] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 233
                    [mu] => 544
                    [pmu] => 0
                )

            [Proxy::getLanguages==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 109
                    [cpu] => 384
                    [mu] => 3568
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupSeoUrl::index] => Array
                (
                    [ct] => 1
                    [wt] => 744
                    [cpu] => 607
                    [mu] => 12008
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Proxy::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 144
                    [cpu] => 165
                    [mu] => 23680
                    [pmu] => 0
                )

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

            [OCFilter\Core::init==>{closure}] => Array
                (
                    [ct] => 5
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerProductMaterials::modifyScriptData==>Proxy::getMaterialsByCategoryId] => Array
                (
                    [ct] => 4
                    [wt] => 2427
                    [cpu] => 1767
                    [mu] => 191448
                    [pmu] => 0
                )

            [OCFilter\Factory::__call==>OCFilter\Core::catalog] => Array
                (
                    [ct] => 1
                    [wt] => 879
                    [cpu] => 0
                    [mu] => 147520
                    [pmu] => 89760
                )

            [OCFilter\Core::catalog==>library] => Array
                (
                    [ct] => 4
                    [wt] => 264
                    [cpu] => 0
                    [mu] => 74400
                    [pmu] => 75256
                )

            [ControllerProductMaterials::modifyScriptData==>Controller::__get] => Array
                (
                    [ct] => 2048
                    [wt] => 2657
                    [cpu] => 72
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Request::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 334
                    [cpu] => 0
                    [mu] => 47672
                    [pmu] => 39064
                )

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

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

            [ControllerExtensionModuleOptionsCombinations::option_script==>Response::addHeader] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelExtensionModuleOptionsCombinations::__construct==>Model::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Composer\Autoload\ClassLoader::findFile==>Composer\Autoload\ClassLoader::findFileWithExtension] => Array
                (
                    [ct] => 95
                    [wt] => 1490
                    [cpu] => 1824
                    [mu] => 3424
                    [pmu] => 2080
                )

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

            [ControllerStartupStartup::index==>SeoLang::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 554
                    [cpu] => 607
                    [mu] => 14424
                    [pmu] => 21216
                )

            [Url::link==>OCFilter\Seo::rewrite] => Array
                (
                    [ct] => 2
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

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

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

            [SeoPro::validate==>SeoPro::detectAjax] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Length::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 158
                    [mu] => 2744
                    [pmu] => 2720
                )

            [Cart\Tax::setShippingAddress==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 180
                    [mu] => -96
                    [pmu] => 56
                )

            [DB::__construct==>{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::twoslaches] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::getMulti==>ControllerSeoLangMovaMova::mova_api] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_f9c1e4df23f858eadb306aae401aeb4e475cc99091f32f8fa5b7b6172865d2e6::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 9277
                    [cpu] => 7897
                    [mu] => 1039352
                    [pmu] => 1417216
                )

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

            [Twig\Template::loadTemplate==>Twig\Environment::loadTemplate] => Array
                (
                    [ct] => 1
                    [wt] => 442
                    [cpu] => 0
                    [mu] => 6136
                    [pmu] => 0
                )

            [Proxy::getSettings==>Proxy::__call@1] => Array
                (
                    [ct] => 1
                    [wt] => 254
                    [cpu] => 2406
                    [mu] => 20864
                    [pmu] => 0
                )

            [ModelCatalogMaterials::__construct==>Model::__get] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [initOCFilter==>OCFilter\Core::init] => Array
                (
                    [ct] => 1
                    [wt] => 1289
                    [cpu] => 636
                    [mu] => 32528
                    [pmu] => 76176
                )

            [ModelCatalogDiscount::getProductDiscount==>Model::__get] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionModuleOptionsCombinations::option_script==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 13217
                    [cpu] => 10856
                    [mu] => 1178728
                    [pmu] => 3240152
                )

            [SeoLang::switchLanguage==>Language::load] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 8376
                    [pmu] => 768
                )

            [SeoPro::getCategoryByProduct==>SeoPro::getPathByCategory] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

            [SeoPro::__construct==>SeoPro::initHelpers] => Array
                (
                    [ct] => 1
                    [wt] => 115
                    [cpu] => 658
                    [mu] => 16392
                    [pmu] => 0
                )

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

            [Proxy::control==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 796
                    [cpu] => 2406
                    [mu] => 95264
                    [pmu] => 6840
                )

            [ControllerProductMaterials::__construct==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 10320
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupStartup::index] => Array
                (
                    [ct] => 1
                    [wt] => 5370
                    [cpu] => 4927
                    [mu] => 301312
                    [pmu] => 585840
                )

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

            [Composer\Autoload\ClassLoader::loadClass@2==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 4
                    [wt] => 65
                    [cpu] => 1824
                    [mu] => 768
                    [pmu] => 352
                )

            [Model::__set==>Registry::set] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 32
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelSettingEvent::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 111
                    [cpu] => 165
                    [mu] => 22896
                    [pmu] => 0
                )

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

            [Template\Twig::render==>Twig\Environment::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 503
                    [cpu] => 1824
                    [mu] => 76408
                    [pmu] => 74152
                )

            [Action::execute==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 1
                    [wt] => 214
                    [cpu] => 544
                    [mu] => 8376
                    [pmu] => 26528
                )

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

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

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

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

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

            [Loader::{closure}==>Registry::get] => Array
                (
                    [ct] => 4120
                    [wt] => 2087
                    [cpu] => 22
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerStartupEvent::index==>Event::register] => Array
                (
                    [ct] => 34
                    [wt] => 387
                    [cpu] => 0
                    [mu] => 15152
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Controller::__get] => Array
                (
                    [ct] => 568
                    [wt] => 590
                    [cpu] => 1482
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Proxy::loadlibrary] => Array
                (
                    [ct] => 1
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 2776
                )

            [ControllerProductMaterials::modifyScriptData==>Proxy::getOptionValueName] => Array
                (
                    [ct] => 768
                    [wt] => 102058
                    [cpu] => 98739
                    [mu] => 63160
                    [pmu] => 901376
                )

            [ControllerStartupSeoUrl::__construct==>SeoPro::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 172
                    [cpu] => 658
                    [mu] => 21208
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupSession::index] => Array
                (
                    [ct] => 1
                    [wt] => 196
                    [cpu] => 1648
                    [mu] => 3448
                    [pmu] => 18696
                )

            [SeoPro::baseRewrite==>SeoPro::getKeywordByQuery] => Array
                (
                    [ct] => 2
                    [wt] => 74
                    [cpu] => 81
                    [mu] => 616
                    [pmu] => 0
                )

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

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

            [Proxy::getSpecialByProductId==>Proxy::__call@1] => Array
                (
                    [ct] => 1
                    [wt] => 296
                    [cpu] => 278
                    [mu] => 688
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::exists==>Twig\Loader\FilesystemLoader::normalizeName] => Array
                (
                    [ct] => 3
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelLocalisationCurrency::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 69
                    [cpu] => 759
                    [mu] => 4792
                    [pmu] => 5464
                )

            [ModelExtensionModuleOptionsCombinations::__construct==>optionscombinations\OptionsCombinationsLib::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSeoLangSeoLang::loadlibrary] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 1728
                    [pmu] => 2264
                )

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

            [Proxy::getOptionValueName==>Proxy::__call] => Array
                (
                    [ct] => 768
                    [wt] => 101346
                    [cpu] => 98739
                    [mu] => -225736
                    [pmu] => 901376
                )

            [Twig\Loader\FilesystemLoader::exists==>Twig\Loader\FilesystemLoader::findTemplate] => Array
                (
                    [ct] => 1
                    [wt] => 130
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 0
                )

            [__TwigTemplate_f9c1e4df23f858eadb306aae401aeb4e475cc99091f32f8fa5b7b6172865d2e6::doDisplay==>Twig\Template::loadTemplate] => Array
                (
                    [ct] => 1
                    [wt] => 456
                    [cpu] => 0
                    [mu] => 6392
                    [pmu] => 0
                )

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

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

            [start==>Event::register] => Array
                (
                    [ct] => 5
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2416
                    [pmu] => 0
                )

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

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

            [Loader::{closure}==>ModelExtensionModuleOptionsCombinations::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 864
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 2
                    [wt] => 347
                    [cpu] => 1304
                    [mu] => 224
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLanglib::__construct==>Proxy::getSettings] => Array
                (
                    [ct] => 1
                    [wt] => 255
                    [cpu] => 2406
                    [mu] => 21368
                    [pmu] => 0
                )

            [ControllerExtensionModuleOptionsCombinations::option_script==>Cart\Customer::isLogged] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerEventTheme::index==>Config::get] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 80
                    [pmu] => 0
                )

            [SeoPro::validate==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 669
                    [cpu] => 607
                    [mu] => 10856
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelCatalogMaterials::getMaterialsByCategoryId] => Array
                (
                    [ct] => 4
                    [wt] => 1948
                    [cpu] => 1767
                    [mu] => 190624
                    [pmu] => 0
                )

            [ModelCatalogMaterials::__construct==>Model::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::getSettings==>Model::__get] => Array
                (
                    [ct] => 8
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [SeoLang::__construct==>Config::set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::hreflang==>Controller::__get] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [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] => 27
                    [cpu] => 28
                    [mu] => 200
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::getMulti==>Registry::get] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::view==>Template::set] => Array
                (
                    [ct] => 198
                    [wt] => 183
                    [cpu] => 0
                    [mu] => 12600
                    [pmu] => 0
                )

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

            [ModelExtensionModuleOptionsCombinations::getProductNoSelectableOptions==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 60
                    [cpu] => 200
                    [mu] => 544
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::setMain==>Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 88
                    [pmu] => 0
                )

            [SeoPro::getKeywordByQuery==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [Proxy::getCurrencies==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 100
                    [cpu] => 759
                    [mu] => 5456
                    [pmu] => 5656
                )

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

            [Action::execute==>ControllerStartupSeoUrl::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 278
                    [cpu] => 658
                    [mu] => 23424
                    [pmu] => 0
                )

            [ControllerExtensionModuleOptionsCombinations::option_script==>Config::get] => Array
                (
                    [ct] => 17
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 48
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::seourl] => Array
                (
                    [ct] => 2
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 1520
                    [pmu] => 0
                )

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

            [Twig\Template::loadTemplate==>__TwigTemplate_f9c1e4df23f858eadb306aae401aeb4e475cc99091f32f8fa5b7b6172865d2e6::getTemplateName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

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

            [ControllerProductMaterials::modifyScriptData==>Proxy::resize] => Array
                (
                    [ct] => 504
                    [wt] => 224079
                    [cpu] => 219334
                    [mu] => 68896
                    [pmu] => 0
                )

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

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::load] => Array
                (
                    [ct] => 2
                    [wt] => 160
                    [cpu] => 0
                    [mu] => 5208
                    [pmu] => 0
                )

            [SeoLang::ex==>utf8_strtolower] => Array
                (
                    [ct] => 10
                    [wt] => 158
                    [cpu] => 0
                    [mu] => 6592
                    [pmu] => 2560
                )

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

            [main()==>Xhgui\Profiler\Profiler::shutDown] => Array
                (
                    [ct] => 1
                    [wt] => 5413
                    [cpu] => 91
                    [mu] => -1047184
                    [pmu] => 0
                )

            [start==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 417
                    [cpu] => 544
                    [mu] => 9928
                    [pmu] => 28424
                )

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

            [Proxy::loadlibrary==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 2776
                )

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

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

            [ModelCatalogMaterials::getOptionValueName==>Model::__get] => Array
                (
                    [ct] => 768
                    [wt] => 919
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerStartupStartup::index==>Cart\Weight::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 145
                    [mu] => 3224
                    [pmu] => 3280
                )

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

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

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

            [Controller::__set==>Registry::set] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => -312
                    [pmu] => 0
                )

            [ModelDesignTranslation::getTranslations==>Config::get] => Array
                (
                    [ct] => 9
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Loader\FilesystemLoader::__construct==>Twig\Loader\FilesystemLoader::setPaths] => Array
                (
                    [ct] => 3
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 2776
                    [pmu] => 0
                )

            [Loader::controller==>Loader::lm_replacecontroller] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [ControllerExtensionModuleOptionsCombinations::option_script==>Controller::__get] => Array
                (
                    [ct] => 38
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelCatalogMaterials::getOptionValueName] => Array
                (
                    [ct] => 768
                    [wt] => 31571
                    [cpu] => 97120
                    [mu] => 61824
                    [pmu] => 901376
                )

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

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

            [Twig\Environment::__construct==>Twig\Environment::addExtension] => Array
                (
                    [ct] => 3
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 1600
                )

            [Twig\Environment::updateOptionsHash==>Twig\ExtensionSet::getSignature] => Array
                (
                    [ct] => 3
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 896
                    [pmu] => 1008
                )

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

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

            [Action::execute==>modification] => Array
                (
                    [ct] => 8
                    [wt] => 253
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 232
                )

            [start==>DB::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 433
                    [cpu] => 1733
                    [mu] => 44432
                    [pmu] => 43960
                )

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

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

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

            [Twig\Environment::loadTemplate==>Twig\Environment::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 593
                    [cpu] => 0
                    [mu] => 9880
                    [pmu] => 0
                )

            [Model::__get==>Registry::get] => Array
                (
                    [ct] => 3132
                    [wt] => 1494
                    [cpu] => 250
                    [mu] => 128
                    [pmu] => 128
                )

            [start==>Router::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 490290
                    [cpu] => 459007
                    [mu] => 1740472
                    [pmu] => 7962816
                )

            [Simple\Rewrite::rewrite==>Config::get] => Array
                (
                    [ct] => 20
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::getCacheKey==>Twig\Loader\ChainLoader::exists] => Array
                (
                    [ct] => 2
                    [wt] => 154
                    [cpu] => 0
                    [mu] => 2368
                    [pmu] => 0
                )

            [ControllerExtensionModuleOptionsCombinations::option_script==>Language::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionModuleOptionsCombinations::option_script==>Proxy::getProductNoSelectableOptions] => Array
                (
                    [ct] => 1
                    [wt] => 213
                    [cpu] => 200
                    [mu] => 1320
                    [pmu] => 0
                )

            [ControllerEventLanguage::after==>Controller::__get] => Array
                (
                    [ct] => 243
                    [wt] => 226
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelCatalogMaterials::getMaterialsByCategoryId==>ModelCatalogMaterials::getMaterial] => Array
                (
                    [ct] => 13
                    [wt] => 1688
                    [cpu] => 1176
                    [mu] => 188416
                    [pmu] => 0
                )

            [library==>modification] => Array
                (
                    [ct] => 35
                    [wt] => 1121
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 1096
                )

            [Proxy::getProduct==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 1185
                    [cpu] => 776
                    [mu] => 28912
                    [pmu] => 0
                )

            [Loader::controller==>Action::execute@2] => Array
                (
                    [ct] => 1
                    [wt] => 449764
                    [cpu] => 419478
                    [mu] => 1338160
                    [pmu] => 925824
                )

            [ControllerSeoLangMovaMova::loadview==>ControllerSeoLangMovaMova::setMain] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionModuleOCFilter::eventApi] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2872
                    [pmu] => 0
                )

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

            [Url::link==>Registry::get] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingEvent::getEvents==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 107
                    [cpu] => 165
                    [mu] => 22928
                    [pmu] => 0
                )

            [Template::render==>Template\Twig::render] => Array
                (
                    [ct] => 1
                    [wt] => 11894
                    [cpu] => 9721
                    [mu] => 1166120
                    [pmu] => 3240152
                )

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

            [start==>Response::output] => Array
                (
                    [ct] => 1
                    [wt] => 10151
                    [cpu] => 3987
                    [mu] => 1042256
                    [pmu] => 0
                )

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

            [initOCFilter==>{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelCatalogSpecials::getSpecialByProductId==>Model::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [initOCFilter==>OCFilter\Factory::catalog] => Array
                (
                    [ct] => 1
                    [wt] => 885
                    [cpu] => 0
                    [mu] => 147776
                    [pmu] => 89760
                )

            [SeoPro::getPath@1==>SeoPro::getPath@2] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerEventTranslation::index==>Controller::__get] => Array
                (
                    [ct] => 8
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 352
                )

            [Cart\Currency::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 176
                    [mu] => 3496
                    [pmu] => 19296
                )

            [Proxy::getStores==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 383
                    [cpu] => 607
                    [mu] => 1424
                    [pmu] => 0
                )

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

            [OCFilter\Core::catalog==>OCFilter\Factory::__set] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 640
                )

            [Cache::get==>Cache\Redis::get] => Array
                (
                    [ct] => 786
                    [wt] => 45893
                    [cpu] => 110447
                    [mu] => 3477544
                    [pmu] => 3196848
                )

            [Twig\Template::displayWithErrorHandling@1==>__TwigTemplate_a434265210bcf82af84d6ac5eb5ad3eaec84cfe8c8875cb302e70f016d6c00ca::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 65792
                    [pmu] => 0
                )

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

            [ControllerStartupSeoUrl::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

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

            [OCFilter\Seo::rewrite==>OCFilter\Params::getIndex] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>ControllerSeoLangSeoLanglib::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 494
                    [cpu] => 2406
                    [mu] => 23752
                    [pmu] => 0
                )

            [__TwigTemplate_a434265210bcf82af84d6ac5eb5ad3eaec84cfe8c8875cb302e70f016d6c00ca::doDisplay==>twig_test_empty] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::__call@1==>Loader::{closure}@1] => Array
                (
                    [ct] => 5
                    [wt] => 1014
                    [cpu] => 2986
                    [mu] => 22992
                    [pmu] => 0
                )

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

            [Loader::{closure}@1==>ModelCatalogDiscount::getProductDiscount] => Array
                (
                    [ct] => 1
                    [wt] => 187
                    [cpu] => 302
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelExtensionModuleOptionsCombinations::getCombinedOptions==>Model::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupMaintenance::index==>Proxy::control] => Array
                (
                    [ct] => 1
                    [wt] => 683
                    [cpu] => 2406
                    [mu] => 90672
                    [pmu] => 0
                )

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

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

            [Xhgui\Profiler\Profiler::shutDown==>Xhgui\Profiler\Profiler::flush] => Array
                (
                    [ct] => 1
                    [wt] => 5218
                    [cpu] => 91
                    [mu] => -1048544
                    [pmu] => 0
                )

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

            [ControllerStartupRouter::index==>Action::execute@1] => Array
                (
                    [ct] => 1
                    [wt] => 479439
                    [cpu] => 444186
                    [mu] => 1259608
                    [pmu] => 7357456
                )

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::setpagination] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelToolImage::resize] => Array
                (
                    [ct] => 504
                    [wt] => 173465
                    [cpu] => 173110
                    [mu] => 68112
                    [pmu] => 0
                )

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

            [Language::load==>modification] => Array
                (
                    [ct] => 6
                    [wt] => 204
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

            [SeoPro::getKeywordByQuery==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 50
                    [cpu] => 81
                    [mu] => 2248
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::getSettings==>Config::set] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelLocalisationLanguage::getLanguages==>Cache::get] => Array
                (
                    [ct] => 1
                    [wt] => 71
                    [cpu] => 384
                    [mu] => 2520
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run_construct==>Controller::__set] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => -184
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::responseseolang==>ControllerSeoLangMovaMova::removepageone] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run_construct==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 4760
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>Composer\Autoload\ClassLoader::loadClass@1] => Array
                (
                    [ct] => 5
                    [wt] => 430
                    [cpu] => 1824
                    [mu] => 71920
                    [pmu] => 67616
                )

            [ModelCatalogProduct::getProduct==>Cache::get] => Array
                (
                    [ct] => 1
                    [wt] => 343
                    [cpu] => 196
                    [mu] => 14176
                    [pmu] => 0
                )

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

            [Twig\Environment::addExtension==>Twig\ExtensionSet::addExtension] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 48
                )

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

            [ControllerExtensionModuleOptionsCombinations::option_script==>Proxy::getProduct] => Array
                (
                    [ct] => 1
                    [wt] => 1187
                    [cpu] => 776
                    [mu] => 29416
                    [pmu] => 0
                )

            [SeoLang::ex==>utf8_strpos] => Array
                (
                    [ct] => 10
                    [wt] => 19
                    [cpu] => 0
                    [mu] => -6688
                    [pmu] => 0
                )

            [OCFilter\Factory::catalog==>OCFilter\Factory::__call] => Array
                (
                    [ct] => 1
                    [wt] => 884
                    [cpu] => 0
                    [mu] => 147648
                    [pmu] => 89760
                )

            [Loader::{closure}@1==>ModelCatalogSpecials::getSpecialByProductId] => Array
                (
                    [ct] => 1
                    [wt] => 188
                    [cpu] => 278
                    [mu] => 384
                    [pmu] => 0
                )

            [Proxy::getCombinedOptions==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 10921
                    [cpu] => 10397
                    [mu] => 2766408
                    [pmu] => 3191480
                )

            [SeoLang::__construct==>Registry::get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Response::output==>Registry::get] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\Setting::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 645
                    [cpu] => 66
                    [mu] => 16320
                    [pmu] => 76176
                )

            [ControllerStartupSeoUrl::index==>SeoPro::validate] => Array
                (
                    [ct] => 1
                    [wt] => 726
                    [cpu] => 607
                    [mu] => 11368
                    [pmu] => 0
                )

            [Loader::model==>modification] => Array
                (
                    [ct] => 15
                    [wt] => 649
                    [cpu] => 0
                    [mu] => 416
                    [pmu] => 216
                )

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

            [ModelExtensionModuleOptionsCombinations::getCombinedOptions==>Cache::get] => Array
                (
                    [ct] => 1
                    [wt] => 10757
                    [cpu] => 10397
                    [mu] => 2764984
                    [pmu] => 3191480
                )

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

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

            [ModelExtensionModuleOptionsCombinations::__construct==>Model::__set] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Environment::isTemplateFresh] => Array
                (
                    [ct] => 2
                    [wt] => 220
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 0
                )

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

            [Twig\Template::display@1==>Twig\Template::displayWithErrorHandling@1] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 65920
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 18
                    [wt] => 374
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [start==>Loader::library] => Array
                (
                    [ct] => 1
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

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

            [Loader::{closure}@1==>ModelSeoLangSeoLang::getSettings] => Array
                (
                    [ct] => 1
                    [wt] => 155
                    [cpu] => 2406
                    [mu] => 19880
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 1
                    [wt] => 300
                    [cpu] => 0
                    [mu] => -11832
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Url::addRewrite] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

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

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

            [Loader::controller==>Event::trigger] => Array
                (
                    [ct] => 2
                    [wt] => 549
                    [cpu] => 0
                    [mu] => -144
                    [pmu] => 0
                )

            [SeoPro::baseRewrite==>Log::write] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 16
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::loadview==>ControllerSeoLangMovaMova::remove_vars] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLanglib::__construct==>Proxy::getSetting] => Array
                (
                    [ct] => 2
                    [wt] => 189
                    [cpu] => 0
                    [mu] => 1120
                    [pmu] => 0
                )

            [start==>Cache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 286
                    [cpu] => 323
                    [mu] => 1104
                    [pmu] => 584
                )

            [Loader::view==>Template::render] => Array
                (
                    [ct] => 1
                    [wt] => 11895
                    [cpu] => 9721
                    [mu] => 1166152
                    [pmu] => 3240152
                )

            [ControllerSeoLangSeoLanglib::__construct==>Config::get] => Array
                (
                    [ct] => 9
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 72
                    [pmu] => 0
                )

            [Twig\Environment::isTemplateFresh==>Twig\Loader\ChainLoader::isFresh] => Array
                (
                    [ct] => 2
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 1088
                    [pmu] => 0
                )

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

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

            [Proxy::getEvents==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 143
                    [cpu] => 165
                    [mu] => 23552
                    [pmu] => 0
                )

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

            [Session\DB::read==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 140
                    [cpu] => 1648
                    [mu] => 1520
                    [pmu] => 17624
                )

            [ControllerStartupStartup::index==>Simple\Rewrite::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [main()==>Wf] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 280
                    [pmu] => 0
                )

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

            [main()] => Array
                (
                    [ct] => 1
                    [wt] => 513746
                    [cpu] => 469720
                    [mu] => 2068512
                    [pmu] => 8298832
                )

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

            [ControllerStartupStartup::index==>Url::lm_setRegistry] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::run_construct] => Array
                (
                    [ct] => 1
                    [wt] => 517
                    [cpu] => 607
                    [mu] => 7880
                    [pmu] => 0
                )

            [Loader::{closure}@1==>Model::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerProductMaterials::__construct==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 499
                    [cpu] => 1044
                    [mu] => 1152
                    [pmu] => 0
                )

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

            [ControllerStartupEvent::index==>Controller::__get] => Array
                (
                    [ct] => 36
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelDesignTheme::getTheme==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 232
                    [pmu] => 0
                )

            [DB::query==>DB\MySQLi::query] => Array
                (
                    [ct] => 804
                    [wt] => 30949
                    [cpu] => 111631
                    [mu] => 1431920
                    [pmu] => 1562032
                )

            [ControllerStartupRouter::index==>Event::trigger] => Array
                (
                    [ct] => 2
                    [wt] => 512
                    [cpu] => 3992
                    [mu] => 9112
                    [pmu] => 0
                )

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

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

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

            [Controller::__get==>Registry::get] => Array
                (
                    [ct] => 3108
                    [wt] => 1426
                    [cpu] => 83
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Loader\FilesystemLoader::setPaths==>Twig\Loader\FilesystemLoader::addPath] => Array
                (
                    [ct] => 3
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 1520
                    [pmu] => 0
                )

            [ControllerStartupSession::index==>Session::start] => Array
                (
                    [ct] => 1
                    [wt] => 169
                    [cpu] => 1648
                    [mu] => 2840
                    [pmu] => 18440
                )

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

            [ModelCatalogMaterials::getMaterialsByCategoryId==>DB::query] => Array
                (
                    [ct] => 4
                    [wt] => 206
                    [cpu] => 591
                    [mu] => 7928
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLanglib::__construct==>Controller::__get] => Array
                (
                    [ct] => 16
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [Loader::view==>Event::trigger] => Array
                (
                    [ct] => 2
                    [wt] => 752
                    [cpu] => 1135
                    [mu] => 20608
                    [pmu] => 0
                )

            [Request::clean==>Request::clean@1] => Array
                (
                    [ct] => 194
                    [wt] => 218
                    [cpu] => 0
                    [mu] => 41056
                    [pmu] => 33824
                )

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

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

            [Loader::{closure}@1==>Event::trigger] => Array
                (
                    [ct] => 10
                    [wt] => 411
                    [cpu] => 0
                    [mu] => -4352
                    [pmu] => 0
                )

            [ControllerStartupSeoUrl::rewrite==>Config::get] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::responseseolang==>ControllerSeoLangMovaMova::hreflang] => Array
                (
                    [ct] => 1
                    [wt] => 3181
                    [cpu] => 0
                    [mu] => 384
                    [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] => 507
                    [wt] => 220
                    [cpu] => 0
                    [mu] => 38528
                    [pmu] => 96
                )

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

            [Loader::model==>Registry::has] => Array
                (
                    [ct] => 21
                    [wt] => 12
                    [cpu] => 0
                    [mu] => -968
                    [pmu] => 24
                )

            [Router::execute==>Action::execute] => Array
                (
                    [ct] => 7
                    [wt] => 490273
                    [cpu] => 459007
                    [mu] => 1740360
                    [pmu] => 7962816
                )

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

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

            [Twig\Loader\FilesystemLoader::findTemplate==>Twig\Loader\FilesystemLoader::validateName] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingStore::getStores==>Model::__get] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerStartupStartup::index==>Proxy::control] => Array
                (
                    [ct] => 1
                    [wt] => 125
                    [cpu] => 0
                    [mu] => 5600
                    [pmu] => 6840
                )

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

            [SeoPro::__construct==>Registry::get] => Array
                (
                    [ct] => 7
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

            [ModelDesignTranslation::getTranslations==>Model::__get] => Array
                (
                    [ct] => 28
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 544
                    [pmu] => 352
                )

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

            [Template\Twig::render==>Twig\Loader\FilesystemLoader::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::isFresh@1==>Twig\Loader\FilesystemLoader::isFresh] => Array
                (
                    [ct] => 1
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

            [Loader::view==>Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 544
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelLocalisationLanguage::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 384
                    [mu] => 2776
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::shortcodes==>ControllerSeoLangMovaMova::getMulti] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Url::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::ex_amp] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSeoLangSeoLang::control] => Array
                (
                    [ct] => 2
                    [wt] => 667
                    [cpu] => 2406
                    [mu] => 95360
                    [pmu] => 4840
                )

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

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

            [ControllerStartupSeoUrl::rewrite==>Controller::__get] => Array
                (
                    [ct] => 7
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Currency::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 59
                    [cpu] => 176
                    [mu] => 2664
                    [pmu] => 19296
                )

            [Template::set==>Template\Twig::set] => Array
                (
                    [ct] => 198
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 12472
                    [pmu] => 0
                )

            [Loader::language==>Event::trigger] => Array
                (
                    [ct] => 8
                    [wt] => 1299
                    [cpu] => 2892
                    [mu] => 7448
                    [pmu] => 28240
                )

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

            [start==>Router::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2363
                    [cpu] => 636
                    [mu] => 183672
                    [pmu] => 165936
                )

            [Cart\Tax::setStoreAddress==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 43
                    [mu] => -96
                    [pmu] => 384
                )

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

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

            [ControllerStartupStartup::index==>Cart\Tax::setShippingAddress] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 180
                    [mu] => 384
                    [pmu] => 56
                )

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

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

            [ModelSettingStore::getStores==>Cache::get] => Array
                (
                    [ct] => 1
                    [wt] => 107
                    [cpu] => 507
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSettingStore::getStores] => Array
                (
                    [ct] => 1
                    [wt] => 272
                    [cpu] => 607
                    [mu] => 768
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Language::load] => Array
                (
                    [ct] => 1
                    [wt] => 156
                    [cpu] => 0
                    [mu] => 8640
                    [pmu] => 4552
                )

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

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

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

            [ModelCatalogProduct::getProduct==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 12496
                    [pmu] => 0
                )

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

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

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

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

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

            [ControllerStartupStartup::index==>Loader::model] => Array
                (
                    [ct] => 3
                    [wt] => 272
                    [cpu] => 0
                    [mu] => 25336
                    [pmu] => 12288
                )

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

            [Loader::view==>{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Proxy::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 110
                    [cpu] => 384
                    [mu] => 3696
                    [pmu] => 0
                )

            [SeoLang::ex==>Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 48
                    [pmu] => 0
                )

            [Loader::controller==>Action::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 232
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelExtensionModuleOptionsCombinations::getProductNoSelectableOptions] => Array
                (
                    [ct] => 1
                    [wt] => 76
                    [cpu] => 200
                    [mu] => 512
                    [pmu] => 0
                )

            [SeoLang::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 607
                    [mu] => 1912
                    [pmu] => 17448
                )

            [Cache::set==>Cache\Redis::set] => Array
                (
                    [ct] => 1
                    [wt] => 113
                    [cpu] => 81
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelDesignTheme::getTheme==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 1135
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Template::render==>Twig\Template::display] => Array
                (
                    [ct] => 1
                    [wt] => 9287
                    [cpu] => 7897
                    [mu] => 1040120
                    [pmu] => 1417728
                )

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

            [Session::__construct==>{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Loader::{closure}==>ModelDesignTranslation::getTranslations] => Array
                (
                    [ct] => 4
                    [wt] => 267
                    [cpu] => 2822
                    [mu] => 1248
                    [pmu] => 17864
                )

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::getTimestamp] => Array
                (
                    [ct] => 2
                    [wt] => 121
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 0
                )

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

            [ModelLocalisationCurrency::getCurrencies==>Cache::get] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [cpu] => 759
                    [mu] => 4536
                    [pmu] => 5368
                )

            [SeoPro::getKeywordByQuery==>Config::get] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Twig\Environment::getTemplateClass==>Twig\Loader\ChainLoader::getCacheKey] => Array
                (
                    [ct] => 2
                    [wt] => 176
                    [cpu] => 0
                    [mu] => 11680
                    [pmu] => 8600
                )

            [Action::execute==>ControllerStartupRouter::index] => Array
                (
                    [ct] => 1
                    [wt] => 480046
                    [cpu] => 448178
                    [mu] => 1270088
                    [pmu] => 7357456
                )

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

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

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

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

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

            [ControllerSeoLangMovaMova::loadview==>ControllerSeoLangMovaMova::setpagenum] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Loader::language==>Language::load] => Array
                (
                    [ct] => 4
                    [wt] => 493
                    [cpu] => 0
                    [mu] => 4672
                    [pmu] => 0
                )

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

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

            [Twig\Loader\FilesystemLoader::isFresh==>Twig\Loader\FilesystemLoader::findTemplate] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

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

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

            [SeoLang::ex==>Controller::__get] => Array
                (
                    [ct] => 24
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>Registry::set] => Array
                (
                    [ct] => 15
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 952
                )

            [Url::link==>ControllerSeoLangMovaMova::after] => Array
                (
                    [ct] => 2
                    [wt] => 665
                    [cpu] => 607
                    [mu] => 10808
                    [pmu] => 0
                )

            [Twig\ExtensionSet::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 158
                    [cpu] => 1824
                    [mu] => 67560
                    [pmu] => 68808
                )

            [ModelCatalogDiscount::getProductDiscount==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 597
                    [cpu] => 1163
                    [mu] => -320
                    [pmu] => 0
                )

            [Proxy::getProductDiscount==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 536
                    [cpu] => 861
                    [mu] => 688
                    [pmu] => 0
                )

            [Proxy::getProductDiscount==>Proxy::__call@1] => Array
                (
                    [ct] => 1
                    [wt] => 293
                    [cpu] => 302
                    [mu] => -120
                    [pmu] => 0
                )

            [OCFilter\Core::catalog==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 8
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 256
                )

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

            [Loader::{closure}@1==>ModelSeoLangSeoLang::getSetting] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::commonhome] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelCatalogProduct::getProduct==>Proxy::getSpecialByProductId] => Array
                (
                    [ct] => 1
                    [wt] => 298
                    [cpu] => 278
                    [mu] => 1192
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::after==>utf8_strtolower] => Array
                (
                    [ct] => 8
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

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

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

            [Twig\Loader\FilesystemLoader::findTemplate==>Twig\Loader\FilesystemLoader::normalizeName] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::getCacheKey==>Twig\Loader\FilesystemLoader::findTemplate] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::model==>Proxy::__set] => Array
                (
                    [ct] => 158
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 10888
                    [pmu] => 2272
                )

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

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

            [Router::dispatch==>Router::execute] => Array
                (
                    [ct] => 7
                    [wt] => 490281
                    [cpu] => 459007
                    [mu] => 1740488
                    [pmu] => 7962816
                )

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

            [ControllerEventTheme::index==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 4760
                    [pmu] => 0
                )

            [SeoPro::__construct==>SeoPro::detectLanguage] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

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

            [Proxy::getTheme==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 179
                    [cpu] => 1135
                    [mu] => 920
                    [pmu] => 0
                )

            [ControllerExtensionModuleOptionsCombinations::option_script==>Loader::controller] => Array
                (
                    [ct] => 1
                    [wt] => 450368
                    [cpu] => 419478
                    [mu] => 1339944
                    [pmu] => 925824
                )

            [Twig\Environment::render==>Twig\Environment::load] => Array
                (
                    [ct] => 1
                    [wt] => 480
                    [cpu] => 0
                    [mu] => 8464
                    [pmu] => 8808
                )

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

            [Cache::__construct==>{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::loadlibrary==>modification] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 312
                )

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

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

            [ModelExtensionModuleOptionsCombinations::getProductNoSelectableOptions==>Model::__get] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [SeoPro::validate==>SeoPro::getQueryString] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1024
                    [pmu] => 0
                )

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

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

            [SeoLang::__construct==>SeoLang::ex] => Array
                (
                    [ct] => 1
                    [wt] => 236
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 3000
                )

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

            [Template\Twig::render==>Twig\Loader\FilesystemLoader::addPath] => Array
                (
                    [ct] => 2
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 936
                    [pmu] => 0
                )

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

            [Composer\Autoload\ClassLoader::loadClass@1==>Composer\Autoload\includeFile@1] => Array
                (
                    [ct] => 5
                    [wt] => 400
                    [cpu] => 1824
                    [mu] => 71664
                    [pmu] => 67264
                )

            [Request::__construct==>Request::clean] => Array
                (
                    [ct] => 6
                    [wt] => 329
                    [cpu] => 0
                    [mu] => 47168
                    [pmu] => 38600
                )

            [Cart\Weight::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 145
                    [mu] => 2688
                    [pmu] => 3280
                )

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

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

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

            [ControllerSeoLangMovaMova::seourl==>ControllerSeoLangMovaMova::getMulti] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

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

            [ControllerExtensionModuleOptionsCombinations::option_script==>Loader::model] => Array
                (
                    [ct] => 3
                    [wt] => 313
                    [cpu] => 0
                    [mu] => 31624
                    [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] => 2
                    [wt] => 145
                    [cpu] => 0
                    [mu] => 80
                    [pmu] => 0
                )

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

            [Twig\Template::display@1==>Twig\Environment::mergeGlobals] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Action::execute@3==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 1
                    [wt] => 197
                    [cpu] => 1044
                    [mu] => 416
                    [pmu] => 0
                )

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

            [Twig\Environment::render==>Twig\TemplateWrapper::render] => Array
                (
                    [ct] => 1
                    [wt] => 9977
                    [cpu] => 7897
                    [mu] => 1057016
                    [pmu] => 3152936
                )

            [Proxy::getProductNoSelectableOptions==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 212
                    [cpu] => 200
                    [mu] => 816
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::generateKey] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 0
                )

            [OCFilter\Core::catalog==>OCFilter\OpenCart::__get] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [ControllerEventLanguage::after==>Language::set] => Array
                (
                    [ct] => 241
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelDesignTheme::getTheme] => Array
                (
                    [ct] => 1
                    [wt] => 70
                    [cpu] => 1135
                    [mu] => 640
                    [pmu] => 0
                )

            [ModelCatalogMaterials::getMaterial==>Model::__get] => Array
                (
                    [ct] => 13
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadTemplate==>Twig\Environment::getTemplateClass] => Array
                (
                    [ct] => 2
                    [wt] => 282
                    [cpu] => 0
                    [mu] => 3840
                    [pmu] => 8808
                )

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

            [Twig\Environment::addExtension==>Twig\Environment::updateOptionsHash] => Array
                (
                    [ct] => 3
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 1552
                )

            [ControllerSeoLangMovaMova::run_construct==>Proxy::getStores] => Array
                (
                    [ct] => 1
                    [wt] => 384
                    [cpu] => 607
                    [mu] => 1552
                    [pmu] => 0
                )

            [Router::__construct==>initOCFilter] => Array
                (
                    [ct] => 1
                    [wt] => 2346
                    [cpu] => 636
                    [mu] => 183544
                    [pmu] => 165936
                )

            [ModelSeoLangSeoLang::getSettings==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 2406
                    [mu] => 7416
                    [pmu] => 0
                )

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

            [ControllerStartupStartup::index==>Cart\Cart::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 270
                    [cpu] => 265
                    [mu] => 2328
                    [pmu] => 0
                )

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

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

            [ControllerEventTheme::index==>Proxy::getTheme] => Array
                (
                    [ct] => 1
                    [wt] => 180
                    [cpu] => 1135
                    [mu] => 1424
                    [pmu] => 0
                )

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

            [ControllerEventTranslation::index==>Loader::model] => Array
                (
                    [ct] => 4
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 5440
                    [pmu] => 5648
                )

            [SeoPro::validate==>SeoPro::strpos_offset] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerProductMaterials::modifyScriptData==>Proxy::getMaterialCategoryByName] => Array
                (
                    [ct] => 768
                    [wt] => 108773
                    [cpu] => 98449
                    [mu] => 505016
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerProductMaterials::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 603
                    [cpu] => 1044
                    [mu] => 11856
                    [pmu] => 0
                )

            [start==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 18
                    [wt] => 374
                    [cpu] => 155
                    [mu] => 1648
                    [pmu] => 1432
                )

            [Twig\Environment::load==>Twig\Environment::loadTemplate] => Array
                (
                    [ct] => 1
                    [wt] => 439
                    [cpu] => 0
                    [mu] => 7840
                    [pmu] => 8808
                )

            [Template::__construct==>{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Counter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Url::link==>Simple\Rewrite::rewrite] => Array
                (
                    [ct] => 2
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [ControllerExtensionModuleOptionsCombinations::option_script==>Proxy::getCombinedOptions] => Array
                (
                    [ct] => 1
                    [wt] => 10922
                    [cpu] => 10397
                    [mu] => 2766912
                    [pmu] => 3191480
                )

            [ControllerSeoLangMovaMova::after==>utf8_strpos] => Array
                (
                    [ct] => 8
                    [wt] => 13
                    [cpu] => 0
                    [mu] => -704
                    [pmu] => 0
                )

            [ModelCatalogMaterials::getMaterial==>Cache::get] => Array
                (
                    [ct] => 13
                    [wt] => 1625
                    [cpu] => 1176
                    [mu] => 188160
                    [pmu] => 0
                )

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

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

            [ModelToolImage::resize==>utf8_substr] => Array
                (
                    [ct] => 504
                    [wt] => 582
                    [cpu] => 0
                    [mu] => 40352
                    [pmu] => 0
                )

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

            [ModelCatalogMaterials::getOptionValueName==>DB::query] => Array
                (
                    [ct] => 768
                    [wt] => 28370
                    [cpu] => 97120
                    [mu] => 811136
                    [pmu] => 901376
                )

            [ModelSeoLangSeoLang::control==>modification] => Array
                (
                    [ct] => 2
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 240
                )

            [Template::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 64
                    [pmu] => 0
                )

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

            [OCFilter\Core::catalog==>Loader::model] => Array
                (
                    [ct] => 4
                    [wt] => 437
                    [cpu] => 0
                    [mu] => 71392
                    [pmu] => 13408
                )

            [Twig\Loader\ChainLoader::isFresh==>Twig\Loader\ChainLoader::isFresh@1] => Array
                (
                    [ct] => 2
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 832
                    [pmu] => 0
                )

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

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

            [Proxy::getTranslations==>Proxy::__call] => Array
                (
                    [ct] => 4
                    [wt] => 635
                    [cpu] => 2892
                    [mu] => 1208
                    [pmu] => 20360
                )

            [ControllerStartupSeoUrl::index==>Url::addRewrite] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [SeoPro::getPath==>SeoPro::getPath@1] => Array
                (
                    [ct] => 9
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 0
                )

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

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

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

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

            [Twig\Environment::__construct==>Twig\Environment::setCache] => Array
                (
                    [ct] => 1
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 64
                )

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

            [SeoLang::__construct==>SeoLang::switchLanguage] => Array
                (
                    [ct] => 1
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 9576
                    [pmu] => 768
                )

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

            [Proxy::__call==>Loader::{closure}] => Array
                (
                    [ct] => 2060
                    [wt] => 444960
                    [cpu] => 438798
                    [mu] => 3760600
                    [pmu] => 4127176
                )

            [Loader::{closure}==>ModelCatalogDiscount::getProductDiscount] => Array
                (
                    [ct] => 1
                    [wt] => 423
                    [cpu] => 861
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\ExtensionSet::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 161
                    [cpu] => 1824
                    [mu] => 67816
                    [pmu] => 68808
                )

            [ControllerSeoLangSeoLanglib::__construct==>Config::set] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [main()==>start] => Array
                (
                    [ct] => 1
                    [wt] => 506930
                    [cpu] => 469576
                    [mu] => 3102624
                    [pmu] => 8271056
                )

            [SeoLang::__construct==>Config::get] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 48
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::responseseolang==>ControllerSeoLangMovaMova::shortcodes] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

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

            [Action::execute@2==>modification] => Array
                (
                    [ct] => 8
                    [wt] => 391
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Twig\Environment::setCache==>Twig\Cache\FilesystemCache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [main()==>Xhgui\Profiler\Profiler::registerShutdownHandler] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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}==>ModelCatalogProduct::getProduct] => Array
                (
                    [ct] => 1
                    [wt] => 1087
                    [cpu] => 776
                    [mu] => 28632
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelCatalogMaterials::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [Proxy::getMaterialsByCategoryId==>Proxy::__call] => Array
                (
                    [ct] => 4
                    [wt] => 2421
                    [cpu] => 1767
                    [mu] => 189816
                    [pmu] => 0
                )

            [ControllerStartupSeoUrl::rewrite==>SeoPro::baseRewrite] => Array
                (
                    [ct] => 1
                    [wt] => 183
                    [cpu] => 314
                    [mu] => 2240
                    [pmu] => 0
                )

            [Loader::view==>ControllerSeoLangMovaMova::loadview] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 1664
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::mova_api] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [ModelCatalogSpecials::getSpecialByProductId==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 182
                    [cpu] => 278
                    [mu] => 96
                    [pmu] => 0
                )

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

            [ModelSeoLangSeoLang::getSetting==>Config::get] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => -96
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::__construct==>Twig\Loader\ChainLoader::addLoader] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1632
                    [pmu] => 0
                )

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

            [SeoLang::__construct==>Controller::__get] => Array
                (
                    [ct] => 42
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 600
                    [cpu] => 728
                    [mu] => 347896
                    [pmu] => 506680
                )

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

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

            [Action::execute@2==>ControllerProductMaterials::modifyScriptData] => Array
                (
                    [ct] => 1
                    [wt] => 449071
                    [cpu] => 418434
                    [mu] => 1325496
                    [pmu] => 925824
                )

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

            [ControllerStartupStartup::index==>{closure}] => Array
                (
                    [ct] => 9
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Length::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 158
                    [mu] => 2208
                    [pmu] => 2720
                )

            [SeoPro::__construct==>Log::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Template\Twig::render==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 565
                    [cpu] => 0
                    [mu] => 10400
                    [pmu] => 3136
                )

            [optionscombinations\OptionsCombinationsLib::__construct==>optionscombinations\OptionsCombinationsLib::__get] => Array
                (
                    [ct] => 15
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [start==>{closure}] => Array
                (
                    [ct] => 9
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Session::start==>Session\DB::read] => Array
                (
                    [ct] => 1
                    [wt] => 165
                    [cpu] => 1648
                    [mu] => 2712
                    [pmu] => 18440
                )

            [ControllerStartupEvent::index==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 4760
                    [pmu] => 0
                )

            [Twig\Template::display==>Twig\Template::displayWithErrorHandling] => Array
                (
                    [ct] => 1
                    [wt] => 9279
                    [cpu] => 7897
                    [mu] => 1039480
                    [pmu] => 1417216
                )

            [Cart\Cart::__construct==>{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@1==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 1
                    [wt] => 193
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelCatalogProduct::getProduct==>Proxy::getProductDiscount] => Array
                (
                    [ct] => 1
                    [wt] => 294
                    [cpu] => 302
                    [mu] => 384
                    [pmu] => 0
                )

            [ControllerStartupSeoUrl::__construct==>{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerEventLanguage::before==>Language::set] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 20720
                    [pmu] => 0
                )

            [Loader::model==>Loader::callback] => Array
                (
                    [ct] => 158
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 130320
                    [pmu] => 24656
                )

            [ControllerStartupStartup::index==>library] => Array
                (
                    [ct] => 9
                    [wt] => 590
                    [cpu] => 0
                    [mu] => 1736
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run_construct==>Config::get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 88
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelCatalogMaterials::getMaterialCategoryByName] => Array
                (
                    [ct] => 768
                    [wt] => 37582
                    [cpu] => 97278
                    [mu] => 504192
                    [pmu] => 0
                )

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

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

            [DB::escape==>DB\MySQLi::escape] => Array
                (
                    [ct] => 18
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 176
                )

            [ControllerStartupError::index==>Log::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [start==>library] => Array
                (
                    [ct] => 9
                    [wt] => 551
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 2536
                )

            [Composer\Autoload\includeFile@1==>Composer\Autoload\ClassLoader::loadClass@2] => Array
                (
                    [ct] => 4
                    [wt] => 213
                    [cpu] => 1824
                    [mu] => 2176
                    [pmu] => 1080
                )

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

            [SeoPro::getCategoryByProduct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 233
                    [mu] => 1168
                    [pmu] => 0
                )

            [ModelDesignTranslation::getTranslations==>DB::escape] => Array
                (
                    [ct] => 8
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 112
                )

            [Twig\Loader\FilesystemLoader::findTemplate==>Twig\Loader\FilesystemLoader::isAbsolutePath] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::setpagenum==>ControllerSeoLangMovaMova::getMulti] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerEventTheme::index] => Array
                (
                    [ct] => 1
                    [wt] => 337
                    [cpu] => 1135
                    [mu] => 6760
                    [pmu] => 0
                )

            [Proxy::getMaterialCategoryByName==>Proxy::__call] => Array
                (
                    [ct] => 768
                    [wt] => 108091
                    [cpu] => 98449
                    [mu] => 216120
                    [pmu] => 0
                )

            [Cart\Cart::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupSeoUrl::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 104
                    [pmu] => 0
                )

            [Loader::{closure}==>Model::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelToolImage::resize==>Config::get] => Array
                (
                    [ct] => 504
                    [wt] => 216
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@1==>ControllerExtensionModuleOptionsCombinations::option_script] => Array
                (
                    [ct] => 1
                    [wt] => 479367
                    [cpu] => 444186
                    [mu] => 1258824
                    [pmu] => 7357456
                )

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

            [Response::output==>ControllerSeoLangMovaMova::responseseolang] => Array
                (
                    [ct] => 1
                    [wt] => 3205
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

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

            [SeoLang::__construct==>utf8_strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 168
                    [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] => 1065
                    [cpu] => 1824
                    [mu] => 83896
                    [pmu] => 75664
                )

            [SeoPro::__construct==>SeoPro::detectPostfix] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [ModelSettingStore::getStores==>Cache::set] => Array
                (
                    [ct] => 1
                    [wt] => 115
                    [cpu] => 81
                    [mu] => 256
                    [pmu] => 0
                )

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

            [Action::execute==>ControllerStartupMaintenance::index] => Array
                (
                    [ct] => 1
                    [wt] => 702
                    [cpu] => 2406
                    [mu] => 91312
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Action::__construct] => Array
                (
                    [ct] => 34
                    [wt] => 1563
                    [cpu] => 0
                    [mu] => 3200
                    [pmu] => 0
                )

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

            [Twig\TemplateWrapper::render==>Twig\Template::render] => Array
                (
                    [ct] => 1
                    [wt] => 9973
                    [cpu] => 7897
                    [mu] => 1056888
                    [pmu] => 3152936
                )

            [OCFilter\Core::init==>OCFilter\OpenCart::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 445
                    [mu] => 512
                    [pmu] => 0
                )

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

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

            [Loader::{closure}==>Event::trigger] => Array
                (
                    [ct] => 4110
                    [wt] => 166522
                    [cpu] => 44355
                    [mu] => -1862048
                    [pmu] => 304
                )

            [Loader::{closure}==>Event::trigger@1] => Array
                (
                    [ct] => 10
                    [wt] => 393
                    [cpu] => 70
                    [mu] => -4400
                    [pmu] => 104
                )

            [Twig\Environment::getExtensions==>Twig\ExtensionSet::getExtensions] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionModuleOptionsCombinations::option_script==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 322
                    [cpu] => 314
                    [mu] => 1864
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Proxy::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 101
                    [cpu] => 759
                    [mu] => 5584
                    [pmu] => 5656
                )

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

            [Twig\Loader\ChainLoader::getCacheKey@1==>Twig\Loader\FilesystemLoader::getCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

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

            [Event::trigger==>Action::execute] => Array
                (
                    [ct] => 1
                    [wt] => 304
                    [cpu] => 544
                    [mu] => 9416
                    [pmu] => 28088
                )

            [Event::trigger==>Action::execute@1] => Array
                (
                    [ct] => 2
                    [wt] => 415
                    [cpu] => 3992
                    [mu] => 9928
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@2] => Array
                (
                    [ct] => 7
                    [wt] => 1566
                    [cpu] => 2439
                    [mu] => 22640
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@3] => Array
                (
                    [ct] => 1
                    [wt] => 251
                    [cpu] => 1044
                    [mu] => 800
                    [pmu] => 0
                )

            [Cache::__construct==>Cache\Redis::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 185
                    [cpu] => 323
                    [mu] => 472
                    [pmu] => 0
                )

        )

)