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] => 689f08b99ff0d4292728b788
    [meta] => Array
        (
            [url] => https://nashi-lizhka.com/admin/index.php?route=setting/setting/theme&user_token=refWxLFUzAm5TVBPaJ01NaohRisAzSYj&theme=default
            [get] => Array
                (
                    [route] => setting/setting/theme
                    [user_token] => refWxLFUzAm5TVBPaJ01NaohRisAzSYj
                    [theme] => default
                )

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

            [simple_url] => /admin/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] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Action::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 231
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 1976
                )

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

            [DB\MySQLi::query==>mysqli_result::fetch_assoc] => Array
                (
                    [ct] => 683
                    [wt] => 581
                    [cpu] => 0
                    [mu] => 451128
                    [pmu] => 374784
                )

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

            [Cart\User::__construct==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 4762
                    [cpu] => 1800
                    [mu] => 43856
                    [pmu] => 0
                )

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

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

            [call_user_func_array==>ControllerStartupRouter::index] => Array
                (
                    [ct] => 1
                    [wt] => 751
                    [cpu] => 0
                    [mu] => 17608
                    [pmu] => 0
                )

            [Action::execute==>is_file] => Array
                (
                    [ct] => 7
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupPermission::index==>Cart\User::hasPermission] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [OCFilter\Setting::__construct==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 5574
                    [cpu] => 194
                    [mu] => 56448
                    [pmu] => 80432
                )

            [DB\MySQLi::query==>mysqli::query] => Array
                (
                    [ct] => 19
                    [wt] => 13310
                    [cpu] => 7555
                    [mu] => 473936
                    [pmu] => 161048
                )

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

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

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

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

            [library==>is_file] => Array
                (
                    [ct] => 29
                    [wt] => 249
                    [cpu] => 0
                    [mu] => 176
                    [pmu] => 152
                )

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

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

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

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

            [Request::clean@1==>htmlspecialchars] => Array
                (
                    [ct] => 118
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 26152
                    [pmu] => 20008
                )

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

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

            [Loader::{closure}==>preg_replace] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 168
                    [pmu] => 0
                )

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

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

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 60
                    [wt] => 1426
                    [cpu] => 0
                    [mu] => 4368
                    [pmu] => 2832
                )

            [ControllerStartupEvent::index==>Proxy::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 181
                    [cpu] => 578
                    [mu] => 33232
                    [pmu] => 0
                )

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

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

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

            [start==>Request::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 342
                    [cpu] => 0
                    [mu] => 30936
                    [pmu] => 22712
                )

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

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

            [spl_autoload_call==>library] => Array
                (
                    [ct] => 29
                    [wt] => 2074
                    [cpu] => 0
                    [mu] => 11320
                    [pmu] => 3344
                )

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

            [OCFilter\Setting::__construct==>json_decode] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1856
                    [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] => 59
                    [wt] => 1269
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 1776
                )

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

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

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

            [Cart\Tax::setShippingAddress==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 237
                    [mu] => -96
                    [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] => 129
                    [cpu] => 390
                    [mu] => 424
                    [pmu] => 0
                )

            [initOCFilter==>OCFilter\Core::init] => Array
                (
                    [ct] => 1
                    [wt] => 6332
                    [cpu] => 976
                    [mu] => 27504
                    [pmu] => 80432
                )

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

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

            [DB\MySQLi::query==>mysqli_result::close] => Array
                (
                    [ct] => 13
                    [wt] => 33
                    [cpu] => 0
                    [mu] => -471480
                    [pmu] => 0
                )

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

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

            [Loader::__construct==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 169
                    [cpu] => 0
                    [mu] => 2272
                    [pmu] => 2624
                )

            [ControllerSettingSetting::theme==>basename] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

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

            [ControllerStartupPermission::index==>explode] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

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

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

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

            [Action::__construct==>implode] => Array
                (
                    [ct] => 62
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 3480
                    [pmu] => 336
                )

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

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

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

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

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

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

            [call_user_func_array@1==>ControllerSettingSetting::theme] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 736
                    [pmu] => 0
                )

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

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

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

            [Composer\Autoload\ClassLoader::findFileWithExtension==>file_exists] => Array
                (
                    [ct] => 30
                    [wt] => 918
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 592
                )

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

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

            [main()==>ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader] => Array
                (
                    [ct] => 1
                    [wt] => 463
                    [cpu] => 1234
                    [mu] => 3440
                    [pmu] => 3456
                )

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

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

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

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

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

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

            [DB\MySQLi::escape==>mysqli::real_escape_string] => Array
                (
                    [ct] => 7
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 416
                    [pmu] => 152
                )

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

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

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

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

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

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

            [Session\DB::read==>json_decode] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2624
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

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

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

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

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

            [Event::trigger==>str_replace] => Array
                (
                    [ct] => 44
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 992
                    [pmu] => 0
                )

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

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

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

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

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

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

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

            [start==>Router::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 16850
                    [cpu] => 7153
                    [mu] => 456200
                    [pmu] => 469936
                )

            [Event::trigger==>preg_quote] => Array
                (
                    [ct] => 44
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 3232
                    [pmu] => 0
                )

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

            [Composer\Autoload\ClassLoader::findFileWithExtension==>strtr] => Array
                (
                    [ct] => 118
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 128
                )

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

            [library==>modification] => Array
                (
                    [ct] => 29
                    [wt] => 1076
                    [cpu] => 0
                    [mu] => 1056
                    [pmu] => 520
                )

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

            [Action::__construct==>explode] => Array
                (
                    [ct] => 25
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 11880
                    [pmu] => 880
                )

            [ModelSettingEvent::getEvents==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 117
                    [cpu] => 578
                    [mu] => 30880
                    [pmu] => 0
                )

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

            [start==>Response::output] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            [ControllerStartupSass::index==>glob] => Array
                (
                    [ct] => 1
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

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

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

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

            [modification==>is_file] => Array
                (
                    [ct] => 51
                    [wt] => 1707
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\Setting::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5635
                    [cpu] => 194
                    [mu] => 16448
                    [pmu] => 80432
                )

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

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

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

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

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

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

            [Event::register==>array_multisort] => Array
                (
                    [ct] => 16
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 768
                )

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

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

            [start==>Session::start] => Array
                (
                    [ct] => 1
                    [wt] => 224
                    [cpu] => 51
                    [mu] => 3776
                    [pmu] => 19016
                )

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

            [start==>Cache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 329
                    [cpu] => 431
                    [mu] => 1488
                    [pmu] => 0
                )

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

            [Proxy::getEvents==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 179
                    [cpu] => 578
                    [mu] => 33104
                    [pmu] => 0
                )

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

            [Session\DB::read==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 184
                    [cpu] => 51
                    [mu] => 1840
                    [pmu] => 17944
                )

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

            [Detection\MobileDetect::setCfHeaders==>strtolower] => Array
                (
                    [ct] => 42
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1864
                    [pmu] => 112
                )

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

            [main()] => Array
                (
                    [ct] => 1
                    [wt] => 30365
                    [cpu] => 15739
                    [mu] => 625752
                    [pmu] => 695448
                )

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

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

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

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

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

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

            [DB::query==>DB\MySQLi::query] => Array
                (
                    [ct] => 19
                    [wt] => 14269
                    [cpu] => 7555
                    [mu] => 491544
                    [pmu] => 567536
                )

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

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

            [call_user_func_array==>ControllerStartupEvent::index] => Array
                (
                    [ct] => 1
                    [wt] => 1488
                    [cpu] => 578
                    [mu] => 27216
                    [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] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::__call==>call_user_func_array@1] => Array
                (
                    [ct] => 1
                    [wt] => 170
                    [cpu] => 578
                    [mu] => 32848
                    [pmu] => 0
                )

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

            [ControllerStartupEvent::index==>substr] => Array
                (
                    [ct] => 60
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 2576
                    [pmu] => 0
                )

            [Request::clean==>Request::clean@1] => Array
                (
                    [ct] => 118
                    [wt] => 278
                    [cpu] => 0
                    [mu] => 26112
                    [pmu] => 20008
                )

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

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

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

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

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

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

            [Loader::model==>Registry::has] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 80
                    [pmu] => 0
                )

            [Router::execute==>Action::execute] => Array
                (
                    [ct] => 7
                    [wt] => 16835
                    [cpu] => 7153
                    [mu] => 456088
                    [pmu] => 469936
                )

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

            [Detection\MobileDetect::setCfHeaders==>substr] => Array
                (
                    [ct] => 42
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 176
                )

            [library==>strtolower] => Array
                (
                    [ct] => 29
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 160
                )

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

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

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

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

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

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

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

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

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

            [call_user_func_array==>ControllerStartupStartup::index] => Array
                (
                    [ct] => 1
                    [wt] => 8189
                    [cpu] => 4775
                    [mu] => 261488
                    [pmu] => 469936
                )

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

            [main()==>is_file] => Array
                (
                    [ct] => 2
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 192
                    [pmu] => 144
                )

            [class_exists==>spl_autoload_call] => Array
                (
                    [ct] => 4
                    [wt] => 516
                    [cpu] => 0
                    [mu] => 2416
                    [pmu] => 3296
                )

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

            [Loader::language==>Event::trigger] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [cpu] => 0
                    [mu] => -336
                    [pmu] => 0
                )

            [Action::execute==>substr] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [call_user_func_array==>ControllerStartupSass::index] => Array
                (
                    [ct] => 1
                    [wt] => 123
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

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

            [call_user_func_array@1==>Loader::{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 169
                    [cpu] => 578
                    [mu] => 32720
                    [pmu] => 0
                )

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

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

            [start==>Router::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6678
                    [cpu] => 976
                    [mu] => 34528
                    [pmu] => 80432
                )

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

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

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

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

            [start==>setcookie] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

            [call_user_func_array==>ControllerStartupPermission::index] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

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

            [call_user_func_array==>ControllerStartupLogin::index] => Array
                (
                    [ct] => 1
                    [wt] => 5543
                    [cpu] => 1800
                    [mu] => 134696
                    [pmu] => 0
                )

            [Detection\MobileDetect::setHttpHeaders==>substr] => Array
                (
                    [ct] => 42
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1376
                    [pmu] => 0
                )

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

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

            [Action::execute==>call_user_func_array] => Array
                (
                    [ct] => 7
                    [wt] => 16170
                    [cpu] => 7153
                    [mu] => 444376
                    [pmu] => 469936
                )

            [Session::__construct==>Session\DB::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 226
                    [cpu] => 337
                    [mu] => 1784
                    [pmu] => 1176
                )

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

            [Loader::language==>Language::load] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

            [Detection\MobileDetect::isMobile==>Detection\MobileDetect::matchDetectionRulesAgainstUA] => Array
                (
                    [ct] => 1
                    [wt] => 1049
                    [cpu] => 0
                    [mu] => 13776
                    [pmu] => 21928
                )

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

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

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

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

            [Action::__construct==>is_file] => Array
                (
                    [ct] => 37
                    [wt] => 1090
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 152
                )

            [Event::trigger==>preg_match] => Array
                (
                    [ct] => 44
                    [wt] => 229
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>get_class_methods] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

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

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

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

            [ControllerStartupLogin::index==>Cart\User::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5391
                    [cpu] => 1800
                    [mu] => 133816
                    [pmu] => 0
                )

            [main()==>realpath] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 192
                    [pmu] => 88
                )

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

            [Session\DB::__construct==>ini_get] => Array
                (
                    [ct] => 2
                    [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] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => -80
                    [pmu] => 0
                )

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

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

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

            [modification==>defined] => Array
                (
                    [ct] => 51
                    [wt] => 29
                    [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] => 0
                )

            [Loader::model==>Proxy::__set] => Array
                (
                    [ct] => 13
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

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

            [call_user_func_array@2==>ModelSettingEvent::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 124
                    [cpu] => 578
                    [mu] => 31040
                    [pmu] => 0
                )

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

            [Router::dispatch==>Router::execute] => Array
                (
                    [ct] => 7
                    [wt] => 16842
                    [cpu] => 7153
                    [mu] => 456216
                    [pmu] => 469936
                )

            [Cart\User::__construct==>json_decode] => Array
                (
                    [ct] => 1
                    [wt] => 603
                    [cpu] => 0
                    [mu] => 132768
                    [pmu] => 0
                )

            [Detection\MobileDetect::matchDetectionRulesAgainstUA==>Detection\MobileDetect::match] => Array
                (
                    [ct] => 183
                    [wt] => 937
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 8792
                )

            [ControllerStartupSass::index==>basename] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 168
                    [pmu] => 0
                )

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

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

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

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

            [Request::__construct==>Request::clean] => Array
                (
                    [ct] => 6
                    [wt] => 337
                    [cpu] => 0
                    [mu] => 30432
                    [pmu] => 22624
                )

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

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

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

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

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

            [main()==>register_shutdown_function] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 208
                )

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

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

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

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

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

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

            [main()==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

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

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

            [call_user_func_array==>OCFilter\Core::admin] => Array
                (
                    [ct] => 1
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 2256
                    [pmu] => 0
                )

            [Router::__construct==>initOCFilter] => Array
                (
                    [ct] => 1
                    [wt] => 6655
                    [cpu] => 976
                    [mu] => 34272
                    [pmu] => 80432
                )

            [library==>str_replace] => Array
                (
                    [ct] => 29
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 128
                )

            [Cache\Redis::__construct==>Redis::select] => Array
                (
                    [ct] => 2
                    [wt] => 63
                    [cpu] => 41
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Action::execute==>preg_replace] => Array
                (
                    [ct] => 7
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 416
                    [pmu] => 0
                )

            [start==>Loader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1442
                    [cpu] => 0
                    [mu] => 19408
                    [pmu] => 27120
                )

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

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

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

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

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

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

            [Composer\Autoload\ClassLoader::findFileWithExtension==>substr] => Array
                (
                    [ct] => 93
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 3576
                    [pmu] => 64
                )

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

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

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

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

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

            [OCFilter\Core::admin==>spl_autoload_call] => Array
                (
                    [ct] => 1
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 1440
                    [pmu] => 0
                )

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

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

            [main()==>function_exists] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [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] => 4
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

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

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

            [ControllerStartupStartup::index==>spl_autoload_call] => Array
                (
                    [ct] => 7
                    [wt] => 905
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 0
                )

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

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

            [start==>spl_autoload_call] => Array
                (
                    [ct] => 10
                    [wt] => 1172
                    [cpu] => 0
                    [mu] => 3088
                    [pmu] => 5608
                )

            [main()==>start] => Array
                (
                    [ct] => 1
                    [wt] => 28978
                    [cpu] => 12840
                    [mu] => 613616
                    [pmu] => 683368
                )

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

            [Detection\MobileDetect::match==>preg_match] => Array
                (
                    [ct] => 183
                    [wt] => 362
                    [cpu] => 0
                    [mu] => 10376
                    [pmu] => 408
                )

            [Loader::model==>str_replace] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

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

            [start==>Config::load] => Array
                (
                    [ct] => 2
                    [wt] => 176
                    [cpu] => 0
                    [mu] => 3288
                    [pmu] => 6120
                )

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

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

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

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

            [Action::execute==>ReflectionClass::getMethod] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 0
                )

            [Log::__construct==>fopen] => Array
                (
                    [ct] => 2
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 1568
                    [pmu] => 0
                )

            [Loader::model==>preg_replace] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 168
                    [pmu] => 0
                )

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

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

            [ControllerStartupStartup::index==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 900
                    [cpu] => 2372
                    [mu] => 348832
                    [pmu] => 469008
                )

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

            [Cart\Length::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 172
                    [mu] => 2208
                    [pmu] => 0
                )

            [start==>Url::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

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

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

            [Session::start==>Session\DB::read] => Array
                (
                    [ct] => 1
                    [wt] => 219
                    [cpu] => 51
                    [mu] => 3520
                    [pmu] => 18888
                )

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

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

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

            [Loader::model==>Loader::callback] => Array
                (
                    [ct] => 13
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 10840
                    [pmu] => 0
                )

            [Loader::{closure}==>call_user_func_array@2] => Array
                (
                    [ct] => 1
                    [wt] => 126
                    [cpu] => 578
                    [mu] => 31168
                    [pmu] => 0
                )

            [DB::escape==>DB\MySQLi::escape] => Array
                (
                    [ct] => 7
                    [wt] => 272
                    [cpu] => 46
                    [mu] => 544
                    [pmu] => 264
                )

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

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

            [modification==>substr] => Array
                (
                    [ct] => 141
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 8008
                    [pmu] => 360
                )

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

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

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

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

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

            [spl_autoload_call==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 60
                    [wt] => 1535
                    [cpu] => 0
                    [mu] => 6208
                    [pmu] => 5456
                )

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

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

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

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\includeFile] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 1520
                    [pmu] => 2400
                )

            [ControllerStartupEvent::index==>Action::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 950
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

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

            [Loader::{closure}==>Event::trigger] => Array
                (
                    [ct] => 2
                    [wt] => 22
                    [cpu] => 0
                    [mu] => -752
                    [pmu] => 0
                )

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

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

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

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

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

            [ControllerSettingSetting::theme==>is_file] => Array
                (
                    [ct] => 1
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

        )

)