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] => 689f0b3edc85070595276e65
    [meta] => Array
        (
            [url] => https://nashi-lizhka.com/index.php?route=api/login
            [get] => Array
                (
                    [route] => api/login
                )

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

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

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

            [request_date] => 2025-08-15
        )

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

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

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

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

            [DB\MySQLi::query==>mysqli_result::fetch_assoc] => Array
                (
                    [ct] => 706
                    [wt] => 589
                    [cpu] => 0
                    [mu] => 417936
                    [pmu] => 381352
                )

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

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

            [SeoLang::ex==>trim] => Array
                (
                    [ct] => 20
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 832
                    [pmu] => 0
                )

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

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

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

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

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

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

            [call_user_func_array==>Loader::{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 592
                    [cpu] => 1238
                    [mu] => 1936
                    [pmu] => 0
                )

            [call_user_func_array==>ControllerStartupRouter::index] => Array
                (
                    [ct] => 1
                    [wt] => 4190
                    [cpu] => 2287
                    [mu] => 29704
                    [pmu] => 0
                )

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

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

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

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

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

            [DB\MySQLi::query==>mysqli::query] => Array
                (
                    [ct] => 27
                    [wt] => 3376
                    [cpu] => 13905
                    [mu] => 505864
                    [pmu] => 239616
                )

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

            [Session\DB::gc==>date] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 560
                )

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

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

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

            [ControllerEventTranslation::index==>Proxy::getTranslations] => Array
                (
                    [ct] => 2
                    [wt] => 444
                    [cpu] => 1778
                    [mu] => 4792
                    [pmu] => 21872
                )

            [library==>is_file] => Array
                (
                    [ct] => 33
                    [wt] => 473
                    [cpu] => 0
                    [mu] => 88
                    [pmu] => 0
                )

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

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

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

            [ModelAccountApi::addApiSession==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 355
                    [cpu] => 188
                    [mu] => -64
                    [pmu] => 0
                )

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

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

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

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

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

            [Session\DB::read==>date] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 552
                )

            [ModelDesignTranslation::getTranslations==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 105
                    [cpu] => 1778
                    [mu] => 896
                    [pmu] => 17120
                )

            [Session::start==>random_bytes] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

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

            [Request::clean@1==>htmlspecialchars] => Array
                (
                    [ct] => 74
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 13288
                    [pmu] => 13032
                )

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

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

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

            [Loader::{closure}==>preg_replace] => Array
                (
                    [ct] => 24
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 128
                )

            [main()==>substr] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 232
                    [pmu] => 160
                )

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

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

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

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

            [Event::trigger@1==>str_replace] => Array
                (
                    [ct] => 88
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 224
                )

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

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

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 68
                    [wt] => 1597
                    [cpu] => 52
                    [mu] => 6640
                    [pmu] => 1832
                )

            [Proxy::getLanguages==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 168
                    [cpu] => 508
                    [mu] => 3824
                    [pmu] => 0
                )

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

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

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

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

            [call_user_func_array@2==>Loader::{closure}] => Array
                (
                    [ct] => 3
                    [wt] => 1154
                    [cpu] => 924
                    [mu] => 6560
                    [pmu] => 0
                )

            [call_user_func_array@1==>ControllerApiLogin::index] => Array
                (
                    [ct] => 1
                    [wt] => 3399
                    [cpu] => 2287
                    [mu] => 16560
                    [pmu] => 0
                )

            [call_user_func_array@2==>ModelLocalisationLanguage::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 107
                    [cpu] => 508
                    [mu] => 3032
                    [pmu] => 0
                )

            [call_user_func_array@2==>ModelSeoLangSeoLang::control] => Array
                (
                    [ct] => 2
                    [wt] => 1117
                    [cpu] => 2913
                    [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] => 88
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 6256
                    [pmu] => 184
                )

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

            [start==>Request::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 203
                    [cpu] => 0
                    [mu] => 16472
                    [pmu] => 15856
                )

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

            [Language::load==>is_file] => Array
                (
                    [ct] => 6
                    [wt] => 125
                    [cpu] => 0
                    [mu] => 136
                    [pmu] => 0
                )

            [spl_autoload_call==>library] => Array
                (
                    [ct] => 33
                    [wt] => 2704
                    [cpu] => 0
                    [mu] => 84480
                    [pmu] => 78760
                )

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

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

            [Proxy::__call@1==>func_get_args] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1256
                    [pmu] => 0
                )

            [ControllerApiLogin::index==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 6504
                    [pmu] => 0
                )

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

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

            [Composer\Autoload\ClassLoader::findFile==>Composer\Autoload\ClassLoader::findFileWithExtension] => Array
                (
                    [ct] => 67
                    [wt] => 1435
                    [cpu] => 11
                    [mu] => 960
                    [pmu] => 1384
                )

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

            [ControllerStartupStartup::index==>SeoLang::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 314
                    [cpu] => 749
                    [mu] => 6464
                    [pmu] => 17704
                )

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

            [ControllerStartupStartup::index==>Config::get] => Array
                (
                    [ct] => 16
                    [wt] => 9
                    [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] => 52
                    [cpu] => 180
                    [mu] => 2744
                    [pmu] => 2720
                )

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

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

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

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

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

            [initOCFilter==>OCFilter\Core::init] => Array
                (
                    [ct] => 1
                    [wt] => 1561
                    [cpu] => 799
                    [mu] => 27408
                    [pmu] => 72208
                )

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

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

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

            [DB\MySQLi::query==>mysqli_result::close] => Array
                (
                    [ct] => 20
                    [wt] => 69
                    [cpu] => 51
                    [mu] => -502208
                    [pmu] => 0
                )

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

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

            [Loader::model==>is_file] => Array
                (
                    [ct] => 11
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 80
                )

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

            [Proxy::control==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 1389
                    [cpu] => 2913
                    [mu] => 32352
                    [pmu] => 7736
                )

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

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

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

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

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

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

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

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

            [Action::__construct==>implode] => Array
                (
                    [ct] => 127
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 7200
                    [pmu] => 440
                )

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

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

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

            [Action::execute@2==>call_user_func_array@2] => Array
                (
                    [ct] => 1
                    [wt] => 310
                    [cpu] => 1128
                    [mu] => 864
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

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

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

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

            [Action::execute@1==>ReflectionFunctionAbstract::getNumberOfRequiredParameters] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [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] => 34
                    [wt] => 1013
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 744
                )

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

            [ControllerSeoLangMovaMova::shortcodes==>ControllerSeoLangMovaMova::run_construct] => Array
                (
                    [ct] => 1
                    [wt] => 792
                    [cpu] => 1238
                    [mu] => 9032
                    [pmu] => 0
                )

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

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

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

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

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

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

            [ControllerApiLogin::index==>Proxy::addApiSession] => Array
                (
                    [ct] => 1
                    [wt] => 636
                    [cpu] => 188
                    [mu] => 1552
                    [pmu] => 0
                )

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

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

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

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

            [ControllerApiLogin::index==>Session::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1113
                    [cpu] => 182
                    [mu] => 968
                    [pmu] => 0
                )

            [call_user_func_array@4==>ModelDesignTranslation::getTranslations] => Array
                (
                    [ct] => 1
                    [wt] => 82
                    [cpu] => 1128
                    [mu] => 224
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::getSettings==>Model::__get] => Array
                (
                    [ct] => 8
                    [wt] => 9
                    [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] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

            [DB\MySQLi::escape==>mysqli::real_escape_string] => Array
                (
                    [ct] => 17
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 64
                )

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

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

            [Proxy::getCurrencies==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 123
                    [cpu] => 582
                    [mu] => 5456
                    [pmu] => 1208
                )

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

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

            [Action::execute==>ControllerStartupSeoUrl::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 355
                    [cpu] => 1025
                    [mu] => 23552
                    [pmu] => 0
                )

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

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

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

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

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

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

            [ControllerApiLogin::index==>Proxy::login] => Array
                (
                    [ct] => 1
                    [wt] => 281
                    [cpu] => 486
                    [mu] => 2504
                    [pmu] => 0
                )

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

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

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

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

            [ModelSeoLangSeoLang::control==>preg_replace] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 216
                    [pmu] => 168
                )

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            [Response::output==>header] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 232
                    [pmu] => 0
                )

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

            [Action::execute@2==>preg_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 176
                    [pmu] => 0
                )

            [Loader::library==>str_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 248
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Event::trigger==>str_replace] => Array
                (
                    [ct] => 840
                    [wt] => 393
                    [cpu] => 0
                    [mu] => 8768
                    [pmu] => 440
                )

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

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

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

            [call_user_func_array@3==>ModelAccountApi::getApiIps] => Array
                (
                    [ct] => 1
                    [wt] => 43
                    [cpu] => 250
                    [mu] => 2616
                    [pmu] => 0
                )

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

            [Session\DB::read==>DB::escape] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => -176
                    [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] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [start==>Router::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 15349
                    [cpu] => 14521
                    [mu] => 435752
                    [pmu] => 606288
                )

            [Event::trigger==>preg_quote] => Array
                (
                    [ct] => 840
                    [wt] => 452
                    [cpu] => 0
                    [mu] => 59360
                    [pmu] => 408
                )

            [Composer\Autoload\ClassLoader::findFileWithExtension==>strtr] => Array
                (
                    [ct] => 134
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 0
                )

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

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

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

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

            [library==>modification] => Array
                (
                    [ct] => 33
                    [wt] => 1352
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 504
                )

            [Proxy::__call==>func_get_args] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 4640
                    [pmu] => 504
                )

            [Action::__construct==>explode] => Array
                (
                    [ct] => 48
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 23288
                    [pmu] => 712
                )

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

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

            [start==>Response::output] => Array
                (
                    [ct] => 1
                    [wt] => 860
                    [cpu] => 1238
                    [mu] => 78128
                    [pmu] => 0
                )

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

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

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

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

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

            [ControllerEventTranslation::index==>Controller::__get] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

            [Cache\Redis::set==>json_encode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

            [Proxy::getStores==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 597
                    [cpu] => 1238
                    [mu] => 2192
                    [pmu] => 0
                )

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

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

            [Cache::get==>Cache\Redis::get] => Array
                (
                    [ct] => 3
                    [wt] => 285
                    [cpu] => 2248
                    [mu] => 7056
                    [pmu] => 1208
                )

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

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

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

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

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

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

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

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

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

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

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

            [ControllerStartupRouter::index==>Action::execute@1] => Array
                (
                    [ct] => 1
                    [wt] => 3481
                    [cpu] => 2287
                    [mu] => 17344
                    [pmu] => 0
                )

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

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

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

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

            [ModelLocalisationLanguage::getLanguages==>Cache::get] => Array
                (
                    [ct] => 1
                    [wt] => 102
                    [cpu] => 508
                    [mu] => 2776
                    [pmu] => 0
                )

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

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

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

            [Action::execute@1==>call_user_func_array@1] => Array
                (
                    [ct] => 3
                    [wt] => 3662
                    [cpu] => 2287
                    [mu] => 26088
                    [pmu] => 0
                )

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

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

            [Action::__construct==>preg_replace] => Array
                (
                    [ct] => 48
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

            [modification==>is_file] => Array
                (
                    [ct] => 74
                    [wt] => 2675
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 248
                )

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

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

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

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

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

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

            [ControllerStartupSeoUrl::index==>SeoPro::validate] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Event::trigger@1==>preg_match] => Array
                (
                    [ct] => 88
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 80
                )

            [Loader::model==>modification] => Array
                (
                    [ct] => 11
                    [wt] => 537
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 360
                )

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

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

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

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

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

            [Proxy::login==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 280
                    [cpu] => 486
                    [mu] => 2000
                    [pmu] => 0
                )

            [Loader::__construct==>Detection\MobileDetect::isMobile] => Array
                (
                    [ct] => 1
                    [wt] => 413
                    [cpu] => 2086
                    [mu] => 14288
                    [pmu] => 14288
                )

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

            [ControllerApiLogin::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 750
                    [cpu] => 1128
                    [mu] => 2496
                    [pmu] => 0
                )

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

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

            [Proxy::getApiIps==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 256
                    [cpu] => 250
                    [mu] => 2896
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

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

            [Session\DB::__construct==>Session\DB::gc] => Array
                (
                    [ct] => 2
                    [wt] => 1283
                    [cpu] => 507
                    [mu] => 1024
                    [pmu] => 1152
                )

            [Session\DB::read==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 318
                    [cpu] => 2195
                    [mu] => 640
                    [pmu] => 16584
                )

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

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

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

            [Detection\MobileDetect::setCfHeaders==>strtolower] => Array
                (
                    [ct] => 31
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1376
                    [pmu] => 176
                )

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

            [main()] => Array
                (
                    [ct] => 1
                    [wt] => 25123
                    [cpu] => 22296
                    [mu] => 825944
                    [pmu] => 921064
                )

            [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
                )

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

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

            [SeoPro::validate==>php_sapi_name] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 168
                    [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] => 36
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [DB::query==>DB\MySQLi::query] => Array
                (
                    [ct] => 27
                    [wt] => 4427
                    [cpu] => 13956
                    [mu] => 462680
                    [pmu] => 655832
                )

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

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

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

            [Controller::__get==>Registry::get] => Array
                (
                    [ct] => 829
                    [wt] => 344
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerStartupSession::index==>Session::start] => Array
                (
                    [ct] => 1
                    [wt] => 198
                    [cpu] => 2142
                    [mu] => 1464
                    [pmu] => 17136
                )

            [call_user_func_array==>ControllerStartupEvent::index] => Array
                (
                    [ct] => 1
                    [wt] => 2558
                    [cpu] => 605
                    [mu] => 32536
                    [pmu] => 0
                )

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

            [composerRequirea8cb75283b86ff94542c6f1327c4ce59==>function_exists] => Array
                (
                    [ct] => 12
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::__call==>call_user_func_array] => Array
                (
                    [ct] => 1
                    [wt] => 594
                    [cpu] => 1238
                    [mu] => 2064
                    [pmu] => 0
                )

            [call_user_func_array==>ControllerStartupSeoUrl::index] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Proxy::__call==>call_user_func_array@1] => Array
                (
                    [ct] => 7
                    [wt] => 2104
                    [cpu] => 5258
                    [mu] => 71864
                    [pmu] => 32656
                )

            [Proxy::__call==>call_user_func_array@2] => Array
                (
                    [ct] => 3
                    [wt] => 1159
                    [cpu] => 924
                    [mu] => 6688
                    [pmu] => 0
                )

            [Proxy::__call==>call_user_func_array@3] => Array
                (
                    [ct] => 1
                    [wt] => 295
                    [cpu] => 1128
                    [mu] => 608
                    [pmu] => 0
                )

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

            [ControllerStartupEvent::index==>substr] => Array
                (
                    [ct] => 34
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2504
                    [pmu] => 0
                )

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

            [Request::clean==>Request::clean@1] => Array
                (
                    [ct] => 74
                    [wt] => 150
                    [cpu] => 0
                    [mu] => 13248
                    [pmu] => 13176
                )

            [Request::clean@1==>is_array] => Array
                (
                    [ct] => 74
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 16
                )

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

            [Cache\Redis::__construct==>defined] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}@1==>Event::trigger] => Array
                (
                    [ct] => 6
                    [wt] => 585
                    [cpu] => 0
                    [mu] => -2432
                    [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
                )

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

            [ControllerSeoLangMovaMova::responseseolang==>ControllerSeoLangMovaMova::hreflang] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Config::set] => Array
                (
                    [ct] => 507
                    [wt] => 216
                    [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] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => -488
                    [pmu] => 24
                )

            [Router::execute==>Action::execute] => Array
                (
                    [ct] => 7
                    [wt] => 15332
                    [cpu] => 14521
                    [mu] => 435640
                    [pmu] => 606288
                )

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

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

            [call_user_func_array@4==>ModelSeoLangSeoLang::getSettings] => Array
                (
                    [ct] => 1
                    [wt] => 182
                    [cpu] => 2913
                    [mu] => 20104
                    [pmu] => 0
                )

            [Detection\MobileDetect::setCfHeaders==>substr] => Array
                (
                    [ct] => 31
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 176
                )

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

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

            [library==>strtolower] => Array
                (
                    [ct] => 33
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Proxy::control] => Array
                (
                    [ct] => 1
                    [wt] => 181
                    [cpu] => 0
                    [mu] => 6496
                    [pmu] => 7736
                )

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

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

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

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

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

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

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

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

            [ModelDesignTranslation::getTranslations==>Model::__get] => Array
                (
                    [ct] => 14
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 352
                )

            [ControllerSeoLangMovaMova::run_construct==>parse_url] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

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

            [utf8_strtolower==>mb_strtolower] => Array
                (
                    [ct] => 11
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 0
                )

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

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

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

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

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

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

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

            [call_user_func_array==>ControllerStartupStartup::index] => Array
                (
                    [ct] => 1
                    [wt] => 6050
                    [cpu] => 5549
                    [mu] => 306232
                    [pmu] => 581400
                )

            [Composer\Autoload\ComposerStaticInita8cb75283b86ff94542c6f1327c4ce59::getInitializer==>Closure::bind] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 0
                )

            [main()==>is_file] => Array
                (
                    [ct] => 6
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 472
                )

            [call_user_func_array==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 1
                    [wt] => 259
                    [cpu] => 650
                    [mu] => 10992
                    [pmu] => 28760
                )

            [class_exists==>spl_autoload_call] => Array
                (
                    [ct] => 4
                    [wt] => 485
                    [cpu] => 0
                    [mu] => 1136
                    [pmu] => 1616
                )

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

            [Loader::language==>Event::trigger] => Array
                (
                    [ct] => 4
                    [wt] => 967
                    [cpu] => 1778
                    [mu] => 14384
                    [pmu] => 31936
                )

            [Action::execute==>substr] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 56
                )

            [call_user_func_array@1==>Loader::{closure}] => Array
                (
                    [ct] => 7
                    [wt] => 2090
                    [cpu] => 5258
                    [mu] => 71640
                    [pmu] => 32496
                )

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

            [start==>Router::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2956
                    [cpu] => 799
                    [mu] => 178936
                    [pmu] => 162224
                )

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

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

            [start==>set_error_handler] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>setcookie] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 464
                    [pmu] => 0
                )

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

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

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

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

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

            [call_user_func_array==>ControllerStartupSession::index] => Array
                (
                    [ct] => 1
                    [wt] => 228
                    [cpu] => 2142
                    [mu] => 2328
                    [pmu] => 17136
                )

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

            [Language::load==>array_merge] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 8376
                    [pmu] => 0
                )

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

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

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

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

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

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

            [Proxy::addApiSession==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 635
                    [cpu] => 188
                    [mu] => 1048
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Loader::model] => Array
                (
                    [ct] => 3
                    [wt] => 327
                    [cpu] => 0
                    [mu] => 25592
                    [pmu] => 13056
                )

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

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

            [ControllerApiLogin::index==>Session::start] => Array
                (
                    [ct] => 1
                    [wt] => 182
                    [cpu] => 53
                    [mu] => 184
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Proxy::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 170
                    [cpu] => 508
                    [mu] => 3952
                    [pmu] => 0
                )

            [Session::start==>preg_match] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [DB::getLastId==>DB\MySQLi::getLastId] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Detection\MobileDetect::setHttpHeaders==>substr] => Array
                (
                    [ct] => 31
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1024
                    [pmu] => 32
                )

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

            [SeoLang::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 749
                    [mu] => 1912
                    [pmu] => 17704
                )

            [Cache::set==>Cache\Redis::set] => Array
                (
                    [ct] => 1
                    [wt] => 76
                    [cpu] => 57
                    [mu] => 512
                    [pmu] => 0
                )

            [call_user_func_array@2==>ControllerEventTranslation::index] => Array
                (
                    [ct] => 1
                    [wt] => 309
                    [cpu] => 1128
                    [mu] => 736
                    [pmu] => 0
                )

            [Loader::{closure}@1==>substr] => Array
                (
                    [ct] => 9
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 488
                    [pmu] => 0
                )

            [ModelLocalisationCurrency::getCurrencies==>Cache::get] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 582
                    [mu] => 4536
                    [pmu] => 1208
                )

            [ControllerApiLogin::index==>Proxy::getApiIps] => Array
                (
                    [ct] => 1
                    [wt] => 256
                    [cpu] => 250
                    [mu] => 3400
                    [pmu] => 0
                )

            [Router::__construct==>file_exists] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [call_user_func_array@3==>Loader::{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 294
                    [cpu] => 1128
                    [mu] => 480
                    [pmu] => 0
                )

            [call_user_func_array@3==>Loader::{closure}@1] => Array
                (
                    [ct] => 3
                    [wt] => 827
                    [cpu] => 2913
                    [mu] => 22888
                    [pmu] => 0
                )

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

            [Composer\Autoload\ClassLoader::findFileWithExtension==>strrpos] => Array
                (
                    [ct] => 117
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute==>call_user_func_array] => Array
                (
                    [ct] => 8
                    [wt] => 14597
                    [cpu] => 14146
                    [mu] => 412664
                    [pmu] => 627344
                )

            [Session::__construct==>Session\DB::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 1298
                    [cpu] => 507
                    [mu] => 2160
                    [pmu] => 1176
                )

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

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

            [Loader::language==>Language::load] => Array
                (
                    [ct] => 2
                    [wt] => 238
                    [cpu] => 0
                    [mu] => 480
                    [pmu] => 0
                )

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

            [Detection\MobileDetect::isMobile==>Detection\MobileDetect::matchDetectionRulesAgainstUA] => Array
                (
                    [ct] => 1
                    [wt] => 402
                    [cpu] => 2086
                    [mu] => 13520
                    [pmu] => 13520
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>spl_autoload_unregister] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => -16
                    [pmu] => 0
                )

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

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

            [Cache\Redis::get==>Redis::get] => Array
                (
                    [ct] => 3
                    [wt] => 248
                    [cpu] => 2248
                    [mu] => 1184
                    [pmu] => 0
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>defined] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Action::__construct==>is_file] => Array
                (
                    [ct] => 79
                    [wt] => 1769
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 592
                )

            [Event::trigger==>preg_match] => Array
                (
                    [ct] => 840
                    [wt] => 390
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 80
                )

            [Loader::model==>get_class_methods] => Array
                (
                    [ct] => 11
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 7784
                    [pmu] => 576
                )

            [Action::execute==>ReflectionFunctionAbstract::getNumberOfRequiredParameters] => Array
                (
                    [ct] => 8
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Loader::__construct==>define] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 224
                )

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

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

            [SeoLang::__construct==>explode] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 1256
                    [pmu] => 0
                )

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

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

            [main()==>realpath] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 184
                    [pmu] => 104
                )

            [Loader::{closure}==>strrpos] => Array
                (
                    [ct] => 36
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

            [call_user_func_array==>ControllerStartupError::index] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 1704
                    [pmu] => 0
                )

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

            [ControllerApiLogin::index==>Controller::__get] => Array
                (
                    [ct] => 14
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [call_user_func_array==>OCFilter\Core::catalog] => Array
                (
                    [ct] => 1
                    [wt] => 1138
                    [cpu] => 0
                    [mu] => 147264
                    [pmu] => 90016
                )

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

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

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

            [modification==>defined] => Array
                (
                    [ct] => 148
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}@1==>call_user_func_array@4] => Array
                (
                    [ct] => 3
                    [wt] => 198
                    [cpu] => 2913
                    [mu] => 20616
                    [pmu] => 0
                )

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

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

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

            [Loader::model==>Proxy::__set] => Array
                (
                    [ct] => 109
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 7784
                    [pmu] => 2272
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>call_user_func] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 336
                    [pmu] => 0
                )

            [SeoLang::__construct==>trim] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 168
                    [pmu] => 0
                )

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

            [call_user_func_array@2==>ModelSettingEvent::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 103
                    [cpu] => 605
                    [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] => 15342
                    [cpu] => 14521
                    [mu] => 435768
                    [pmu] => 606288
                )

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

            [Detection\MobileDetect::matchDetectionRulesAgainstUA==>Detection\MobileDetect::match] => Array
                (
                    [ct] => 183
                    [wt] => 319
                    [cpu] => 2086
                    [mu] => 256
                    [pmu] => 256
                )

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

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

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

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

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

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

            [ModelAccountApi::addApiSession==>DB::getLastId] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

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

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

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

            [SeoLang::__construct==>SeoLang::ex] => Array
                (
                    [ct] => 1
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 896
                    [pmu] => 0
                )

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

            [Request::__construct==>Request::clean] => Array
                (
                    [ct] => 6
                    [wt] => 197
                    [cpu] => 0
                    [mu] => 15968
                    [pmu] => 15392
                )

            [Config::load==>array_merge] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2744
                    [pmu] => 0
                )

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

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

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

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

            [call_user_func_array@2==>ModelLocalisationCurrency::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 70
                    [cpu] => 582
                    [mu] => 4792
                    [pmu] => 1208
                )

            [Whe==>file_exists] => Array
                (
                    [ct] => 3
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 352
                )

            [main()==>register_shutdown_function] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 240
                )

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

            [Session\DB::read==>time] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Request::clean==>is_array] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [call_user_func_array@2==>ModelSeoLangSeoLang::loadlibrary] => Array
                (
                    [ct] => 1
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 2648
                )

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

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

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

            [main()==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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
                )

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

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

            [call_user_func_array@4==>ModelSeoLangSeoLang::getSetting] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

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

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

            [ControllerSeoLangMovaMova::run_construct==>Proxy::getStores] => Array
                (
                    [ct] => 1
                    [wt] => 597
                    [cpu] => 1238
                    [mu] => 2320
                    [pmu] => 0
                )

            [Router::__construct==>initOCFilter] => Array
                (
                    [ct] => 1
                    [wt] => 2926
                    [cpu] => 799
                    [mu] => 178680
                    [pmu] => 162224
                )

            [ModelAccountApi::login==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 480
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::getSettings==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 90
                    [cpu] => 2913
                    [mu] => 7512
                    [pmu] => 0
                )

            [library==>str_replace] => Array
                (
                    [ct] => 33
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 0
                )

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

            [Cache\Redis::__construct==>Redis::select] => Array
                (
                    [ct] => 2
                    [wt] => 55
                    [cpu] => 50
                    [mu] => 128
                    [pmu] => 368
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>Composer\Autoload\ClassLoader::register] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [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] => 302
                    [cpu] => 305
                    [mu] => 2328
                    [pmu] => 0
                )

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

            [ControllerStartupSession::index==>setcookie] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [Action::execute==>preg_replace] => Array
                (
                    [ct] => 8
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 464
                    [pmu] => 176
                )

            [start==>Loader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 625
                    [cpu] => 2086
                    [mu] => 17744
                    [pmu] => 17304
                )

            [ControllerEventTranslation::index==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 6424
                    [pmu] => 6632
                )

            [DB\MySQLi::__construct==>mysqli::set_charset] => Array
                (
                    [ct] => 1
                    [wt] => 94
                    [cpu] => 19
                    [mu] => 128
                    [pmu] => 0
                )

            [SeoPro::__construct==>explode] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2536
                    [pmu] => 0
                )

            [Session::__construct==>class_exists] => Array
                (
                    [ct] => 2
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 504
                )

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

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

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

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

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

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

            [main()==>define] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 32
                )

            [OCFilter\Factory::__call==>call_user_func_array] => Array
                (
                    [ct] => 1
                    [wt] => 1139
                    [cpu] => 0
                    [mu] => 147392
                    [pmu] => 90016
                )

            [Composer\Autoload\ClassLoader::findFileWithExtension==>substr] => Array
                (
                    [ct] => 105
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 4024
                    [pmu] => 0
                )

            [Detection\MobileDetect::getRules==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 12472
                    [pmu] => 12472
                )

            [ModelSeoLangSeoLang::control==>function_exists] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 88
                )

            [Session\DB::gc==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 1238
                    [cpu] => 507
                    [mu] => -64
                    [pmu] => 0
                )

            [Action::__construct==>array_pop] => Array
                (
                    [ct] => 31
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

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

            [Proxy::getTranslations==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 441
                    [cpu] => 1778
                    [mu] => 3912
                    [pmu] => 21704
                )

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

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

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

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

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

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

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

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

            [ControllerApiLogin::index==>trim] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 184
                    [pmu] => 0
                )

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

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

            [ControllerStartupStartup::index==>spl_autoload_call] => Array
                (
                    [ct] => 9
                    [wt] => 1264
                    [cpu] => 52
                    [mu] => 3016
                    [pmu] => 0
                )

            [start==>date_default_timezone_set] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 136
                    [pmu] => 0
                )

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

            [start==>spl_autoload_call] => Array
                (
                    [ct] => 9
                    [wt] => 1151
                    [cpu] => 0
                    [mu] => 3160
                    [pmu] => 4424
                )

            [main()==>file_put_contents] => Array
                (
                    [ct] => 1
                    [wt] => 172
                    [cpu] => 0
                    [mu] => 560
                    [pmu] => 824
                )

            [Loader::{closure}@1==>preg_replace] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 248
                    [pmu] => 0
                )

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

            [main()==>start] => Array
                (
                    [ct] => 1
                    [wt] => 23600
                    [cpu] => 20972
                    [mu] => 810560
                    [pmu] => 892712
                )

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

            [ControllerSeoLangMovaMova::responseseolang==>ControllerSeoLangMovaMova::shortcodes] => Array
                (
                    [ct] => 1
                    [wt] => 802
                    [cpu] => 1238
                    [mu] => 75336
                    [pmu] => 0
                )

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

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

            [Loader::model==>str_replace] => Array
                (
                    [ct] => 23
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 176
                )

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

            [ControllerStartupSeoUrl::__construct==>spl_autoload_call] => Array
                (
                    [ct] => 1
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 0
                )

            [Loader::{closure}==>substr] => Array
                (
                    [ct] => 36
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1608
                    [pmu] => 96
                )

            [Cache\Redis::get==>json_decode] => Array
                (
                    [ct] => 3
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 6800
                    [pmu] => 1208
                )

            [start==>Config::load] => Array
                (
                    [ct] => 2
                    [wt] => 199
                    [cpu] => 0
                    [mu] => 4568
                    [pmu] => 0
                )

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

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

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

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

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

            [DB\MySQLi::__construct==>mysqli::query] => Array
                (
                    [ct] => 2
                    [wt] => 54
                    [cpu] => 20
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute==>ReflectionClass::getMethod] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1024
                    [pmu] => 240
                )

            [Log::__construct==>fopen] => Array
                (
                    [ct] => 3
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 1640
                    [pmu] => 0
                )

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

            [Loader::model==>preg_replace] => Array
                (
                    [ct] => 23
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 176
                )

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

            [Cache::__construct==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 130
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 328
                )

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

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

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

            [ControllerStartupStartup::index==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 886
                    [cpu] => 1284
                    [mu] => 347896
                    [pmu] => 506160
                )

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

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

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

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

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

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

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

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

            [ModelAccountApi::login==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 486
                    [mu] => 1360
                    [pmu] => 0
                )

            [Session::start==>Session\DB::read] => Array
                (
                    [ct] => 2
                    [wt] => 352
                    [cpu] => 2195
                    [mu] => 640
                    [pmu] => 17136
                )

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

            [call_user_func_array@3==>ModelAccountApi::addApiSession] => Array
                (
                    [ct] => 1
                    [wt] => 377
                    [cpu] => 188
                    [mu] => 768
                    [pmu] => 0
                )

            [ModelAccountApi::getApiIps==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 250
                    [mu] => 2696
                    [pmu] => 0
                )

            [ControllerEventLanguage::before==>Language::set] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 8376
                    [pmu] => 0
                )

            [Loader::model==>Loader::callback] => Array
                (
                    [ct] => 109
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 89944
                    [pmu] => 25816
                )

            [Loader::{closure}==>call_user_func_array@1] => Array
                (
                    [ct] => 1
                    [wt] => 269
                    [cpu] => 1238
                    [mu] => 1280
                    [pmu] => 0
                )

            [Loader::{closure}==>call_user_func_array@2] => Array
                (
                    [ct] => 7
                    [wt] => 1578
                    [cpu] => 5258
                    [mu] => 66720
                    [pmu] => 27752
                )

            [Loader::{closure}==>call_user_func_array@3] => Array
                (
                    [ct] => 3
                    [wt] => 485
                    [cpu] => 924
                    [mu] => 4848
                    [pmu] => 0
                )

            [Loader::{closure}==>call_user_func_array@4] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 1128
                    [mu] => 352
                    [pmu] => 0
                )

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

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

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

            [DB::escape==>DB\MySQLi::escape] => Array
                (
                    [ct] => 17
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 1464
                    [pmu] => 192
                )

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

            [ModelDesignTranslation::getTranslations==>DB::escape] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 464
                    [pmu] => 208
                )

            [ControllerApiLogin::index==>json_encode] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [modification==>substr] => Array
                (
                    [ct] => 193
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 11024
                    [pmu] => 632
                )

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

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

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

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

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

            [Response::output==>ControllerSeoLangMovaMova::responseseolang] => Array
                (
                    [ct] => 1
                    [wt] => 832
                    [cpu] => 1238
                    [mu] => 77000
                    [pmu] => 0
                )

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

            [spl_autoload_call==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 68
                    [wt] => 1698
                    [cpu] => 52
                    [mu] => 7104
                    [pmu] => 2432
                )

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

            [DB\MySQLi::__construct==>mysqli::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 185
                    [cpu] => 892
                    [mu] => 43440
                    [pmu] => 43536
                )

            [SeoLang::__construct==>utf8_strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

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

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

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\includeFile] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 600
                )

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

            [main()==>file_get_contents] => Array
                (
                    [ct] => 1
                    [wt] => 69
                    [cpu] => 1157
                    [mu] => 160
                    [pmu] => 20880
                )

            [ModelSettingStore::getStores==>Cache::set] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 57
                    [mu] => 640
                    [pmu] => 0
                )

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

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

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

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

            [OCFilter\Core::init==>OCFilter\OpenCart::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 549
                    [mu] => 1024
                    [pmu] => 0
                )

            [call_user_func_array@3==>ModelAccountApi::login] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 486
                    [mu] => 1336
                    [pmu] => 0
                )

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

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

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

            [SeoLang::__construct==>parse_url] => Array
                (
                    [ct] => 4
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2096
                    [pmu] => 0
                )

            [Loader::{closure}==>Event::trigger] => Array
                (
                    [ct] => 20
                    [wt] => 1270
                    [cpu] => 0
                    [mu] => -8736
                    [pmu] => 336
                )

            [Loader::{closure}==>Event::trigger@1] => Array
                (
                    [ct] => 4
                    [wt] => 228
                    [cpu] => 0
                    [mu] => -1216
                    [pmu] => 584
                )

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

            [ControllerStartupStartup::index==>Proxy::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 123
                    [cpu] => 582
                    [mu] => 5584
                    [pmu] => 1208
                )

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

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

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

            [Event::trigger==>Action::execute] => Array
                (
                    [ct] => 1
                    [wt] => 357
                    [cpu] => 650
                    [mu] => 13184
                    [pmu] => 31344
                )

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

            [Event::trigger==>Action::execute@2] => Array
                (
                    [ct] => 1
                    [wt] => 372
                    [cpu] => 1128
                    [mu] => 2272
                    [pmu] => 0
                )

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

            [Cache::__construct==>Cache\Redis::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 191
                    [cpu] => 391
                    [mu] => 1112
                    [pmu] => 368
                )

        )

)