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] => 689f09e4dc85070595276e62
    [meta] => Array
        (
            [url] => https://nashi-lizhka.com/
            [get] => Array
                (
                )

            [env] => 
            [SERVER] => Array
                (
                    [REQUEST_METHOD] => HEAD
                    [SERVER_NAME] => test.nashi-lizhka.com
                    [REQUEST_TIME] => 1755253220
                )

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

            [request_ts_micro] => MongoDate Object
                (
                    [sec] => 0
                    [usec] => 0
                )

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

            [ControllerSeoLangMovaMova::run_construct==>strtolower] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelCatalogReviews::getReview==>DB::query] => Array
                (
                    [ct] => 30
                    [wt] => 1253
                    [cpu] => 1670
                    [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] => 10
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

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

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

            [main()==>version_compare] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Log::write==>print_r] => Array
                (
                    [ct] => 59
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 15232
                    [pmu] => 0
                )

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

            [Action::execute@4==>ReflectionClass::getMethod] => Array
                (
                    [ct] => 39
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 4496
                    [pmu] => 0
                )

            [DB\MySQLi::query==>mysqli_result::fetch_assoc] => Array
                (
                    [ct] => 1010
                    [wt] => 989
                    [cpu] => 0
                    [mu] => 601840
                    [pmu] => 384456
                )

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

            [ControllerExtensionModuleSpecial::__construct==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 852
                    [cpu] => 1071
                    [mu] => 624
                    [pmu] => 0
                )

            [Event::trigger==>is_null] => Array
                (
                    [ct] => 122
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

            [utf8_substr==>mb_substr] => Array
                (
                    [ct] => 45
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 2928
                    [pmu] => 0
                )

            [Template\Twig::render==>is_dir] => Array
                (
                    [ct] => 18
                    [wt] => 767
                    [cpu] => 837
                    [mu] => 560
                    [pmu] => 0
                )

            [SeoLang::ex==>trim] => Array
                (
                    [ct] => 12
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

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

            [ModelCatalogReviews::getReview==>json_decode] => Array
                (
                    [ct] => 20
                    [wt] => 581
                    [cpu] => 0
                    [mu] => 21536
                    [pmu] => 0
                )

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

            [Proxy::getSetting==>Proxy::__call] => Array
                (
                    [ct] => 3
                    [wt] => 834
                    [cpu] => 3763
                    [mu] => 680
                    [pmu] => 2144
                )

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

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

            [Proxy::resize==>Proxy::__call] => Array
                (
                    [ct] => 45
                    [wt] => 26329
                    [cpu] => 20793
                    [mu] => -9128
                    [pmu] => 0
                )

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

            [OCFilter\Factory::config==>OCFilter\Factory::__call] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 392
                    [pmu] => 0
                )

            [spl_autoload_call@2==>Composer\Autoload\ClassLoader::loadClass@2] => Array
                (
                    [ct] => 4
                    [wt] => 296
                    [cpu] => 0
                    [mu] => 2624
                    [pmu] => 0
                )

            [Template\Twig::render==>class_exists] => Array
                (
                    [ct] => 36
                    [wt] => 23
                    [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] => 4068
                    [cpu] => 886
                    [mu] => 54648
                    [pmu] => 9688
                )

            [Url::link==>str_replace] => Array
                (
                    [ct] => 22
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [Proxy::getTotal==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 1215
                    [cpu] => 1477
                    [mu] => 5064
                    [pmu] => 0
                )

            [twig_get_attribute==>is_float] => Array
                (
                    [ct] => 260
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 8
                )

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

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

            [SeoPro::strpos_offset==>array_slice] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [ControllerExtensionModuleSlideshow::index==>Proxy::getBanner] => Array
                (
                    [ct] => 1
                    [wt] => 325
                    [cpu] => 769
                    [mu] => 3616
                    [pmu] => 14824
                )

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

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

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

            [Detection\MobileDetect::match==>is_string] => Array
                (
                    [ct] => 366
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [OCFilter\Core::init==>spl_autoload_call] => Array
                (
                    [ct] => 5
                    [wt] => 694
                    [cpu] => 0
                    [mu] => 8352
                    [pmu] => 0
                )

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

            [call_user_func_array==>ControllerStartupRouter::index] => Array
                (
                    [ct] => 1
                    [wt] => 146434
                    [cpu] => 140762
                    [mu] => 1671632
                    [pmu] => 2969416
                )

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

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

            [Action::execute==>is_file] => Array
                (
                    [ct] => 8
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 80
                )

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

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

            [OCFilter\Setting::__construct==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 677
                    [cpu] => 247
                    [mu] => 56448
                    [pmu] => 72208
                )

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

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

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

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

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

            [ControllerStartupStartup::index==>explode] => Array
                (
                    [ct] => 5
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 2704
                    [pmu] => 0
                )

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

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

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

            [ControllerSeoLangMovaMova::mova_render==>ControllerSeoLangMovaMova::run] => Array
                (
                    [ct] => 1
                    [wt] => 2673
                    [cpu] => 5689
                    [mu] => 13376
                    [pmu] => 22416
                )

            [Url::link==>ControllerStartupSeoUrl::rewrite] => Array
                (
                    [ct] => 59
                    [wt] => 6798
                    [cpu] => 17503
                    [mu] => 6080
                    [pmu] => 7680
                )

            [main()==>Whe] => Array
                (
                    [ct] => 3
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 64
                    [pmu] => 480
                )

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

            [DB\MySQLi::query==>mysqli::query] => Array
                (
                    [ct] => 192
                    [wt] => 8839
                    [cpu] => 92754
                    [mu] => 3338632
                    [pmu] => 284632
                )

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

            [Session\DB::gc==>date] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 560
                )

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

            [ControllerSeoLangSeoLang::start==>defined] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [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] => 123
                    [cpu] => 0
                    [mu] => 4752
                    [pmu] => 0
                )

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

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

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

            [initOCFilter==>define] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 176
                    [pmu] => 0
                )

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

            [ModelSettingStore::getStores==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 104
                    [cpu] => 50
                    [mu] => 832
                    [pmu] => 11400
                )

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

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

            [ControllerEventTranslation::index==>Proxy::getTranslations] => Array
                (
                    [ct] => 16
                    [wt] => 4988
                    [cpu] => 18877
                    [mu] => 6168
                    [pmu] => 25208
                )

            [Template\Twig::render==>Twig\Environment::render] => Array
                (
                    [ct] => 18
                    [wt] => 12013
                    [cpu] => 6831
                    [mu] => 1181120
                    [pmu] => 1970192
                )

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

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

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

            [library==>is_file] => Array
                (
                    [ct] => 37
                    [wt] => 571
                    [cpu] => 0
                    [mu] => 32
                    [pmu] => 0
                )

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

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

            [ControllerStartupStartup::index==>str_replace] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

            [Action::execute@2==>ReflectionClass::hasMethod] => Array
                (
                    [ct] => 22
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelCatalogReviews::getReviewsByShop==>ModelCatalogReviews::getReview] => Array
                (
                    [ct] => 10
                    [wt] => 2192
                    [cpu] => 1670
                    [mu] => 23344
                    [pmu] => 0
                )

            [start==>Session::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 328
                    [cpu] => 314
                    [mu] => 2992
                    [pmu] => 2344
                )

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

            [call_user_func_array@2==>ControllerCommonContentBottom::index] => Array
                (
                    [ct] => 1
                    [wt] => 44897
                    [cpu] => 45546
                    [mu] => 87712
                    [pmu] => 132312
                )

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

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

            [__TwigTemplate_f67425ce1318aa0b62fa2a302e3bded41ac1905d24c19bb477c4aff7bf38ca18::doDisplay==>array_intersect_key] => Array
                (
                    [ct] => 6
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 74192
                    [pmu] => 36920
                )

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

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

            [Session\DB::read==>date] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 552
                )

            [Document::getLocalStorage==>json_encode] => Array
                (
                    [ct] => 6
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 9344
                    [pmu] => 0
                )

            [ModelDesignTranslation::getTranslations==>DB::query] => Array
                (
                    [ct] => 16
                    [wt] => 838
                    [cpu] => 18236
                    [mu] => 4480
                    [pmu] => 20456
                )

            [trigger_error==>ControllerStartupError::handler] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [call_user_func_array@3==>ControllerCommonCart::index] => Array
                (
                    [ct] => 1
                    [wt] => 6245
                    [cpu] => 4867
                    [mu] => 94704
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 5118
                    [cpu] => 6814
                    [mu] => 448472
                    [pmu] => 1179816
                )

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

            [ControllerExtensionModuleSpecial::getProductIds==>Proxy::getAllDiscounts] => Array
                (
                    [ct] => 1
                    [wt] => 575
                    [cpu] => 530
                    [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
                )

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

            [ControllerSeoLangMovaMova::seourl==>is_array] => Array
                (
                    [ct] => 59
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Session::start==>random_bytes] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 184
                    [pmu] => 0
                )

            [ControllerCommonCart::getTotals==>Loader::controller@2] => Array
                (
                    [ct] => 1
                    [wt] => 2676
                    [cpu] => 2057
                    [mu] => 13936
                    [pmu] => 0
                )

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

            [Request::clean@1==>htmlspecialchars] => Array
                (
                    [ct] => 70
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 11656
                    [pmu] => 7064
                )

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

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

            [ControllerStartupStartup::index==>date] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Proxy::getHeaderInformationPages] => Array
                (
                    [ct] => 1
                    [wt] => 373
                    [cpu] => 320
                    [mu] => 38440
                    [pmu] => 0
                )

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

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

            [Loader::{closure}==>preg_replace] => Array
                (
                    [ct] => 254
                    [wt] => 176
                    [cpu] => 0
                    [mu] => 5448
                    [pmu] => 128
                )

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

            [call_user_func_array@5==>ModelToolRemarketing::getRemarketingBody] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [call_user_func_array@3==>ControllerCommonCart::getTotalItems] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 505
                    [mu] => 512
                    [pmu] => 0
                )

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

            [SeoPro::getKeywordByQuery==>is_string] => Array
                (
                    [ct] => 18
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [main()==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [Action::execute@3==>preg_replace] => Array
                (
                    [ct] => 81
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 3584
                    [pmu] => 0
                )

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

            [spl_autoload_call==>{closure}] => Array
                (
                    [ct] => 37
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [call_user_func_array@5==>ModelToolRemarketing::getRemarketingHeader] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

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

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

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

            [Event::trigger@1==>str_replace] => Array
                (
                    [ct] => 2740
                    [wt] => 1308
                    [cpu] => 0
                    [mu] => 20768
                    [pmu] => 224
                )

            [start==>date] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1000
                    [pmu] => 1176
                )

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

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

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

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

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

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 89
                    [wt] => 2454
                    [cpu] => 588
                    [mu] => 8464
                    [pmu] => 1832
                )

            [Loader::controller==>defined] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getLanguages==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 538
                    [cpu] => 1132
                    [mu] => 6216
                    [pmu] => 0
                )

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

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

            [Session\DB::gc==>mt_getrandmax] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Loader\FilesystemLoader::addPath==>rtrim] => Array
                (
                    [ct] => 90
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 7904
                    [pmu] => 0
                )

            [Action::execute@2==>substr] => Array
                (
                    [ct] => 22
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 832
                    [pmu] => 0
                )

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

            [ControllerExtensionModuleCategory::index==>is_file] => Array
                (
                    [ct] => 4
                    [wt] => 143
                    [cpu] => 0
                    [mu] => 32
                    [pmu] => 0
                )

            [call_user_func_array@2==>Loader::{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 298
                    [cpu] => 260
                    [mu] => 384
                    [pmu] => 0
                )

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

            [call_user_func_array@2==>ModelLocalisationLanguage::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 163
                    [cpu] => 710
                    [mu] => 3032
                    [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
                )

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

            [call_user_func_array@2==>ModelSeoLangSeoLang::control] => Array
                (
                    [ct] => 2
                    [wt] => 1228
                    [cpu] => 1981
                    [mu] => 32448
                    [pmu] => 5736
                )

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

            [Event::trigger@1==>preg_quote] => Array
                (
                    [ct] => 2740
                    [wt] => 1564
                    [cpu] => 641
                    [mu] => 197200
                    [pmu] => 184
                )

            [main()==>{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

            [Language::load==>Language::load@1] => Array
                (
                    [ct] => 3
                    [wt] => 739
                    [cpu] => 435
                    [mu] => 5352
                    [pmu] => 0
                )

            [call_user_func_array@4==>ModelSettingModule::getModule] => Array
                (
                    [ct] => 5
                    [wt] => 370
                    [cpu] => 3928
                    [mu] => 13640
                    [pmu] => 0
                )

            [start==>Request::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 170
                    [cpu] => 0
                    [mu] => 14992
                    [pmu] => 7152
                )

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

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

            [start==>DB::escape] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 112
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_43c242e26b52caa4da1076eb596f8c43f2959848f7d23404ba52c69f3cc536a6::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 892
                    [cpu] => 2016
                    [mu] => 33408
                    [pmu] => 66272
                )

            [Action::execute@3==>ControllerExtensionModuleSpecial::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1015
                    [cpu] => 1071
                    [mu] => 9368
                    [pmu] => 0
                )

            [Language::load==>is_file] => Array
                (
                    [ct] => 32
                    [wt] => 386
                    [cpu] => 0
                    [mu] => 136
                    [pmu] => 112
                )

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

            [spl_autoload_call==>library] => Array
                (
                    [ct] => 37
                    [wt] => 3268
                    [cpu] => 0
                    [mu] => 84424
                    [pmu] => 78424
                )

            [SeoPro::strpos_offset==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 184
                    [pmu] => 0
                )

            [modification==>strlen] => Array
                (
                    [ct] => 584
                    [wt] => 162
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [seolang_Mobile_Detect::setCfHeaders==>strtolower] => Array
                (
                    [ct] => 35
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1544
                    [pmu] => 0
                )

            [SeoLang::switchLanguage==>setcookie] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 0
                )

            [OCFilter\Setting::__construct==>json_decode] => Array
                (
                    [ct] => 4
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1856
                    [pmu] => 0
                )

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

            [Proxy::__call@1==>func_get_args] => Array
                (
                    [ct] => 10
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 3888
                    [pmu] => 0
                )

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

            [Twig\ExtensionSet::getLastModified==>filemtime] => Array
                (
                    [ct] => 51
                    [wt] => 2923
                    [cpu] => 3354
                    [mu] => -688
                    [pmu] => 0
                )

            [call_user_func_array@2==>ControllerCommonColumnLeft::index] => Array
                (
                    [ct] => 1
                    [wt] => 4970
                    [cpu] => 2030
                    [mu] => 70184
                    [pmu] => 9688
                )

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

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

            [SeoLang::__construct==>pathinfo] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Proxy::getLayoutModules] => Array
                (
                    [ct] => 1
                    [wt] => 325
                    [cpu] => 440
                    [mu] => 2832
                    [pmu] => 0
                )

            [Twig\Environment::setCache==>spl_autoload_call] => Array
                (
                    [ct] => 1
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 1608
                    [pmu] => 0
                )

            [Document::getLocalStorage==>is_object] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::run==>ControllerSeoLangMovaMova::run_construct] => Array
                (
                    [ct] => 1
                    [wt] => 580
                    [cpu] => 3867
                    [mu] => 1104
                    [pmu] => 11400
                )

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

            [call_user_func_array@5==>ModelCatalogDiscount::getAllDiscounts] => Array
                (
                    [ct] => 1
                    [wt] => 328
                    [cpu] => 530
                    [mu] => 1328
                    [pmu] => 0
                )

            [initOCFilter==>phpversion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

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

            [Composer\Autoload\includeFile==>class_alias] => Array
                (
                    [ct] => 10
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 560
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::findFile==>Composer\Autoload\ClassLoader::findFileWithExtension] => Array
                (
                    [ct] => 97
                    [wt] => 2418
                    [cpu] => 0
                    [mu] => 4320
                    [pmu] => 1384
                )

            [ControllerExtensionModuleSeoLang::index==>ControllerSeoLangSeoLang::index] => Array
                (
                    [ct] => 1
                    [wt] => 7300
                    [cpu] => 7739
                    [mu] => 68880
                    [pmu] => 141776
                )

            [ControllerExtensionModuleSeoLang::index==>Proxy::control] => Array
                (
                    [ct] => 1
                    [wt] => 385
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 5232
                )

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

            [call_user_func_array@3==>ControllerCommonMenu::index] => Array
                (
                    [ct] => 1
                    [wt] => 5673
                    [cpu] => 3868
                    [mu] => 16008
                    [pmu] => 2072
                )

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

            [ControllerStartupStartup::index==>SeoLang::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 578
                    [cpu] => 935
                    [mu] => 16544
                    [pmu] => 21336
                )

            [call_user_func_array@2==>ModelSettingStore::getStores] => Array
                (
                    [ct] => 1
                    [wt] => 273
                    [cpu] => 513
                    [mu] => 1152
                    [pmu] => 0
                )

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

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

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

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

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

            [twig_length_filter==>is_scalar] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 80
                )

            [Twig\Template::displayWithErrorHandling@2==>__TwigTemplate_c19760eda155bda272bc6d6df30ffe51492f0443217d1bafe54bb915f2634038::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 73
                    [cpu] => 194
                    [mu] => 2744
                    [pmu] => 2720
                )

            [ControllerSeoLangSeoLanglib::getLayoutModules==>Controller::__get] => Array
                (
                    [ct] => 20
                    [wt] => 21
                    [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] => 42
                    [cpu] => 210
                    [mu] => -96
                    [pmu] => 56
                )

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

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

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

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

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

            [ModelToolImage::resize==>str_replace] => Array
                (
                    [ct] => 135
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 0
                )

            [Proxy::getSettings==>Proxy::__call@1] => Array
                (
                    [ct] => 1
                    [wt] => 440
                    [cpu] => 1981
                    [mu] => 22176
                    [pmu] => 0
                )

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

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

            [__TwigTemplate_202c351691067a2b4dfafb45d84f889dafbe8eea4da9c15c30535deb4a5159ab::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [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] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Cache\Redis::__construct==>Redis::pconnect] => Array
                (
                    [ct] => 1
                    [wt] => 111
                    [cpu] => 364
                    [mu] => 424
                    [pmu] => 0
                )

            [initOCFilter==>OCFilter\Core::init] => Array
                (
                    [ct] => 1
                    [wt] => 1528
                    [cpu] => 782
                    [mu] => 28304
                    [pmu] => 72208
                )

            [main()==>filemtime] => Array
                (
                    [ct] => 2
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [__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] => 677
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 0
                )

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

            [Action::execute==>count] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 16
                )

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

            [DB\MySQLi::query==>mysqli_result::close] => Array
                (
                    [ct] => 187
                    [wt] => 220
                    [cpu] => 0
                    [mu] => -3308656
                    [pmu] => 0
                )

            [ControllerStartupSeoUrl::rewrite==>strpos] => Array
                (
                    [ct] => 118
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::load_access] => Array
                (
                    [ct] => 1
                    [wt] => 1780
                    [cpu] => 0
                    [mu] => 21952
                    [pmu] => 21992
                )

            [SeoPro::__construct==>SeoPro::initHelpers] => Array
                (
                    [ct] => 1
                    [wt] => 179
                    [cpu] => 1240
                    [mu] => 16648
                    [pmu] => 0
                )

            [call_user_func_array==>OCFilter\Core::config] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

            [Loader::model==>is_file] => Array
                (
                    [ct] => 24
                    [wt] => 458
                    [cpu] => 0
                    [mu] => 112
                    [pmu] => 136
                )

            [__TwigTemplate_ab8447b4753ec06fac433ce19fdb27fbf72c8f28090506ba2ca5f8079b673981::doDisplay==>array_intersect_key] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 12472
                    [pmu] => 20536
                )

            [Action::execute==>ReflectionClass::__construct] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerCommonFooter::index==>Url::link] => Array
                (
                    [ct] => 31
                    [wt] => 6874
                    [cpu] => 7595
                    [mu] => 2152
                    [pmu] => 0
                )

            [call_user_func_array@3==>ControllerExtensionModuleSeoLang::index] => Array
                (
                    [ct] => 1
                    [wt] => 7700
                    [cpu] => 7739
                    [mu] => 72240
                    [pmu] => 147264
                )

            [Proxy::control==>Proxy::__call] => Array
                (
                    [ct] => 3
                    [wt] => 1919
                    [cpu] => 1981
                    [mu] => 34824
                    [pmu] => 12592
                )

            [ControllerToolTotal::index==>Proxy::getTotal] => Array
                (
                    [ct] => 1
                    [wt] => 1217
                    [cpu] => 1477
                    [mu] => 5568
                    [pmu] => 0
                )

            [Loader::__construct==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 992
                    [pmu] => 616
                )

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

            [twig_escape_filter==>preg_replace_callback] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [call_user_func_array@1==>ControllerCommonHome::index] => Array
                (
                    [ct] => 1
                    [wt] => 145122
                    [cpu] => 140762
                    [mu] => 1657488
                    [pmu] => 2969416
                )

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

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

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

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

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

            [call_user_func_array@3==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 8
                    [wt] => 2703
                    [cpu] => 8001
                    [mu] => 256
                    [pmu] => 0
                )

            [ControllerExtensionModuleReviews::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 3022
                    [cpu] => 3974
                    [mu] => 51840
                    [pmu] => 132312
                )

            [ControllerCommonHome::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2718
                    [cpu] => 2682
                    [mu] => 474392
                    [pmu] => 545672
                )

            [ModelExtensionTotalSubTotal::getTotal==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 868
                    [cpu] => 1050
                    [mu] => 3248
                    [pmu] => 0
                )

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

            [OCFilter\Seo::rewrite==>str_replace] => Array
                (
                    [ct] => 59
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::getQueryString==>urldecode] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 192
                    [pmu] => 0
                )

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

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

            [ModelSeoLangSeoLang::getSettings==>json_decode] => Array
                (
                    [ct] => 3
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 18744
                    [pmu] => 0
                )

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

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

            [Twig\ExtensionSet::__construct==>spl_autoload_call] => Array
                (
                    [ct] => 1
                    [wt] => 184
                    [cpu] => 0
                    [mu] => 2248
                    [pmu] => 0
                )

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

            [ModelSeoLangSeoLang::loadlibrary==>class_exists] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 32
                )

            [seolang_Mobile_Detect::setHttpHeaders==>is_array] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [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] => 426
                    [cpu] => 435
                    [mu] => 128
                    [pmu] => 0
                )

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

            [call_user_func_array@4==>Loader::{closure}] => Array
                (
                    [ct] => 79
                    [wt] => 41810
                    [cpu] => 50218
                    [mu] => 136528
                    [pmu] => 31592
                )

            [Action::__construct==>implode] => Array
                (
                    [ct] => 182
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 10152
                    [pmu] => 608
                )

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

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

            [utf8_strpos==>mb_strpos] => Array
                (
                    [ct] => 290
                    [wt] => 289
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>call_user_func_array@2] => Array
                (
                    [ct] => 22
                    [wt] => 139000
                    [cpu] => 133723
                    [mu] => 1657120
                    [pmu] => 2423744
                )

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

            [Twig\ExtensionSet::getLastModified==>ReflectionObject::__construct] => Array
                (
                    [ct] => 51
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 128
                    [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] => 2272
                    [cpu] => 587
                    [mu] => 592
                    [pmu] => 0
                )

            [normalizePhone==>substr] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::switchLanguage==>explode] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 3704
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLanglib::getModule==>json_encode] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 4224
                    [pmu] => 0
                )

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

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

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

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

            [call_user_func_array@2==>ModelDesignTranslation::getTranslations] => Array
                (
                    [ct] => 1
                    [wt] => 82
                    [cpu] => 717
                    [mu] => 1312
                    [pmu] => 18088
                )

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

            [seolang_Mobile_Detect::setCfHeaders==>substr] => Array
                (
                    [ct] => 35
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 368
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>strpos] => Array
                (
                    [ct] => 34
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::seourl==>substr] => Array
                (
                    [ct] => 109
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 2960
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Proxy::loadlibrary] => Array
                (
                    [ct] => 1
                    [wt] => 187
                    [cpu] => 0
                    [mu] => 2896
                    [pmu] => 3288
                )

            [__TwigTemplate_6b1df4e62dfb6e28f2eaaf592e8757135f613c4475fcf663a73a42a19cc88990::doDisplay==>array_intersect_key] => Array
                (
                    [ct] => 6
                    [wt] => 98
                    [cpu] => 1432
                    [mu] => 74192
                    [pmu] => 0
                )

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

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

            [Twig\Loader\FilesystemLoader::getCacheKey==>substr] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 0
                )

            [ControllerStartupSeoUrl::__construct==>SeoPro::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 487
                    [cpu] => 1405
                    [mu] => 21592
                    [pmu] => 0
                )

            [SeoPro::baseRewrite==>SeoPro::getKeywordByQuery] => Array
                (
                    [ct] => 59
                    [wt] => 3585
                    [cpu] => 17452
                    [mu] => 2240
                    [pmu] => 7680
                )

            [ControllerSeoLangMovaMova::commonhome==>strpos] => Array
                (
                    [ct] => 59
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonColumnRight::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1925
                    [cpu] => 769
                    [mu] => 10136
                    [pmu] => 13440
                )

            [Twig\Cache\FilesystemCache::load==>spl_autoload_call] => Array
                (
                    [ct] => 1
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 280
                    [pmu] => 0
                )

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

            [SeoLang::__construct==>strpos] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelCatalogInformation::getHeaderInformationPages==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 90
                    [cpu] => 68
                    [mu] => 37024
                    [pmu] => 0
                )

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

            [ModelToolImage::resize==>Model::__get] => Array
                (
                    [ct] => 135
                    [wt] => 182
                    [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] => 26
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Proxy::getCategories==>Proxy::__call] => Array
                (
                    [ct] => 7
                    [wt] => 2165
                    [cpu] => 2197
                    [mu] => 18808
                    [pmu] => 0
                )

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

            [__TwigTemplate_e131f46c34134715061dee3d0cd036f7529458553588cf10a4cdd102eb5be311::doDisplay==>array_intersect_key] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 12472
                    [pmu] => 0
                )

            [Url::link==>is_callable] => Array
                (
                    [ct] => 59
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 128
                    [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] => 41
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

            [ControllerSeoLangMovaMova::switchLanguage==>trim] => Array
                (
                    [ct] => 60
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2240
                    [pmu] => 0
                )

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

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

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

            [Composer\Autoload\ClassLoader::findFileWithExtension==>file_exists] => Array
                (
                    [ct] => 63
                    [wt] => 1782
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 744
                )

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

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>spl_autoload_register] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 272
                    [pmu] => 0
                )

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

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

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

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

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

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

            [Loader::{closure}==>is_callable] => Array
                (
                    [ct] => 127
                    [wt] => 128
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 168
                )

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

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

            [Action::execute@2==>ReflectionClass::__construct] => Array
                (
                    [ct] => 22
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [start==>Event::register] => Array
                (
                    [ct] => 5
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 2952
                )

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

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

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

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

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

            [Twig\Environment::getTemplateClass==>hash] => Array
                (
                    [ct] => 26
                    [wt] => 698
                    [cpu] => 0
                    [mu] => 2624
                    [pmu] => 24
                )

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

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

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

            [OCFilter\Cache::__construct==>OCFilter\Factory::config] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 896
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangSeoLanglib::__construct==>Proxy::getSettings] => Array
                (
                    [ct] => 1
                    [wt] => 440
                    [cpu] => 1981
                    [mu] => 22680
                    [pmu] => 0
                )

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

            [OCFilter\Factory::__call==>method_exists] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [twig_length_filter==>is_array] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [ControllerCommonFooter::index==>Loader::language] => Array
                (
                    [ct] => 4
                    [wt] => 3551
                    [cpu] => 3178
                    [mu] => 10136
                    [pmu] => 0
                )

            [ModelDesignLayout::getLayoutModules==>Model::__get] => Array
                (
                    [ct] => 12
                    [wt] => 14
                    [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] => 6176
                    [cpu] => 3992
                    [mu] => 1536
                    [pmu] => 0
                )

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

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

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

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

            [SeoPro::validate==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 1041
                    [cpu] => 807
                    [mu] => 17280
                    [pmu] => 0
                )

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

            [SeoPro::getQueryString==>array_diff_key] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 184
                    [pmu] => 0
                )

            [twig_escape_filter==>preg_match] => Array
                (
                    [ct] => 8
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [call_user_func_array@3==>ControllerCommonSearch::index] => Array
                (
                    [ct] => 1
                    [wt] => 3362
                    [cpu] => 4384
                    [mu] => 11752
                    [pmu] => 0
                )

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

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

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

            [ModelCatalogReviews::getReview==>Config::get] => Array
                (
                    [ct] => 20
                    [wt] => 4
                    [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
                )

            [ControllerCommonContentBottom::index==>in_array] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 36
                    [mu] => 328
                    [pmu] => 224
                )

            [ControllerSeoLangMovaMova::getMulti==>Registry::get] => Array
                (
                    [ct] => 97
                    [wt] => 50
                    [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] => 9
                    [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] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Loader::lm_replacedata==>is_array] => Array
                (
                    [ct] => 13
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [DB\MySQLi::escape==>mysqli::real_escape_string] => Array
                (
                    [ct] => 161
                    [wt] => 204
                    [cpu] => 0
                    [mu] => 7064
                    [pmu] => 64
                )

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

            [ModelSeoLangSeoLang::control==>str_replace] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::getQueryString==>array_flip] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 0
                )

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

            [Session::__construct==>register_shutdown_function] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 160
                )

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

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

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

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

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

            [Proxy::getModule==>Proxy::__call] => Array
                (
                    [ct] => 5
                    [wt] => 1616
                    [cpu] => 3928
                    [mu] => 12416
                    [pmu] => 0
                )

            [seolang_Mobile_Detect::setHttpHeaders==>substr] => Array
                (
                    [ct] => 35
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1152
                    [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] => 12
                    [cpu] => 0
                    [mu] => -592
                    [pmu] => 0
                )

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

            [ControllerExtensionModuleCarousel::index==>uniqid] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 424
                    [pmu] => 0
                )

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

            [Proxy::getCurrencies==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 563
                    [cpu] => 753
                    [mu] => 9992
                    [pmu] => 6920
                )

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

            [Action::execute@3==>ReflectionFunctionAbstract::getNumberOfRequiredParameters] => Array
                (
                    [ct] => 81
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [initOCFilter==>version_compare] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [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] => 696
                    [cpu] => 1405
                    [mu] => 23552
                    [pmu] => 0
                )

            [Proxy::__call@1==>call_user_func_array@3] => Array
                (
                    [ct] => 3
                    [wt] => 897
                    [cpu] => 1981
                    [mu] => 23112
                    [pmu] => 0
                )

            [Proxy::__call@1==>call_user_func_array@5] => Array
                (
                    [ct] => 6
                    [wt] => 1942
                    [cpu] => 0
                    [mu] => 52568
                    [pmu] => 0
                )

            [Proxy::__call@1==>call_user_func_array@8] => Array
                (
                    [ct] => 1
                    [wt] => 314
                    [cpu] => 1050
                    [mu] => 1216
                    [pmu] => 0
                )

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

            [ModelSeoLangSeoLang::control==>class_exists] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 184
                )

            [ControllerEventTheme::index==>is_file] => Array
                (
                    [ct] => 21
                    [wt] => 1056
                    [cpu] => 0
                    [mu] => 216
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::seourl] => Array
                (
                    [ct] => 59
                    [wt] => 1333
                    [cpu] => 135
                    [mu] => 5528
                    [pmu] => 0
                )

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

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

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

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

            [Wf==>is_file] => Array
                (
                    [ct] => 1
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 152
                    [pmu] => 0
                )

            [Twig\Environment::load==>spl_autoload_call] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

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

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

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

            [SeoLang::__construct==>array_values] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 504
                    [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] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::load] => Array
                (
                    [ct] => 25
                    [wt] => 1157
                    [cpu] => 29
                    [mu] => 126072
                    [pmu] => 5520
                )

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

            [call_user_func_array@7==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 1
                    [wt] => 334
                    [cpu] => 1050
                    [mu] => 1472
                    [pmu] => 0
                )

            [call_user_func_array@6==>Config::get] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 551
                    [cpu] => 717
                    [mu] => 14592
                    [pmu] => 32448
                )

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

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

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

            [Cache\Redis::__construct==>Redis::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 397
                    [cpu] => 413
                    [mu] => 4664
                    [pmu] => 0
                )

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

            [call_user_func_array@8==>Loader::{closure}@1] => Array
                (
                    [ct] => 1
                    [wt] => 312
                    [cpu] => 1050
                    [mu] => 992
                    [pmu] => 0
                )

            [call_user_func_array@3==>ControllerExtensionModuleOCFilter::eventApi] => Array
                (
                    [ct] => 8
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>preg_replace] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 208
                )

            [Proxy::loadlibrary==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 186
                    [cpu] => 0
                    [mu] => 2392
                    [pmu] => 3288
                )

            [__TwigTemplate_0fd0a675a23540ce15e88b19393a42c24dd2d4aac5f04cf1c6d6d530b1b05387::doDisplay==>array_intersect_key] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 8376
                    [pmu] => 0
                )

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

            [call_user_func_array@5==>ModelSeoLangSeoLang::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 64
                )

            [call_user_func_array@2==>ControllerCommonHeader::index] => Array
                (
                    [ct] => 1
                    [wt] => 33438
                    [cpu] => 34544
                    [mu] => 585552
                    [pmu] => 1181888
                )

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

            [Composer\Autoload\ClassLoader::findFile==>defined] => Array
                (
                    [ct] => 75
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [call_user_func_array@3==>ControllerEventLanguage::before] => Array
                (
                    [ct] => 17
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 173112
                    [pmu] => 0
                )

            [Response::output==>is_object] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::lm_replacedata==>array_merge] => Array
                (
                    [ct] => 13
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 4640
                    [pmu] => 0
                )

            [Twig\ExtensionSet::addExtension==>get_class] => Array
                (
                    [ct] => 54
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [SeoPro::baseRewrite==>rawurlencode] => Array
                (
                    [ct] => 41
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 1728
                    [pmu] => 0
                )

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

            [ControllerCommonFooter::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 3521
                    [cpu] => 3974
                    [mu] => 100832
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>json_decode] => Array
                (
                    [ct] => 41
                    [wt] => 415
                    [cpu] => 0
                    [mu] => 114872
                    [pmu] => 0
                )

            [Template\Twig::render==>is_file] => Array
                (
                    [ct] => 34
                    [wt] => 1628
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [Response::output==>is_callable] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [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] => 4
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [call_user_func_array@6==>ModelDesignTranslation::getTranslations] => Array
                (
                    [ct] => 6
                    [wt] => 449
                    [cpu] => 9109
                    [mu] => 416
                    [pmu] => 3336
                )

            [SeoPro::strpos_offset==>explode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

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

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

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

            [call_user_func_array@2==>ControllerCommonColumnRight::index] => Array
                (
                    [ct] => 1
                    [wt] => 2580
                    [cpu] => 1655
                    [mu] => 10776
                    [pmu] => 13440
                )

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

            [ControllerCommonContentTop::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1887
                    [cpu] => 1367
                    [mu] => 14952
                    [pmu] => 0
                )

            [Loader::language==>preg_replace] => Array
                (
                    [ct] => 16
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

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

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

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

            [SeoPro::getPathByCategory==>is_array] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [DB::__construct==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 168
                )

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

            [Response::output==>header] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

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

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

            [ControllerExtensionModuleSlideshow::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2098
                    [cpu] => 1570
                    [mu] => 18360
                    [pmu] => 61768
                )

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

            [Twig\ExtensionSet::getLastModified==>ReflectionClass::getFileName] => Array
                (
                    [ct] => 102
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_48e2cf026c6bb4c9da6eccf1a766412efe3973ffe320504197739bd472fd54dd::doDisplay==>twig_ensure_traversable] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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
                )

            [call_user_func_array@3==>ControllerCommonRemarketing::footer] => Array
                (
                    [ct] => 1
                    [wt] => 1279
                    [cpu] => 0
                    [mu] => 60992
                    [pmu] => 0
                )

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

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

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

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

            [Action::execute@2==>preg_replace] => Array
                (
                    [ct] => 22
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 1104
                    [pmu] => 0
                )

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

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

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

            [call_user_func_array@1==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 1
                    [wt] => 204
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonContentBottom::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2140
                    [cpu] => 3656
                    [mu] => 12776
                    [pmu] => 0
                )

            [Event::trigger==>str_replace] => Array
                (
                    [ct] => 12072
                    [wt] => 6119
                    [cpu] => 4412
                    [mu] => 91712
                    [pmu] => 680
                )

            [__TwigTemplate_55c1fc00c75379e191f489950fa4636795cbcdf54bf825b4d69f36d21532efc6::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 10
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 264
                )

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

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

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

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

            [start==>DB::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 480
                    [cpu] => 945
                    [mu] => 44560
                    [pmu] => 43896
                )

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

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

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

            [call_user_func_array@4==>ModelDesignLayout::getLayoutModules] => Array
                (
                    [ct] => 4
                    [wt] => 434
                    [cpu] => 1395
                    [mu] => 6584
                    [pmu] => 0
                )

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

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

            [Loader::controller@1==>preg_replace] => Array
                (
                    [ct] => 17
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [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] => 35
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@1==>substr] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 224
                    [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] => 7096
                    [cpu] => 3383
                    [mu] => 157776
                    [pmu] => 6016
                )

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

            [Loader::view==>defined] => Array
                (
                    [ct] => 36
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [call_user_func_array@3==>ModelSettingSetting::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 56
                    [cpu] => 260
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Action::execute@3==>is_file] => Array
                (
                    [ct] => 81
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [start==>Router::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 161041
                    [cpu] => 155944
                    [mu] => 2165040
                    [pmu] => 3587128
                )

            [normalizePhone==>strlen] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::__construct==>getcwd] => Array
                (
                    [ct] => 72
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 4160
                    [pmu] => 0
                )

            [Event::trigger==>preg_quote] => Array
                (
                    [ct] => 12072
                    [wt] => 6868
                    [cpu] => 766
                    [mu] => 868064
                    [pmu] => 688
                )

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

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

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

            [call_user_func_array@3==>ControllerExtensionAdvertiseGoogle::google_global_site_tag] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

            [Detection\MobileDetect::match==>sprintf] => Array
                (
                    [ct] => 183
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 78528
                    [pmu] => 8096
                )

            [Composer\Autoload\ClassLoader::findFileWithExtension==>strtr] => Array
                (
                    [ct] => 175
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 3528
                    [pmu] => 0
                )

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

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

            [SeoLang::__construct==>rtrim] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::seourl==>strlen] => Array
                (
                    [ct] => 177
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [call_user_func_array@3==>ControllerExtensionModuleSpecial::index] => Array
                (
                    [ct] => 1
                    [wt] => 1087
                    [cpu] => 838
                    [mu] => 2896
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Proxy::getLayout] => Array
                (
                    [ct] => 1
                    [wt] => 289
                    [cpu] => 704
                    [mu] => 1808
                    [pmu] => 0
                )

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

            [call_user_func_array@2==>ControllerEventTheme::index] => Array
                (
                    [ct] => 1
                    [wt] => 383
                    [cpu] => 886
                    [mu] => 256
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::loadlibrary==>file_exists] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 72
                )

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

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

            [Proxy::__call==>func_get_args] => Array
                (
                    [ct] => 127
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 47880
                    [pmu] => 1256
                )

            [Action::__construct==>explode] => Array
                (
                    [ct] => 72
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 34464
                    [pmu] => 672
                )

            [Loader::controller==>Action::execute@2] => Array
                (
                    [ct] => 6
                    [wt] => 137548
                    [cpu] => 132376
                    [mu] => 1645168
                    [pmu] => 2423744
                )

            [ModelCatalogReviews::getReview==>strtotime] => Array
                (
                    [ct] => 10
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingModule::getModule==>str_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLanglib::getLayoutModules==>is_array] => Array
                (
                    [ct] => 17
                    [wt] => 43
                    [cpu] => 70
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::loadview==>ControllerSeoLangMovaMova::setMain] => Array
                (
                    [ct] => 18
                    [wt] => 391
                    [cpu] => 0
                    [mu] => 768
                    [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] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Template::render==>Template\Twig::render] => Array
                (
                    [ct] => 18
                    [wt] => 21569
                    [cpu] => 8410
                    [mu] => 1344368
                    [pmu] => 2021336
                )

            [ControllerExtensionModuleSlideshow::index==>is_file] => Array
                (
                    [ct] => 2
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Session\DB::gc==>ini_get] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [start==>Response::output] => Array
                (
                    [ct] => 1
                    [wt] => 2981
                    [cpu] => 1183
                    [mu] => 457712
                    [pmu] => 0
                )

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

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

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

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

            [ControllerStartupStartup::index==>in_array] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::seourl==>str_replace] => Array
                (
                    [ct] => 295
                    [wt] => 142
                    [cpu] => 0
                    [mu] => 10592
                    [pmu] => 0
                )

            [usort==>modules_sort] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [initOCFilter==>OCFilter\Factory::catalog] => Array
                (
                    [ct] => 1
                    [wt] => 1174
                    [cpu] => 0
                    [mu] => 147520
                    [pmu] => 90784
                )

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

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

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

            [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] => 256
                    [pmu] => 256
                )

            [Cache\Redis::set==>json_encode] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

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

            [ControllerCommonFooter::index==>Proxy::getCategories] => Array
                (
                    [ct] => 1
                    [wt] => 286
                    [cpu] => 267
                    [mu] => 6968
                    [pmu] => 0
                )

            [Proxy::getStores==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 1036
                    [cpu] => 4380
                    [mu] => 2032
                    [pmu] => 11400
                )

            [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] => 4
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 640
                )

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

            [Cache::get==>Cache\Redis::get] => Array
                (
                    [ct] => 6
                    [wt] => 712
                    [cpu] => 6039
                    [mu] => 13824
                    [pmu] => 5368
                )

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

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

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

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

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

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

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

            [Url::link==>ltrim] => Array
                (
                    [ct] => 22
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>ControllerSeoLangSeoLanglib::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 969
                    [cpu] => 1981
                    [mu] => 25480
                    [pmu] => 0
                )

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

            [uasort==>ControllerSeoLangMovaMova::{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [call_user_func_array==>ControllerStartupMaintenance::index] => Array
                (
                    [ct] => 1
                    [wt] => 1357
                    [cpu] => 1981
                    [mu] => 27760
                    [pmu] => 0
                )

            [call_user_func_array@4==>ModelDesignTheme::getTheme] => Array
                (
                    [ct] => 1
                    [wt] => 60
                    [cpu] => 886
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [main()==>microtime] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\Cache\FilesystemCache::generateKey==>hash] => Array
                (
                    [ct] => 25
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 2528
                    [pmu] => 0
                )

            [call_user_func_array@3==>ControllerExtensionModuleHTML::index] => Array
                (
                    [ct] => 1
                    [wt] => 2023
                    [cpu] => 1122
                    [mu] => 12288
                    [pmu] => 0
                )

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

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

            [ControllerStartupMaintenance::index==>Proxy::control] => Array
                (
                    [ct] => 1
                    [wt] => 1334
                    [cpu] => 1981
                    [mu] => 26864
                    [pmu] => 0
                )

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

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

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

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

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

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

            [call_user_func_array@3==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 17
                    [wt] => 4984
                    [cpu] => 4523
                    [mu] => -172856
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_render==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2057
                    [cpu] => 2050
                    [mu] => 15208
                    [pmu] => 78912
                )

            [ControllerStartupRouter::index==>Action::execute@1] => Array
                (
                    [ct] => 1
                    [wt] => 145738
                    [cpu] => 140762
                    [mu] => 1659760
                    [pmu] => 2969416
                )

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

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

            [main()==>spl_autoload_register] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 272
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLanglib::getLayoutModules==>usort] => Array
                (
                    [ct] => 4
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 632
                    [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] => 2273
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [normalizePhone==>preg_replace] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

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

            [Twig\Loader\FilesystemLoader::validateName==>explode] => Array
                (
                    [ct] => 8
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 4568
                    [pmu] => 1128
                )

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

            [Action::execute@5==>substr] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

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

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

            [ControllerCommonHome::index==>is_array] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [SeoPro::getKeywordByQuery==>DB::query] => Array
                (
                    [ct] => 69
                    [wt] => 2827
                    [cpu] => 17452
                    [mu] => 56896
                    [pmu] => 7680
                )

            [Action::execute@3==>ControllerCommonRemarketing::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 3151
                    [cpu] => 3477
                    [mu] => 467352
                    [pmu] => 822432
                )

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

            [ModelLocalisationLanguage::getLanguages==>Cache::get] => Array
                (
                    [ct] => 2
                    [wt] => 239
                    [cpu] => 1132
                    [mu] => 5040
                    [pmu] => 0
                )

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

            [DB::__construct==>DB\MySQLi::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 350
                    [cpu] => 945
                    [mu] => 44208
                    [pmu] => 43600
                )

            [ControllerSeoLangMovaMova::after==>explode] => Array
                (
                    [ct] => 59
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 30808
                    [pmu] => 0
                )

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

            [Action::execute@1==>call_user_func_array@1] => Array
                (
                    [ct] => 3
                    [wt] => 145343
                    [cpu] => 140762
                    [mu] => 1666504
                    [pmu] => 2969416
                )

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

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

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

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

            [Action::__construct==>preg_replace] => Array
                (
                    [ct] => 72
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 128
                    [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] => 7
                    [cpu] => 0
                    [mu] => -192
                    [pmu] => 0
                )

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

            [call_user_func_array@4==>ControllerEventTheme::index] => Array
                (
                    [ct] => 9
                    [wt] => 3519
                    [cpu] => 10300
                    [mu] => 1032
                    [pmu] => 14888
                )

            [OCFilter\Factory::catalog==>OCFilter\Factory::__call] => Array
                (
                    [ct] => 1
                    [wt] => 1173
                    [cpu] => 0
                    [mu] => 147392
                    [pmu] => 90784
                )

            [Twig\Loader\FilesystemLoader::findTemplate==>is_file] => Array
                (
                    [ct] => 8
                    [wt] => 470
                    [cpu] => 0
                    [mu] => 112
                    [pmu] => 0
                )

            [ControllerCommonContentBottom::index==>Proxy::getLayoutModules] => Array
                (
                    [ct] => 1
                    [wt] => 383
                    [cpu] => 367
                    [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] => 1919
                    [cpu] => 2057
                    [mu] => 12408
                    [pmu] => 0
                )

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

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

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

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

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

            [modification==>is_file] => Array
                (
                    [ct] => 267
                    [wt] => 12765
                    [cpu] => 2792
                    [mu] => 144
                    [pmu] => 496
                )

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

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

            [Twig\TemplateWrapper::render==>func_get_args] => Array
                (
                    [ct] => 18
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 6896
                    [pmu] => 0
                )

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

            [twig_escape_filter==>is_string] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [OCFilter\Core::init==>OCFilter\Setting::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 745
                    [cpu] => 247
                    [mu] => 16448
                    [pmu] => 72208
                )

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

            [ControllerCommonHeader::index==>explode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 0
                )

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

            [ModelToolRemarketing::isBot==>preg_match] => Array
                (
                    [ct] => 3
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@1==>ReflectionClass::getMethod] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 464
                    [pmu] => 0
                )

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

            [ControllerStartupSeoUrl::index==>SeoPro::validate] => Array
                (
                    [ct] => 1
                    [wt] => 1089
                    [cpu] => 807
                    [mu] => 20392
                    [pmu] => 0
                )

            [ModelToolImage::resize==>is_file] => Array
                (
                    [ct] => 135
                    [wt] => 5479
                    [cpu] => 2140
                    [mu] => 416
                    [pmu] => 0
                )

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

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

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

            [ControllerSeoLangMovaMova::after==>trim] => Array
                (
                    [ct] => 472
                    [wt] => 181
                    [cpu] => 99
                    [mu] => 11456
                    [pmu] => 0
                )

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

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

            [Event::trigger@1==>preg_match] => Array
                (
                    [ct] => 2740
                    [wt] => 1343
                    [cpu] => 7
                    [mu] => 128
                    [pmu] => 80
                )

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

            [Loader::model==>modification] => Array
                (
                    [ct] => 24
                    [wt] => 1284
                    [cpu] => 0
                    [mu] => 736
                    [pmu] => 528
                )

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

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

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

            [Proxy::getHeaderInformationPages==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 371
                    [cpu] => 320
                    [mu] => 38312
                    [pmu] => 0
                )

            [ModelToolRemarketing::prepareOutput==>str_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [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] => 79
                    [cpu] => 0
                    [mu] => 1400
                    [pmu] => 1088
                )

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

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

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

            [Event::register==>array_multisort] => Array
                (
                    [ct] => 39
                    [wt] => 288
                    [cpu] => 1277
                    [mu] => 128
                    [pmu] => 1800
                )

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

            [Action::execute@3==>count] => Array
                (
                    [ct] => 81
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [call_user_func_array@6==>ModelDesignTheme::getTheme] => Array
                (
                    [ct] => 9
                    [wt] => 609
                    [cpu] => 9742
                    [mu] => 320
                    [pmu] => 14888
                )

            [ControllerCommonRemarketing::__construct==>Loader::model] => Array
                (
                    [ct] => 6
                    [wt] => 3126
                    [cpu] => 3477
                    [mu] => 466968
                    [pmu] => 822432
                )

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

            [Twig\Environment::loadClass==>Twig\Environment::isTemplateFresh] => Array
                (
                    [ct] => 25
                    [wt] => 3831
                    [cpu] => 3354
                    [mu] => 832
                    [pmu] => 0
                )

            [Loader::__construct==>Detection\MobileDetect::isMobile] => Array
                (
                    [ct] => 1
                    [wt] => 883
                    [cpu] => 2922
                    [mu] => 14544
                    [pmu] => 22568
                )

            [call_user_func_array@3==>ControllerCommonCart::getProducts] => Array
                (
                    [ct] => 1
                    [wt] => 434
                    [cpu] => 653
                    [mu] => 6528
                    [pmu] => 0
                )

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

            [ControllerStartupSeoUrl::rewrite==>parse_str] => Array
                (
                    [ct] => 59
                    [wt] => 158
                    [cpu] => 0
                    [mu] => 25472
                    [pmu] => 0
                )

            [ControllerExtensionModuleCarousel::index==>is_file] => Array
                (
                    [ct] => 11
                    [wt] => 437
                    [cpu] => 0
                    [mu] => -64
                    [pmu] => 0
                )

            [call_user_func_array@3==>ControllerExtensionModuleCarousel::index] => Array
                (
                    [ct] => 1
                    [wt] => 9259
                    [cpu] => 8823
                    [mu] => 26848
                    [pmu] => 0
                )

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

            [OCFilter\Seo::rewrite==>parse_url] => Array
                (
                    [ct] => 59
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 30392
                    [pmu] => 0
                )

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

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

            [Twig\Template::display@1==>Twig\Template::displayWithErrorHandling@1] => Array
                (
                    [ct] => 2
                    [wt] => 2053
                    [cpu] => 0
                    [mu] => 457136
                    [pmu] => 368008
                )

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

            [ControllerSeoLangMovaMova::commonhome==>strtolower] => Array
                (
                    [ct] => 59
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [SeoPro::getPath==>array_merge] => Array
                (
                    [ct] => 9
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 3512
                    [pmu] => 0
                )

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

            [SeoLang::__construct==>strtolower] => Array
                (
                    [ct] => 11
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Simple\Rewrite::rewrite==>str_replace] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

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

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

            [Twig\ExtensionSet::getLastModified==>file_exists] => Array
                (
                    [ct] => 51
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

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

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

            [Loader::controller==>Event::trigger] => Array
                (
                    [ct] => 12
                    [wt] => 3932
                    [cpu] => 4105
                    [mu] => -2816
                    [pmu] => 0
                )

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

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

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

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

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

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

            [ModelSeoLangSeoLang::control==>file_exists] => Array
                (
                    [ct] => 3
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Twig\Loader\FilesystemLoader::addPath==>is_dir] => Array
                (
                    [ct] => 90
                    [wt] => 1873
                    [cpu] => 0
                    [mu] => -1184
                    [pmu] => 0
                )

            [Action::execute@3==>ControllerExtensionAdvertiseGoogle::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 474
                    [cpu] => 3503
                    [mu] => 7896
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Proxy::getFooterInformationPages] => Array
                (
                    [ct] => 1
                    [wt] => 354
                    [cpu] => 458
                    [mu] => 20520
                    [pmu] => 0
                )

            [start==>Cache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 306
                    [cpu] => 397
                    [mu] => 1488
                    [pmu] => 824
                )

            [Loader::view==>Template::render] => Array
                (
                    [ct] => 18
                    [wt] => 21584
                    [cpu] => 8410
                    [mu] => 1343200
                    [pmu] => 2021336
                )

            [Session\DB::gc==>mt_rand] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

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

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

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

            [Action::execute@5==>call_user_func_array@7] => Array
                (
                    [ct] => 1
                    [wt] => 335
                    [cpu] => 1050
                    [mu] => 1600
                    [pmu] => 0
                )

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

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

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

            [Session\DB::__construct==>Session\DB::gc] => Array
                (
                    [ct] => 1
                    [wt] => 187
                    [cpu] => 314
                    [mu] => 1024
                    [pmu] => 1152
                )

            [Session\DB::read==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 187
                    [cpu] => 2272
                    [mu] => 384
                    [pmu] => 16584
                )

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

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

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

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

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

            [Detection\MobileDetect::setCfHeaders==>strtolower] => Array
                (
                    [ct] => 35
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1544
                    [pmu] => 176
                )

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

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

            [call_user_func_array@6==>ModelExtensionTotalSubTotal::getTotal] => Array
                (
                    [ct] => 1
                    [wt] => 955
                    [cpu] => 1316
                    [mu] => 4768
                    [pmu] => 0
                )

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

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

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

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

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

            [main()==>file_exists] => Array
                (
                    [ct] => 2
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [call_user_func_array@4==>ModelCatalogCategory::getCategories] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 267
                    [mu] => 6840
                    [pmu] => 0
                )

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

            [main()] => Array
                (
                    [ct] => 1
                    [wt] => 173965
                    [cpu] => 166523
                    [mu] => 2936032
                    [pmu] => 3903120
                )

            [ControllerSeoLangSeoLang::index==>ControllerSeoLangSeoLang::load_settings] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 864
                )

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

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

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

            [twig_slice==>is_array] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 80
                )

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

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::run_construct] => Array
                (
                    [ct] => 1
                    [wt] => 707
                    [cpu] => 513
                    [mu] => 8648
                    [pmu] => 0
                )

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

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

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

            [SeoPro::validate==>php_sapi_name] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 168
                    [pmu] => 0
                )

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

            [Composer\Autoload\includeFile@1==>spl_autoload_call@2] => Array
                (
                    [ct] => 4
                    [wt] => 300
                    [cpu] => 0
                    [mu] => 2752
                    [pmu] => 0
                )

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

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

            [Action::execute@3==>ReflectionClass::getMethod] => Array
                (
                    [ct] => 81
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 9200
                    [pmu] => 48
                )

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

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

            [Composer\Autoload\ClassLoader::findFileWithExtension==>strpos] => Array
                (
                    [ct] => 9
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 16
                )

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

            [DB::query==>DB\MySQLi::query] => Array
                (
                    [ct] => 192
                    [wt] => 11455
                    [cpu] => 92754
                    [mu] => 748952
                    [pmu] => 707960
                )

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

            [ControllerEventLanguage::after==>is_array] => Array
                (
                    [ct] => 25
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerCommonFooter::index==>is_array] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Composer\Autoload\includeFile@2==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

            [ControllerStartupSession::index==>Session::start] => Array
                (
                    [ct] => 1
                    [wt] => 218
                    [cpu] => 2272
                    [mu] => 1464
                    [pmu] => 17136
                )

            [spl_autoload_call@1==>Composer\Autoload\ClassLoader::loadClass@1] => Array
                (
                    [ct] => 5
                    [wt] => 604
                    [cpu] => 0
                    [mu] => 7088
                    [pmu] => 0
                )

            [call_user_func_array==>ControllerStartupEvent::index] => Array
                (
                    [ct] => 1
                    [wt] => 2871
                    [cpu] => 1805
                    [mu] => 32536
                    [pmu] => 0
                )

            [Twig\Template::render==>ob_start] => Array
                (
                    [ct] => 18
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 299360
                    [pmu] => 45208
                )

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

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

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

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

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

            [composerRequirea8cb75283b86ff94542c6f1327c4ce59==>function_exists] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Proxy::getLayout==>Proxy::__call] => Array
                (
                    [ct] => 4
                    [wt] => 1208
                    [cpu] => 3692
                    [mu] => 176
                    [pmu] => 0
                )

            [Twig\ExtensionSet::getSignature==>array_keys] => Array
                (
                    [ct] => 54
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 20432
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@2==>Composer\Autoload\includeFile@2] => Array
                (
                    [ct] => 4
                    [wt] => 179
                    [cpu] => 0
                    [mu] => 2176
                    [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] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [call_user_func_array==>ControllerStartupSeoUrl::index] => Array
                (
                    [ct] => 1
                    [wt] => 1109
                    [cpu] => 807
                    [mu] => 21032
                    [pmu] => 0
                )

            [Proxy::__call==>call_user_func_array@1] => Array
                (
                    [ct] => 8
                    [wt] => 2884
                    [cpu] => 4781
                    [mu] => 73544
                    [pmu] => 38056
                )

            [Proxy::__call==>call_user_func_array@2] => Array
                (
                    [ct] => 1
                    [wt] => 300
                    [cpu] => 260
                    [mu] => 512
                    [pmu] => 0
                )

            [Proxy::__call==>call_user_func_array@3] => Array
                (
                    [ct] => 22
                    [wt] => 7066
                    [cpu] => 17731
                    [mu] => 95936
                    [pmu] => 0
                )

            [Proxy::__call==>call_user_func_array@4] => Array
                (
                    [ct] => 79
                    [wt] => 41927
                    [cpu] => 50218
                    [mu] => 136656
                    [pmu] => 31656
                )

            [Proxy::__call==>call_user_func_array@5] => Array
                (
                    [ct] => 17
                    [wt] => 6146
                    [cpu] => 21057
                    [mu] => 11984
                    [pmu] => 18224
                )

            [seolang_Mobile_Detect::match==>preg_match] => Array
                (
                    [ct] => 302
                    [wt] => 398
                    [cpu] => 0
                    [mu] => 17040
                    [pmu] => 408
                )

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

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

            [ControllerStartupEvent::index==>substr] => Array
                (
                    [ct] => 34
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 2504
                    [pmu] => 0
                )

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

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

            [Loader::view==>Event::trigger] => Array
                (
                    [ct] => 36
                    [wt] => 17668
                    [cpu] => 30348
                    [mu] => 179144
                    [pmu] => 15152
                )

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

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

            [Request::clean==>Request::clean@1] => Array
                (
                    [ct] => 70
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 11616
                    [pmu] => 7064
                )

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

            [Request::clean@1==>is_array] => Array
                (
                    [ct] => 70
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::isFresh==>filemtime] => Array
                (
                    [ct] => 8
                    [wt] => 403
                    [cpu] => 0
                    [mu] => -272
                    [pmu] => 0
                )

            [ModelCatalogReviews::getReview==>is_array] => Array
                (
                    [ct] => 20
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerCommonContentBottom::getAjaxModules==>md5] => Array
                (
                    [ct] => 4
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

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

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

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::load_model] => Array
                (
                    [ct] => 1
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 5160
                    [pmu] => 5376
                )

            [Cache\Redis::__construct==>defined] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::controller@2==>Event::trigger] => Array
                (
                    [ct] => 2
                    [wt] => 728
                    [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] => 1844
                    [cpu] => 0
                    [mu] => -7904
                    [pmu] => 0
                )

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

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

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

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

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

            [main()==>getmypid] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerExtensionModuleReviews::index==>Proxy::getReviewsByShop] => Array
                (
                    [ct] => 1
                    [wt] => 2589
                    [cpu] => 2134
                    [mu] => 25224
                    [pmu] => 0
                )

            [call_user_func_array@6==>Model::__get] => Array
                (
                    [ct] => 130
                    [wt] => 136
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::responseseolang==>ControllerSeoLangMovaMova::hreflang] => Array
                (
                    [ct] => 1
                    [wt] => 2918
                    [cpu] => 1183
                    [mu] => 463744
                    [pmu] => 0
                )

            [ControllerStartupError::handler==>error_reporting] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Cache\Redis::__construct==>Redis::setOption] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Router::execute==>Action::execute] => Array
                (
                    [ct] => 7
                    [wt] => 161019
                    [cpu] => 155944
                    [mu] => 2164928
                    [pmu] => 3587128
                )

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

            [call_user_func_array@4==>ModelCatalogInformation::getInformation] => Array
                (
                    [ct] => 2
                    [wt] => 116
                    [cpu] => 549
                    [mu] => 512
                    [pmu] => 0
                )

            [main()==>extension_loaded] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::start==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2744
                    [pmu] => 608
                )

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

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

            [call_user_func_array@4==>ModelSeoLangSeoLang::getSettings] => Array
                (
                    [ct] => 1
                    [wt] => 214
                    [cpu] => 1981
                    [mu] => 20104
                    [pmu] => 0
                )

            [Detection\MobileDetect::setCfHeaders==>substr] => Array
                (
                    [ct] => 35
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 368
                    [pmu] => 176
                )

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

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

            [library==>strtolower] => Array
                (
                    [ct] => 37
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 1664
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::findTemplate==>realpath] => Array
                (
                    [ct] => 8
                    [wt] => 312
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 0
                )

            [call_user_func_array@5==>ModelToolImage::resize] => Array
                (
                    [ct] => 45
                    [wt] => 15159
                    [cpu] => 14509
                    [mu] => 7136
                    [pmu] => 0
                )

            [ControllerToolTotal::index==>Proxy::getExtensions] => Array
                (
                    [ct] => 1
                    [wt] => 304
                    [cpu] => 171
                    [mu] => 5584
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Proxy::control] => Array
                (
                    [ct] => 1
                    [wt] => 204
                    [cpu] => 0
                    [mu] => 6496
                    [pmu] => 7736
                )

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

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

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

            [Cart\Cart::__construct==>Registry::get] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [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] => 1709
                    [cpu] => 3425
                    [mu] => 240
                    [pmu] => 0
                )

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

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

            [SeoPro::baseRewrite==>explode] => Array
                (
                    [ct] => 24
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 9152
                    [pmu] => 0
                )

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

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

            [__TwigTemplate_ab8447b4753ec06fac433ce19fdb27fbf72c8f28090506ba2ca5f8079b673981::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 7
                    [wt] => 17
                    [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] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

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

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

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

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

            [ModelToolImage::resize==>realpath] => Array
                (
                    [ct] => 45
                    [wt] => 1148
                    [cpu] => 0
                    [mu] => 4992
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::run_construct==>parse_url] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1104
                    [pmu] => 0
                )

            [Action::execute@5==>ReflectionClass::getMethod] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

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

            [utf8_strtolower==>mb_strtolower] => Array
                (
                    [ct] => 291
                    [wt] => 373
                    [cpu] => 0
                    [mu] => 12288
                    [pmu] => 0
                )

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

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

            [ControllerStartupStartup::index==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 168
                    [pmu] => 0
                )

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

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

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

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

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

            [Twig\Environment::loadClass==>__TwigTemplate_0fd0a675a23540ce15e88b19393a42c24dd2d4aac5f04cf1c6d6d530b1b05387::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [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] => 169
                    [cpu] => 0
                    [mu] => 1272
                    [pmu] => 0
                )

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

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

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

            [ControllerSeoLangMovaMova::run==>Proxy::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 300
                    [cpu] => 422
                    [mu] => 2520
                    [pmu] => 0
                )

            [SeoPro::baseRewrite==>end] => Array
                (
                    [ct] => 12
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelToolImage::resize==>pathinfo] => Array
                (
                    [ct] => 45
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 1568
                    [pmu] => 0
                )

            [Action::execute@1==>preg_replace] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 248
                    [pmu] => 0
                )

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

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

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

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::ex_amp] => Array
                (
                    [ct] => 59
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [call_user_func_array==>ControllerStartupStartup::index] => Array
                (
                    [ct] => 1
                    [wt] => 7493
                    [cpu] => 6912
                    [mu] => 308304
                    [pmu] => 592824
                )

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

            [main()==>stripos] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Composer\Autoload\ComposerStaticInita8cb75283b86ff94542c6f1327c4ce59::getInitializer==>Closure::bind] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 0
                )

            [main()==>is_file] => Array
                (
                    [ct] => 7
                    [wt] => 274
                    [cpu] => 907
                    [mu] => 240
                    [pmu] => 472
                )

            [Twig\ExtensionSet::addExtension==>ReflectionClass::__construct] => Array
                (
                    [ct] => 54
                    [wt] => 41
                    [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] => 456
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [call_user_func_array@4==>ModelDesignLayout::getLayout] => Array
                (
                    [ct] => 4
                    [wt] => 268
                    [cpu] => 3692
                    [mu] => 640
                    [pmu] => 0
                )

            [call_user_func_array==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 1
                    [wt] => 256
                    [cpu] => 717
                    [mu] => 10992
                    [pmu] => 28760
                )

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

            [class_exists==>spl_autoload_call] => Array
                (
                    [ct] => 5
                    [wt] => 607
                    [cpu] => 0
                    [mu] => 1104
                    [pmu] => 1616
                )

            [class_exists==>spl_autoload_call@1] => Array
                (
                    [ct] => 3
                    [wt] => 430
                    [cpu] => 0
                    [mu] => 6144
                    [pmu] => 0
                )

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

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

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

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

            [ModelDesignBanner::getBanner==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 132
                    [cpu] => 1467
                    [mu] => 14408
                    [pmu] => 14824
                )

            [Loader::language==>Event::trigger] => Array
                (
                    [ct] => 32
                    [wt] => 9728
                    [cpu] => 18877
                    [mu] => 3904
                    [pmu] => 35272
                )

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

            [Loader::controller==>preg_replace] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute==>substr] => Array
                (
                    [ct] => 8
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 56
                )

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

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

            [Twig\Environment::loadClass==>class_exists] => Array
                (
                    [ct] => 51
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [call_user_func_array@1==>Loader::{closure}] => Array
                (
                    [ct] => 8
                    [wt] => 2870
                    [cpu] => 4781
                    [mu] => 73320
                    [pmu] => 37864
                )

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

            [ControllerSeoLangSeoLang::__construct==>defined] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 96
                )

            [initOCFilter==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 45
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Router::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2995
                    [cpu] => 782
                    [mu] => 179576
                    [pmu] => 162992
                )

            [__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] => 40
                    [cpu] => 40
                    [mu] => -96
                    [pmu] => 384
                )

            [Action::execute@2==>is_file] => Array
                (
                    [ct] => 22
                    [wt] => 207
                    [cpu] => 1536
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>set_error_handler] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 0
                )

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

            [ControllerStartupStartup::index==>setcookie] => Array
                (
                    [ct] => 2
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 464
                    [pmu] => 0
                )

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

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

            [Template\Twig::render==>defined] => Array
                (
                    [ct] => 36
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::seourl==>substr_count] => Array
                (
                    [ct] => 59
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [seolang_Mobile_Detect::prepareUserAgent==>trim] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [ModelSettingStore::getStores==>Cache::get] => Array
                (
                    [ct] => 2
                    [wt] => 253
                    [cpu] => 4154
                    [mu] => 224
                    [pmu] => 0
                )

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

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

            [call_user_func_array==>ControllerStartupSession::index] => Array
                (
                    [ct] => 1
                    [wt] => 246
                    [cpu] => 2272
                    [mu] => 2328
                    [pmu] => 17136
                )

            [ControllerCommonContentBottom::getAjaxModules==>file_put_contents] => Array
                (
                    [ct] => 2
                    [wt] => 303
                    [cpu] => 939
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::mova_render==>ControllerSeoLangMovaMova::load_render] => Array
                (
                    [ct] => 1
                    [wt] => 2061
                    [cpu] => 2050
                    [mu] => 15464
                    [pmu] => 78912
                )

            [ModelSettingModule::getModule==>json_decode] => Array
                (
                    [ct] => 5
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 12232
                    [pmu] => 0
                )

            [ControllerExtensionModuleHTML::index==>html_entity_decode] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1920
                    [pmu] => 0
                )

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

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

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

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

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

            [Twig\Cache\FilesystemCache::__construct==>rtrim] => Array
                (
                    [ct] => 18
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1856
                    [pmu] => 0
                )

            [Language::load==>array_merge] => Array
                (
                    [ct] => 16
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 136024
                    [pmu] => 7504
                )

            [__TwigTemplate_7a25702678ec5beb99831ec494ccda156716e745d9fa87c440f3c5dcae524964::doDisplay==>array_intersect_key] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 8376
                    [pmu] => 0
                )

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

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

            [ModelToolRemarketing::isBot==>setcookie] => Array
                (
                    [ct] => 3
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

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

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

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

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

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

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

            [main()==>ini_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>ControllerSeoLangSeoLang::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 1400
                    [pmu] => 1312
                )

            [Url::link==>defined] => Array
                (
                    [ct] => 59
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [ControllerCommonFooter::index==>sprintf] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1088
                    [pmu] => 0
                )

            [twig_last==>twig_slice] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1136
                    [pmu] => 1088
                )

            [Twig\Loader\FilesystemLoader::__construct==>realpath] => Array
                (
                    [ct] => 72
                    [wt] => 777
                    [cpu] => 0
                    [mu] => 4160
                    [pmu] => 0
                )

            [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
                )

            [Action::execute@3==>ReflectionClass::hasMethod] => Array
                (
                    [ct] => 81
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonMenu::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2194
                    [cpu] => 710
                    [mu] => 15144
                    [pmu] => 2072
                )

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

            [__TwigTemplate_43c242e26b52caa4da1076eb596f8c43f2959848f7d23404ba52c69f3cc536a6::doDisplay==>range] => Array
                (
                    [ct] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 3888
                    [pmu] => 504
                )

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

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

            [ControllerStartupStartup::index==>Loader::model] => Array
                (
                    [ct] => 3
                    [wt] => 424
                    [cpu] => 0
                    [mu] => 25592
                    [pmu] => 13792
                )

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

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

            [ControllerStartupStartup::index==>define] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 152
                    [pmu] => 0
                )

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

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

            [ControllerStartupStartup::index==>Proxy::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 240
                    [cpu] => 710
                    [mu] => 3952
                    [pmu] => 0
                )

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

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

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

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

            [Twig\Cache\FilesystemCache::load==>file_exists] => Array
                (
                    [ct] => 25
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [main()==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Detection\MobileDetect::setHttpHeaders==>substr] => Array
                (
                    [ct] => 35
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 32
                )

            [__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
                )

            [Action::execute@5==>preg_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 176
                    [pmu] => 0
                )

            [ModelCatalogInformation::getFooterInformationPages==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 69
                    [mu] => 19104
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>array_key_exists] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [SeoLang::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [cpu] => 935
                    [mu] => 1912
                    [pmu] => 17704
                )

            [Cache::set==>Cache\Redis::set] => Array
                (
                    [ct] => 2
                    [wt] => 175
                    [cpu] => 138
                    [mu] => 512
                    [pmu] => 0
                )

            [ModelDesignTheme::getTheme==>DB::query] => Array
                (
                    [ct] => 18
                    [wt] => 902
                    [cpu] => 21259
                    [mu] => 4928
                    [pmu] => 14888
                )

            [Twig\Template::render==>Twig\Template::display] => Array
                (
                    [ct] => 18
                    [wt] => 4914
                    [cpu] => 3448
                    [mu] => 974848
                    [pmu] => 592688
                )

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

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

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

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

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

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

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

            [Loader::{closure}@1==>substr] => Array
                (
                    [ct] => 30
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1416
                    [pmu] => 0
                )

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

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

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::getTimestamp] => Array
                (
                    [ct] => 25
                    [wt] => 1448
                    [cpu] => 0
                    [mu] => 2552
                    [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] => 30
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [Action::execute@4==>substr] => Array
                (
                    [ct] => 39
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1376
                    [pmu] => 0
                )

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

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

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

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

            [Router::__construct==>file_exists] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [call_user_func_array@3==>Loader::{closure}] => Array
                (
                    [ct] => 22
                    [wt] => 7036
                    [cpu] => 17731
                    [mu] => 95808
                    [pmu] => 0
                )

            [call_user_func_array@3==>Loader::{closure}@1] => Array
                (
                    [ct] => 3
                    [wt] => 894
                    [cpu] => 1981
                    [mu] => 22888
                    [pmu] => 0
                )

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

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

            [Composer\Autoload\ClassLoader::findFileWithExtension==>strrpos] => Array
                (
                    [ct] => 167
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Action::execute==>call_user_func_array] => Array
                (
                    [ct] => 8
                    [wt] => 159826
                    [cpu] => 155256
                    [mu] => 2141952
                    [pmu] => 3608184
                )

            [ControllerToolTotal::index==>array_multisort] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelDesignLayout::getLayoutModules==>ControllerSeoLangSeoLanglib::getLayoutModules] => Array
                (
                    [ct] => 4
                    [wt] => 172
                    [cpu] => 70
                    [mu] => 3032
                    [pmu] => 0
                )

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

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

            [Session::__construct==>Session\DB::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 194
                    [cpu] => 314
                    [mu] => 1784
                    [pmu] => 1176
                )

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

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

            [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
                )

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

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

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

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

            [Loader::language==>Language::load] => Array
                (
                    [ct] => 16
                    [wt] => 3531
                    [cpu] => 435
                    [mu] => 11352
                    [pmu] => 0
                )

            [ControllerStartupRouter::index==>Action::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [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] => 871
                    [cpu] => 2922
                    [mu] => 13776
                    [pmu] => 21928
                )

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

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

            [ControllerCommonHeader::index==>Loader::controller@1] => Array
                (
                    [ct] => 8
                    [wt] => 24260
                    [cpu] => 22009
                    [mu] => 128944
                    [pmu] => 2072
                )

            [ControllerSeoLangMovaMova::seourl==>parse_url] => Array
                (
                    [ct] => 59
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 29888
                    [pmu] => 0
                )

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

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>spl_autoload_unregister] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => -16
                    [pmu] => 0
                )

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

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

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>function_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Cache\Redis::get==>Redis::get] => Array
                (
                    [ct] => 6
                    [wt] => 621
                    [cpu] => 6039
                    [mu] => 2240
                    [pmu] => 1280
                )

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

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>defined] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [formatPhoneNumber==>substr] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile@2==>class_alias] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 344
                    [pmu] => 0
                )

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

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

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

            [Url::link==>ControllerSeoLangMovaMova::after] => Array
                (
                    [ct] => 59
                    [wt] => 5008
                    [cpu] => 804
                    [mu] => 17248
                    [pmu] => 0
                )

            [ControllerStartupSeoUrl::rewrite==>str_replace] => Array
                (
                    [ct] => 100
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 2400
                    [pmu] => 0
                )

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

            [Action::__construct==>is_file] => Array
                (
                    [ct] => 110
                    [wt] => 2849
                    [cpu] => 0
                    [mu] => 8
                    [pmu] => 632
                )

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

            [ControllerExtensionModuleSlideshow::index==>Proxy::resize] => Array
                (
                    [ct] => 2
                    [wt] => 1159
                    [cpu] => 620
                    [mu] => 2896
                    [pmu] => 0
                )

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

            [ControllerExtensionModuleCarousel::index==>md5] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 192
                    [pmu] => 0
                )

            [Event::trigger==>preg_match] => Array
                (
                    [ct] => 12072
                    [wt] => 5897
                    [cpu] => 135
                    [mu] => 128
                    [pmu] => 80
                )

            [twig_last==>is_string] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerCommonContentTop::index==>Proxy::getModule] => Array
                (
                    [ct] => 3
                    [wt] => 929
                    [cpu] => 1304
                    [mu] => 8176
                    [pmu] => 0
                )

            [Loader::model==>get_class_methods] => Array
                (
                    [ct] => 24
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 14912
                    [pmu] => 768
                )

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

            [Action::execute==>ReflectionFunctionAbstract::getNumberOfRequiredParameters] => Array
                (
                    [ct] => 8
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [SeoPro::baseRewrite==>print_r] => Array
                (
                    [ct] => 59
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 15232
                    [pmu] => 0
                )

            [call_user_func_array@5==>ModelToolRemarketing::getRemarketingFooter] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [Wf==>time] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::__construct==>define] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

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

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

            [ControllerExtensionModuleCategory::index==>Url::link] => Array
                (
                    [ct] => 4
                    [wt] => 932
                    [cpu] => 2704
                    [mu] => 1528
                    [pmu] => 0
                )

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

            [Action::execute@2==>count] => Array
                (
                    [ct] => 22
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getLayoutModules==>Proxy::__call] => Array
                (
                    [ct] => 4
                    [wt] => 1354
                    [cpu] => 1395
                    [mu] => 5736
                    [pmu] => 0
                )

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

            [seolang_Mobile_Detect::isMobile==>seolang_Mobile_Detect::checkHttpHeadersForMobile] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 64
                )

            [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] => 2202
                    [cpu] => 728
                    [mu] => 80456
                    [pmu] => 0
                )

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

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

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

            [SeoPro::strpos_offset==>array_keys] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [SeoLang::__construct==>explode] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2008
                    [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] => 4
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::switchLanguage==>strpos] => Array
                (
                    [ct] => 15
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [main()==>realpath] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 184
                    [pmu] => 104
                )

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

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

            [Loader::{closure}==>strrpos] => Array
                (
                    [ct] => 381
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Session\DB::__construct==>ini_get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 24
                )

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

            [seolang_Mobile_Detect::match==>is_string] => Array
                (
                    [ct] => 906
                    [wt] => 240
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Document::getLocalStorage==>is_array] => Array
                (
                    [ct] => 8
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run==>uasort] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::commonhome] => Array
                (
                    [ct] => 59
                    [wt] => 278
                    [cpu] => 0
                    [mu] => 1272
                    [pmu] => 0
                )

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

            [ControllerCommonCart::index==>ControllerCommonCart::getTotals] => Array
                (
                    [ct] => 1
                    [wt] => 2705
                    [cpu] => 2057
                    [mu] => 14272
                    [pmu] => 0
                )

            [ControllerCommonContentBottom::index==>Proxy::getModule] => Array
                (
                    [ct] => 2
                    [wt] => 692
                    [cpu] => 2624
                    [mu] => 6376
                    [pmu] => 0
                )

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

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

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

            [call_user_func_array==>ControllerStartupError::index] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 1704
                    [pmu] => 0
                )

            [ControllerExtensionModuleSpecial::__construct==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 8360
                    [pmu] => 0
                )

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

            [call_user_func_array@4==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 6
                    [wt] => 1966
                    [cpu] => 9109
                    [mu] => 640
                    [pmu] => 3336
                )

            [call_user_func_array==>OCFilter\Core::catalog] => Array
                (
                    [ct] => 1
                    [wt] => 1168
                    [cpu] => 0
                    [mu] => 147264
                    [pmu] => 90784
                )

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

            [ControllerSeoLangMovaMova::after==>utf8_strtolower] => Array
                (
                    [ct] => 236
                    [wt] => 451
                    [cpu] => 0
                    [mu] => 9568
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::run==>usort] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 192
                    [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
                )

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

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

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::mova_render] => Array
                (
                    [ct] => 1
                    [wt] => 4850
                    [cpu] => 7739
                    [mu] => 33608
                    [pmu] => 101328
                )

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

            [ControllerSeoLangMovaMova::commonhome==>str_replace] => Array
                (
                    [ct] => 9
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [modification==>defined] => Array
                (
                    [ct] => 534
                    [wt] => 307
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [call_user_func_array@5==>Loader::{closure}] => Array
                (
                    [ct] => 17
                    [wt] => 6118
                    [cpu] => 21057
                    [mu] => 11856
                    [pmu] => 18224
                )

            [Loader::{closure}@1==>call_user_func_array@4] => Array
                (
                    [ct] => 3
                    [wt] => 233
                    [cpu] => 1981
                    [mu] => 20616
                    [pmu] => 0
                )

            [call_user_func_array@5==>Loader::{closure}@1] => Array
                (
                    [ct] => 6
                    [wt] => 1937
                    [cpu] => 0
                    [mu] => 52440
                    [pmu] => 0
                )

            [Loader::{closure}@1==>call_user_func_array@6] => Array
                (
                    [ct] => 6
                    [wt] => 489
                    [cpu] => 0
                    [mu] => 46192
                    [pmu] => 0
                )

            [Loader::{closure}@1==>call_user_func_array@9] => Array
                (
                    [ct] => 1
                    [wt] => 78
                    [cpu] => 1050
                    [mu] => 544
                    [pmu] => 0
                )

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

            [call_user_func_array@5==>ModelLocalisationLanguage::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 85
                    [cpu] => 422
                    [mu] => 2392
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::getQueryString==>array_diff_key] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

            [Action::execute@4==>call_user_func_array@3] => Array
                (
                    [ct] => 3
                    [wt] => 1005
                    [cpu] => 4496
                    [mu] => 384
                    [pmu] => 0
                )

            [Action::execute@4==>call_user_func_array@4] => Array
                (
                    [ct] => 36
                    [wt] => 7905
                    [cpu] => 21466
                    [mu] => 102672
                    [pmu] => 18488
                )

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

            [call_user_func_array@5==>ModelSeoLangSeoLang::control] => Array
                (
                    [ct] => 1
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 2848
                    [pmu] => 2784
                )

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

            [SeoPro::getQueryString==>urldecode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

            [Proxy::getCid==>Proxy::__call@1] => Array
                (
                    [ct] => 3
                    [wt] => 957
                    [cpu] => 0
                    [mu] => 23424
                    [pmu] => 0
                )

            [Loader::__construct==>defined] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>Proxy::__set] => Array
                (
                    [ct] => 217
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 14912
                    [pmu] => 4944
                )

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

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>call_user_func] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 336
                    [pmu] => 0
                )

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

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

            [call_user_func_array@2==>ModelSettingEvent::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 107
                    [cpu] => 520
                    [mu] => 22896
                    [pmu] => 0
                )

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

            [Router::dispatch==>Router::execute] => Array
                (
                    [ct] => 7
                    [wt] => 161031
                    [cpu] => 155944
                    [mu] => 2165056
                    [pmu] => 3587128
                )

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

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

            [ControllerEventTheme::index==>Loader::model] => Array
                (
                    [ct] => 18
                    [wt] => 179
                    [cpu] => 0
                    [mu] => 5136
                    [pmu] => 0
                )

            [SeoPro::__construct==>SeoPro::detectLanguage] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [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] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Detection\MobileDetect::matchDetectionRulesAgainstUA==>Detection\MobileDetect::match] => Array
                (
                    [ct] => 183
                    [wt] => 771
                    [cpu] => 2922
                    [mu] => 512
                    [pmu] => 8792
                )

            [Template\Twig::render==>file_get_contents] => Array
                (
                    [ct] => 18
                    [wt] => 881
                    [cpu] => 0
                    [mu] => 42176
                    [pmu] => 51144
                )

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

            [ModelSeoLangSeoLang::loadlibrary==>function_exists] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Proxy::getTheme==>Proxy::__call] => Array
                (
                    [ct] => 18
                    [wt] => 5455
                    [cpu] => 21817
                    [mu] => -3776
                    [pmu] => 14888
                )

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

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

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

            [Twig\Environment::render==>Twig\Environment::load] => Array
                (
                    [ct] => 18
                    [wt] => 6664
                    [cpu] => 3383
                    [mu] => 143712
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLanglib::getModule==>Controller::__get] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::hreflang==>str_replace] => Array
                (
                    [ct] => 3
                    [wt] => 154
                    [cpu] => 0
                    [mu] => 1388672
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>spl_autoload_call@1] => Array
                (
                    [ct] => 2
                    [wt] => 180
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

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

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

            [call_user_func_array@4==>ModelCatalogInformation::getHeaderInformationPages] => Array
                (
                    [ct] => 1
                    [wt] => 104
                    [cpu] => 68
                    [mu] => 37632
                    [pmu] => 0
                )

            [Session\DB::gc==>time] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSeoLangSeoLang::index==>ControllerSeoLangSeoLang::load_widget] => Array
                (
                    [ct] => 1
                    [wt] => 7248
                    [cpu] => 7739
                    [mu] => 65440
                    [pmu] => 140912
                )

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

            [call_user_func_array@5==>ModelSettingStore::getStores] => Array
                (
                    [ct] => 1
                    [wt] => 291
                    [cpu] => 3829
                    [mu] => 224
                    [pmu] => 11400
                )

            [seolang_Mobile_Detect::__construct==>seolang_Mobile_Detect::setHttpHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 1400
                    [pmu] => 0
                )

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

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

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

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

            [Proxy::getReviewsByShop==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 2588
                    [cpu] => 2134
                    [mu] => 24720
                    [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] => 10
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 0
                )

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

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

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

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

            [ControllerCommonHeader::index==>is_file] => Array
                (
                    [ct] => 2
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonHome::index==>Loader::controller] => Array
                (
                    [ct] => 6
                    [wt] => 141824
                    [cpu] => 136481
                    [mu] => 1650576
                    [pmu] => 2423744
                )

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

            [call_user_func_array@2==>ControllerCommonFooter::index] => Array
                (
                    [ct] => 1
                    [wt] => 24402
                    [cpu] => 22484
                    [mu] => 668552
                    [pmu] => 822432
                )

            [ModelCatalogDiscount::getProductsByDiscounts==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 57
                    [cpu] => 0
                    [mu] => 896
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Loader\FilesystemLoader::addPath] => Array
                (
                    [ct] => 36
                    [wt] => 997
                    [cpu] => 0
                    [mu] => 14672
                    [pmu] => 0
                )

            [Action::execute@2==>ReflectionFunctionAbstract::getNumberOfRequiredParameters] => Array
                (
                    [ct] => 22
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [twig_ensure_traversable==>is_array] => Array
                (
                    [ct] => 39
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Request::__construct==>Request::clean] => Array
                (
                    [ct] => 6
                    [wt] => 166
                    [cpu] => 0
                    [mu] => 14488
                    [pmu] => 7064
                )

            [Config::load==>array_merge] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2744
                    [pmu] => 920
                )

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

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

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

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

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

            [Composer\Autoload\includeFile==>trigger_error] => Array
                (
                    [ct] => 3
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

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

            [call_user_func_array@2==>ModelLocalisationCurrency::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 103
                    [cpu] => 340
                    [mu] => 4792
                    [pmu] => 5464
                )

            [Whe==>file_exists] => Array
                (
                    [ct] => 3
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 352
                )

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

            [main()==>register_shutdown_function] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 240
                )

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

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

            [Session\DB::read==>time] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerCommonSearch::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 863
                    [cpu] => 3108
                    [mu] => 224
                    [pmu] => 0
                )

            [Request::clean==>is_array] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [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] => 3178
                    [cpu] => 3354
                    [mu] => -176
                    [pmu] => 0
                )

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

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

            [Url::link==>is_array] => Array
                (
                    [ct] => 22
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [call_user_func_array@2==>ModelSeoLangSeoLang::loadlibrary] => Array
                (
                    [ct] => 1
                    [wt] => 135
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 2648
                )

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

            [__TwigTemplate_6d6d8c9a3ccae8b3f393216ba900d8ac16aac45463d36c4cb490acdec066ac09::getSourceContext==>spl_autoload_call] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

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

            [ControllerCommonFooter::index==>explode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 192
                    [pmu] => 0
                )

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

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

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

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

            [main()==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 192
                    [pmu] => 0
                )

            [Loader::library==>basename] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 168
                    [pmu] => 0
                )

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

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

            [ControllerExtensionModuleCategory::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 857
                    [cpu] => 2431
                    [mu] => 496
                    [pmu] => 0
                )

            [Twig\Environment::render==>Twig\TemplateWrapper::render] => Array
                (
                    [ct] => 18
                    [wt] => 5316
                    [cpu] => 3448
                    [mu] => 1038720
                    [pmu] => 1970192
                )

            [main()==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::generateKey] => Array
                (
                    [ct] => 25
                    [wt] => 114
                    [cpu] => 0
                    [mu] => 4256
                    [pmu] => 0
                )

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

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

            [call_user_func_array@4==>ModelSeoLangSeoLang::getSetting] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 384
                    [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] => 127
                    [cpu] => 0
                    [mu] => 9872
                    [pmu] => 0
                )

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

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

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

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

            [__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] => 1266
                    [cpu] => 0
                    [mu] => 60736
                    [pmu] => 0
                )

            [ModelDesignLayout::getLayoutModules==>DB::query] => Array
                (
                    [ct] => 4
                    [wt] => 200
                    [cpu] => 1325
                    [mu] => 4912
                    [pmu] => 0
                )

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

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

            [twig_last==>current] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [call_user_func_array@2==>ControllerCommonContentTop::index] => Array
                (
                    [ct] => 1
                    [wt] => 26750
                    [cpu] => 26117
                    [mu] => 220584
                    [pmu] => 263984
                )

            [call_user_func_array@5==>ModelDesignTranslation::getTranslations] => Array
                (
                    [ct] => 8
                    [wt] => 611
                    [cpu] => 7360
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_48e2cf026c6bb4c9da6eccf1a766412efe3973ffe320504197739bd472fd54dd::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 24064
                )

            [ControllerSeoLangMovaMova::mova_render==>ControllerSeoLangMovaMova::load_view_settings] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Environment::loadTemplate==>Twig\Environment::getTemplateClass] => Array
                (
                    [ct] => 26
                    [wt] => 2003
                    [cpu] => 0
                    [mu] => 15184
                    [pmu] => 1200
                )

            [call_user_func_array@3==>ControllerCommonRemarketing::header] => Array
                (
                    [ct] => 1
                    [wt] => 1012
                    [cpu] => 0
                    [mu] => 2456
                    [pmu] => 0
                )

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

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

            [Twig\Environment::addExtension==>Twig\Environment::updateOptionsHash] => Array
                (
                    [ct] => 54
                    [wt] => 326
                    [cpu] => 0
                    [mu] => 4096
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>sprintf] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1088
                    [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] => 19
                    [cpu] => 0
                    [mu] => 464
                    [pmu] => 0
                )

            [ControllerCommonContentTop::index==>explode] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1840
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run_construct==>Proxy::getStores] => Array
                (
                    [ct] => 2
                    [wt] => 1038
                    [cpu] => 4380
                    [mu] => 2160
                    [pmu] => 11400
                )

            [Router::__construct==>initOCFilter] => Array
                (
                    [ct] => 1
                    [wt] => 2969
                    [cpu] => 782
                    [mu] => 179320
                    [pmu] => 162992
                )

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

            [ModelSeoLangSeoLang::getSettings==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 1981
                    [mu] => 7512
                    [pmu] => 0
                )

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

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

            [library==>str_replace] => Array
                (
                    [ct] => 37
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 1208
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_widget==>ControllerSeoLangMovaMova::index] => Array
                (
                    [ct] => 1
                    [wt] => 7237
                    [cpu] => 7739
                    [mu] => 65696
                    [pmu] => 140664
                )

            [Cache\Redis::__construct==>Redis::select] => Array
                (
                    [ct] => 2
                    [wt] => 49
                    [cpu] => 33
                    [mu] => 128
                    [pmu] => 368
                )

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

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

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

            [ModelCatalogCategory::getCategories==>DB::query] => Array
                (
                    [ct] => 7
                    [wt] => 408
                    [cpu] => 2197
                    [mu] => 20488
                    [pmu] => 0
                )

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

            [Template\Twig::render==>spl_autoload_call] => Array
                (
                    [ct] => 4
                    [wt] => 834
                    [cpu] => 0
                    [mu] => 7552
                    [pmu] => 0
                )

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

            [seolang_Mobile_Detect::checkHttpHeadersForMobile==>strpos] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupSession::index==>setcookie] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>date] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

            [Loader::lm_replacedata==>array_replace] => Array
                (
                    [ct] => 13
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 8216
                    [pmu] => 0
                )

            [Action::execute==>preg_replace] => Array
                (
                    [ct] => 8
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 464
                    [pmu] => 176
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_55c1fc00c75379e191f489950fa4636795cbcdf54bf825b4d69f36d21532efc6::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 2048
                    [pmu] => 26664
                )

            [ControllerEventTheme::index==>Proxy::getTheme] => Array
                (
                    [ct] => 18
                    [wt] => 5475
                    [cpu] => 21817
                    [mu] => 3120
                    [pmu] => 14888
                )

            [start==>Loader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1116
                    [cpu] => 2922
                    [mu] => 18128
                    [pmu] => 25248
                )

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

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

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

            [ControllerSeoLangMovaMova::checkDevice==>seolang_Mobile_Detect::isMobile] => Array
                (
                    [ct] => 1
                    [wt] => 1031
                    [cpu] => 0
                    [mu] => 14672
                    [pmu] => 21992
                )

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

            [call_user_func_array@5==>ModelCatalogReviews::getReviewsByShop] => Array
                (
                    [ct] => 1
                    [wt] => 2273
                    [cpu] => 2065
                    [mu] => 24424
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>array_merge] => Array
                (
                    [ct] => 18
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 12656
                    [pmu] => 0
                )

            [ControllerEventTranslation::index==>Loader::model] => Array
                (
                    [ct] => 16
                    [wt] => 162
                    [cpu] => 0
                    [mu] => 6424
                    [pmu] => 6632
                )

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

            [SeoPro::getQueryString==>array_flip] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::run==>Url::link] => Array
                (
                    [ct] => 2
                    [wt] => 479
                    [cpu] => 716
                    [mu] => 176
                    [pmu] => 7680
                )

            [DB\MySQLi::__construct==>mysqli::set_charset] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 18
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerExtensionModuleSpecial::index==>ControllerExtensionModuleSpecial::getProductIds] => Array
                (
                    [ct] => 1
                    [wt] => 1086
                    [cpu] => 838
                    [mu] => 2768
                    [pmu] => 0
                )

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

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

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

            [Twig\Environment::load==>Twig\Environment::loadTemplate] => Array
                (
                    [ct] => 18
                    [wt] => 6564
                    [cpu] => 3383
                    [mu] => 141728
                    [pmu] => 0
                )

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

            [Session::__construct==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 128
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 504
                )

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

            [Wf==>substr] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

            [call_user_func_array@4==>ModelLocalisationCurrency::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 137
                    [cpu] => 413
                    [mu] => 4536
                    [pmu] => 0
                )

            [Action::execute@5==>ReflectionClass::__construct] => 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
                )

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

            [Twig\Environment::__construct==>spl_autoload_call] => Array
                (
                    [ct] => 4
                    [wt] => 245
                    [cpu] => 0
                    [mu] => 4192
                    [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] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelCatalogReviews::getReview==>date] => Array
                (
                    [ct] => 10
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 2688
                    [pmu] => 0
                )

            [Loader::view==>preg_replace] => Array
                (
                    [ct] => 18
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@1==>is_file] => Array
                (
                    [ct] => 3
                    [wt] => 18
                    [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] => 1992
                    [cpu] => 634
                    [mu] => 11016
                    [pmu] => 0
                )

            [main()==>define] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 32
                )

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

            [Url::link==>Simple\Rewrite::rewrite] => Array
                (
                    [ct] => 59
                    [wt] => 1328
                    [cpu] => 160
                    [mu] => 704
                    [pmu] => 0
                )

            [OCFilter\Factory::__call==>call_user_func_array] => Array
                (
                    [ct] => 2
                    [wt] => 1176
                    [cpu] => 0
                    [mu] => 147776
                    [pmu] => 90784
                )

            [Composer\Autoload\ClassLoader::findFileWithExtension==>substr] => Array
                (
                    [ct] => 170
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 6776
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::after==>utf8_strpos] => Array
                (
                    [ct] => 236
                    [wt] => 418
                    [cpu] => 0
                    [mu] => -14976
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>function_exists] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 88
                )

            [call_user_func_array@3==>ControllerExtensionModuleCategory::index] => Array
                (
                    [ct] => 1
                    [wt] => 6605
                    [cpu] => 7791
                    [mu] => 16592
                    [pmu] => 24064
                )

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

            [ControllerStartupStartup::index==>strtolower] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

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

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

            [ModelDesignLayout::getLayout==>Config::get] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [seolang_Mobile_Detect::isTablet==>seolang_Mobile_Detect::match] => Array
                (
                    [ct] => 119
                    [wt] => 490
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::__construct==>array_pop] => Array
                (
                    [ct] => 38
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerExtensionModuleCategory::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2010
                    [cpu] => 1656
                    [mu] => 12776
                    [pmu] => 24064
                )

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

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

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

            [__TwigTemplate_6384f7785facb4f302317f158d13df9ff84d233158e80f56cf3d4d82fcc85e09::doDisplay==>array_intersect_key] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 8376
                    [pmu] => 0
                )

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

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

            [ModelToolImage::resize==>utf8_substr] => Array
                (
                    [ct] => 45
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 3056
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLanglib::getLayoutModules==>ControllerSeoLangSeoLanglib::lm_api] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>modification] => Array
                (
                    [ct] => 3
                    [wt] => 183
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 520
                )

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

            [__TwigTemplate_55c1fc00c75379e191f489950fa4636795cbcdf54bf825b4d69f36d21532efc6::doDisplay==>twig_last] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 1392
                )

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

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::load_language_get] => Array
                (
                    [ct] => 1
                    [wt] => 198
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 8888
                )

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

            [Twig\Template::render==>ob_get_clean] => Array
                (
                    [ct] => 18
                    [wt] => 213
                    [cpu] => 0
                    [mu] => -242032
                    [pmu] => 1332296
                )

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

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

            [ControllerSeoLangMovaMova::switchLanguage==>Controller::__get] => Array
                (
                    [ct] => 69
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Proxy::getTranslations==>Proxy::__call] => Array
                (
                    [ct] => 15
                    [wt] => 4649
                    [cpu] => 17827
                    [mu] => -944
                    [pmu] => 25040
                )

            [Proxy::getTranslations==>Proxy::__call@1] => Array
                (
                    [ct] => 1
                    [wt] => 319
                    [cpu] => 1050
                    [mu] => 968
                    [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] => 11
                    [cpu] => 0
                    [mu] => 1136
                    [pmu] => 0
                )

            [SeoPro::validate==>ltrim] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [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] => 48
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 608
                )

            [__TwigTemplate_6b1df4e62dfb6e28f2eaaf592e8757135f613c4475fcf663a73a42a19cc88990::doDisplay==>json_encode] => Array
                (
                    [ct] => 8
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 17536
                    [pmu] => 0
                )

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

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

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

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

            [main()==>function_exists] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>date_default_timezone_set] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 136
                    [pmu] => 0
                )

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

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

            [Twig\Environment::__construct==>Twig\Environment::setCache] => Array
                (
                    [ct] => 18
                    [wt] => 180
                    [cpu] => 0
                    [mu] => 5288
                    [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] => 497
                    [cpu] => 308
                    [mu] => 1320
                    [pmu] => 0
                )

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

            [main()==>defined] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelSettingModule::getModule==>strpos] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerStartupStartup::index==>spl_autoload_call] => Array
                (
                    [ct] => 9
                    [wt] => 1497
                    [cpu] => 588
                    [mu] => 3016
                    [pmu] => 0
                )

            [SeoLang::__construct==>str_ireplace] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

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

            [call_user_func_array@3==>ControllerExtensionModuleSlideshow::index] => Array
                (
                    [ct] => 1
                    [wt] => 3772
                    [cpu] => 2959
                    [mu] => 27816
                    [pmu] => 76592
                )

            [SeoLang::__construct==>SeoLang::switchLanguage] => Array
                (
                    [ct] => 1
                    [wt] => 236
                    [cpu] => 0
                    [mu] => 9832
                    [pmu] => 3632
                )

            [start==>date_default_timezone_set] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 136
                    [pmu] => 0
                )

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

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

            [ControllerCommonCart::getTotals==>Cart\Currency::format] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

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

            [start==>spl_autoload_call] => Array
                (
                    [ct] => 9
                    [wt] => 1159
                    [cpu] => 0
                    [mu] => 3136
                    [pmu] => 4088
                )

            [ControllerSeoLangMovaMova::seourl==>strpos] => Array
                (
                    [ct] => 59
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Environment::__construct==>Twig\ExtensionSet::__construct] => Array
                (
                    [ct] => 18
                    [wt] => 194
                    [cpu] => 0
                    [mu] => 4680
                    [pmu] => 0
                )

            [main()==>file_put_contents] => Array
                (
                    [ct] => 1
                    [wt] => 184
                    [cpu] => 0
                    [mu] => 560
                    [pmu] => 824
                )

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

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

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

            [ControllerSeoLangMovaMova::index==>ControllerSeoLangMovaMova::start] => Array
                (
                    [ct] => 1
                    [wt] => 228
                    [cpu] => 0
                    [mu] => 2952
                    [pmu] => 2952
                )

            [Loader::{closure}@1==>preg_replace] => Array
                (
                    [ct] => 20
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ControllerCommonRemarketing::header==>Proxy::getRemarketingHeader] => Array
                (
                    [ct] => 1
                    [wt] => 1008
                    [cpu] => 0
                    [mu] => 2200
                    [pmu] => 0
                )

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

            [main()==>start] => Array
                (
                    [ct] => 1
                    [wt] => 172084
                    [cpu] => 163240
                    [mu] => 2918952
                    [pmu] => 3874792
                )

            [Action::execute@4==>preg_replace] => Array
                (
                    [ct] => 39
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 0
                )

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

            [SeoLang::__construct==>Config::get] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 8
                    [pmu] => 0
                )

            [call_user_func_array@2==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 6
                    [wt] => 1461
                    [cpu] => 461
                    [mu] => -52944
                    [pmu] => 0
                )

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

            [Log::write==>fwrite] => Array
                (
                    [ct] => 59
                    [wt] => 378
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Wf==>filemtime] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Detection\MobileDetect::match==>preg_match] => Array
                (
                    [ct] => 183
                    [wt] => 294
                    [cpu] => 2922
                    [mu] => 10376
                    [pmu] => 408
                )

            [Action::execute@2==>modification] => Array
                (
                    [ct] => 22
                    [wt] => 1102
                    [cpu] => 0
                    [mu] => 896
                    [pmu] => 0
                )

            [Loader::model==>str_replace] => Array
                (
                    [ct] => 116
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 5224
                    [pmu] => 224
                )

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

            [ControllerStartupSeoUrl::__construct==>spl_autoload_call] => Array
                (
                    [ct] => 1
                    [wt] => 203
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 0
                )

            [twig_get_attribute==>is_array] => Array
                (
                    [ct] => 260
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [twig_escape_filter==>Twig\Environment::getCharset] => Array
                (
                    [ct] => 8
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_48e2cf026c6bb4c9da6eccf1a766412efe3973ffe320504197739bd472fd54dd::doDisplay==>array_intersect_key] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 8376
                    [pmu] => 10808
                )

            [Loader::controller@1==>defined] => Array
                (
                    [ct] => 18
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>substr] => Array
                (
                    [ct] => 381
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 15712
                    [pmu] => 136
                )

            [Cache\Redis::get==>json_decode] => Array
                (
                    [ct] => 6
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 13472
                    [pmu] => 4048
                )

            [call_user_func_array@3==>ControllerProductCompare::getCompare] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

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

            [start==>Config::load] => Array
                (
                    [ct] => 2
                    [wt] => 240
                    [cpu] => 0
                    [mu] => 4568
                    [pmu] => 920
                )

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

            [Twig\Environment::setCache==>is_string] => Array
                (
                    [ct] => 18
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Action::execute@3==>substr] => Array
                (
                    [ct] => 81
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 2720
                    [pmu] => 0
                )

            [Twig\Environment::setCache==>Twig\Cache\FilesystemCache::__construct] => Array
                (
                    [ct] => 18
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 1984
                    [pmu] => 0
                )

            [call_user_func_array@4==>ModelSettingSetting::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 3503
                    [mu] => 512
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Loader::controller@1] => Array
                (
                    [ct] => 3
                    [wt] => 8222
                    [cpu] => 6050
                    [mu] => 539320
                    [pmu] => 822432
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_f67425ce1318aa0b62fa2a302e3bded41ac1905d24c19bb477c4aff7bf38ca18::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 1868
                    [cpu] => 0
                    [mu] => 408760
                    [pmu] => 434408
                )

            [Proxy::getFooterInformationPages==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 353
                    [cpu] => 458
                    [mu] => 20392
                    [pmu] => 0
                )

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

            [Cart\Cart::getSubTotal==>Cart\Cart::getProducts] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 266
                    [mu] => 128
                    [pmu] => 0
                )

            [main()==>phpversion] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

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

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

            [call_user_func_array@3==>ControllerExtensionModuleReviews::index] => Array
                (
                    [ct] => 1
                    [wt] => 23804
                    [cpu] => 23226
                    [mu] => 64816
                    [pmu] => 132312
                )

            [ControllerCommonCart::index==>Cart\Cart::countProducts] => Array
                (
                    [ct] => 1
                    [wt] => 43
                    [cpu] => 231
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>class_exists] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [call_user_func_array@4==>ModelCatalogInformation::getFooterInformationPages] => Array
                (
                    [ct] => 1
                    [wt] => 96
                    [cpu] => 69
                    [mu] => 19712
                    [pmu] => 0
                )

            [ControllerCommonContentTop::index==>Loader::controller@1] => Array
                (
                    [ct] => 4
                    [wt] => 23162
                    [cpu] => 20921
                    [mu] => 202352
                    [pmu] => 263984
                )

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

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

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

            [ControllerStartupSeoUrl::rewrite==>SeoPro::baseRewrite] => Array
                (
                    [ct] => 59
                    [wt] => 5004
                    [cpu] => 17452
                    [mu] => 48440
                    [pmu] => 7680
                )

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

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

            [Loader::view==>ControllerSeoLangMovaMova::loadview] => Array
                (
                    [ct] => 18
                    [wt] => 739
                    [cpu] => 0
                    [mu] => 1920
                    [pmu] => 0
                )

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

            [call_user_func_array@3==>ControllerEventTheme::index] => Array
                (
                    [ct] => 8
                    [wt] => 3243
                    [cpu] => 11197
                    [mu] => 8000
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::setPaths==>is_array] => Array
                (
                    [ct] => 54
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>substr] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::run==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 833
                    [cpu] => 684
                    [mu] => 624
                    [pmu] => 3336
                )

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

            [call_user_func_array@5==>ModelCatalogDiscount::getProductsByDiscounts] => Array
                (
                    [ct] => 1
                    [wt] => 267
                    [cpu] => 308
                    [mu] => 512
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::after==>ControllerSeoLangMovaMova::mova_api] => Array
                (
                    [ct] => 59
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [DB\MySQLi::__construct==>mysqli::query] => Array
                (
                    [ct] => 2
                    [wt] => 83
                    [cpu] => 25
                    [mu] => 128
                    [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] => 80734
                    [cpu] => 77105
                    [mu] => 968960
                    [pmu] => 1220800
                )

            [call_user_func_array@4==>ModelSettingExtension::getExtensions] => Array
                (
                    [ct] => 1
                    [wt] => 78
                    [cpu] => 2320
                    [mu] => 512
                    [pmu] => 0
                )

            [ControllerExtensionModuleCarousel::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2158
                    [cpu] => 3998
                    [mu] => 25176
                    [pmu] => 0
                )

            [Twig\Environment::updateOptionsHash==>implode] => Array
                (
                    [ct] => 54
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 7616
                    [pmu] => 0
                )

            [call_user_func_array@4==>ControllerToolTotal::index] => Array
                (
                    [ct] => 1
                    [wt] => 1787
                    [cpu] => 2057
                    [mu] => 12000
                    [pmu] => 0
                )

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

            [Composer\Autoload\includeFile@1==>class_alias] => Array
                (
                    [ct] => 5
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 216
                    [pmu] => 0
                )

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

            [Action::execute==>ReflectionClass::getMethod] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1024
                    [pmu] => 240
                )

            [ControllerCommonContentBottom::getAjaxModules==>Loader::view] => Array
                (
                    [ct] => 2
                    [wt] => 3492
                    [cpu] => 2585
                    [mu] => 17864
                    [pmu] => 0
                )

            [Log::__construct==>fopen] => Array
                (
                    [ct] => 3
                    [wt] => 334
                    [cpu] => 165
                    [mu] => 1640
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::loadStore==>Proxy::getSetting] => Array
                (
                    [ct] => 2
                    [wt] => 617
                    [cpu] => 3763
                    [mu] => 1680
                    [pmu] => 0
                )

            [call_user_func_array@9==>ModelDesignTranslation::getTranslations] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 1050
                    [mu] => 416
                    [pmu] => 0
                )

            [ControllerExtensionModuleCategory::index==>Proxy::getCategories] => Array
                (
                    [ct] => 1
                    [wt] => 322
                    [cpu] => 413
                    [mu] => 8016
                    [pmu] => 0
                )

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

            [Loader::model==>preg_replace] => Array
                (
                    [ct] => 116
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 1176
                    [pmu] => 216
                )

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

            [Cache::__construct==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 328
                )

            [ControllerCommonContentBottom::index==>Loader::controller@1] => Array
                (
                    [ct] => 3
                    [wt] => 37488
                    [cpu] => 33171
                    [mu] => 105888
                    [pmu] => 132312
                )

            [Twig\Loader\ChainLoader::__construct==>Twig\Loader\ChainLoader::addLoader] => Array
                (
                    [ct] => 144
                    [wt] => 131
                    [cpu] => 742
                    [mu] => 27200
                    [pmu] => 0
                )

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

            [utf8_strrpos==>mb_strrpos] => Array
                (
                    [ct] => 45
                    [wt] => 85
                    [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] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [ControllerStartupStartup::index==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 1000
                    [cpu] => 1804
                    [mu] => 347896
                    [pmu] => 506160
                )

            [main()==>error_reporting] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

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

            [Proxy::getRemarketingFooter==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 1266
                    [cpu] => 0
                    [mu] => 60608
                    [pmu] => 0
                )

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

            [ControllerCommonFooter::index==>Loader::model] => Array
                (
                    [ct] => 3
                    [wt] => 155
                    [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] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [twig_length_filter==>count] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [ModelSettingExtension::getExtensions==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 200
                    [pmu] => 0
                )

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

            [ControllerCommonContentBottom::index==>ControllerCommonContentBottom::getAjaxModules] => Array
                (
                    [ct] => 2
                    [wt] => 3824
                    [cpu] => 3524
                    [mu] => 19368
                    [pmu] => 0
                )

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

            [Proxy::trackUtm==>Proxy::__call@1] => Array
                (
                    [ct] => 3
                    [wt] => 1004
                    [cpu] => 0
                    [mu] => 29400
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::load_access==>ControllerSeoLangMovaMova::checkDevice] => Array
                (
                    [ct] => 1
                    [wt] => 1774
                    [cpu] => 0
                    [mu] => 21696
                    [pmu] => 21992
                )

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

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

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

            [__TwigTemplate_7a6ea56d369434932f676f8652a571ca22cb69b375faa5813a4f3810eeefefd7::__construct==>__TwigTemplate_7a6ea56d369434932f676f8652a571ca22cb69b375faa5813a4f3810eeefefd7::getSourceContext] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 0
                )

            [seolang_Mobile_Detect::getMobileDetectionRules==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 12472
                    [pmu] => 12472
                )

            [Cart\Cart::getProducts==>DB::query] => Array
                (
                    [ct] => 6
                    [wt] => 517
                    [cpu] => 2109
                    [mu] => 1664
                    [pmu] => 0
                )

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

            [call_user_func_array@5==>ModelDesignTheme::getTheme] => Array
                (
                    [ct] => 8
                    [wt] => 530
                    [cpu] => 10631
                    [mu] => 928
                    [pmu] => 0
                )

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

            [Session::start==>Session\DB::read] => Array
                (
                    [ct] => 1
                    [wt] => 204
                    [cpu] => 2272
                    [mu] => 640
                    [pmu] => 17136
                )

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

            [Proxy::getExtensions==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 665
                    [cpu] => 2491
                    [mu] => 5880
                    [pmu] => 0
                )

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

            [ControllerExtensionAdvertiseGoogle::__construct==>ControllerExtensionAdvertiseGoogle::loadStore] => Array
                (
                    [ct] => 2
                    [wt] => 779
                    [cpu] => 3763
                    [mu] => 7768
                    [pmu] => 0
                )

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

            [Twig\Loader\FilesystemLoader::isAbsolutePath==>strspn] => Array
                (
                    [ct] => 98
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Template::display==>Twig\Template::displayWithErrorHandling] => Array
                (
                    [ct] => 18
                    [wt] => 4774
                    [cpu] => 3448
                    [mu] => 973952
                    [pmu] => 591792
                )

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

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

            [ControllerExtensionModuleSlideshow::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 4760
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::index==>ControllerSeoLangSeoLang::seolang_route] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [Log::write==>date] => Array
                (
                    [ct] => 59
                    [wt] => 261
                    [cpu] => 0
                    [mu] => 15232
                    [pmu] => 0
                )

            [ControllerEventLanguage::before==>Language::set] => Array
                (
                    [ct] => 25
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 247288
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_view_settings==>Config::get] => Array
                (
                    [ct] => 8
                    [wt] => 3
                    [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] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 120
                )

            [Loader::model==>Loader::callback] => Array
                (
                    [ct] => 217
                    [wt] => 158
                    [cpu] => 0
                    [mu] => 178936
                    [pmu] => 55896
                )

            [Loader::view==>is_object] => Array
                (
                    [ct] => 36
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Action::execute@2==>ControllerExtensionAdvertiseGoogle::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 324
                    [cpu] => 260
                    [mu] => 640
                    [pmu] => 0
                )

            [Twig\Cache\FilesystemCache::getTimestamp==>file_exists] => Array
                (
                    [ct] => 25
                    [wt] => 359
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Currency::format==>number_format] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Url::link] => Array
                (
                    [ct] => 10
                    [wt] => 2126
                    [cpu] => 2319
                    [mu] => 688
                    [pmu] => 0
                )

            [__TwigTemplate_55c1fc00c75379e191f489950fa4636795cbcdf54bf825b4d69f36d21532efc6::doDisplay==>array_intersect_key] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 8376
                    [pmu] => 10056
                )

            [Loader::{closure}==>call_user_func_array@2] => Array
                (
                    [ct] => 8
                    [wt] => 2104
                    [cpu] => 4781
                    [mu] => 67872
                    [pmu] => 32008
                )

            [Loader::{closure}==>call_user_func_array@3] => Array
                (
                    [ct] => 1
                    [wt] => 57
                    [cpu] => 260
                    [mu] => 256
                    [pmu] => 0
                )

            [Loader::{closure}==>call_user_func_array@4] => Array
                (
                    [ct] => 22
                    [wt] => 1838
                    [cpu] => 17090
                    [mu] => 91376
                    [pmu] => 0
                )

            [Loader::{closure}==>call_user_func_array@5] => Array
                (
                    [ct] => 79
                    [wt] => 20380
                    [cpu] => 43051
                    [mu] => 69864
                    [pmu] => 29072
                )

            [Loader::{closure}==>call_user_func_array@6] => Array
                (
                    [ct] => 17
                    [wt] => 2118
                    [cpu] => 20338
                    [mu] => 11088
                    [pmu] => 18224
                )

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

            [Loader::view==>is_callable] => Array
                (
                    [ct] => 18
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Action::execute@3==>call_user_func_array@3] => Array
                (
                    [ct] => 81
                    [wt] => 83723
                    [cpu] => 86000
                    [mu] => 497288
                    [pmu] => 382320
                )

            [ControllerCommonContentBottom::index==>explode] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [DB::escape==>DB\MySQLi::escape] => Array
                (
                    [ct] => 161
                    [wt] => 371
                    [cpu] => 0
                    [mu] => 7672
                    [pmu] => 192
                )

            [__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] => 33
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

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

            [Simple\Rewrite::rewrite==>strpos] => Array
                (
                    [ct] => 885
                    [wt] => 291
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [seolang_Mobile_Detect::isMobile==>seolang_Mobile_Detect::matchDetectionRulesAgainstUA] => Array
                (
                    [ct] => 1
                    [wt] => 1021
                    [cpu] => 0
                    [mu] => 13776
                    [pmu] => 21928
                )

            [Proxy::getRemarketingBody==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 949
                    [cpu] => 0
                    [mu] => 1560
                    [pmu] => 0
                )

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

            [ModelDesignTranslation::getTranslations==>DB::escape] => Array
                (
                    [ct] => 32
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 208
                )

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

            [Twig\Template::display==>array_merge] => Array
                (
                    [ct] => 18
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [modification==>substr] => Array
                (
                    [ct] => 584
                    [wt] => 205
                    [cpu] => 0
                    [mu] => 35600
                    [pmu] => 808
                )

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

            [call_user_func_array@5==>ModelDesignBanner::getBanner] => Array
                (
                    [ct] => 2
                    [wt] => 152
                    [cpu] => 1467
                    [mu] => 14472
                    [pmu] => 14824
                )

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

            [ControllerStartupSeoUrl::rewrite==>parse_url] => Array
                (
                    [ct] => 59
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 32768
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::switchLanguage==>strtolower] => Array
                (
                    [ct] => 30
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Seo::rewrite==>parse_str] => Array
                (
                    [ct] => 18
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 7688
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::load_language_get==>Language::load] => Array
                (
                    [ct] => 1
                    [wt] => 190
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 8848
                )

            [SeoPro::baseRewrite==>count] => Array
                (
                    [ct] => 44
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [call_user_func_array@6==>ModelSettingExtension::getExtensions] => Array
                (
                    [ct] => 1
                    [wt] => 76
                    [cpu] => 171
                    [mu] => 5456
                    [pmu] => 0
                )

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

            [ModelToolImage::resize==>substr] => Array
                (
                    [ct] => 45
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 0
                )

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

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

            [call_user_func_array@4==>ControllerEventLanguage::index] => Array
                (
                    [ct] => 9
                    [wt] => 209
                    [cpu] => 0
                    [mu] => 86400
                    [pmu] => 264
                )

            [Action::execute@2==>ReflectionClass::getMethod] => Array
                (
                    [ct] => 22
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2592
                    [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] => 701
                    [cpu] => 1602
                    [mu] => 14376
                    [pmu] => 14824
                )

            [main()==>time] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Response::output==>ControllerSeoLangMovaMova::responseseolang] => Array
                (
                    [ct] => 1
                    [wt] => 2936
                    [cpu] => 1183
                    [mu] => 464768
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>class_exists] => Array
                (
                    [ct] => 3
                    [wt] => 436
                    [cpu] => 0
                    [mu] => 6272
                    [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] => 63
                    [cpu] => 0
                    [mu] => 1024
                    [pmu] => 37928
                )

            [spl_autoload_call==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 89
                    [wt] => 3718
                    [cpu] => 588
                    [mu] => 22616
                    [pmu] => 2432
                )

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

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

            [Twig\Template::render==>ob_get_level] => Array
                (
                    [ct] => 18
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [main()==>spl_autoload_extensions] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::commonhome==>utf8_strtolower] => Array
                (
                    [ct] => 18
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 1568
                    [pmu] => 0
                )

            [DB\MySQLi::__construct==>mysqli::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 171
                    [cpu] => 902
                    [mu] => 43440
                    [pmu] => 43536
                )

            [SeoLang::__construct==>utf8_strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

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

            [ControllerStartupMaintenance::index==>defined] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [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] => 14
                    [wt] => 1187
                    [cpu] => 0
                    [mu] => 15752
                    [pmu] => 600
                )

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

            [__TwigTemplate_43c242e26b52caa4da1076eb596f8c43f2959848f7d23404ba52c69f3cc536a6::doDisplay==>array_intersect_key] => Array
                (
                    [ct] => 20
                    [wt] => 154
                    [cpu] => 0
                    [mu] => 165088
                    [pmu] => 23312
                )

            [main()==>file_get_contents] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 20880
                )

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

            [ModelCatalogDiscount::getProductsByDiscounts==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 258
                    [cpu] => 308
                    [mu] => -96
                    [pmu] => 0
                )

            [ModelSettingStore::getStores==>Cache::set] => Array
                (
                    [ct] => 2
                    [wt] => 179
                    [cpu] => 138
                    [mu] => 640
                    [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] => 497
                    [cpu] => 308
                    [mu] => 816
                    [pmu] => 0
                )

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

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

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

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

            [Twig\TemplateWrapper::render==>Twig\Template::render] => Array
                (
                    [ct] => 18
                    [wt] => 5263
                    [cpu] => 3448
                    [mu] => 1038464
                    [pmu] => 1970192
                )

            [ControllerSeoLangMovaMova::ex_amp==>str_replace] => Array
                (
                    [ct] => 59
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\OpenCart::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 535
                    [mu] => 1024
                    [pmu] => 0
                )

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

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

            [twig_get_attribute==>is_bool] => Array
                (
                    [ct] => 260
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [usort==>ControllerSeoLangMovaMova::{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Template::display@2==>Twig\Template::displayWithErrorHandling@2] => Array
                (
                    [ct] => 6
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 418688
                    [pmu] => 360664
                )

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

            [Template::__construct==>class_exists] => Array
                (
                    [ct] => 18
                    [wt] => 138
                    [cpu] => 0
                    [mu] => 96
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLanglib::getLayoutModules==>ltrim] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [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] => 11497
                    [cpu] => 5046
                    [mu] => -14944
                    [pmu] => 0
                )

            [SeoLang::__construct==>parse_url] => Array
                (
                    [ct] => 4
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 0
                )

            [Loader::{closure}==>Event::trigger] => Array
                (
                    [ct] => 184
                    [wt] => 19694
                    [cpu] => 7328
                    [mu] => -81088
                    [pmu] => 1080
                )

            [Loader::{closure}==>Event::trigger@1] => Array
                (
                    [ct] => 70
                    [wt] => 7472
                    [cpu] => 1199
                    [mu] => -30480
                    [pmu] => 584
                )

            [ModelToolRemarketing::__construct==>Proxy::trackUtm] => Array
                (
                    [ct] => 3
                    [wt] => 1006
                    [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] => 117
                    [cpu] => 0
                    [mu] => 5632
                    [pmu] => 0
                )

            [ModelToolRemarketing::__construct==>Model::__set] => Array
                (
                    [ct] => 69
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 5776
                    [pmu] => 0
                )

            [seolang_Mobile_Detect::match==>sprintf] => Array
                (
                    [ct] => 302
                    [wt] => 111
                    [cpu] => 0
                    [mu] => 126784
                    [pmu] => 8096
                )

            [Cart\Cart::countProducts==>Cart\Cart::getProducts] => Array
                (
                    [ct] => 2
                    [wt] => 111
                    [cpu] => 736
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ControllerStartupStartup::index==>Proxy::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 170
                    [cpu] => 340
                    [mu] => 5584
                    [pmu] => 6920
                )

            [SeoLang::ex==>explode] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1320
                    [pmu] => 0
                )

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

            [main()==>mb_internal_encoding] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__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] => 924
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 8792
                )

            [ControllerExtensionModuleCategory::index==>Controller::__get] => Array
                (
                    [ct] => 14
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::getCacheKey@1==>Twig\Loader\FilesystemLoader::getCacheKey] => Array
                (
                    [ct] => 8
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 1424
                    [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
                )

            [ModelToolImage::resize==>filemtime] => Array
                (
                    [ct] => 180
                    [wt] => 7250
                    [cpu] => 8377
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::hreflang==>stripos] => Array
                (
                    [ct] => 2
                    [wt] => 2739
                    [cpu] => 1183
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Event::trigger==>Action::execute] => Array
                (
                    [ct] => 1
                    [wt] => 398
                    [cpu] => 717
                    [mu] => 13184
                    [pmu] => 31344
                )

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

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

            [Event::trigger==>Action::execute@2] => Array
                (
                    [ct] => 16
                    [wt] => 3625
                    [cpu] => 3143
                    [mu] => 15808
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@3] => Array
                (
                    [ct] => 64
                    [wt] => 16138
                    [cpu] => 23003
                    [mu] => 90232
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@4] => Array
                (
                    [ct] => 38
                    [wt] => 9955
                    [cpu] => 24703
                    [mu] => 92464
                    [pmu] => 18488
                )

            [Event::trigger==>Action::execute@5] => Array
                (
                    [ct] => 1
                    [wt] => 418
                    [cpu] => 1050
                    [mu] => 3008
                    [pmu] => 0
                )

            [Action::execute==>ReflectionClass::hasMethod] => Array
                (
                    [ct] => 8
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [call_user_func_array@5==>ModelCatalogCategory::getCategories] => Array
                (
                    [ct] => 6
                    [wt] => 420
                    [cpu] => 1930
                    [mu] => 13936
                    [pmu] => 0
                )

            [Cache::__construct==>Cache\Redis::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 178
                    [cpu] => 397
                    [mu] => 1112
                    [pmu] => 368
                )

            [ControllerSeoLangMovaMova::load_view==>pathinfo] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 816
                    [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
                )

            [ControllerExtensionModuleReviews::index==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 313
                    [cpu] => 268
                    [mu] => 224
                    [pmu] => 0
                )

        )

)