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] => 689f029870a6b6060661fd4c
    [meta] => Array
        (
            [url] => /
            [get] => Array
                (
                )

            [env] => Array
                (
                )

            [SERVER] => Array
                (
                    [HTTP_USER_AGENT] => Mozilla/5.0+(compatible; UptimeRobot/2.0; http://www.uptimerobot.com/)
                    [HTTP_HOST] => nashi-lizhka.com
                    [PATH_INFO] => 
                    [SERVER_NAME] => test.nashi-lizhka.com
                    [SERVER_ADDR] => 185.233.47.106
                    [REMOTE_ADDR] => 216.144.248.27
                    [HTTPS] => 1
                    [DOCUMENT_ROOT] => /www/wwwroot/nashi-lizhka.com
                    [REQUEST_METHOD] => HEAD
                    [QUERY_STRING] => 
                    [PHP_SELF] => /index.php
                    [REQUEST_TIME_FLOAT] => 1755251352.1237
                    [REQUEST_TIME] => 1755251352
                )

            [simple_url] => /
            [request_ts] => MongoDate Object
                (
                    [sec] => 1755251352
                    [usec] => 0
                )

            [request_ts_micro] => MongoDate Object
                (
                    [sec] => 1755251352
                    [usec] => 123000
                )

            [request_date] => 2025-08-15
        )

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

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

            [ControllerCommonHome::index==>Url::link] => Array
                (
                    [ct] => 2
                    [wt] => 315
                    [cpu] => 710
                    [mu] => 240
                    [pmu] => 0
                )

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

            [ControllerCommonRemarketing::__construct==>Controller::__get] => Array
                (
                    [ct] => 6
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 477
                    [cpu] => 483
                    [mu] => 224
                    [pmu] => 0
                )

            [ModelCatalogReviews::getReview==>DB::query] => Array
                (
                    [ct] => 30
                    [wt] => 836
                    [cpu] => 1280
                    [mu] => 69424
                    [pmu] => 0
                )

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

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

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

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

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

            [seolang_Mobile_Detect::__construct==>seolang_Mobile_Detect::setUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 480
                    [pmu] => 0
                )

            [ModelCatalogCategory::getCategories==>Config::get] => Array
                (
                    [ct] => 14
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionModuleSpecial::__construct==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 499
                    [cpu] => 701
                    [mu] => 240
                    [pmu] => 0
                )

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

            [Action::execute@3==>ControllerEventLanguage::index] => Array
                (
                    [ct] => 8
                    [wt] => 174
                    [cpu] => 0
                    [mu] => 68352
                    [pmu] => 0
                )

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

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

            [Action::execute@3==>ControllerCommonRemarketing::body] => Array
                (
                    [ct] => 1
                    [wt] => 479
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 0
                )

            [Proxy::getSetting==>Proxy::__call] => Array
                (
                    [ct] => 3
                    [wt] => 526
                    [cpu] => 5104
                    [mu] => 168
                    [pmu] => 0
                )

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

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

            [Proxy::resize==>Proxy::__call] => Array
                (
                    [ct] => 45
                    [wt] => 18997
                    [cpu] => 15023
                    [mu] => -10280
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::load_settings] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 3351
                    [cpu] => 1323
                    [mu] => 50936
                    [pmu] => 0
                )

            [Proxy::getTotal==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 688
                    [cpu] => 830
                    [mu] => 2952
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::run==>Registry::set] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionModuleSlideshow::index==>Proxy::getBanner] => Array
                (
                    [ct] => 1
                    [wt] => 157
                    [cpu] => 499
                    [mu] => 3616
                    [pmu] => 10088
                )

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

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

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

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

            [ModelSettingExtension::getExtensions==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 88
                    [cpu] => 3063
                    [mu] => 6128
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::exists==>Twig\Loader\FilesystemLoader::exists] => Array
                (
                    [ct] => 8
                    [wt] => 757
                    [cpu] => 0
                    [mu] => 2784
                    [pmu] => 1128
                )

            [Action::execute@3==>ControllerCommonCart::getProducts] => Array
                (
                    [ct] => 1
                    [wt] => 527
                    [cpu] => 690
                    [mu] => 6528
                    [pmu] => 0
                )

            [ModelCatalogReviews::getReviewsByShop==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 175
                    [mu] => 4904
                    [pmu] => 0
                )

            [ControllerExtensionModuleHTML::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2483
                    [cpu] => 1754
                    [mu] => 11776
                    [pmu] => 0
                )

            [Action::execute@3==>ControllerExtensionModuleCarousel::index] => Array
                (
                    [ct] => 1
                    [wt] => 6863
                    [cpu] => 6863
                    [mu] => 26208
                    [pmu] => 0
                )

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

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

            [ModelSettingModule::getModule==>DB::query] => Array
                (
                    [ct] => 4
                    [wt] => 232
                    [cpu] => 3248
                    [mu] => 14288
                    [pmu] => 0
                )

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

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

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

            [__TwigTemplate_6b1df4e62dfb6e28f2eaaf592e8757135f613c4475fcf663a73a42a19cc88990::doDisplay==>Twig\Template::display@1] => Array
                (
                    [ct] => 1
                    [wt] => 570
                    [cpu] => 0
                    [mu] => 69920
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::mova_render==>ControllerSeoLangMovaMova::run] => Array
                (
                    [ct] => 1
                    [wt] => 1885
                    [cpu] => 3111
                    [mu] => 10848
                    [pmu] => 11616
                )

            [Url::link==>ControllerStartupSeoUrl::rewrite] => Array
                (
                    [ct] => 59
                    [wt] => 6066
                    [cpu] => 12221
                    [mu] => 4160
                    [pmu] => 7144
                )

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

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

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

            [ControllerCommonFooter::index==>formatPhoneNumber] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelDesignLayout::getLayout==>Model::__get] => Array
                (
                    [ct] => 12
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerToolTotal::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 128
                    [cpu] => 0
                    [mu] => 4752
                    [pmu] => 0
                )

            [ControllerExtensionModuleCarousel::index==>Controller::__get] => Array
                (
                    [ct] => 16
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelSettingStore::getStores==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 81
                    [cpu] => 38
                    [mu] => 832
                    [pmu] => 2872
                )

            [ControllerCommonHeader::getAnalytics==>Proxy::getExtensions] => Array
                (
                    [ct] => 1
                    [wt] => 151
                    [cpu] => 2970
                    [mu] => 1304
                    [pmu] => 0
                )

            [ControllerEventTranslation::index==>Proxy::getTranslations] => Array
                (
                    [ct] => 16
                    [wt] => 2835
                    [cpu] => 11839
                    [mu] => 3128
                    [pmu] => 23640
                )

            [Template\Twig::render==>Twig\Environment::render] => Array
                (
                    [ct] => 18
                    [wt] => 10808
                    [cpu] => 3396
                    [mu] => 1239360
                    [pmu] => 2011200
                )

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

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

            [ControllerCommonContentBottom::getAjaxModules==>Controller::__get] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelCatalogReviews::getReviewsByShop==>ModelCatalogReviews::getReview] => Array
                (
                    [ct] => 10
                    [wt] => 1603
                    [cpu] => 1280
                    [mu] => 22832
                    [pmu] => 0
                )

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

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

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

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

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

            [ModelDesignTranslation::getTranslations==>DB::query] => Array
                (
                    [ct] => 16
                    [wt] => 774
                    [cpu] => 11172
                    [mu] => 4224
                    [pmu] => 20104
                )

            [ControllerCommonHeader::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 4321
                    [cpu] => 5751
                    [mu] => 448472
                    [pmu] => 1174080
                )

            [Twig\Loader\FilesystemLoader::findTemplate==>Twig\Loader\FilesystemLoader::parseName] => Array
                (
                    [ct] => 8
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 3136
                    [pmu] => 0
                )

            [ControllerExtensionModuleSpecial::getProductIds==>Proxy::getAllDiscounts] => Array
                (
                    [ct] => 1
                    [wt] => 416
                    [cpu] => 318
                    [mu] => 2136
                    [pmu] => 0
                )

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

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

            [__TwigTemplate_f67425ce1318aa0b62fa2a302e3bded41ac1905d24c19bb477c4aff7bf38ca18::doDisplay==>Twig\Template::display@1] => Array
                (
                    [ct] => 1
                    [wt] => 1251
                    [cpu] => 0
                    [mu] => 387664
                    [pmu] => 362528
                )

            [ControllerCommonCart::getTotals==>Loader::controller@2] => Array
                (
                    [ct] => 1
                    [wt] => 1740
                    [cpu] => 1169
                    [mu] => 11312
                    [pmu] => 0
                )

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

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

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

            [ControllerCommonHeader::index==>Proxy::getHeaderInformationPages] => Array
                (
                    [ct] => 1
                    [wt] => 227
                    [cpu] => 192
                    [mu] => 38480
                    [pmu] => 0
                )

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

            [ModelToolRemarketing::isBot==>Model::__get] => Array
                (
                    [ct] => 24
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

            [ModelCatalogInformation::getFooterInformationPages==>Model::__get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLanglib::getLayoutModules==>Config::get] => Array
                (
                    [ct] => 16
                    [wt] => 6
                    [cpu] => 0
                    [mu] => -320
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::checkDevice==>seolang_Mobile_Detect::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 0
                )

            [ModelDesignTheme::getTheme==>Model::__get] => Array
                (
                    [ct] => 72
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::commonhome==>utf8_strpos] => Array
                (
                    [ct] => 18
                    [wt] => 25
                    [cpu] => 0
                    [mu] => -1312
                    [pmu] => 0
                )

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

            [ControllerExtensionModuleReviews::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 491
                    [cpu] => 794
                    [mu] => 240
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 91
                    [wt] => 1955
                    [cpu] => 960
                    [mu] => 7632
                    [pmu] => 1800
                )

            [Proxy::getLanguages==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 303
                    [cpu] => 663
                    [mu] => 5832
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupSeoUrl::index] => Array
                (
                    [ct] => 1
                    [wt] => 720
                    [cpu] => 621
                    [mu] => 13736
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Proxy::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 132
                    [cpu] => 572
                    [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] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelToolRemarketing::__construct==>ModelToolRemarketing::isBot] => Array
                (
                    [ct] => 3
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

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

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

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

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

            [ControllerCommonFooter::index==>Proxy::getInformation] => Array
                (
                    [ct] => 2
                    [wt] => 294
                    [cpu] => 292
                    [mu] => 1320
                    [pmu] => 0
                )

            [Language::load==>Language::load@1] => Array
                (
                    [ct] => 3
                    [wt] => 628
                    [cpu] => 0
                    [mu] => 5096
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelCatalogInformation::getHeaderInformationPages] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 35
                    [mu] => 37672
                    [pmu] => 0
                )

            [start==>Request::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 14608
                    [pmu] => 6384
                )

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

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

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

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_43c242e26b52caa4da1076eb596f8c43f2959848f7d23404ba52c69f3cc536a6::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 605
                    [cpu] => 0
                    [mu] => 33152
                    [pmu] => 66016
                )

            [Action::execute@3==>ControllerExtensionModuleSpecial::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 625
                    [cpu] => 701
                    [mu] => 8984
                    [pmu] => 0
                )

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

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

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_6b1df4e62dfb6e28f2eaaf592e8757135f613c4475fcf663a73a42a19cc88990::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 1115
                    [cpu] => 0
                    [mu] => 76424
                    [pmu] => 0
                )

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

            [Twig\Template::displayWithErrorHandling@1==>__TwigTemplate_217ed8f50cc776231824e93237696583387576a9fdd7d0dd03e99e00b2a12565::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 565
                    [cpu] => 0
                    [mu] => 69536
                    [pmu] => 0
                )

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

            [ControllerCommonColumnLeft::index==>Proxy::getLayoutModules] => Array
                (
                    [ct] => 1
                    [wt] => 181
                    [cpu] => 237
                    [mu] => 2160
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run==>Controller::__get] => Array
                (
                    [ct] => 29
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run==>ControllerSeoLangMovaMova::run_construct] => Array
                (
                    [ct] => 1
                    [wt] => 411
                    [cpu] => 1816
                    [mu] => 976
                    [pmu] => 2872
                )

            [seolang_Mobile_Detect::setHttpHeaders==>seolang_Mobile_Detect::setCfHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::findFile==>Composer\Autoload\ClassLoader::findFileWithExtension] => Array
                (
                    [ct] => 99
                    [wt] => 1976
                    [cpu] => 960
                    [mu] => 3424
                    [pmu] => 1352
                )

            [ControllerExtensionModuleSeoLang::index==>ControllerSeoLangSeoLang::index] => Array
                (
                    [ct] => 1
                    [wt] => 5162
                    [cpu] => 3722
                    [mu] => 61584
                    [pmu] => 89344
                )

            [ControllerExtensionModuleSeoLang::index==>Proxy::control] => Array
                (
                    [ct] => 1
                    [wt] => 276
                    [cpu] => 629
                    [mu] => 2336
                    [pmu] => 0
                )

            [ControllerProductCompare::getCurrentCompareList==>ControllerProductCompare::getTotalCompare] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

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

            [ControllerStartupStartup::index==>SeoLang::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 411
                    [cpu] => 684
                    [mu] => 13728
                    [pmu] => 18648
                )

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

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

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

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

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

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

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

            [ControllerSeoLangSeoLanglib::getLayoutModules==>Controller::__get] => Array
                (
                    [ct] => 20
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

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

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

            [ControllerSeoLangMovaMova::run==>ControllerSeoLangMovaMova::switchLanguage] => Array
                (
                    [ct] => 3
                    [wt] => 225
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [Twig\Template::loadTemplate==>Twig\Environment::loadTemplate] => Array
                (
                    [ct] => 8
                    [wt] => 2152
                    [cpu] => 0
                    [mu] => 30272
                    [pmu] => 7216
                )

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

            [ControllerCommonFooter::index==>Document::addToLocalStorage] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [seolang_Mobile_Detect::isTablet==>seolang_Mobile_Detect::setDetectionType] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

            [Loader::{closure}@1==>Config::get] => Array
                (
                    [ct] => 30
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::load_access] => Array
                (
                    [ct] => 1
                    [wt] => 878
                    [cpu] => 0
                    [mu] => 19776
                    [pmu] => 0
                )

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

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

            [ControllerCommonFooter::index==>Url::link] => Array
                (
                    [ct] => 31
                    [wt] => 5086
                    [cpu] => 5004
                    [mu] => 2152
                    [pmu] => 1512
                )

            [Proxy::control==>Proxy::__call] => Array
                (
                    [ct] => 3
                    [wt] => 1132
                    [cpu] => 3411
                    [mu] => 97096
                    [pmu] => 6840
                )

            [ControllerToolTotal::index==>Proxy::getTotal] => Array
                (
                    [ct] => 1
                    [wt] => 688
                    [cpu] => 830
                    [mu] => 3456
                    [pmu] => 0
                )

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

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

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

            [Action::execute==>ControllerStartupStartup::index] => Array
                (
                    [ct] => 1
                    [wt] => 5720
                    [cpu] => 5203
                    [mu] => 301392
                    [pmu] => 585656
                )

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

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

            [Model::__set==>Registry::set] => Array
                (
                    [ct] => 93
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 5648
                    [pmu] => 0
                )

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

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

            [ControllerExtensionModuleReviews::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2570
                    [cpu] => 624
                    [mu] => 51584
                    [pmu] => 130392
                )

            [Loader::{closure}@1==>ModelDesignTranslation::getTranslations] => Array
                (
                    [ct] => 1
                    [wt] => 79
                    [cpu] => 690
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonHome::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2000
                    [cpu] => 1994
                    [mu] => 473752
                    [pmu] => 545632
                )

            [ModelExtensionTotalSubTotal::getTotal==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 526
                    [cpu] => 690
                    [mu] => 1136
                    [pmu] => 0
                )

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

            [Template\Twig::render==>Twig\Environment::__construct] => Array
                (
                    [ct] => 18
                    [wt] => 1287
                    [cpu] => 0
                    [mu] => 40864
                    [pmu] => 0
                )

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

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

            [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] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::index==>ControllerSeoLangSeoLang::load_lib] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

            [Language::load@1==>modification] => Array
                (
                    [ct] => 6
                    [wt] => 370
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [ControllerExtensionModuleCategory::index==>Proxy::resize] => Array
                (
                    [ct] => 4
                    [wt] => 1635
                    [cpu] => 331
                    [mu] => 592
                    [pmu] => 0
                )

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

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

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

            [ControllerSeoLangMovaMova::checkDevice==>seolang_Mobile_Detect::isTablet] => Array
                (
                    [ct] => 1
                    [wt] => 241
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

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

            [ControllerStartupStartup::index==>Controller::__get] => Array
                (
                    [ct] => 569
                    [wt] => 558
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelToolRemarketing::getRemarketingHeader==>ModelToolRemarketing::prepareOutput] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Action::execute==>ControllerStartupSession::index] => Array
                (
                    [ct] => 1
                    [wt] => 203
                    [cpu] => 1902
                    [mu] => 1176
                    [pmu] => 17584
                )

            [SeoPro::baseRewrite==>SeoPro::getKeywordByQuery] => Array
                (
                    [ct] => 59
                    [wt] => 3201
                    [cpu] => 12093
                    [mu] => 2112
                    [pmu] => 7144
                )

            [ControllerCommonColumnRight::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1423
                    [cpu] => 1106
                    [mu] => 75672
                    [pmu] => 69560
                )

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

            [ModelCatalogInformation::getHeaderInformationPages==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 86
                    [cpu] => 35
                    [mu] => 37064
                    [pmu] => 0
                )

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

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

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

            [ControllerCommonFooter::index==>ControllerCommonFooter::checkLink] => Array
                (
                    [ct] => 8
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Proxy::getCategories==>Proxy::__call] => Array
                (
                    [ct] => 7
                    [wt] => 1106
                    [cpu] => 1173
                    [mu] => 18680
                    [pmu] => 0
                )

            [ModelSettingModule::getModule==>ControllerSeoLangSeoLanglib::getModule] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 4952
                    [pmu] => 0
                )

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

            [SeoPro::baseRewrite==>SeoPro::getPathByCategory] => Array
                (
                    [ct] => 12
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

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

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

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

            [Loader::{closure}==>ModelLocalisationCurrency::getCurrencies] => Array
                (
                    [ct] => 2
                    [wt] => 207
                    [cpu] => 878
                    [mu] => 9200
                    [pmu] => 5464
                )

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

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

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

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

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

            [ControllerCommonMenu::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::exists==>Twig\Loader\FilesystemLoader::findTemplate] => Array
                (
                    [ct] => 8
                    [wt] => 728
                    [cpu] => 0
                    [mu] => 2528
                    [pmu] => 1128
                )

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

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

            [ControllerProductCompare::__construct==>Loader::model] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ModelExtensionTotalSubTotal::getTotal==>Cart\Cart::getSubTotal] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 140
                    [mu] => 256
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>normalizePhone] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

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

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

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

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

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

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

            [__TwigTemplate_6384f7785facb4f302317f158d13df9ff84d233158e80f56cf3d4d82fcc85e09::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 33
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [__TwigTemplate_6b1df4e62dfb6e28f2eaaf592e8757135f613c4475fcf663a73a42a19cc88990::doDisplay==>Twig\Template::loadTemplate] => Array
                (
                    [ct] => 1
                    [wt] => 292
                    [cpu] => 0
                    [mu] => 5864
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::run==>ControllerSeoLangMovaMova::getQueryString] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Loader::language] => Array
                (
                    [ct] => 4
                    [wt] => 2265
                    [cpu] => 2103
                    [mu] => 10008
                    [pmu] => 0
                )

            [ModelDesignLayout::getLayoutModules==>Model::__get] => Array
                (
                    [ct] => 12
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerExtensionModuleCarousel::index==>Proxy::resize] => Array
                (
                    [ct] => 11
                    [wt] => 4487
                    [cpu] => 2422
                    [mu] => 1536
                    [pmu] => 0
                )

            [ControllerEventTheme::index==>Config::get] => Array
                (
                    [ct] => 72
                    [wt] => 42
                    [cpu] => 0
                    [mu] => -736
                    [pmu] => 0
                )

            [__TwigTemplate_217ed8f50cc776231824e93237696583387576a9fdd7d0dd03e99e00b2a12565::doDisplay==>Twig\Template::display@2] => Array
                (
                    [ct] => 2
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 45696
                    [pmu] => 0
                )

            [Loader::lm_replacedata==>Registry::set] => Array
                (
                    [ct] => 13
                    [wt] => 8
                    [cpu] => 0
                    [mu] => -4008
                    [pmu] => 0
                )

            [SeoPro::validate==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 672
                    [cpu] => 621
                    [mu] => 12160
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::checkDevice==>modification] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [ModelCatalogReviews::getReview==>Config::get] => Array
                (
                    [ct] => 20
                    [wt] => 6
                    [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] => 25
                    [cpu] => 28
                    [mu] => 200
                    [pmu] => 0
                )

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

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

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

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

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

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

            [ModelCatalogCategory::getCategories==>Model::__get] => Array
                (
                    [ct] => 21
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::view==>Template::set] => Array
                (
                    [ct] => 2416
                    [wt] => 2439
                    [cpu] => 8
                    [mu] => 177392
                    [pmu] => 11256
                )

            [__TwigTemplate_6b1df4e62dfb6e28f2eaaf592e8757135f613c4475fcf663a73a42a19cc88990::doDisplay==>twig_escape_filter] => Array
                (
                    [ct] => 8
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [__TwigTemplate_48e2cf026c6bb4c9da6eccf1a766412efe3973ffe320504197739bd472fd54dd::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 16
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [__TwigTemplate_f67425ce1318aa0b62fa2a302e3bded41ac1905d24c19bb477c4aff7bf38ca18::doDisplay==>Twig\Template::loadTemplate] => Array
                (
                    [ct] => 1
                    [wt] => 270
                    [cpu] => 0
                    [mu] => 4072
                    [pmu] => 0
                )

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

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

            [Proxy::getModule==>Proxy::__call] => Array
                (
                    [ct] => 5
                    [wt] => 999
                    [cpu] => 3248
                    [mu] => 11904
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::setMain==>Config::get] => Array
                (
                    [ct] => 36
                    [wt] => 21
                    [cpu] => 0
                    [mu] => -592
                    [pmu] => 0
                )

            [SeoPro::getKeywordByQuery==>DB::escape] => Array
                (
                    [ct] => 69
                    [wt] => 186
                    [cpu] => 0
                    [mu] => 3184
                    [pmu] => 0
                )

            [Proxy::getCurrencies==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 335
                    [cpu] => 878
                    [mu] => 9864
                    [pmu] => 6920
                )

            [Loader::{closure}==>ModelCatalogInformation::getFooterInformationPages] => Array
                (
                    [ct] => 1
                    [wt] => 79
                    [cpu] => 273
                    [mu] => 19752
                    [pmu] => 44296
                )

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

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

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

            [ControllerCommonColumnRight::index==>Proxy::getLayoutModules] => Array
                (
                    [ct] => 1
                    [wt] => 159
                    [cpu] => 137
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::seourl] => Array
                (
                    [ct] => 59
                    [wt] => 565
                    [cpu] => 93
                    [mu] => 4632
                    [pmu] => 0
                )

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

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

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

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

            [Loader::{closure}==>ModelSettingExtension::getExtensions] => Array
                (
                    [ct] => 2
                    [wt] => 105
                    [cpu] => 3063
                    [mu] => 5840
                    [pmu] => 0
                )

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

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

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

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

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

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

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

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::load] => Array
                (
                    [ct] => 25
                    [wt] => 1072
                    [cpu] => 0
                    [mu] => 191480
                    [pmu] => 57448
                )

            [SeoLang::ex==>utf8_strtolower] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

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

            [main()==>Xhgui\Profiler\Profiler::shutDown] => Array
                (
                    [ct] => 1
                    [wt] => 353
                    [cpu] => 18
                    [mu] => -461456
                    [pmu] => 0
                )

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

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

            [Action::execute@4==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 9
                    [wt] => 1733
                    [cpu] => 8346
                    [mu] => 416
                    [pmu] => 3112
                )

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

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

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

            [ControllerCommonFooter::index==>Proxy::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 233
                    [cpu] => 206
                    [mu] => 4536
                    [pmu] => 0
                )

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

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

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

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

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

            [ControllerCommonFooter::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2720
                    [cpu] => 1585
                    [mu] => 164128
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLang::index==>ControllerSeoLangSeoLang::start] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelToolRemarketing::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 1492
                    [cpu] => 0
                    [mu] => 59944
                    [pmu] => 0
                )

            [ModelCatalogInformation::getInformation==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 79
                    [cpu] => 292
                    [mu] => 192
                    [pmu] => 0
                )

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

            [ControllerCommonContentTop::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1476
                    [cpu] => 2114
                    [mu] => 14440
                    [pmu] => 0
                )

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

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

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

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

            [Controller::__set==>Registry::set] => Array
                (
                    [ct] => 24
                    [wt] => 19
                    [cpu] => 0
                    [mu] => -800
                    [pmu] => 0
                )

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

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_0fd0a675a23540ce15e88b19393a42c24dd2d4aac5f04cf1c6d6d530b1b05387::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::__construct==>Twig\Loader\FilesystemLoader::setPaths] => Array
                (
                    [ct] => 54
                    [wt] => 1277
                    [cpu] => 0
                    [mu] => 44432
                    [pmu] => 0
                )

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

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

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

            [Twig\Template::displayWithErrorHandling@2==>__TwigTemplate_5976db34441bf8a88e1f528b9c0578c34c2387df2044a0471b33c264557c089d::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 73856
                    [pmu] => 56112
                )

            [__TwigTemplate_31c6162d4a92100c8e3b01aea1270234b78cf0cc4808fc29cce6227086e73946::doDisplay==>Twig\Template::display@2] => Array
                (
                    [ct] => 4
                    [wt] => 158
                    [cpu] => 0
                    [mu] => 373376
                    [pmu] => 355056
                )

            [ControllerExtensionModuleSlideshow::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1565
                    [cpu] => 2086
                    [mu] => 15288
                    [pmu] => 57416
                )

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

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

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

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

            [Twig\Environment::__construct==>Twig\Environment::addExtension] => Array
                (
                    [ct] => 54
                    [wt] => 423
                    [cpu] => 0
                    [mu] => 10736
                    [pmu] => 0
                )

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

            [Twig\Environment::updateOptionsHash==>Twig\ExtensionSet::getSignature] => Array
                (
                    [ct] => 54
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 13952
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_settings==>Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 16
                    [pmu] => 0
                )

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

            [ControllerCommonContentBottom::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2373
                    [cpu] => 3989
                    [mu] => 12648
                    [pmu] => 0
                )

            [__TwigTemplate_55c1fc00c75379e191f489950fa4636795cbcdf54bf825b4d69f36d21532efc6::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 10
                    [wt] => 11
                    [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] => 281
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 232
                )

            [Action::execute@2==>ControllerCommonFooter::index] => Array
                (
                    [ct] => 1
                    [wt] => 18922
                    [cpu] => 16299
                    [mu] => 662984
                    [pmu] => 819272
                )

            [ModelToolRemarketing::__construct==>Config::get] => Array
                (
                    [ct] => 57
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [ControllerExtensionModuleReviews::index==>Controller::__get] => Array
                (
                    [ct] => 35
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ControllerCommonHome::index==>Controller::__get] => Array
                (
                    [ct] => 26
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Environment::loadTemplate==>Twig\Environment::loadClass] => Array
                (
                    [ct] => 26
                    [wt] => 6405
                    [cpu] => 3396
                    [mu] => 222320
                    [pmu] => 58560
                )

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

            [start==>Router::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 119924
                    [cpu] => 116006
                    [mu] => 2099728
                    [pmu] => 3522328
                )

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

            [Action::execute@2==>ControllerExtensionAdvertiseGoogle::google_dynamic_remarketing_home] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

            [Twig\Loader\ChainLoader::getCacheKey==>Twig\Loader\ChainLoader::exists] => Array
                (
                    [ct] => 26
                    [wt] => 823
                    [cpu] => 0
                    [mu] => 9808
                    [pmu] => 1128
                )

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

            [ControllerEventLanguage::after==>Controller::__get] => Array
                (
                    [ct] => 3088
                    [wt] => 3302
                    [cpu] => 3254
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Proxy::getLayout] => Array
                (
                    [ct] => 1
                    [wt] => 163
                    [cpu] => 481
                    [mu] => 1424
                    [pmu] => 0
                )

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

            [library==>modification] => Array
                (
                    [ct] => 37
                    [wt] => 1368
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 1040
                )

            [Loader::controller==>Action::execute@2] => Array
                (
                    [ct] => 6
                    [wt] => 102936
                    [cpu] => 97756
                    [mu] => 1608528
                    [pmu] => 2372680
                )

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

            [ControllerSeoLangMovaMova::loadview==>ControllerSeoLangMovaMova::setMain] => Array
                (
                    [ct] => 18
                    [wt] => 365
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

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

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

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

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

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

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

            [Template::render==>Template\Twig::render] => Array
                (
                    [ct] => 18
                    [wt] => 20007
                    [cpu] => 5166
                    [mu] => 1402928
                    [pmu] => 2054184
                )

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

            [start==>Response::output] => Array
                (
                    [ct] => 1
                    [wt] => 2799
                    [cpu] => 1763
                    [mu] => 456304
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerEventLanguage::before] => Array
                (
                    [ct] => 6
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 53712
                    [pmu] => 0
                )

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

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

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

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

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

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

            [ControllerCommonCart::getProducts==>Cart\Cart::getProducts] => Array
                (
                    [ct] => 2
                    [wt] => 392
                    [cpu] => 729
                    [mu] => 640
                    [pmu] => 0
                )

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

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

            [Action::execute@2==>ControllerCommonContentTop::index] => Array
                (
                    [ct] => 1
                    [wt] => 18873
                    [cpu] => 17597
                    [mu] => 134952
                    [pmu] => 179376
                )

            [__TwigTemplate_43c242e26b52caa4da1076eb596f8c43f2959848f7d23404ba52c69f3cc536a6::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 140
                    [wt] => 125
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

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

            [Action::execute@3==>ControllerCommonRemarketing::header] => Array
                (
                    [ct] => 1
                    [wt] => 514
                    [cpu] => 0
                    [mu] => 2200
                    [pmu] => 0
                )

            [Cart\Currency::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 200
                    [mu] => 3496
                    [pmu] => 19464
                )

            [ControllerCommonFooter::index==>Proxy::getCategories] => Array
                (
                    [ct] => 1
                    [wt] => 172
                    [cpu] => 189
                    [mu] => 6840
                    [pmu] => 0
                )

            [Proxy::getStores==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 660
                    [cpu] => 2168
                    [mu] => 1520
                    [pmu] => 2872
                )

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

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

            [ControllerExtensionAdvertiseGoogle::loadStore==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 5648
                    [pmu] => 0
                )

            [Cache::get==>Cache\Redis::get] => Array
                (
                    [ct] => 6
                    [wt] => 526
                    [cpu] => 3559
                    [mu] => 13472
                    [pmu] => 5368
                )

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

            [Loader::view==>Loader::lm_replacedata] => Array
                (
                    [ct] => 18
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 8848
                    [pmu] => 0
                )

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

            [Twig\Template::displayWithErrorHandling@2==>__TwigTemplate_b50b3e3df5eb4bb4ef67d8db297a9e7654f87c3fc9fe0f5319992603e6c99857::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 278656
                    [pmu] => 278496
                )

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

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

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

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

            [ControllerSeoLangMovaMova::load_view==>ControllerSeoLangSeoLanglib::template] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [Proxy::__call@1==>Loader::{closure}@1] => Array
                (
                    [ct] => 10
                    [wt] => 1726
                    [cpu] => 3472
                    [mu] => 74112
                    [pmu] => 0
                )

            [ControllerCommonRemarketing::body==>Proxy::getRemarketingBody] => Array
                (
                    [ct] => 1
                    [wt] => 476
                    [cpu] => 0
                    [mu] => 1688
                    [pmu] => 0
                )

            [Loader::{closure}@1==>Model::__get] => Array
                (
                    [ct] => 154
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::load_view_settings] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

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

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

            [Xhgui\Profiler\Profiler::shutDown==>Xhgui\Profiler\Profiler::flush] => Array
                (
                    [ct] => 1
                    [wt] => 220
                    [cpu] => 18
                    [mu] => -462816
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::load_render==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1665
                    [cpu] => 611
                    [mu] => 14792
                    [pmu] => 77728
                )

            [ControllerStartupRouter::index==>Action::execute@1] => Array
                (
                    [ct] => 1
                    [wt] => 108769
                    [cpu] => 104511
                    [mu] => 1619344
                    [pmu] => 2918312
                )

            [ControllerSeoLangMovaMova::run==>ControllerSeoLangMovaMova::ex_gets] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Loader::{closure}==>ModelToolImage::resize] => Array
                (
                    [ct] => 45
                    [wt] => 14387
                    [cpu] => 8606
                    [mu] => 5984
                    [pmu] => 0
                )

            [Cart\Cart::getProducts==>Session::getId] => Array
                (
                    [ct] => 6
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonContentTop::index==>Proxy::getLayoutModules] => Array
                (
                    [ct] => 1
                    [wt] => 167
                    [cpu] => 151
                    [mu] => 2840
                    [pmu] => 0
                )

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

            [Language::load==>modification] => Array
                (
                    [ct] => 30
                    [wt] => 1403
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

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

            [SeoPro::getKeywordByQuery==>DB::query] => Array
                (
                    [ct] => 69
                    [wt] => 2498
                    [cpu] => 11534
                    [mu] => 56896
                    [pmu] => 7144
                )

            [Action::execute@3==>ControllerCommonRemarketing::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 3021
                    [cpu] => 369
                    [mu] => 401816
                    [pmu] => 773464
                )

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

            [ModelLocalisationLanguage::getLanguages==>Cache::get] => Array
                (
                    [ct] => 2
                    [wt] => 155
                    [cpu] => 663
                    [mu] => 4784
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run_construct==>Controller::__set] => Array
                (
                    [ct] => 6
                    [wt] => 11
                    [cpu] => 0
                    [mu] => -672
                    [pmu] => 0
                )

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

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

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

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

            [ControllerCommonHeader::index==>ControllerCommonHeader::getAnalytics] => Array
                (
                    [ct] => 1
                    [wt] => 254
                    [cpu] => 2970
                    [mu] => 6328
                    [pmu] => 0
                )

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

            [Twig\Environment::addExtension==>Twig\ExtensionSet::addExtension] => Array
                (
                    [ct] => 54
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 6896
                    [pmu] => 0
                )

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

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

            [SeoLang::ex==>utf8_strpos] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => -320
                    [pmu] => 0
                )

            [__TwigTemplate_217ed8f50cc776231824e93237696583387576a9fdd7d0dd03e99e00b2a12565::doDisplay==>Twig\Template::loadTemplate] => Array
                (
                    [ct] => 2
                    [wt] => 525
                    [cpu] => 0
                    [mu] => 7328
                    [pmu] => 0
                )

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

            [ControllerCommonContentBottom::index==>Proxy::getLayoutModules] => Array
                (
                    [ct] => 1
                    [wt] => 168
                    [cpu] => 136
                    [mu] => 1952
                    [pmu] => 0
                )

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

            [Loader::controller@2==>Action::execute@4] => Array
                (
                    [ct] => 1
                    [wt] => 1181
                    [cpu] => 1169
                    [mu] => 10040
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling@1==>__TwigTemplate_31c6162d4a92100c8e3b01aea1270234b78cf0cc4808fc29cce6227086e73946::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 1246
                    [cpu] => 0
                    [mu] => 387536
                    [pmu] => 362400
                )

            [Action::execute@3==>ControllerExtensionModuleCategory::index] => Array
                (
                    [ct] => 1
                    [wt] => 4867
                    [cpu] => 4245
                    [mu] => 15056
                    [pmu] => 22528
                )

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

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

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

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

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

            [Action::execute@4==>ControllerExtensionModuleOCFilter::eventApi] => Array
                (
                    [ct] => 9
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 0
                )

            [Language::load==>Language::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [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] => 658
                    [cpu] => 188
                    [mu] => 16320
                    [pmu] => 76176
                )

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

            [ControllerStartupSeoUrl::index==>SeoPro::validate] => Array
                (
                    [ct] => 1
                    [wt] => 703
                    [cpu] => 621
                    [mu] => 13096
                    [pmu] => 0
                )

            [ControllerExtensionModuleCategory::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

            [Loader::model==>modification] => Array
                (
                    [ct] => 24
                    [wt] => 1081
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 168
                )

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

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

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

            [Proxy::getHeaderInformationPages==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 226
                    [cpu] => 192
                    [mu] => 38352
                    [pmu] => 0
                )

            [ControllerCommonContentTop::index==>Config::get] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => -64
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLanglib::getLayoutModules==>modules_sort] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Action::execute@3==>ControllerExtensionModuleSlideshow::index] => Array
                (
                    [ct] => 1
                    [wt] => 2593
                    [cpu] => 2585
                    [mu] => 23464
                    [pmu] => 67504
                )

            [ControllerCommonRemarketing::__construct==>Loader::model] => Array
                (
                    [ct] => 6
                    [wt] => 2929
                    [cpu] => 0
                    [mu] => 401432
                    [pmu] => 773464
                )

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

            [Twig\Environment::loadClass==>Twig\Environment::isTemplateFresh] => Array
                (
                    [ct] => 25
                    [wt] => 3319
                    [cpu] => 1889
                    [mu] => 480
                    [pmu] => 0
                )

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

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

            [Action::execute@3==>ControllerProductCompare::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 1272
                    [cpu] => 2904
                    [mu] => 752
                    [pmu] => 0
                )

            [Twig\Template::display@1==>Twig\Template::displayWithErrorHandling@1] => Array
                (
                    [ct] => 2
                    [wt] => 1814
                    [cpu] => 0
                    [mu] => 457200
                    [pmu] => 362400
                )

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

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

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

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

            [ControllerCommonMenu::index==>Url::link] => Array
                (
                    [ct] => 4
                    [wt] => 648
                    [cpu] => 564
                    [mu] => 248
                    [pmu] => 0
                )

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

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

            [Action::execute@2==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 6
                    [wt] => 1666
                    [cpu] => 1663
                    [mu] => -53072
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLanglib::template==>ControllerSeoLangSeoLanglib::get_theme_folder] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

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

            [ModelDesignLayout::getLayout==>DB::escape] => Array
                (
                    [ct] => 4
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

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

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

            [Loader::controller==>Event::trigger] => Array
                (
                    [ct] => 12
                    [wt] => 3082
                    [cpu] => 4051
                    [mu] => -4096
                    [pmu] => 0
                )

            [SeoPro::baseRewrite==>Log::write] => Array
                (
                    [ct] => 59
                    [wt] => 885
                    [cpu] => 128
                    [mu] => -5728
                    [pmu] => 0
                )

            [ControllerCommonContentBottom::index==>Config::get] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => -16
                    [pmu] => 0
                )

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

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

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

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

            [ControllerCommonFooter::checkLink==>Config::get] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@3==>ControllerExtensionAdvertiseGoogle::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 305
                    [cpu] => 3613
                    [mu] => 7768
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Proxy::getFooterInformationPages] => Array
                (
                    [ct] => 1
                    [wt] => 184
                    [cpu] => 273
                    [mu] => 20560
                    [pmu] => 44296
                )

            [Action::execute@3==>ControllerProductCompare::getCompare] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

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

            [Loader::view==>Template::render] => Array
                (
                    [ct] => 18
                    [wt] => 20022
                    [cpu] => 5166
                    [mu] => 1401760
                    [pmu] => 2054184
                )

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

            [Twig\Environment::isTemplateFresh==>Twig\Loader\ChainLoader::isFresh] => Array
                (
                    [ct] => 25
                    [wt] => 500
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::switchLanguage==>utf8_strtolower] => Array
                (
                    [ct] => 30
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 0
                )

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

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

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

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

            [__TwigTemplate_f67425ce1318aa0b62fa2a302e3bded41ac1905d24c19bb477c4aff7bf38ca18::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 20
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Session\DB::read==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 153
                    [cpu] => 1902
                    [mu] => 384
                    [pmu] => 16456
                )

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

            [ControllerToolTotal::index==>Cart\Cart::getTaxes] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 246
                    [mu] => 256
                    [pmu] => 0
                )

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

            [Action::execute@3==>ControllerExtensionModuleReviews::index] => Array
                (
                    [ct] => 1
                    [wt] => 17752
                    [cpu] => 15318
                    [mu] => 64048
                    [pmu] => 130392
                )

            [ControllerSeoLangMovaMova::run==>Config::set] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Proxy::getRemarketingHeader==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 510
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 0
                )

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

            [ControllerCommonCart::getTotalItems==>Cart\Cart::countProducts] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 329
                    [mu] => 256
                    [pmu] => 0
                )

            [main()] => Array
                (
                    [ct] => 1
                    [wt] => 131257
                    [cpu] => 126090
                    [mu] => 2393640
                    [pmu] => 3824488
                )

            [ControllerSeoLangSeoLang::index==>ControllerSeoLangSeoLang::load_settings] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1136
                    [pmu] => 0
                )

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

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

            [Action::execute@3==>ControllerEventTheme::index] => Array
                (
                    [ct] => 8
                    [wt] => 2327
                    [cpu] => 12538
                    [mu] => 7296
                    [pmu] => 0
                )

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

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

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

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

            [ModelCatalogReviews::getReview==>Model::__get] => Array
                (
                    [ct] => 50
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Cart\Cart::getProducts==>Cart\Customer::getId] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [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@4==>ControllerToolTotal::index] => Array
                (
                    [ct] => 1
                    [wt] => 1103
                    [cpu] => 1169
                    [mu] => 9632
                    [pmu] => 0
                )

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

            [ModelDesignTheme::getTheme==>DB::escape] => Array
                (
                    [ct] => 36
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 1704
                    [pmu] => 0
                )

            [DB::query==>DB\MySQLi::query] => Array
                (
                    [ct] => 192
                    [wt] => 9724
                    [cpu] => 76531
                    [mu] => 748552
                    [pmu] => 737680
                )

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

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

            [__TwigTemplate_31c6162d4a92100c8e3b01aea1270234b78cf0cc4808fc29cce6227086e73946::doDisplay==>Twig\Template::loadTemplate] => Array
                (
                    [ct] => 4
                    [wt] => 1081
                    [cpu] => 0
                    [mu] => 14032
                    [pmu] => 7216
                )

            [ControllerExtensionModuleCarousel::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Controller::__get==>Registry::get] => Array
                (
                    [ct] => 5374
                    [wt] => 2174
                    [cpu] => 1573
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Loader\FilesystemLoader::setPaths==>Twig\Loader\FilesystemLoader::addPath] => Array
                (
                    [ct] => 54
                    [wt] => 1177
                    [cpu] => 0
                    [mu] => 24000
                    [pmu] => 0
                )

            [ControllerStartupSession::index==>Session::start] => Array
                (
                    [ct] => 1
                    [wt] => 177
                    [cpu] => 1902
                    [mu] => 568
                    [pmu] => 17328
                )

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

            [ControllerSeoLangMovaMova::load_model==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 4776
                    [pmu] => 0
                )

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

            [ControllerCommonContentBottom::index==>Controller::__get] => Array
                (
                    [ct] => 15
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getLayout==>Proxy::__call] => Array
                (
                    [ct] => 4
                    [wt] => 654
                    [cpu] => 4665
                    [mu] => -208
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelSettingModule::getModule] => Array
                (
                    [ct] => 5
                    [wt] => 414
                    [cpu] => 3248
                    [mu] => 13128
                    [pmu] => 0
                )

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

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

            [seolang_Mobile_Detect::matchDetectionRulesAgainstUA==>seolang_Mobile_Detect::getRules] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 13008
                    [pmu] => 0
                )

            [ControllerCommonColumnRight::index==>Proxy::getLayout] => Array
                (
                    [ct] => 1
                    [wt] => 164
                    [cpu] => 2699
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ControllerExtensionModuleReviews::index==>Proxy::resize] => Array
                (
                    [ct] => 28
                    [wt] => 12230
                    [cpu] => 12270
                    [mu] => 3280
                    [pmu] => 0
                )

            [Loader::view==>Event::trigger] => Array
                (
                    [ct] => 36
                    [wt] => 11858
                    [cpu] => 27389
                    [mu] => 175016
                    [pmu] => 11896
                )

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

            [ControllerSeoLangMovaMova::mova_render==>Loader::lm_set_replacedata] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1648
                    [pmu] => 0
                )

            [Request::clean==>Request::clean@1] => Array
                (
                    [ct] => 70
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 11360
                    [pmu] => 6296
                )

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

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

            [ModelSettingModule::getModule==>Model::__get] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::load_model] => Array
                (
                    [ct] => 1
                    [wt] => 145
                    [cpu] => 0
                    [mu] => 5032
                    [pmu] => 0
                )

            [Action::execute@4==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 1
                    [wt] => 312
                    [cpu] => 0
                    [mu] => -12216
                    [pmu] => 0
                )

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

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

            [Loader::{closure}@1==>Event::trigger] => Array
                (
                    [ct] => 18
                    [wt] => 760
                    [cpu] => 279
                    [mu] => -8000
                    [pmu] => 0
                )

            [Loader::{closure}@1==>Event::trigger@1] => Array
                (
                    [ct] => 2
                    [wt] => 89
                    [cpu] => 0
                    [mu] => -784
                    [pmu] => 0
                )

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

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

            [ControllerExtensionModuleReviews::index==>Proxy::getReviewsByShop] => Array
                (
                    [ct] => 1
                    [wt] => 1764
                    [cpu] => 1455
                    [mu] => 24712
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::responseseolang==>ControllerSeoLangMovaMova::hreflang] => Array
                (
                    [ct] => 1
                    [wt] => 2739
                    [cpu] => 1763
                    [mu] => 463232
                    [pmu] => 0
                )

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

            [ControllerStartupStartup::index==>Config::set] => Array
                (
                    [ct] => 507
                    [wt] => 219
                    [cpu] => 0
                    [mu] => 38528
                    [pmu] => 96
                )

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

            [Loader::model==>Registry::has] => Array
                (
                    [ct] => 92
                    [wt] => 48
                    [cpu] => 0
                    [mu] => -4528
                    [pmu] => 24
                )

            [Router::execute==>Action::execute] => Array
                (
                    [ct] => 7
                    [wt] => 119907
                    [cpu] => 116006
                    [mu] => 2099616
                    [pmu] => 3522328
                )

            [ControllerCommonCart::index==>Url::link] => Array
                (
                    [ct] => 2
                    [wt] => 285
                    [cpu] => 723
                    [mu] => 248
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

            [Loader::{closure}==>ModelToolRemarketing::getRemarketingFooter] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [ControllerToolTotal::index==>Proxy::getExtensions] => Array
                (
                    [ct] => 1
                    [wt] => 153
                    [cpu] => 93
                    [mu] => 5456
                    [pmu] => 0
                )

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

            [ControllerCommonMenu::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 491
                    [cpu] => 634
                    [mu] => 224
                    [pmu] => 0
                )

            [ModelCatalogInformation::getInformation==>Config::get] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ControllerProductCompare::__construct==>Loader::language] => Array
                (
                    [ct] => 2
                    [wt] => 1229
                    [cpu] => 2904
                    [mu] => 240
                    [pmu] => 0
                )

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

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

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

            [__TwigTemplate_ab8447b4753ec06fac433ce19fdb27fbf72c8f28090506ba2ca5f8079b673981::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [ControllerSeoLangMovaMova::start==>Proxy::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 186
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

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

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

            [ModelDesignTranslation::getTranslations==>Model::__get] => Array
                (
                    [ct] => 112
                    [wt] => 119
                    [cpu] => 667
                    [mu] => 448
                    [pmu] => 352
                )

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

            [Action::execute@4==>ControllerEventLanguage::index] => Array
                (
                    [ct] => 9
                    [wt] => 228
                    [cpu] => 0
                    [mu] => 86400
                    [pmu] => 224
                )

            [Template\Twig::render==>Twig\Loader\FilesystemLoader::__construct] => Array
                (
                    [ct] => 72
                    [wt] => 2269
                    [cpu] => 0
                    [mu] => 35056
                    [pmu] => 0
                )

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

            [Twig\Loader\ChainLoader::isFresh@1==>Twig\Loader\FilesystemLoader::isFresh] => Array
                (
                    [ct] => 8
                    [wt] => 382
                    [cpu] => 0
                    [mu] => -48
                    [pmu] => 0
                )

            [Proxy::getInformation==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 291
                    [cpu] => 292
                    [mu] => 440
                    [pmu] => 0
                )

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

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

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

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

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

            [Cart\Cart::getTaxes==>Cart\Cart::getProducts] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 246
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run==>Proxy::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 163
                    [cpu] => 215
                    [mu] => 2392
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelLocalisationLanguage::getLanguages] => Array
                (
                    [ct] => 2
                    [wt] => 165
                    [cpu] => 663
                    [mu] => 5040
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::shortcodes==>ControllerSeoLangMovaMova::getMulti] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [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] => 59
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSeoLangSeoLang::control] => Array
                (
                    [ct] => 3
                    [wt] => 887
                    [cpu] => 3411
                    [mu] => 97568
                    [pmu] => 4840
                )

            [ModelDesignLayout::getLayoutModules==>Registry::get] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerCommonCart::getProducts==>Controller::__get] => Array
                (
                    [ct] => 6
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonCart::index==>ControllerCommonCart::getProducts] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 39
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

            [ModelToolRemarketing::__construct==>Model::__get] => Array
                (
                    [ct] => 84
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelToolRemarketing::__construct==>Proxy::getCid] => Array
                (
                    [ct] => 3
                    [wt] => 486
                    [cpu] => 0
                    [mu] => 22912
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Currency::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 200
                    [mu] => 2664
                    [pmu] => 19464
                )

            [Template::set==>Template\Twig::set] => Array
                (
                    [ct] => 2416
                    [wt] => 936
                    [cpu] => 0
                    [mu] => 177264
                    [pmu] => 11256
                )

            [ModelDesignBanner::getBanner==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 116
                    [cpu] => 973
                    [mu] => 14408
                    [pmu] => 10088
                )

            [Loader::language==>Event::trigger] => Array
                (
                    [ct] => 32
                    [wt] => 5497
                    [cpu] => 12201
                    [mu] => -2968
                    [pmu] => 31352
                )

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

            [ControllerCommonFooter::index==>Document::getLocalStorage] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 9720
                    [pmu] => 0
                )

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

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

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

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

            [__TwigTemplate_6b1df4e62dfb6e28f2eaaf592e8757135f613c4475fcf663a73a42a19cc88990::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 18
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

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

            [ModelSettingStore::getStores==>Cache::get] => Array
                (
                    [ct] => 2
                    [wt] => 180
                    [cpu] => 2018
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSettingStore::getStores] => Array
                (
                    [ct] => 2
                    [wt] => 444
                    [cpu] => 2168
                    [mu] => 864
                    [pmu] => 2872
                )

            [Loader::lm_set_replacedata==>Loader::lm_reset_replace] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [__TwigTemplate_e131f46c34134715061dee3d0cd036f7529458553588cf10a4cdd102eb5be311::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 16
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::mova_render==>ControllerSeoLangMovaMova::load_render] => Array
                (
                    [ct] => 1
                    [wt] => 1669
                    [cpu] => 611
                    [mu] => 15048
                    [pmu] => 77728
                )

            [ControllerToolTotal::index==>Config::get] => Array
                (
                    [ct] => 21
                    [wt] => 9
                    [cpu] => 0
                    [mu] => -880
                    [pmu] => 0
                )

            [__TwigTemplate_ab8447b4753ec06fac433ce19fdb27fbf72c8f28090506ba2ca5f8079b673981::doDisplay==>twig_length_filter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [Twig\Environment::loadClass==>__TwigTemplate_7a6ea56d369434932f676f8652a571ca22cb69b375faa5813a4f3810eeefefd7::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 0
                )

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

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

            [ModelDesignLayout::getLayout==>DB::query] => Array
                (
                    [ct] => 4
                    [wt] => 188
                    [cpu] => 4665
                    [mu] => 4608
                    [pmu] => 0
                )

            [ControllerCommonHeader::getAnalytics==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 4768
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::switchLanguage==>utf8_strpos] => Array
                (
                    [ct] => 30
                    [wt] => 22
                    [cpu] => 0
                    [mu] => -1984
                    [pmu] => 0
                )

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

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

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

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

            [ModelSeoLangSeoLang::control==>ControllerSeoLangSeoLang::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Extension\EscaperExtension::__construct] => Array
                (
                    [ct] => 18
                    [wt] => 33
                    [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] => 18
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [twig_last==>twig_slice] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 712
                )

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

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

            [ControllerCommonMenu::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1598
                    [cpu] => 431
                    [mu] => 14760
                    [pmu] => 0
                )

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

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

            [ControllerExtensionModuleCarousel::index==>Proxy::getBanner] => Array
                (
                    [ct] => 1
                    [wt] => 179
                    [cpu] => 474
                    [mu] => 11768
                    [pmu] => 0
                )

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

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

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_7a25702678ec5beb99831ec494ccda156716e745d9fa87c440f3c5dcae524964::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLanglib::__construct==>Controller::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 141
                    [cpu] => 448
                    [mu] => 3696
                    [pmu] => 0
                )

            [ControllerCommonCart::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 468
                    [cpu] => 642
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::controller==>Action::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 219
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling@2==>__TwigTemplate_0d507925014170a0534352334eb444fe8a15161364b7a678351e164e15fffa0a::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 45184
                    [pmu] => 0
                )

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

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

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

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

            [ModelCatalogInformation::getFooterInformationPages==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 273
                    [mu] => 19144
                    [pmu] => 44296
                )

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

            [Cache::set==>Cache\Redis::set] => Array
                (
                    [ct] => 2
                    [wt] => 158
                    [cpu] => 112
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelDesignTheme::getTheme==>DB::query] => Array
                (
                    [ct] => 18
                    [wt] => 992
                    [cpu] => 21408
                    [mu] => 4928
                    [pmu] => 11672
                )

            [Twig\Template::render==>Twig\Template::display] => Array
                (
                    [ct] => 18
                    [wt] => 4145
                    [cpu] => 0
                    [mu] => 969152
                    [pmu] => 580016
                )

            [Action::execute@3==>modification] => Array
                (
                    [ct] => 81
                    [wt] => 4131
                    [cpu] => 1239
                    [mu] => 768
                    [pmu] => 0
                )

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

            [ControllerCommonContentTop::index==>Proxy::getLayout] => Array
                (
                    [ct] => 1
                    [wt] => 168
                    [cpu] => 1006
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerEventTheme::index==>Config::set] => Array
                (
                    [ct] => 18
                    [wt] => 21
                    [cpu] => 0
                    [mu] => -544
                    [pmu] => 0
                )

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

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

            [Loader::{closure}==>ModelDesignTranslation::getTranslations] => Array
                (
                    [ct] => 15
                    [wt] => 1070
                    [cpu] => 11149
                    [mu] => 1152
                    [pmu] => 20976
                )

            [ModelDesignLayout::getLayoutModules==>DB::escape] => Array
                (
                    [ct] => 4
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

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

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::getTimestamp] => Array
                (
                    [ct] => 25
                    [wt] => 1364
                    [cpu] => 0
                    [mu] => 2296
                    [pmu] => 16
                )

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

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

            [ModelLocalisationCurrency::getCurrencies==>Cache::get] => Array
                (
                    [ct] => 2
                    [wt] => 200
                    [cpu] => 878
                    [mu] => 8944
                    [pmu] => 5368
                )

            [ControllerCommonColumnLeft::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 179
                    [cpu] => 0
                    [mu] => 10640
                    [pmu] => 0
                )

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

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

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

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

            [__TwigTemplate_6b1df4e62dfb6e28f2eaaf592e8757135f613c4475fcf663a73a42a19cc88990::doDisplay==>twig_ensure_traversable] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [ModelDesignLayout::getLayoutModules==>ControllerSeoLangSeoLanglib::getLayoutModules] => Array
                (
                    [ct] => 4
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 2360
                    [pmu] => 0
                )

            [Twig\Environment::getTemplateClass==>Twig\Loader\ChainLoader::getCacheKey] => Array
                (
                    [ct] => 26
                    [wt] => 986
                    [cpu] => 0
                    [mu] => 54016
                    [pmu] => 1128
                )

            [ControllerSeoLangMovaMova::mova_render==>ControllerSeoLangMovaMova::load_view] => Array
                (
                    [ct] => 1
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupRouter::index] => Array
                (
                    [ct] => 1
                    [wt] => 109254
                    [cpu] => 104511
                    [mu] => 1629808
                    [pmu] => 2918312
                )

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

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

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

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

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

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

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

            [ControllerCommonContentBottom::index==>Proxy::getLayout] => Array
                (
                    [ct] => 1
                    [wt] => 161
                    [cpu] => 479
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::language==>Language::load] => Array
                (
                    [ct] => 16
                    [wt] => 2927
                    [cpu] => 0
                    [mu] => 10840
                    [pmu] => 0
                )

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

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

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

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

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

            [ModelCatalogDiscount::getAllDiscounts==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 289
                    [cpu] => 318
                    [mu] => 1168
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Loader::controller@1] => Array
                (
                    [ct] => 8
                    [wt] => 16155
                    [cpu] => 11627
                    [mu] => 59888
                    [pmu] => 0
                )

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

            [Proxy::getAllDiscounts==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 414
                    [cpu] => 318
                    [mu] => 2008
                    [pmu] => 0
                )

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

            [ModelCatalogInformation::getHeaderInformationPages==>Model::__get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelCatalogReviews::getReviewsByShop] => Array
                (
                    [ct] => 1
                    [wt] => 1660
                    [cpu] => 1455
                    [mu] => 23912
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::setMain==>ControllerSeoLangMovaMova::getMulti] => Array
                (
                    [ct] => 18
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Url::link==>ControllerSeoLangMovaMova::after] => Array
                (
                    [ct] => 59
                    [wt] => 2946
                    [cpu] => 445
                    [mu] => 14048
                    [pmu] => 0
                )

            [ControllerCommonSearch::index==>Url::link] => Array
                (
                    [ct] => 2
                    [wt] => 335
                    [cpu] => 362
                    [mu] => 288
                    [pmu] => 0
                )

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

            [ControllerExtensionModuleSlideshow::index==>Proxy::resize] => Array
                (
                    [ct] => 2
                    [wt] => 681
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 0
                )

            [ControllerCommonContentTop::index==>Proxy::getModule] => Array
                (
                    [ct] => 3
                    [wt] => 462
                    [cpu] => 1699
                    [mu] => 7664
                    [pmu] => 0
                )

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

            [Action::execute@2==>ControllerCommonContentBottom::index] => Array
                (
                    [ct] => 1
                    [wt] => 35829
                    [cpu] => 34978
                    [mu] => 85536
                    [pmu] => 130392
                )

            [ControllerCommonMenu::index==>Proxy::getCategories] => Array
                (
                    [ct] => 5
                    [wt] => 769
                    [cpu] => 788
                    [mu] => 6840
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLanglib::getModule==>Config::get] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 16
                    [pmu] => 0
                )

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

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

            [ControllerExtensionModuleCategory::index==>Url::link] => Array
                (
                    [ct] => 4
                    [wt] => 764
                    [cpu] => 2029
                    [mu] => 376
                    [pmu] => 0
                )

            [Action::execute@3==>ControllerCommonCart::index] => Array
                (
                    [ct] => 1
                    [wt] => 4183
                    [cpu] => 3164
                    [mu] => 26288
                    [pmu] => 0
                )

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

            [Proxy::getLayoutModules==>Proxy::__call] => Array
                (
                    [ct] => 4
                    [wt] => 672
                    [cpu] => 661
                    [mu] => 5064
                    [pmu] => 0
                )

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

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

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

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

            [ControllerCommonCart::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1541
                    [cpu] => 440
                    [mu] => 14920
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangSeoLang::load_settings==>ControllerSeoLangSeoLang::load_get_store] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_f2f4c56c8fc8756ba0b851d67c7a048cde71ff5ce41c5cad54ad83bb460e9d03::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 446592
                    [pmu] => 0
                )

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

            [Action::execute@3==>ControllerCommonCart::getTotalItems] => Array
                (
                    [ct] => 1
                    [wt] => 60
                    [cpu] => 329
                    [mu] => 512
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::commonhome] => Array
                (
                    [ct] => 59
                    [wt] => 162
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

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

            [ControllerCommonCart::index==>ControllerCommonCart::getTotals] => Array
                (
                    [ct] => 1
                    [wt] => 1763
                    [cpu] => 1169
                    [mu] => 11392
                    [pmu] => 0
                )

            [ControllerCommonContentBottom::index==>Proxy::getModule] => Array
                (
                    [ct] => 2
                    [wt] => 542
                    [cpu] => 1549
                    [mu] => 6376
                    [pmu] => 0
                )

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

            [ControllerExtensionModuleSpecial::__construct==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 115
                    [cpu] => 0
                    [mu] => 8360
                    [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] => 236
                    [wt] => 296
                    [cpu] => 0
                    [mu] => 9568
                    [pmu] => 0
                )

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

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

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

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::mova_render] => Array
                (
                    [ct] => 1
                    [wt] => 3664
                    [cpu] => 3722
                    [mu] => 29896
                    [pmu] => 89344
                )

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

            [Twig\Template::displayWithErrorHandling@2==>__TwigTemplate_3b18409ad9dcba1eb2d5c0a567cada6fc9d9795f162b89ddf00ed98c1ca62301::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 20608
                    [pmu] => 20448
                )

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

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

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

            [Proxy::getCid==>Proxy::__call@1] => Array
                (
                    [ct] => 3
                    [wt] => 485
                    [cpu] => 0
                    [mu] => 22784
                    [pmu] => 0
                )

            [Loader::model==>Proxy::__set] => Array
                (
                    [ct] => 217
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 14912
                    [pmu] => 2272
                )

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

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

            [Router::dispatch==>Router::execute] => Array
                (
                    [ct] => 7
                    [wt] => 119917
                    [cpu] => 116006
                    [mu] => 2099744
                    [pmu] => 3522328
                )

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

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

            [ControllerEventTheme::index==>Loader::model] => Array
                (
                    [ct] => 18
                    [wt] => 167
                    [cpu] => 0
                    [mu] => 5136
                    [pmu] => 0
                )

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

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

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

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

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

            [Proxy::getTheme==>Proxy::__call] => Array
                (
                    [ct] => 18
                    [wt] => 3237
                    [cpu] => 21408
                    [mu] => -5088
                    [pmu] => 11672
                )

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

            [Action::execute@2==>ControllerCommonColumnLeft::index] => Array
                (
                    [ct] => 1
                    [wt] => 3894
                    [cpu] => 2041
                    [mu] => 65416
                    [pmu] => 0
                )

            [Twig\Environment::render==>Twig\Environment::load] => Array
                (
                    [ct] => 18
                    [wt] => 6073
                    [cpu] => 3396
                    [mu] => 208160
                    [pmu] => 52544
                )

            [ControllerSeoLangSeoLanglib::getModule==>Controller::__get] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Loader::{closure}==>ModelDesignLayout::getLayoutModules] => Array
                (
                    [ct] => 4
                    [wt] => 293
                    [cpu] => 661
                    [mu] => 5912
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::index==>ControllerSeoLangSeoLang::load_widget] => Array
                (
                    [ct] => 1
                    [wt] => 5128
                    [cpu] => 3722
                    [mu] => 58912
                    [pmu] => 89344
                )

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

            [Action::execute@3==>ControllerCommonMenu::index] => Array
                (
                    [ct] => 1
                    [wt] => 3564
                    [cpu] => 2417
                    [mu] => 15624
                    [pmu] => 0
                )

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

            [ControllerCommonHeader::index==>formatPhoneNumber] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Proxy::getReviewsByShop==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 1763
                    [cpu] => 1455
                    [mu] => 24208
                    [pmu] => 0
                )

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

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

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

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

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

            [ControllerCommonHome::index==>Loader::controller] => Array
                (
                    [ct] => 6
                    [wt] => 106308
                    [cpu] => 101807
                    [mu] => 1612416
                    [pmu] => 2372680
                )

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

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

            [SeoLang::__construct==>SeoLang::ex] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Loader\FilesystemLoader::addPath] => Array
                (
                    [ct] => 36
                    [wt] => 1005
                    [cpu] => 1088
                    [mu] => 14672
                    [pmu] => 0
                )

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

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

            [Request::__construct==>Request::clean] => Array
                (
                    [ct] => 6
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 14104
                    [pmu] => 6296
                )

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

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

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

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

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

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

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

            [Loader::{closure}==>ModelCatalogDiscount::getProductsByDiscounts] => Array
                (
                    [ct] => 1
                    [wt] => 241
                    [cpu] => 149
                    [mu] => 384
                    [pmu] => 0
                )

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

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

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

            [ControllerCommonSearch::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 614
                    [cpu] => 968
                    [mu] => 224
                    [pmu] => 0
                )

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

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

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

            [Action::execute@3==>ControllerExtensionModuleSeoLang::index] => Array
                (
                    [ct] => 1
                    [wt] => 5449
                    [cpu] => 4351
                    [mu] => 64176
                    [pmu] => 89344
                )

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

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

            [Action::execute@1==>ControllerCommonHome::index] => Array
                (
                    [ct] => 1
                    [wt] => 108705
                    [cpu] => 104511
                    [mu] => 1618560
                    [pmu] => 2918312
                )

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

            [Action::execute@3==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 5
                    [wt] => 930
                    [cpu] => 2224
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ControllerExtensionModuleCategory::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 560
                    [cpu] => 1225
                    [mu] => 368
                    [pmu] => 0
                )

            [Twig\Environment::render==>Twig\TemplateWrapper::render] => Array
                (
                    [ct] => 18
                    [wt] => 4702
                    [cpu] => 0
                    [mu] => 1032512
                    [pmu] => 1958656
                )

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::generateKey] => Array
                (
                    [ct] => 25
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 4128
                    [pmu] => 0
                )

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

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

            [ControllerExtensionModuleReviews::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 9872
                    [pmu] => 0
                )

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

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

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

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

            [ControllerCommonRemarketing::footer==>Proxy::getRemarketingFooter] => Array
                (
                    [ct] => 1
                    [wt] => 842
                    [cpu] => 2988
                    [mu] => 59712
                    [pmu] => 0
                )

            [ModelDesignLayout::getLayoutModules==>DB::query] => Array
                (
                    [ct] => 4
                    [wt] => 138
                    [cpu] => 661
                    [mu] => 4912
                    [pmu] => 0
                )

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

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

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

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

            [Loader::{closure}==>ModelDesignTheme::getTheme] => Array
                (
                    [ct] => 18
                    [wt] => 1284
                    [cpu] => 21408
                    [mu] => 928
                    [pmu] => 11672
                )

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

            [ControllerSeoLangMovaMova::mova_render==>ControllerSeoLangMovaMova::load_view_settings] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Environment::loadTemplate==>Twig\Environment::getTemplateClass] => Array
                (
                    [ct] => 26
                    [wt] => 1676
                    [cpu] => 0
                    [mu] => 13872
                    [pmu] => 1200
                )

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

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

            [Twig\Environment::addExtension==>Twig\Environment::updateOptionsHash] => Array
                (
                    [ct] => 54
                    [wt] => 237
                    [cpu] => 0
                    [mu] => 3712
                    [pmu] => 0
                )

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

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

            [Cart\Cart::getProducts==>DB::escape] => Array
                (
                    [ct] => 6
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 464
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run_construct==>Proxy::getStores] => Array
                (
                    [ct] => 2
                    [wt] => 663
                    [cpu] => 2168
                    [mu] => 1648
                    [pmu] => 2872
                )

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

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

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

            [ControllerSeoLangMovaMova::run==>ControllerSeoLangMovaMova::{closure}] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLang::load_widget==>ControllerSeoLangMovaMova::index] => Array
                (
                    [ct] => 1
                    [wt] => 5115
                    [cpu] => 3722
                    [mu] => 59296
                    [pmu] => 89344
                )

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

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

            [ModelCatalogCategory::getCategories==>DB::query] => Array
                (
                    [ct] => 7
                    [wt] => 335
                    [cpu] => 1173
                    [mu] => 20488
                    [pmu] => 0
                )

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

            [ControllerCommonColumnRight::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_55c1fc00c75379e191f489950fa4636795cbcdf54bf825b4d69f36d21532efc6::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 25256
                )

            [ControllerEventTheme::index==>Proxy::getTheme] => Array
                (
                    [ct] => 18
                    [wt] => 3261
                    [cpu] => 21408
                    [mu] => 1808
                    [pmu] => 11672
                )

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

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

            [ControllerProductCompare::getCompare==>ControllerProductCompare::getCurrentCompareList] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::checkDevice==>seolang_Mobile_Detect::isMobile] => Array
                (
                    [ct] => 1
                    [wt] => 478
                    [cpu] => 0
                    [mu] => 13904
                    [pmu] => 0
                )

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

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

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

            [Loader::{closure}==>ModelExtensionTotalSubTotal::getTotal] => Array
                (
                    [ct] => 1
                    [wt] => 584
                    [cpu] => 830
                    [mu] => 2656
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run==>Url::link] => Array
                (
                    [ct] => 2
                    [wt] => 399
                    [cpu] => 602
                    [mu] => 176
                    [pmu] => 5632
                )

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

            [ControllerExtensionModuleSpecial::index==>ControllerExtensionModuleSpecial::getProductIds] => Array
                (
                    [ct] => 1
                    [wt] => 772
                    [cpu] => 467
                    [mu] => 2640
                    [pmu] => 0
                )

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

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

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

            [Twig\Environment::load==>Twig\Environment::loadTemplate] => Array
                (
                    [ct] => 18
                    [wt] => 5976
                    [cpu] => 3396
                    [mu] => 206176
                    [pmu] => 52544
                )

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

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

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

            [Loader::{closure}==>ModelDesignBanner::getBanner] => Array
                (
                    [ct] => 2
                    [wt] => 134
                    [cpu] => 973
                    [mu] => 14472
                    [pmu] => 10088
                )

            [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
                )

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

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

            [ControllerCommonSearch::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1491
                    [cpu] => 423
                    [mu] => 11016
                    [pmu] => 0
                )

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

            [Url::link==>Simple\Rewrite::rewrite] => Array
                (
                    [ct] => 59
                    [wt] => 700
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 0
                )

            [Action::execute@5==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 1
                    [wt] => 190
                    [cpu] => 690
                    [mu] => 512
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::after==>utf8_strpos] => Array
                (
                    [ct] => 236
                    [wt] => 275
                    [cpu] => 0
                    [mu] => -14976
                    [pmu] => 0
                )

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

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

            [ModelDesignLayout::getLayout==>Config::get] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [seolang_Mobile_Detect::isTablet==>seolang_Mobile_Detect::match] => Array
                (
                    [ct] => 119
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionModuleCategory::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1541
                    [cpu] => 464
                    [mu] => 12648
                    [pmu] => 22528
                )

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

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

            [ModelToolImage::resize==>utf8_substr] => Array
                (
                    [ct] => 45
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 2928
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLanglib::getLayoutModules==>ControllerSeoLangSeoLanglib::lm_api] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>modification] => Array
                (
                    [ct] => 3
                    [wt] => 191
                    [cpu] => 629
                    [mu] => 128
                    [pmu] => 240
                )

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

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

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

            [__TwigTemplate_55c1fc00c75379e191f489950fa4636795cbcdf54bf825b4d69f36d21532efc6::doDisplay==>twig_last] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 760
                )

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

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::load_language_get] => Array
                (
                    [ct] => 1
                    [wt] => 189
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

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

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

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

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

            [ControllerSeoLangMovaMova::switchLanguage==>Controller::__get] => Array
                (
                    [ct] => 69
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [seolang_Mobile_Detect::setUserAgent==>seolang_Mobile_Detect::getUaHttpHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getTranslations==>Proxy::__call] => Array
                (
                    [ct] => 15
                    [wt] => 2641
                    [cpu] => 11149
                    [mu] => -3024
                    [pmu] => 23472
                )

            [Proxy::getTranslations==>Proxy::__call@1] => Array
                (
                    [ct] => 1
                    [wt] => 180
                    [cpu] => 690
                    [mu] => 8
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

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

            [Twig\Environment::__construct==>Twig\Environment::setCache] => Array
                (
                    [ct] => 18
                    [wt] => 197
                    [cpu] => 0
                    [mu] => 4904
                    [pmu] => 0
                )

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

            [ControllerExtensionModuleSpecial::getProductIds==>Proxy::getProductsByDiscounts] => Array
                (
                    [ct] => 1
                    [wt] => 345
                    [cpu] => 149
                    [mu] => 1192
                    [pmu] => 0
                )

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

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

            [Action::execute@3==>ControllerCommonSearch::index] => Array
                (
                    [ct] => 1
                    [wt] => 2459
                    [cpu] => 1753
                    [mu] => 11752
                    [pmu] => 0
                )

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

            [Loader::controller@1==>Loader::lm_replacecontroller] => Array
                (
                    [ct] => 18
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Proxy::__call==>Loader::{closure}] => Array
                (
                    [ct] => 127
                    [wt] => 37439
                    [cpu] => 80656
                    [mu] => 368696
                    [pmu] => 107280
                )

            [ControllerCommonCart::getTotals==>Cart\Currency::format] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 296
                    [pmu] => 0
                )

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

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

            [Twig\Environment::__construct==>Twig\ExtensionSet::__construct] => Array
                (
                    [ct] => 18
                    [wt] => 180
                    [cpu] => 0
                    [mu] => 8744
                    [pmu] => 0
                )

            [ModelToolRemarketing::isBot==>Config::get] => Array
                (
                    [ct] => 9
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::start] => Array
                (
                    [ct] => 1
                    [wt] => 202
                    [cpu] => 0
                    [mu] => 2824
                    [pmu] => 0
                )

            [ControllerCommonRemarketing::header==>Proxy::getRemarketingHeader] => Array
                (
                    [ct] => 1
                    [wt] => 511
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 0
                )

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

            [main()==>start] => Array
                (
                    [ct] => 1
                    [wt] => 129393
                    [cpu] => 121691
                    [mu] => 2842864
                    [pmu] => 3797552
                )

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

            [SeoLang::__construct==>Config::get] => Array
                (
                    [ct] => 8
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 8
                    [pmu] => 0
                )

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

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

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

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

            [Action::execute@2==>modification] => Array
                (
                    [ct] => 22
                    [wt] => 959
                    [cpu] => 2388
                    [mu] => 896
                    [pmu] => 0
                )

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

            [twig_escape_filter==>Twig\Environment::getCharset] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Loader::{closure}==>ModelCatalogCategory::getCategories] => Array
                (
                    [ct] => 7
                    [wt] => 404
                    [cpu] => 1173
                    [mu] => 20648
                    [pmu] => 0
                )

            [Twig\Environment::setCache==>Twig\Cache\FilesystemCache::__construct] => Array
                (
                    [ct] => 18
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1856
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Loader::controller@1] => Array
                (
                    [ct] => 3
                    [wt] => 7427
                    [cpu] => 6647
                    [mu] => 472632
                    [pmu] => 773464
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_f67425ce1318aa0b62fa2a302e3bded41ac1905d24c19bb477c4aff7bf38ca18::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 1850
                    [cpu] => 0
                    [mu] => 408632
                    [pmu] => 428672
                )

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

            [Proxy::getFooterInformationPages==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 183
                    [cpu] => 273
                    [mu] => 20432
                    [pmu] => 44296
                )

            [Cart\Cart::getSubTotal==>Cart\Cart::getProducts] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 140
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ControllerCommonCart::index==>Cart\Cart::countProducts] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 120
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonContentTop::index==>Loader::controller@1] => Array
                (
                    [ct] => 4
                    [wt] => 16530
                    [cpu] => 12627
                    [mu] => 117872
                    [pmu] => 179376
                )

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

            [seolang_Mobile_Detect::setUserAgent==>seolang_Mobile_Detect::prepareUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [ControllerStartupSeoUrl::rewrite==>SeoPro::baseRewrite] => Array
                (
                    [ct] => 59
                    [wt] => 4602
                    [cpu] => 12221
                    [mu] => 47032
                    [pmu] => 7144
                )

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

            [Loader::view==>ControllerSeoLangMovaMova::loadview] => Array
                (
                    [ct] => 18
                    [wt] => 702
                    [cpu] => 0
                    [mu] => 1792
                    [pmu] => 0
                )

            [seolang_Mobile_Detect::getRules==>seolang_Mobile_Detect::getMobileDetectionRules] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 12880
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 529
                    [cpu] => 478
                    [mu] => 528
                    [pmu] => 3112
                )

            [ControllerCommonHeader::index==>normalizePhone] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

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

            [seolang_Mobile_Detect::isMobile==>seolang_Mobile_Detect::setDetectionType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::controller@1==>Action::execute@3] => Array
                (
                    [ct] => 17
                    [wt] => 59682
                    [cpu] => 50898
                    [mu] => 747456
                    [pmu] => 1083232
                )

            [Action::execute@3==>ControllerExtensionModuleOCFilter::eventApi] => Array
                (
                    [ct] => 8
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 0
                )

            [ControllerExtensionModuleCarousel::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1706
                    [cpu] => 3967
                    [mu] => 25048
                    [pmu] => 0
                )

            [Action::execute@3==>{closure}] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerCommonHeader::index] => Array
                (
                    [ct] => 1
                    [wt] => 23215
                    [cpu] => 22899
                    [mu] => 515984
                    [pmu] => 1174080
                )

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

            [Action::execute@3==>ControllerEventLanguage::before] => Array
                (
                    [ct] => 17
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 173112
                    [pmu] => 0
                )

            [ControllerCommonContentBottom::getAjaxModules==>Loader::view] => Array
                (
                    [ct] => 2
                    [wt] => 3017
                    [cpu] => 4890
                    [mu] => 17864
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::loadStore==>Proxy::getSetting] => Array
                (
                    [ct] => 2
                    [wt] => 342
                    [cpu] => 5104
                    [mu] => 1168
                    [pmu] => 0
                )

            [ControllerExtensionModuleCategory::index==>Proxy::getCategories] => Array
                (
                    [ct] => 1
                    [wt] => 171
                    [cpu] => 196
                    [mu] => 8016
                    [pmu] => 0
                )

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

            [ModelSeoLangSeoLang::getSetting==>Config::get] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => -176
                    [pmu] => 0
                )

            [ControllerCommonContentBottom::index==>Loader::controller@1] => Array
                (
                    [ct] => 3
                    [wt] => 29152
                    [cpu] => 23935
                    [mu] => 104352
                    [pmu] => 130392
                )

            [Twig\Loader\ChainLoader::__construct==>Twig\Loader\ChainLoader::addLoader] => Array
                (
                    [ct] => 144
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 27200
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLanglib::get_theme_folder==>Config::get] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 80
                    [pmu] => 0
                )

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

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

            [ControllerStartupStartup::index==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 695
                    [cpu] => 1552
                    [mu] => 347896
                    [pmu] => 505520
                )

            [Action::execute@2==>ControllerCommonColumnRight::index] => Array
                (
                    [ct] => 1
                    [wt] => 1769
                    [cpu] => 3942
                    [mu] => 76312
                    [pmu] => 69560
                )

            [Proxy::getRemarketingFooter==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 842
                    [cpu] => 2988
                    [mu] => 59584
                    [pmu] => 0
                )

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

            [ControllerCommonFooter::index==>Loader::model] => Array
                (
                    [ct] => 3
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 8416
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::mova_render==>Loader::lm_reset_data] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [ModelSettingExtension::getExtensions==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 200
                    [pmu] => 0
                )

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

            [ControllerCommonContentBottom::index==>ControllerCommonContentBottom::getAjaxModules] => Array
                (
                    [ct] => 2
                    [wt] => 3339
                    [cpu] => 4890
                    [mu] => 19112
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::run==>ControllerSeoLangMovaMova::bots] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::trackUtm==>Proxy::__call@1] => Array
                (
                    [ct] => 3
                    [wt] => 608
                    [cpu] => 0
                    [mu] => 29400
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::load_access==>ControllerSeoLangMovaMova::checkDevice] => Array
                (
                    [ct] => 1
                    [wt] => 872
                    [cpu] => 0
                    [mu] => 19520
                    [pmu] => 0
                )

            [seolang_Mobile_Detect::isTablet==>seolang_Mobile_Detect::getUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerCommonContentTop::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_7a6ea56d369434932f676f8652a571ca22cb69b375faa5813a4f3810eeefefd7::__construct==>__TwigTemplate_7a6ea56d369434932f676f8652a571ca22cb69b375faa5813a4f3810eeefefd7::getSourceContext] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 0
                )

            [Cart\Cart::getProducts==>DB::query] => Array
                (
                    [ct] => 6
                    [wt] => 516
                    [cpu] => 1564
                    [mu] => 1664
                    [pmu] => 0
                )

            [Template\Twig::render==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 723
                    [cpu] => 682
                    [mu] => 6304
                    [pmu] => 0
                )

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

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

            [Session::start==>Session\DB::read] => Array
                (
                    [ct] => 1
                    [wt] => 167
                    [cpu] => 1902
                    [mu] => 384
                    [pmu] => 17176
                )

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

            [Action::execute@3==>library] => Array
                (
                    [ct] => 2
                    [wt] => 168
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getExtensions==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 302
                    [cpu] => 3063
                    [mu] => 5752
                    [pmu] => 0
                )

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

            [ControllerExtensionAdvertiseGoogle::__construct==>ControllerExtensionAdvertiseGoogle::loadStore] => Array
                (
                    [ct] => 2
                    [wt] => 466
                    [cpu] => 5104
                    [mu] => 7256
                    [pmu] => 0
                )

            [Action::execute@3==>ControllerCommonRemarketing::footer] => Array
                (
                    [ct] => 1
                    [wt] => 847
                    [cpu] => 2988
                    [mu] => 59968
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelCatalogInformation::getInformation] => Array
                (
                    [ct] => 2
                    [wt] => 97
                    [cpu] => 292
                    [mu] => 512
                    [pmu] => 0
                )

            [Twig\Template::display==>Twig\Template::displayWithErrorHandling] => Array
                (
                    [ct] => 18
                    [wt] => 4006
                    [cpu] => 0
                    [mu] => 968512
                    [pmu] => 580016
                )

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

            [ControllerExtensionModuleSlideshow::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 4760
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::index==>ControllerSeoLangSeoLang::seolang_route] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

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

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

            [ControllerEventLanguage::before==>Language::set] => Array
                (
                    [ct] => 25
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 247288
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_view_settings==>Config::get] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Loader::model==>Loader::callback] => Array
                (
                    [ct] => 217
                    [wt] => 142
                    [cpu] => 0
                    [mu] => 178936
                    [pmu] => 28992
                )

            [ControllerCommonContentBottom::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerExtensionAdvertiseGoogle::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 177
                    [cpu] => 1491
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Url::link] => Array
                (
                    [ct] => 10
                    [wt] => 1534
                    [cpu] => 1876
                    [mu] => 560
                    [pmu] => 0
                )

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

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

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

            [DB::escape==>DB\MySQLi::escape] => Array
                (
                    [ct] => 161
                    [wt] => 264
                    [cpu] => 0
                    [mu] => 7064
                    [pmu] => 160
                )

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

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

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

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

            [seolang_Mobile_Detect::isMobile==>seolang_Mobile_Detect::matchDetectionRulesAgainstUA] => Array
                (
                    [ct] => 1
                    [wt] => 468
                    [cpu] => 0
                    [mu] => 13264
                    [pmu] => 0
                )

            [Proxy::getRemarketingBody==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 476
                    [cpu] => 0
                    [mu] => 1560
                    [pmu] => 0
                )

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

            [Action::execute@3==>ControllerExtensionAdvertiseGoogle::google_global_site_tag] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ModelDesignTranslation::getTranslations==>DB::escape] => Array
                (
                    [ct] => 32
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 112
                )

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

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

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

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

            [Action::execute@3==>ControllerExtensionModuleSpecial::index] => Array
                (
                    [ct] => 1
                    [wt] => 774
                    [cpu] => 467
                    [mu] => 2768
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelToolRemarketing::getRemarketingBody] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [__TwigTemplate_0b5fae45b65f6d3d44d24c7250f512831000d5da2fee7c8ed1e255033818d959::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 18
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerEventTheme::index] => Array
                (
                    [ct] => 1
                    [wt] => 245
                    [cpu] => 503
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelToolRemarketing::getRemarketingHeader] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::load_language_get==>Language::load] => Array
                (
                    [ct] => 1
                    [wt] => 182
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

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

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

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

            [Loader::{closure}==>ModelDesignLayout::getLayout] => Array
                (
                    [ct] => 4
                    [wt] => 239
                    [cpu] => 4665
                    [mu] => 640
                    [pmu] => 0
                )

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

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

            [Proxy::getBanner==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 334
                    [cpu] => 973
                    [mu] => 14376
                    [pmu] => 10088
                )

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

            [Response::output==>ControllerSeoLangMovaMova::responseseolang] => Array
                (
                    [ct] => 1
                    [wt] => 2753
                    [cpu] => 1763
                    [mu] => 464000
                    [pmu] => 0
                )

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

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_ab8447b4753ec06fac433ce19fdb27fbf72c8f28090506ba2ca5f8079b673981::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 37416
                )

            [ControllerSeoLangSeoLang::index==>ControllerSeoLangSeoLang::load_model] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::commonhome==>utf8_strtolower] => Array
                (
                    [ct] => 18
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 1568
                    [pmu] => 0
                )

            [SeoLang::__construct==>utf8_strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_view_settings==>Controller::__get] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [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] => 1152
                    [cpu] => 0
                    [mu] => 18552
                    [pmu] => 0
                )

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

            [ModelCatalogDiscount::getProductsByDiscounts==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 234
                    [cpu] => 149
                    [mu] => -96
                    [pmu] => 0
                )

            [ModelSettingStore::getStores==>Cache::set] => Array
                (
                    [ct] => 2
                    [wt] => 161
                    [cpu] => 112
                    [mu] => 256
                    [pmu] => 0
                )

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

            [Proxy::getProductsByDiscounts==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 344
                    [cpu] => 149
                    [mu] => 688
                    [pmu] => 0
                )

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

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

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

            [Twig\TemplateWrapper::render==>Twig\Template::render] => Array
                (
                    [ct] => 18
                    [wt] => 4658
                    [cpu] => 0
                    [mu] => 1032384
                    [pmu] => 1958440
                )

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

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

            [Action::execute@3==>ControllerExtensionModuleHTML::index] => Array
                (
                    [ct] => 1
                    [wt] => 2520
                    [cpu] => 1754
                    [mu] => 12160
                    [pmu] => 0
                )

            [Twig\Template::display@2==>Twig\Template::displayWithErrorHandling@2] => Array
                (
                    [ct] => 6
                    [wt] => 172
                    [cpu] => 0
                    [mu] => 418688
                    [pmu] => 355056
                )

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

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

            [Loader::{closure}==>ModelCatalogDiscount::getAllDiscounts] => Array
                (
                    [ct] => 1
                    [wt] => 308
                    [cpu] => 318
                    [mu] => 1328
                    [pmu] => 0
                )

            [Action::execute@3==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 17
                    [wt] => 4758
                    [cpu] => 1677
                    [mu] => -172856
                    [pmu] => 0
                )

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

            [Loader::controller@1==>Event::trigger] => Array
                (
                    [ct] => 34
                    [wt] => 8712
                    [cpu] => 3236
                    [mu] => -14944
                    [pmu] => 0
                )

            [Loader::{closure}==>Event::trigger] => Array
                (
                    [ct] => 184
                    [wt] => 7774
                    [cpu] => 9562
                    [mu] => -81088
                    [pmu] => 408
                )

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

            [ModelToolRemarketing::__construct==>Proxy::trackUtm] => Array
                (
                    [ct] => 3
                    [wt] => 611
                    [cpu] => 0
                    [mu] => 29528
                    [pmu] => 0
                )

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

            [ControllerCommonCart::getProducts==>Loader::model] => Array
                (
                    [ct] => 4
                    [wt] => 160
                    [cpu] => 0
                    [mu] => 5632
                    [pmu] => 0
                )

            [ModelToolRemarketing::__construct==>Model::__set] => Array
                (
                    [ct] => 69
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 5776
                    [pmu] => 0
                )

            [Cart\Cart::countProducts==>Cart\Cart::getProducts] => Array
                (
                    [ct] => 2
                    [wt] => 91
                    [cpu] => 449
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelToolRemarketing::getRemarketingHeader==>Model::__get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerStartupStartup::index==>Proxy::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 104
                    [cpu] => 672
                    [mu] => 5584
                    [pmu] => 6920
                )

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

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

            [seolang_Mobile_Detect::matchDetectionRulesAgainstUA==>seolang_Mobile_Detect::match] => Array
                (
                    [ct] => 183
                    [wt] => 380
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerExtensionModuleCategory::index==>Controller::__get] => Array
                (
                    [ct] => 14
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::getCacheKey@1==>Twig\Loader\FilesystemLoader::getCacheKey] => Array
                (
                    [ct] => 8
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 1040
                    [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] => 307
                    [cpu] => 579
                    [mu] => 9416
                    [pmu] => 28088
                )

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

            [Event::trigger==>Action::execute@2] => Array
                (
                    [ct] => 16
                    [wt] => 3206
                    [cpu] => 6045
                    [mu] => 13888
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@3] => Array
                (
                    [ct] => 64
                    [wt] => 13220
                    [cpu] => 21291
                    [mu] => 88632
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@4] => Array
                (
                    [ct] => 38
                    [wt] => 7127
                    [cpu] => 16713
                    [mu] => 90096
                    [pmu] => 15008
                )

            [Event::trigger==>Action::execute@5] => Array
                (
                    [ct] => 1
                    [wt] => 247
                    [cpu] => 690
                    [mu] => 896
                    [pmu] => 0
                )

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

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

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

            [Action::execute@4==>ControllerEventTheme::index] => Array
                (
                    [ct] => 9
                    [wt] => 2339
                    [cpu] => 8367
                    [mu] => 424
                    [pmu] => 11672
                )

            [ControllerExtensionModuleReviews::index==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 459
                    [cpu] => 175
                    [mu] => 224
                    [pmu] => 0
                )

        )

)