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] => 689f019a70a6b6060661fd44
    [meta] => Array
        (
            [url] => /admin/index.php?route=sale/order/info&user_token=ndoeX4hzJSdK440vtI5W6FlgajQLRpPy&order_id=428
            [get] => Array
                (
                    [route] => sale/order/info
                    [user_token] => ndoeX4hzJSdK440vtI5W6FlgajQLRpPy
                    [order_id] => 428
                )

            [env] => Array
                (
                )

            [SERVER] => Array
                (
                    [HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
                    [HTTP_HOST] => nashi-lizhka.com
                    [PATH_INFO] => 
                    [SERVER_NAME] => test.nashi-lizhka.com
                    [SERVER_ADDR] => 185.233.47.106
                    [REMOTE_ADDR] => 37.73.9.79
                    [HTTPS] => 1
                    [DOCUMENT_ROOT] => /www/wwwroot/nashi-lizhka.com
                    [REQUEST_METHOD] => GET
                    [QUERY_STRING] => route=sale/order/info&user_token=ndoeX4hzJSdK440vtI5W6FlgajQLRpPy&order_id=428
                    [PHP_SELF] => /admin/index.php
                    [REQUEST_TIME_FLOAT] => 1755251098.6931
                    [REQUEST_TIME] => 1755251098
                )

            [simple_url] => /admin/index.php?route=sale/order/info&user_token=ndoeX4hzJSdK440vtI5W6FlgajQLRpPy&order_id
            [request_ts] => MongoDate Object
                (
                    [sec] => 1755251098
                    [usec] => 0
                )

            [request_ts_micro] => MongoDate Object
                (
                    [sec] => 1755251098
                    [usec] => 693000
                )

            [request_date] => 2025-08-15
        )

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

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

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

            [Twig\ExpressionParser::parseExpression==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 205
                    [wt] => 194
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerCommonHeader::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 259
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_set==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1427
                    [cpu] => 790
                    [mu] => 184
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile@1==>Twig\Compiler::addDebugInfo] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Action::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 226
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 1024
                )

            [Twig\Node\ModuleNode::compileClassHeader==>Twig\Node\Node::getSourceContext] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Action::execute@3==>ControllerEventLanguage::index] => Array
                (
                    [ct] => 4
                    [wt] => 503
                    [cpu] => 0
                    [mu] => 266592
                    [pmu] => 0
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\CoreExtension::getTests] => Array
                (
                    [ct] => 1
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 5400
                    [pmu] => 0
                )

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

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\TokenStream::expect] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Proxy::getSetting==>Proxy::__call] => Array
                (
                    [ct] => 9
                    [wt] => 962
                    [cpu] => 2673
                    [mu] => 31000
                    [pmu] => 0
                )

            [Twig\Extension\EscaperExtension::getNodeVisitors==>Twig\NodeVisitor\EscaperNodeVisitor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 1552
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrder==>Proxy::getLanguage] => Array
                (
                    [ct] => 1
                    [wt] => 193
                    [cpu] => 301
                    [mu] => 1672
                    [pmu] => 0
                )

            [Twig\Parser::subparse@4==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::resize==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 385
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

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

            [Cart\User::__construct==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 315
                    [cpu] => 1211
                    [mu] => 43816
                    [pmu] => 0
                )

            [Twig\Node\Expression\ConstantExpression::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 39
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parsePrimaryExpression==>Twig\ExpressionParser::parsePostfixExpression] => Array
                (
                    [ct] => 205
                    [wt] => 1391
                    [cpu] => 3988
                    [mu] => 66336
                    [pmu] => 65944
                )

            [Twig\Node\Node::compile@3==>Twig\Node\TextNode::compile] => Array
                (
                    [ct] => 41
                    [wt] => 289
                    [cpu] => 0
                    [mu] => 4736
                    [pmu] => 984
                )

            [Twig\TokenParser\IfTokenParser::parse@2==>Twig\TokenParser\IfTokenParser::getTag] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseSubscriptExpression==>Twig\Parser::getStream] => Array
                (
                    [ct] => 36
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Environment::parse==>Twig\Parser::parse] => Array
                (
                    [ct] => 1
                    [wt] => 38074
                    [cpu] => 35569
                    [mu] => 602352
                    [pmu] => 624256
                )

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

            [ControllerCommonColumnLeft::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 6908
                    [cpu] => 5580
                    [mu] => 68064
                    [pmu] => 318032
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\StagingExtension::getNodeVisitors] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Parser::subparse==>Twig\Node\TextNode::__construct] => Array
                (
                    [ct] => 117
                    [wt] => 195
                    [cpu] => 0
                    [mu] => 44248
                    [pmu] => 34048
                )

            [Twig\Extension\EscaperExtension::getFilters==>Twig\TwigFilter::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\ExpressionParser::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 368
                )

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

            [Twig\Parser::subparse@3==>Twig\TokenStream::expect] => Array
                (
                    [ct] => 5
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::setSourceContext==>Twig\Node\Node::setSourceContext@1] => Array
                (
                    [ct] => 9
                    [wt] => 6705
                    [cpu] => 8076
                    [mu] => 7840
                    [pmu] => 7800
                )

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

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

            [Twig\Node\Node::compile@1==>Twig\Node\IfNode::compile] => Array
                (
                    [ct] => 14
                    [wt] => 2444
                    [cpu] => 3999
                    [mu] => 29464
                    [pmu] => 14656
                )

            [Proxy::getOrderTotals==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 264
                    [cpu] => 117
                    [mu] => 1640
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\ExpressionParser::parseAssignmentExpression] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 1200
                )

            [Twig\NodeTraverser::traverseForVisitor@14==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 60
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 15008
                    [pmu] => 1728
                )

            [Twig\Parser::subparse@2==>Twig\Token::getType] => Array
                (
                    [ct] => 79
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Compiler::compile==>Twig\Node\ModuleNode::compile] => Array
                (
                    [ct] => 1
                    [wt] => 8482
                    [cpu] => 8000
                    [mu] => 184848
                    [pmu] => 170936
                )

            [Twig\ExpressionParser::getPrimary@1==>Twig\ExpressionParser::parsePrimaryExpression] => Array
                (
                    [ct] => 3
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 1736
                    [pmu] => 664
                )

            [Twig\NodeTraverser::traverseForVisitor@1==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 18
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Lexer::getOperatorRegex==>Twig\Environment::getBinaryOperators] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@4==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 286
                    [wt] => 632
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

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

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

            [OCFilter\Setting::__construct==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 564
                    [cpu] => 189
                    [mu] => 56448
                    [pmu] => 75640
                )

            [Twig\Node\ModuleNode::compileGetSourceContext==>Twig\Source::getPath] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@4==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 143
                    [wt] => 573
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 512
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\ModuleNode::compileGetSourceContext==>Twig\Source::getName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\ExtensionSet::initExtension==>Twig\Extension\CoreExtension::getNodeVisitors] => Array
                (
                    [ct] => 1
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 1736
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile==>Twig\Node\Node::compile] => Array
                (
                    [ct] => 8
                    [wt] => 7670
                    [cpu] => 8000
                    [mu] => 104688
                    [pmu] => 78688
                )

            [Twig\NodeTraverser::traverseForVisitor@12==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::setSourceContext@9==>Twig\Source::getName] => Array
                (
                    [ct] => 47
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSeoLangSeoLang::switchLanguage==>ControllerSeoLangSeoLang::load_language] => Array
                (
                    [ct] => 3
                    [wt] => 8016
                    [cpu] => 7554
                    [mu] => 159624
                    [pmu] => 0
                )

            [Loader::{closure}@2==>Event::trigger] => Array
                (
                    [ct] => 4
                    [wt] => 113
                    [cpu] => 44
                    [mu] => -1632
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Proxy::getStores] => Array
                (
                    [ct] => 1
                    [wt] => 315
                    [cpu] => 592
                    [mu] => 1552
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@15==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile@1==>Twig\Node\Node::hasNode] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parsePostfixExpression==>Twig\ExpressionParser::parseSubscriptExpression] => Array
                (
                    [ct] => 36
                    [wt] => 832
                    [cpu] => 3988
                    [mu] => 65824
                    [pmu] => 65432
                )

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

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

            [ControllerCommonHeader::index==>Proxy::getUser] => Array
                (
                    [ct] => 1
                    [wt] => 327
                    [cpu] => 1421
                    [mu] => 2264
                    [pmu] => 0
                )

            [Twig\ExpressionParser::isBinary==>Twig\Token::getValue] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse@1==>Twig\TokenParser\ForTokenParser::decideForFork] => Array
                (
                    [ct] => 9
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

            [Twig\NodeTraverser::traverseForVisitor@3==>Twig\NodeTraverser::traverseForVisitor@4] => Array
                (
                    [ct] => 429
                    [wt] => 12014
                    [cpu] => 10196
                    [mu] => 10400
                    [pmu] => 22040
                )

            [Twig\Node\Node::setTemplateName@3==>Twig\Node\Node::setTemplateName@4] => Array
                (
                    [ct] => 632
                    [wt] => 2468
                    [cpu] => 0
                    [mu] => 1536
                    [pmu] => 1536
                )

            [ControllerSearchSearch::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 3157
                    [cpu] => 3085
                    [mu] => 46016
                    [pmu] => 0
                )

            [Twig\Node\Node::compile@3==>Twig\Node\ForNode::compile] => Array
                (
                    [ct] => 2
                    [wt] => 266
                    [cpu] => 0
                    [mu] => 4144
                    [pmu] => 0
                )

            [Twig\Node\Node::compile@3==>Twig\Node\ForNode::compile@1] => Array
                (
                    [ct] => 1
                    [wt] => 510
                    [cpu] => 0
                    [mu] => 7896
                    [pmu] => 6312
                )

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

            [Twig\TokenParser\IfTokenParser::parse==>Twig\Parser::getStream] => Array
                (
                    [ct] => 16
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Proxy::getUser==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 326
                    [cpu] => 1421
                    [mu] => 1760
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Expression\Unary\NotUnary::operator==>Twig\Compiler::raw] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@2==>Twig\Node\Expression\GetAttrExpression::compile] => Array
                (
                    [ct] => 19
                    [wt] => 939
                    [cpu] => 0
                    [mu] => 2560
                    [pmu] => 0
                )

            [Twig\Parser::subparse@4==>Twig\Token::getLine] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileGetTemplateName==>Twig\Compiler::write] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingStore::getStores==>DB::query] => Array
                (
                    [ct] => 5
                    [wt] => 203
                    [cpu] => 101
                    [mu] => 1888
                    [pmu] => 0
                )

            [Twig\Lexer::getOperatorRegex==>Twig\Environment::getUnaryOperators] => Array
                (
                    [ct] => 1
                    [wt] => 2347
                    [cpu] => 1511
                    [mu] => 142968
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Environment::render] => Array
                (
                    [ct] => 5
                    [wt] => 65090
                    [cpu] => 63645
                    [mu] => 1225888
                    [pmu] => 1261392
                )

            [Twig\ExpressionParser::parsePostfixExpression==>Twig\Token::getValue] => Array
                (
                    [ct] => 36
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSeoLangSeoLang::load_widgets==>Controller::__get] => Array
                (
                    [ct] => 18
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Proxy::getOrderOptions==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 1014
                    [cpu] => 947
                    [mu] => 4832
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parsePrimaryExpression==>Twig\Node\Expression\NameExpression::__construct] => Array
                (
                    [ct] => 202
                    [wt] => 388
                    [cpu] => 0
                    [mu] => 76208
                    [pmu] => 55464
                )

            [start==>Session::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 292
                    [cpu] => 271
                    [mu] => 2320
                    [pmu] => 1672
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_layouts] => Array
                (
                    [ct] => 1
                    [wt] => 1548
                    [cpu] => 1946
                    [mu] => 11816
                    [pmu] => 0
                )

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

            [Twig\Parser::parse==>Twig\TokenParser\ApplyTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 14
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerCommonHeader::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 1609
                    [cpu] => 0
                    [mu] => 30744
                    [pmu] => 0
                )

            [Proxy::getOrderStatuses==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 439
                    [cpu] => 854
                    [mu] => 19728
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileConstructor==>Twig\Compiler::subcompile] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [ModelSettingExtension::getInstalled==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 147
                    [cpu] => 290
                    [mu] => 448
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseExpression@1==>Twig\ExpressionParser::getPrimary] => Array
                (
                    [ct] => 7
                    [wt] => 135
                    [cpu] => 0
                    [mu] => 4648
                    [pmu] => 2016
                )

            [Twig\ExpressionParser::parseExpression@1==>Twig\ExpressionParser::getPrimary@1] => Array
                (
                    [ct] => 3
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 2248
                    [pmu] => 1176
                )

            [Twig\Node\ForNode::compile==>Twig\Node\Node::setAttribute] => Array
                (
                    [ct] => 36
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 4640
                    [pmu] => 0
                )

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

            [Twig\Node\Node::compile@5==>Twig\Node\TextNode::compile] => Array
                (
                    [ct] => 8
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 672
                )

            [Twig\ExpressionParser::parseExpression@1==>Twig\ExpressionParser::isBinary] => Array
                (
                    [ct] => 10
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ModelSeoLangSeoLang::control==>ControllerSeoLangMovaMova::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1593
                    [cpu] => 984
                    [mu] => 4488
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_url_link==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1289
                    [cpu] => 867
                    [mu] => 184
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSaleOrder::getOrderVouchers] => Array
                (
                    [ct] => 1
                    [wt] => 937
                    [cpu] => 233
                    [mu] => 384
                    [pmu] => 0
                )

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

            [Loader::{closure}@1==>ModelSeoLangSeoLang::control@1] => Array
                (
                    [ct] => 2
                    [wt] => 3015
                    [cpu] => 1986
                    [mu] => 5904
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupEvent::index] => Array
                (
                    [ct] => 1
                    [wt] => 1294
                    [cpu] => 713
                    [mu] => 25584
                    [pmu] => 0
                )

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

            [Twig\Node\ModuleNode::compileClassHeader==>Twig\Compiler::write] => Array
                (
                    [ct] => 17
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 472
                    [pmu] => 1352
                )

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

            [Twig\Parser::subparse@2==>Twig\Node\TextNode::__construct] => Array
                (
                    [ct] => 31
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 11784
                    [pmu] => 6392
                )

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 138
                    [wt] => 3028
                    [cpu] => 3148
                    [mu] => 14880
                    [pmu] => 8320
                )

            [Twig\ExpressionParser::getPrimary@1==>Twig\Token::test] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::setSourceContext@2==>Twig\Node\Node::setSourceContext@3] => Array
                (
                    [ct] => 235
                    [wt] => 4691
                    [cpu] => 3993
                    [mu] => 6816
                    [pmu] => 6776
                )

            [Twig\Node\Node::compile@3==>Twig\Node\IfNode::compile] => Array
                (
                    [ct] => 1
                    [wt] => 362
                    [cpu] => 4001
                    [mu] => 5632
                    [pmu] => 5480
                )

            [Twig\Parser::parse==>Twig\TokenParser\ExtendsTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Proxy::getLanguages==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 117
                    [cpu] => 1299
                    [mu] => 3312
                    [pmu] => 0
                )

            [Twig\Parser::subparse@4==>Twig\Token::getType] => Array
                (
                    [ct] => 14
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Proxy::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 269
                    [cpu] => 481
                    [mu] => 32240
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_widgets==>Language::get] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => -352
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@3==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 470
                    [wt] => 692
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileGetTemplateName==>Twig\Source::getName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::getPrimary==>Twig\ExpressionParser::parsePostfixExpression] => Array
                (
                    [ct] => 3
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@6==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 244
                    [wt] => 581
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parsePrimaryExpression==>Twig\Token::getLine] => Array
                (
                    [ct] => 202
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 72
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_languages==>Proxy::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 118
                    [cpu] => 1299
                    [mu] => 3440
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile==>Twig\Compiler::write] => Array
                (
                    [ct] => 84
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 3328
                    [pmu] => 3152
                )

            [ControllerSeoLangSeoLang::load_layouts==>Proxy::getLayouts] => Array
                (
                    [ct] => 1
                    [wt] => 102
                    [cpu] => 633
                    [mu] => 11432
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@6==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 122
                    [wt] => 401
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 384
                )

            [Twig\Parser::subparse==>Twig\TokenStream::next] => Array
                (
                    [ct] => 256
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [googleshopping\Googleshopping::__construct==>googleshopping\Library::__get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelDesignLayout::getLayouts] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 633
                    [mu] => 10648
                    [pmu] => 0
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\StagingExtension::getFunctions] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Parser::subparse@1==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 205
                    [wt] => 181
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ModelSaleOrder::getOrderTotals==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 194
                    [cpu] => 117
                    [mu] => 1424
                    [pmu] => 0
                )

            [Twig\Node\Expression\Unary\AbstractUnary::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@2==>Twig\Node\Node::compile@3] => Array
                (
                    [ct] => 9
                    [wt] => 913
                    [cpu] => 0
                    [mu] => 16944
                    [pmu] => 11832
                )

            [Twig\Compiler::subcompile@2==>Twig\Node\Node::compile@4] => Array
                (
                    [ct] => 3
                    [wt] => 691
                    [cpu] => 0
                    [mu] => 10336
                    [pmu] => 10952
                )

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

            [start==>Request::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 199
                    [cpu] => 0
                    [mu] => 28152
                    [pmu] => 19544
                )

            [Twig\NodeTraverser::traverseForVisitor@14==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 20
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::setSourceContext@11==>Twig\Source::getName] => Array
                (
                    [ct] => 37
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Extension\CoreExtension::getNodeVisitors==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 111
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_language] => Array
                (
                    [ct] => 1
                    [wt] => 2793
                    [cpu] => 1969
                    [mu] => 49296
                    [pmu] => 0
                )

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

            [Loader::{closure}@1==>ModelSettingStore::getStores] => Array
                (
                    [ct] => 1
                    [wt] => 218
                    [cpu] => 556
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@2==>Twig\Node\Expression\NameExpression::compile] => Array
                (
                    [ct] => 33
                    [wt] => 342
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Proxy::getCustomFields] => Array
                (
                    [ct] => 1
                    [wt] => 316
                    [cpu] => 962
                    [mu] => 1304
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Node\ForNode::__construct] => Array
                (
                    [ct] => 12
                    [wt] => 135
                    [cpu] => 0
                    [mu] => 19896
                    [pmu] => 16712
                )

            [ControllerCommonColumnLeft::index==>Proxy::getValue] => Array
                (
                    [ct] => 3
                    [wt] => 262
                    [cpu] => 362
                    [mu] => 1400
                    [pmu] => 0
                )

            [library@1==>modification] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse@3==>Twig\TokenParser\ForTokenParser::decideForFork] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Compiler::subcompile] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@5==>Twig\NodeTraverser::traverseForVisitor@6] => Array
                (
                    [ct] => 366
                    [wt] => 8581
                    [cpu] => 6208
                    [mu] => 8224
                    [pmu] => 20000
                )

            [Twig\Node\IfNode::compile==>Twig\Node\Node::hasNode] => Array
                (
                    [ct] => 16
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setTemplateName@5==>Twig\Node\Node::setTemplateName@6] => Array
                (
                    [ct] => 442
                    [wt] => 1424
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 1280
                )

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

            [Twig\TokenParser\IfTokenParser::parse@2==>Twig\Parser::getStream] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse==>Twig\ExpressionParser::parseExpression] => Array
                (
                    [ct] => 97
                    [wt] => 2383
                    [cpu] => 4001
                    [mu] => 75552
                    [pmu] => 50720
                )

            [Composer\Autoload\ClassLoader::findFile==>Composer\Autoload\ClassLoader::findFileWithExtension] => Array
                (
                    [ct] => 158
                    [wt] => 3247
                    [cpu] => 4659
                    [mu] => 12256
                    [pmu] => 8448
                )

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

            [Twig\Compiler::subcompile@4==>Twig\Node\Expression\GetAttrExpression::compile] => Array
                (
                    [ct] => 6
                    [wt] => 269
                    [cpu] => 0
                    [mu] => 480
                    [pmu] => 0
                )

            [Twig\Lexer::tokenize==>Twig\Lexer::lexData] => Array
                (
                    [ct] => 243
                    [wt] => 1742
                    [cpu] => 3994
                    [mu] => 92896
                    [pmu] => 22464
                )

            [ModelSeoLangSeoLang::control@1==>ControllerSeoLangSeoLang::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2998
                    [cpu] => 1986
                    [mu] => 5088
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@1==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 27
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 6056
                    [pmu] => 632
                )

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

            [Twig\ExtensionSet::initExtension==>Twig\Extension\CoreExtension::getFunctions] => Array
                (
                    [ct] => 1
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 5072
                    [pmu] => 0
                )

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

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

            [Twig\Node\ModuleNode::compileClassHeader==>Twig\Source::getName] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Cart\Tax::setShippingAddress==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 199
                    [mu] => -96
                    [pmu] => 0
                )

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

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Node\Node::count] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\AbstractExtension::getOperators] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse==>Twig\Parser::getExpressionParser] => Array
                (
                    [ct] => 16
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\ExpressionParser::parseSubscriptExpression==>Twig\Node\Expression\GetAttrExpression::__construct] => Array
                (
                    [ct] => 36
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 27328
                    [pmu] => 26752
                )

            [Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 36
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Node\Expression\Binary\AbstractBinary::compile==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 14
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_view] => Array
                (
                    [ct] => 1
                    [wt] => 3506
                    [cpu] => 3454
                    [mu] => 87120
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parsePrimaryExpression==>Twig\Token::getType] => Array
                (
                    [ct] => 205
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [initOCFilter==>OCFilter\Core::init] => Array
                (
                    [ct] => 1
                    [wt] => 1315
                    [cpu] => 895
                    [mu] => 32496
                    [pmu] => 75640
                )

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 144
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExtensionSet::initExtension==>Twig\TwigFunction::getName] => Array
                (
                    [ct] => 9
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_customer_groups==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1323
                    [cpu] => 736
                    [mu] => 184
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@2==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelSaleOrder::getOrderOptions==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 924
                    [cpu] => 947
                    [mu] => 4600
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_get_store] => Array
                (
                    [ct] => 1
                    [wt] => 1484
                    [cpu] => 1705
                    [mu] => 512
                    [pmu] => 0
                )

            [Proxy::control==>Proxy::__call] => Array
                (
                    [ct] => 3
                    [wt] => 5226
                    [cpu] => 2542
                    [mu] => 109648
                    [pmu] => 0
                )

            [Twig\Node\Expression\ArrayExpression::compile==>Twig\Node\Expression\ArrayExpression::getKeyValuePairs] => Array
                (
                    [ct] => 36
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::compile==>Twig\Compiler::getSource] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::add_permission==>Cart\User::hasPermission] => Array
                (
                    [ct] => 30
                    [wt] => 116
                    [cpu] => 0
                    [mu] => -1072
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSeoLangSeoLang::getSetting] => Array
                (
                    [ct] => 7
                    [wt] => 407
                    [cpu] => 2076
                    [mu] => 32608
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::validate] => Array
                (
                    [ct] => 1
                    [wt] => 467
                    [cpu] => 0
                    [mu] => 1632
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\NodeTraverser::traverse] => Array
                (
                    [ct] => 1
                    [wt] => 17027
                    [cpu] => 15517
                    [mu] => 16368
                    [pmu] => 38064
                )

            [Action::execute==>ControllerStartupStartup::index] => Array
                (
                    [ct] => 1
                    [wt] => 4619
                    [cpu] => 4496
                    [mu] => 261104
                    [pmu] => 473424
                )

            [ModelUserApi::addApiSession==>DB::escape] => Array
                (
                    [ct] => 4
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 304
                    [pmu] => 0
                )

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

            [Twig\Parser::subparse@4==>Twig\Node\TextNode::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2384
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@2==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 6
                    [wt] => 138
                    [cpu] => 1511
                    [mu] => 1344
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelSettingEvent::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 232
                    [cpu] => 481
                    [mu] => 30944
                    [pmu] => 0
                )

            [Twig\NodeVisitor\AbstractNodeVisitor::leaveNode==>Twig\NodeVisitor\EscaperNodeVisitor::doLeaveNode] => Array
                (
                    [ct] => 878
                    [wt] => 578
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@4==>Twig\Node\Node::setSourceContext@5] => Array
                (
                    [ct] => 47
                    [wt] => 2706
                    [cpu] => 3993
                    [mu] => 5152
                    [pmu] => 5152
                )

            [Twig\Node\Node::compile@5==>Twig\Node\IfNode::compile] => Array
                (
                    [ct] => 1
                    [wt] => 404
                    [cpu] => 0
                    [mu] => 5728
                    [pmu] => 5280
                )

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

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

            [Template\Twig::render==>Twig\Environment::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 718
                    [cpu] => 0
                    [mu] => 21208
                    [pmu] => 0
                )

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

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

            [Twig\TokenParser\ForTokenParser::parse==>Twig\TokenStream::next] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelCustomerCustomer::getTotalCustomerRewardsByOrderId] => Array
                (
                    [ct] => 1
                    [wt] => 102
                    [cpu] => 130
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Parser::getCurrentToken==>Twig\TokenStream::getCurrent] => Array
                (
                    [ct] => 1686
                    [wt] => 574
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\NodeTraverser::traverseForVisitor@5==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 94
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@8==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 180
                    [wt] => 402
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parsePrimaryExpression==>Twig\ExpressionParser::parseStringExpression] => Array
                (
                    [ct] => 3
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 944
                )

            [Action::execute==>ControllerStartupSass::index] => Array
                (
                    [ct] => 1
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets==>Controller::__get] => Array
                (
                    [ct] => 30
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse==>Twig\Parser::subparse@1] => Array
                (
                    [ct] => 18
                    [wt] => 3437
                    [cpu] => 0
                    [mu] => 139088
                    [pmu] => 78032
                )

            [Twig\TokenParser\IfTokenParser::parse==>Twig\Parser::subparse@2] => Array
                (
                    [ct] => 2
                    [wt] => 319
                    [cpu] => 0
                    [mu] => 14384
                    [pmu] => 15008
                )

            [Twig\TokenParser\IfTokenParser::parse==>Twig\Parser::subparse@3] => Array
                (
                    [ct] => 2
                    [wt] => 356
                    [cpu] => 3987
                    [mu] => 18496
                    [pmu] => 19120
                )

            [ControllerSaleOrder::info==>Proxy::getInstalled] => Array
                (
                    [ct] => 1
                    [wt] => 223
                    [cpu] => 290
                    [mu] => 1304
                    [pmu] => 0
                )

            [Twig\Environment::compileSource==>Twig\Environment::tokenize] => Array
                (
                    [ct] => 1
                    [wt] => 8594
                    [cpu] => 9500
                    [mu] => 624472
                    [pmu] => 28208
                )

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

            [Twig\ExpressionParser::parseExpression==>Twig\Parser::getStream] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@8==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 90
                    [wt] => 254
                    [cpu] => 3993
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Parser::subparse@2==>Twig\TokenStream::next] => Array
                (
                    [ct] => 67
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Parser::subparse@3==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 28
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Compiler::subcompile@4==>Twig\Node\Node::compile@5] => Array
                (
                    [ct] => 2
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

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

            [Twig\TokenParser\ForTokenParser::parse==>Twig\ExpressionParser::parseExpression] => Array
                (
                    [ct] => 12
                    [wt] => 285
                    [cpu] => 0
                    [mu] => 6560
                    [pmu] => 4952
                )

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

            [Twig\Node\Node::setSourceContext@13==>Twig\Source::getName] => Array
                (
                    [ct] => 18
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\ExtensionSet::initExtension==>Twig\Extension\EscaperExtension::getNodeVisitors] => Array
                (
                    [ct] => 1
                    [wt] => 168
                    [cpu] => 0
                    [mu] => 4736
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Loader::controller] => Array
                (
                    [ct] => 3
                    [wt] => 61057
                    [cpu] => 55443
                    [mu] => 718168
                    [pmu] => 318032
                )

            [Twig\Compiler::subcompile@4==>Twig\Node\Expression\NameExpression::compile] => Array
                (
                    [ct] => 11
                    [wt] => 112
                    [cpu] => 4001
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets==>ControllerSeoLangSeoLang::add_permission] => Array
                (
                    [ct] => 24
                    [wt] => 16535
                    [cpu] => 15866
                    [mu] => 13136
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Proxy::getOrderTotals] => Array
                (
                    [ct] => 1
                    [wt] => 265
                    [cpu] => 117
                    [mu] => 2144
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::getPrimary==>Twig\Token::getLine] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@7==>Twig\NodeTraverser::traverseForVisitor@8] => Array
                (
                    [ct] => 270
                    [wt] => 5097
                    [cpu] => 5010
                    [mu] => 6432
                    [pmu] => 17784
                )

            [Twig\Node\ModuleNode::compileIsTraitable==>Twig\Node\Node::hasNode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile@2==>Twig\Node\Node::hasNode] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Lexer::lexVar==>Twig\Lexer::lexExpression] => Array
                (
                    [ct] => 229
                    [wt] => 1311
                    [cpu] => 0
                    [mu] => 73128
                    [pmu] => 5304
                )

            [Twig\Node\Node::setTemplateName@7==>Twig\Node\Node::setTemplateName@8] => Array
                (
                    [ct] => 259
                    [wt] => 681
                    [cpu] => 0
                    [mu] => 1024
                    [pmu] => 1024
                )

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

            [Twig\Parser::subparse@2==>Twig\ExpressionParser::parseExpression] => Array
                (
                    [ct] => 18
                    [wt] => 613
                    [cpu] => 0
                    [mu] => 25856
                    [pmu] => 21440
                )

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

            [ControllerSeoLangSeoLang::switchLanguage==>Language::load] => Array
                (
                    [ct] => 3
                    [wt] => 413
                    [cpu] => 0
                    [mu] => 37256
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseAssignmentExpression==>Twig\TokenStream::test] => Array
                (
                    [ct] => 15
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

            [Twig\Lexer::lexVar==>Twig\Lexer::moveCursor] => Array
                (
                    [ct] => 163
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@3==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 705
                    [wt] => 614
                    [cpu] => 1327
                    [mu] => 243128
                    [pmu] => 736
                )

            [Twig\NodeVisitor\OptimizerNodeVisitor::doLeaveNode==>Twig\NodeVisitor\OptimizerNodeVisitor::optimizePrintNode] => Array
                (
                    [ct] => 878
                    [wt] => 483
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [Twig\Node\ModuleNode::compileMacros==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Twig\Node\Node::compile@1==>Twig\Node\PrintNode::compile] => Array
                (
                    [ct] => 97
                    [wt] => 1788
                    [cpu] => 0
                    [mu] => 13752
                    [pmu] => 7304
                )

            [Twig\Node\TextNode::compile==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 234
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Node\ForNode::compile@1==>Twig\Compiler::indent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile@1==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::tokenize==>Twig\Lexer::tokenize] => Array
                (
                    [ct] => 1
                    [wt] => 6030
                    [cpu] => 7989
                    [mu] => 478280
                    [pmu] => 28208
                )

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

            [Twig\TokenParser\IfTokenParser::parse@2==>Twig\Parser::getExpressionParser] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets@1==>ControllerSeoLangHtmlHtml::load_language] => Array
                (
                    [ct] => 3
                    [wt] => 573
                    [cpu] => 0
                    [mu] => 8760
                    [pmu] => 0
                )

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

            [Action::execute==>ControllerStartupPermission::index] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@1==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 9
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\ExpressionParser::parseStringExpression==>Twig\Parser::getStream] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@4==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 143
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Loader::model] => Array
                (
                    [ct] => 10
                    [wt] => 7954
                    [cpu] => 3735
                    [mu] => 127296
                    [pmu] => 0
                )

            [Twig\Node\Expression\ConstantExpression::compile==>Twig\Compiler::repr] => Array
                (
                    [ct] => 39
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 112
                )

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

            [Action::execute==>ControllerStartupLogin::index] => Array
                (
                    [ct] => 1
                    [wt] => 1069
                    [cpu] => 1211
                    [mu] => 134440
                    [pmu] => 0
                )

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

            [googleshopping\Googleshopping::__construct==>googleshopping\Library::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenStream::test==>Twig\Token::test] => Array
                (
                    [ct] => 51
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\TokenParser\IfTokenParser::decideIfFork==>Twig\Token::test] => Array
                (
                    [ct] => 31
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 88
                )

            [Twig\Lexer::tokenize==>Twig\Lexer::pushToken] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

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

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_b1c54cca94659fc41b688ce748ea6c98d7e0637116b480689ed052070de651c1::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 1613
                    [cpu] => 0
                    [mu] => 74112
                    [pmu] => 119960
                )

            [ControllerSeoLangSeoLang::method_widgets@1==>Registry::get] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Core::admin==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

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

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\ModuleNode::compileGetSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [Twig\Node\Node::compile@3==>Twig\Node\ForLoopNode::compile] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 16
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@6==>Twig\Node\Node::setSourceContext@7] => Array
                (
                    [ct] => 61
                    [wt] => 1520
                    [cpu] => 3993
                    [mu] => 3872
                    [pmu] => 3872
                )

            [ControllerSeoLangSeoLang::load_language==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1989
                    [cpu] => 1969
                    [mu] => -2368
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_language==>ControllerSeoLangSeoLang::method_widgets@1] => Array
                (
                    [ct] => 3
                    [wt] => 5690
                    [cpu] => 6263
                    [mu] => 101480
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseSubscriptExpression==>Twig\Token::getLine] => Array
                (
                    [ct] => 36
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\NodeTraverser::traverseForVisitor@7==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 122
                    [wt] => 257
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@10==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 62
                    [wt] => 136
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_customer_groups==>Language::get] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::load_settings==>ControllerSeoLangHtmlHtml::load_settings_more] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1840
                    [pmu] => 0
                )

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

            [Twig\TokenParser\IfTokenParser::parse@2==>Twig\Parser::subparse@4] => Array
                (
                    [ct] => 2
                    [wt] => 249
                    [cpu] => 0
                    [mu] => 9488
                    [pmu] => 0
                )

            [Proxy::getTotalOrders==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 142
                    [cpu] => 1309
                    [mu] => 1072
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Language::get] => Array
                (
                    [ct] => 93
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 250
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

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

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

            [Twig\Node\Node::setSourceContext@10==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 31
                    [wt] => 111
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Parser::subparse@4==>Twig\TokenStream::next] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile@1==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 22
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile@1==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile@1==>Twig\Compiler::write] => Array
                (
                    [ct] => 10
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Proxy::getTotalCustomerRewardsByOrderId] => Array
                (
                    [ct] => 1
                    [wt] => 178
                    [cpu] => 130
                    [mu] => 1176
                    [pmu] => 0
                )

            [ModelLocalisationLanguage::getLanguage==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 107
                    [cpu] => 301
                    [mu] => 1320
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileConstructor==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 312
                    [pmu] => 0
                )

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

            [Twig\Node\Node::setSourceContext@15==>Twig\Source::getName] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [googleshopping\Googleshopping::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\TokenParser\ForTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\ExtensionSet::getUnaryOperators==>Twig\ExtensionSet::initExtensions] => Array
                (
                    [ct] => 1
                    [wt] => 2342
                    [cpu] => 1511
                    [mu] => 142712
                    [pmu] => 0
                )

            [Proxy::getOrderVouchers==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 1016
                    [cpu] => 233
                    [mu] => 664
                    [pmu] => 0
                )

            [Twig\Lexer::lexVar==>Twig\Lexer::pushToken] => Array
                (
                    [ct] => 163
                    [wt] => 192
                    [cpu] => 0
                    [mu] => 23968
                    [pmu] => 440
                )

            [Twig\NodeTraverser::traverseForVisitor@9==>Twig\NodeTraverser::traverseForVisitor@10] => Array
                (
                    [ct] => 93
                    [wt] => 2306
                    [cpu] => 0
                    [mu] => 4896
                    [pmu] => 14128
                )

            [Twig\Node\Node::setTemplateName@9==>Twig\Node\Node::setTemplateName@10] => Array
                (
                    [ct] => 122
                    [wt] => 296
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 768
                )

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

            [Twig\Parser::subparse@4==>Twig\ExpressionParser::parseExpression] => Array
                (
                    [ct] => 4
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 2272
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parsePostfixExpression==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 244
                    [wt] => 235
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Compiler::subcompile@2==>Twig\Node\Expression\Binary\AbstractBinary::compile] => Array
                (
                    [ct] => 1
                    [wt] => 80
                    [cpu] => 4001
                    [mu] => 1024
                    [pmu] => 480
                )

            [start==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 29
                    [mu] => 200
                    [pmu] => 0
                )

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

            [Twig\Environment::loadClass==>Twig\Loader\ChainLoader::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 864
                    [pmu] => 0
                )

            [Proxy::getOrderProducts==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 175
                    [cpu] => 791
                    [mu] => 2072
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@2==>Twig\Node\Expression\AssignNameExpression::compile] => Array
                (
                    [ct] => 8
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::view==>Template::set] => Array
                (
                    [ct] => 5173
                    [wt] => 4965
                    [cpu] => 5221
                    [mu] => 369360
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@5==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 141
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 53912
                    [pmu] => 632
                )

            [Twig\TokenParser\IfTokenParser::parse@1==>Twig\Token::getValue] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Expression\NameExpression::compile==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 765
                    [wt] => 400
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerExtensionAdvertiseGoogle::loadLibrary==>library] => Array
                (
                    [ct] => 1
                    [wt] => 207
                    [cpu] => 0
                    [mu] => 10448
                    [pmu] => 0
                )

            [Twig\Node\Node::compile@3==>Twig\Node\PrintNode::compile] => Array
                (
                    [ct] => 26
                    [wt] => 1172
                    [cpu] => 0
                    [mu] => 7040
                    [pmu] => 3920
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_9a6dbc23c794d8d7aed25ccf184c2ad5cdc075f74ea1f76a567647770d40241e::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 3066
                    [cpu] => 3504
                    [mu] => 16768
                    [pmu] => 318032
                )

            [Twig\TokenParser\IfTokenParser::parse==>Twig\Token::getLine] => Array
                (
                    [ct] => 16
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 88
                )

            [Twig\Node\TextNode::compile==>Twig\Compiler::string] => Array
                (
                    [ct] => 234
                    [wt] => 314
                    [cpu] => 0
                    [mu] => 37760
                    [pmu] => 40584
                )

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

            [Twig\ExpressionParser::parseSubscriptExpression==>Twig\Parser::getImportedSymbol] => Array
                (
                    [ct] => 36
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\ExpressionParser::parseSubscriptExpression==>Twig\Token::getType] => Array
                (
                    [ct] => 36
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSearchSearch::index==>Language::get] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse==>Twig\Node\PrintNode::__construct] => Array
                (
                    [ct] => 97
                    [wt] => 184
                    [cpu] => 0
                    [mu] => 36728
                    [pmu] => 31792
                )

            [Composer\Autoload\ClassLoader::loadClass@3==>Composer\Autoload\includeFile@3] => Array
                (
                    [ct] => 2
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 432
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@3==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 235
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\IfNode::compile==>Twig\Compiler::indent] => Array
                (
                    [ct] => 22
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext==>Twig\Source::getName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\NodeTraverser::traverseForVisitor@6==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 122
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Environment::isStrictVariables] => Array
                (
                    [ct] => 36
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Extension\EscaperExtension::getNodeVisitors==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 111
                    [cpu] => 0
                    [mu] => 2520
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::__construct==>ControllerExtensionAdvertiseGoogle::loadLibrary] => Array
                (
                    [ct] => 1
                    [wt] => 660
                    [cpu] => 423
                    [mu] => 13392
                    [pmu] => 0
                )

            [ModelCustomerCustomerGroup::getCustomerGroups==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 743
                    [mu] => 1520
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\ModuleNode::compileClassHeader] => Array
                (
                    [ct] => 1
                    [wt] => 616
                    [cpu] => 0
                    [mu] => 1920
                    [pmu] => 42256
                )

            [Twig\Parser::subparse@1==>Twig\TokenParser\IfTokenParser::decideIfFork] => Array
                (
                    [ct] => 21
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

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

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

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

            [Twig\ExpressionParser::parsePrimaryExpression==>Twig\TokenStream::next] => Array
                (
                    [ct] => 202
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\ExpressionParser::getPrimary==>Twig\ExpressionParser::isUnary] => Array
                (
                    [ct] => 205
                    [wt] => 226
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 384
                )

            [Twig\Loader\ChainLoader::getCacheKey==>Twig\Loader\ChainLoader::getCacheKey@1] => Array
                (
                    [ct] => 6
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 89632
                    [pmu] => 36560
                )

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

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

            [ControllerSeoLangSeoLang::load_language==>Controller::__get] => Array
                (
                    [ct] => 16
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::load] => Array
                (
                    [ct] => 5
                    [wt] => 2112
                    [cpu] => 3987
                    [mu] => 156080
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileDisplay==>Twig\Node\Node::hasNode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse@2==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_languages] => Array
                (
                    [ct] => 1
                    [wt] => 1558
                    [cpu] => 2144
                    [mu] => 4784
                    [pmu] => 0
                )

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

            [main()==>Xhgui\Profiler\Profiler::shutDown] => Array
                (
                    [ct] => 1
                    [wt] => 1091
                    [cpu] => 29
                    [mu] => -76432
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@8==>Twig\Node\Node::setSourceContext@9] => Array
                (
                    [ct] => 47
                    [wt] => 722
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2976
                )

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

            [Template::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

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

            [Twig\Parser::parse==>Twig\TokenParser\DeprecatedTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Twig\NodeTraverser::traverseForVisitor@9==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 94
                    [wt] => 156
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 104
                )

            [Twig\TokenParser\IfTokenParser::parse@1==>Twig\TokenStream::expect] => Array
                (
                    [ct] => 10
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelUserApi::addApiSession==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 259
                    [cpu] => 158
                    [mu] => 176
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@12==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 24
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\PrintNode::compile==>Twig\Compiler::raw] => Array
                (
                    [ct] => 163
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Twig\Node\Expression\ConstantExpression::compile==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 39
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Expression\ArrayExpression::compile==>Twig\Compiler::raw] => Array
                (
                    [ct] => 72
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeVisitor\AbstractNodeVisitor::enterNode==>Twig\NodeVisitor\OptimizerNodeVisitor::doEnterNode] => Array
                (
                    [ct] => 878
                    [wt] => 1419
                    [cpu] => 3988
                    [mu] => 1648
                    [pmu] => 192
                )

            [googleshopping\Googleshopping::__construct==>googleshopping\Log::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 328
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@12==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 12
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\NodeVisitor\OptimizerNodeVisitor::enterOptimizeFor==>Twig\Node\Node::setAttribute] => Array
                (
                    [ct] => 82
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonFooter::index==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2514
                    [cpu] => 3993
                    [mu] => 10392
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseConditionalExpression==>Twig\Parser::getStream] => Array
                (
                    [ct] => 198
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::compile==>Twig\Node\Node::compile@1] => Array
                (
                    [ct] => 1
                    [wt] => 7665
                    [cpu] => 8000
                    [mu] => 104560
                    [pmu] => 78688
                )

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

            [Twig\Node\IfNode::compile==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 22
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_set] => Array
                (
                    [ct] => 1
                    [wt] => 1609
                    [cpu] => 1469
                    [mu] => 10232
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseAssignmentExpression==>Twig\TokenStream::nextIf] => Array
                (
                    [ct] => 15
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 128
                )

            [ModelSaleOrder::getTotalOrders==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 1309
                    [mu] => 1328
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_settings==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 10165
                    [cpu] => 9869
                    [mu] => 32160
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@11==>Twig\NodeTraverser::traverseForVisitor@12] => Array
                (
                    [ct] => 36
                    [wt] => 1022
                    [cpu] => 0
                    [mu] => 3360
                    [pmu] => 10176
                )

            [Twig\Node\Node::setTemplateName@11==>Twig\Node\Node::setTemplateName@12] => Array
                (
                    [ct] => 54
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 512
                )

            [ControllerSaleOrder::info==>Proxy::addApiSession] => Array
                (
                    [ct] => 1
                    [wt] => 368
                    [cpu] => 158
                    [mu] => 67088
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::__construct==>Twig\Loader\FilesystemLoader::setPaths] => Array
                (
                    [ct] => 15
                    [wt] => 351
                    [cpu] => 0
                    [mu] => 12680
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelUserApi::addApiSession] => Array
                (
                    [ct] => 1
                    [wt] => 299
                    [cpu] => 158
                    [mu] => 66304
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@4==>Twig\Node\Expression\Binary\AbstractBinary::compile] => Array
                (
                    [ct] => 2
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 864
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_customer_groups] => Array
                (
                    [ct] => 1
                    [wt] => 1492
                    [cpu] => 1479
                    [mu] => 4456
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parseSubscriptExpression==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 36
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\OptimizerExtension::getNodeVisitors] => Array
                (
                    [ct] => 1
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>ControllerSeoLangSeoLang::seolang_menu] => Array
                (
                    [ct] => 1
                    [wt] => 35146
                    [cpu] => 34558
                    [mu] => 358472
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@7==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 183
                    [wt] => 146
                    [cpu] => 0
                    [mu] => 63560
                    [pmu] => 736
                )

            [Twig\NodeVisitor\OptimizerNodeVisitor::enterOptimizeFor==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 98
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSaleOrder::getOrderProducts] => Array
                (
                    [ct] => 1
                    [wt] => 78
                    [cpu] => 791
                    [mu] => 1792
                    [pmu] => 0
                )

            [Twig\Node\PrintNode::compile==>Twig\Compiler::subcompile@1] => Array
                (
                    [ct] => 97
                    [wt] => 1036
                    [cpu] => 0
                    [mu] => 6144
                    [pmu] => 0
                )

            [Twig\Node\Expression\NameExpression::compile==>Twig\Compiler::string] => Array
                (
                    [ct] => 202
                    [wt] => 172
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 360
                )

            [Twig\Node\PrintNode::compile==>Twig\Compiler::subcompile@2] => Array
                (
                    [ct] => 39
                    [wt] => 1146
                    [cpu] => 0
                    [mu] => 2816
                    [pmu] => 0
                )

            [Twig\Node\PrintNode::compile==>Twig\Compiler::subcompile@3] => Array
                (
                    [ct] => 18
                    [wt] => 557
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\PrintNode::compile==>Twig\Compiler::subcompile@4] => Array
                (
                    [ct] => 5
                    [wt] => 229
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [Twig\Node\PrintNode::compile==>Twig\Compiler::subcompile@5] => Array
                (
                    [ct] => 4
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLang::load_settings==>Proxy::getSetting] => Array
                (
                    [ct] => 5
                    [wt] => 547
                    [cpu] => 738
                    [mu] => 21408
                    [pmu] => 0
                )

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

            [Twig\Node\Node::compile@5==>Twig\Node\PrintNode::compile] => Array
                (
                    [ct] => 4
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrderVouchers==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 931
                    [cpu] => 233
                    [mu] => 464
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Environment::addExtension] => Array
                (
                    [ct] => 15
                    [wt] => 119
                    [cpu] => 0
                    [mu] => 3352
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@3==>Twig\Node\Expression\ArrayExpression::compile] => Array
                (
                    [ct] => 19
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse@2==>Twig\Token::getLine] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\Parser::getStream] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Environment::updateOptionsHash==>Twig\ExtensionSet::getSignature] => Array
                (
                    [ct] => 15
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 3968
                    [pmu] => 0
                )

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

            [Twig\Node\IfNode::compile==>Twig\Node\Node::count] => Array
                (
                    [ct] => 16
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Parser::parse==>Twig\TokenParser\BlockTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\ModuleNode::compileDebugInfo==>Twig\Compiler::indent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerSaleOrder::info==>Session::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1314
                    [cpu] => 108
                    [mu] => 968
                    [pmu] => 0
                )

            [Twig\Parser::subparse@2==>Twig\Node\PrintNode::__construct] => Array
                (
                    [ct] => 18
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 6896
                    [pmu] => 3760
                )

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

            [ControllerSeoLangSeoLang::load_set==>ControllerSeoLangSeoLang::load_set_complete] => Array
                (
                    [ct] => 1
                    [wt] => 174
                    [cpu] => 679
                    [mu] => 9536
                    [pmu] => 0
                )

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

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\ModuleNode::compileDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 7682
                    [cpu] => 8000
                    [mu] => 105456
                    [pmu] => 78688
                )

            [Twig\Node\Expression\Binary\AbstractBinary::compile==>Twig\Node\Expression\Binary\NotEqualBinary::operator] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerCommonFooter::index] => Array
                (
                    [ct] => 1
                    [wt] => 2784
                    [cpu] => 3993
                    [mu] => 11544
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrderProducts==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 72
                    [cpu] => 791
                    [mu] => 1872
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileIsTraitable==>Twig\Compiler::indent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeVisitor\OptimizerNodeVisitor::doLeaveNode==>Twig\NodeVisitor\OptimizerNodeVisitor::optimizeRawFilter] => Array
                (
                    [ct] => 878
                    [wt] => 353
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@5==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 47
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\IfNode::compile@2==>Twig\Compiler::indent] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>DB::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 440
                    [cpu] => 3010
                    [mu] => 44304
                    [pmu] => 43832
                )

            [Twig\Node\Node::setSourceContext@2==>Twig\Source::getName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [Twig\Node\ModuleNode::compile==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@8==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 90
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

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

            [Twig\Node\Expression\NameExpression::compile==>Twig\Compiler::getEnvironment] => Array
                (
                    [ct] => 159
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse@3==>Twig\TokenParser\IfTokenParser::decideIfFork] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Node\Node::getTemplateLine] => Array
                (
                    [ct] => 14
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Environment::loadTemplate==>Twig\Environment::loadClass] => Array
                (
                    [ct] => 5
                    [wt] => 59026
                    [cpu] => 57056
                    [mu] => 1092600
                    [pmu] => 823400
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\AbstractExtension::getTests] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Proxy::getTotalCustomerRewardsByOrderId==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 177
                    [cpu] => 130
                    [mu] => 672
                    [pmu] => 0
                )

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

            [Twig\Node\TextNode::compile==>Twig\Compiler::raw] => Array
                (
                    [ct] => 234
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [start==>Router::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 164711
                    [cpu] => 148836
                    [mu] => 2661264
                    [pmu] => 3255424
                )

            [Twig\Lexer::pushToken==>Twig\Token::__construct] => Array
                (
                    [ct] => 1112
                    [wt] => 387
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Loader\ChainLoader::getCacheKey==>Twig\Loader\ChainLoader::exists] => Array
                (
                    [ct] => 6
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile@1==>Twig\Compiler::raw] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Twig\Node\Node::setSourceContext@10==>Twig\Node\Node::setSourceContext@11] => Array
                (
                    [ct] => 37
                    [wt] => 324
                    [cpu] => 0
                    [mu] => 2208
                    [pmu] => 2208
                )

            [Twig\Node\ModuleNode::compileConstructor==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileConstructor==>Twig\Compiler::write] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseAssignmentExpression==>Twig\Token::getValue] => Array
                (
                    [ct] => 15
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [library==>modification] => Array
                (
                    [ct] => 36
                    [wt] => 1374
                    [cpu] => 1148
                    [mu] => 1312
                    [pmu] => 608
                )

            [Twig\ExpressionParser::getPrimary==>Twig\TokenStream::next] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\NodeTraverser::traverseForVisitor@11==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 74
                    [wt] => 128
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Loader::controller==>Action::execute@2] => Array
                (
                    [ct] => 3
                    [wt] => 56959
                    [cpu] => 55443
                    [mu] => 716280
                    [pmu] => 318032
                )

            [Twig\Parser::subparse@2==>Twig\TokenParser\IfTokenParser::decideIfEnd] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@14==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 40
                    [wt] => 104
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::getPrimary@1==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ModelSettingEvent::getEvents==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 225
                    [cpu] => 481
                    [mu] => 30784
                    [pmu] => 0
                )

            [ModelUserUserGroup::getUserGroups==>DB::query] => Array
                (
                    [ct] => 30
                    [wt] => 1983
                    [cpu] => 20755
                    [mu] => 1278608
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\TokenParser\EmbedTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Template::render==>Template\Twig::render] => Array
                (
                    [ct] => 5
                    [wt] => 69386
                    [cpu] => 65346
                    [mu] => 1327704
                    [pmu] => 1261392
                )

            [ControllerSeoLangMovaMova::__construct==>Proxy::control@1] => Array
                (
                    [ct] => 1
                    [wt] => 1581
                    [cpu] => 984
                    [mu] => 3976
                    [pmu] => 0
                )

            [Twig\NodeVisitor\OptimizerNodeVisitor::doEnterNode==>Twig\NodeVisitor\OptimizerNodeVisitor::enterOptimizeFor] => Array
                (
                    [ct] => 878
                    [wt] => 801
                    [cpu] => 3988
                    [mu] => 1520
                    [pmu] => 192
                )

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

            [Twig\Node\Node::setSourceContext@14==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 20
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [start==>Response::output] => Array
                (
                    [ct] => 1
                    [wt] => 1022
                    [cpu] => 3300
                    [mu] => 69872
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerEventLanguage::before] => Array
                (
                    [ct] => 3
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 123176
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileDebugInfo==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Node\PrintNode::compile==>Twig\Compiler::addDebugInfo] => Array
                (
                    [ct] => 163
                    [wt] => 573
                    [cpu] => 0
                    [mu] => 15672
                    [pmu] => 23344
                )

            [Twig\Node\Node::compile@2==>Twig\Node\Node::compile@3] => Array
                (
                    [ct] => 7
                    [wt] => 2128
                    [cpu] => 4001
                    [mu] => 21208
                    [pmu] => 16696
                )

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

            [ModelUserApi::getApi==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 133
                    [cpu] => 170
                    [mu] => 1664
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrder==>Model::__get] => Array
                (
                    [ct] => 11
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [Twig\Extension\CoreExtension::getTests==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

            [Twig\ExpressionParser::getPrimary==>Twig\ExpressionParser::parseExpression@1] => Array
                (
                    [ct] => 3
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 2632
                    [pmu] => 1560
                )

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

            [Twig\Node\ModuleNode::compileIsTraitable==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile@2==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::load_language==>Language::get] => Array
                (
                    [ct] => 196
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parseExpression==>Twig\Token::getLine] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getStores==>Proxy::__call] => Array
                (
                    [ct] => 2
                    [wt] => 538
                    [cpu] => 1009
                    [mu] => 1424
                    [pmu] => 0
                )

            [Proxy::getStores==>Proxy::__call@1] => Array
                (
                    [ct] => 1
                    [wt] => 272
                    [cpu] => 556
                    [mu] => 256
                    [pmu] => 0
                )

            [Proxy::getStores==>Proxy::__call@2] => Array
                (
                    [ct] => 2
                    [wt] => 494
                    [cpu] => 1986
                    [mu] => 1024
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile@1==>Twig\Compiler::subcompile@2] => Array
                (
                    [ct] => 4
                    [wt] => 481
                    [cpu] => 0
                    [mu] => 6240
                    [pmu] => 5952
                )

            [ControllerSeoLangSeoLang::__construct==>Loader::model] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerSaleOrder::info==>Proxy::getCustomerGroup] => Array
                (
                    [ct] => 1
                    [wt] => 278
                    [cpu] => 886
                    [mu] => 1304
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@13==>Twig\NodeTraverser::traverseForVisitor@14] => Array
                (
                    [ct] => 60
                    [wt] => 430
                    [cpu] => 0
                    [mu] => 1824
                    [pmu] => 5712
                )

            [Cache::get==>Cache\Redis::get] => Array
                (
                    [ct] => 8
                    [wt] => 722
                    [cpu] => 5306
                    [mu] => 20808
                    [pmu] => 0
                )

            [Twig\Node\Node::setTemplateName@13==>Twig\Node\Node::setTemplateName@14] => Array
                (
                    [ct] => 24
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

            [Proxy::getLayouts==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 101
                    [cpu] => 633
                    [mu] => 11304
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_settings==>Proxy::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 112
                    [cpu] => 705
                    [mu] => 6096
                    [pmu] => 0
                )

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

            [Twig\Extension\CoreExtension::getTests==>Twig\TwigTest::__construct] => Array
                (
                    [ct] => 10
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 3136
                    [pmu] => 0
                )

            [Proxy::__call@1==>Loader::{closure}@1] => Array
                (
                    [ct] => 5
                    [wt] => 3768
                    [cpu] => 3179
                    [mu] => 9168
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@9==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 141
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 43352
                    [pmu] => 1072
                )

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

            [ModelSaleOrder::getOrder==>Proxy::getCustomer] => Array
                (
                    [ct] => 1
                    [wt] => 207
                    [cpu] => 336
                    [mu] => 2072
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@5==>Twig\Node\Expression\ArrayExpression::compile] => Array
                (
                    [ct] => 6
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Compiler::write] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Twig\Node\ModuleNode::compileIsTraitable==>Twig\Node\Node::count] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile@2==>Twig\Node\Node::count] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseAssignmentExpression==>Twig\TokenStream::expect] => Array
                (
                    [ct] => 15
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Xhgui\Profiler\Profiler::shutDown==>Xhgui\Profiler\Profiler::flush] => Array
                (
                    [ct] => 1
                    [wt] => 949
                    [cpu] => 29
                    [mu] => -77792
                    [pmu] => 0
                )

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

            [Twig\Parser::subparse@4==>Twig\Node\PrintNode::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1632
                    [pmu] => 0
                )

            [ControllerStartupRouter::index==>Action::execute@1] => Array
                (
                    [ct] => 1
                    [wt] => 156460
                    [cpu] => 142416
                    [mu] => 2218232
                    [pmu] => 2782000
                )

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

            [Twig\NodeTraverser::traverseForVisitor@7==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 61
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::setSourceContext@4==>Twig\Source::getName] => Array
                (
                    [ct] => 143
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 88
                )

            [Loader::{closure}==>ModelToolImage::resize] => Array
                (
                    [ct] => 2
                    [wt] => 270
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@10==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 31
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseSubscriptExpression==>Twig\TokenStream::next] => Array
                (
                    [ct] => 72
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [ControllerSaleOrder::info==>Document::setTitle] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Language::load==>modification] => Array
                (
                    [ct] => 71
                    [wt] => 3537
                    [cpu] => 0
                    [mu] => 672
                    [pmu] => 0
                )

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

            [Twig\Node\ForNode::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 26
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelLocalisationLanguage::getLanguages==>Cache::get] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 1299
                    [mu] => 2392
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\Parser::getExpressionParser] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Parser::subparse==>Twig\Token::getValue] => Array
                (
                    [ct] => 159
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parseExpression==>Twig\ExpressionParser::parseConditionalExpression] => Array
                (
                    [ct] => 198
                    [wt] => 455
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 512
                )

            [Twig\Node\Expression\NameExpression::compile==>Twig\Compiler::raw] => Array
                (
                    [ct] => 404
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 4992
                    [pmu] => 0
                )

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

            [Twig\Node\Expression\Binary\OrBinary::operator==>Twig\Compiler::raw] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\TokenParser\ImportTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseStringExpression==>Twig\Token::getLine] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_model] => Array
                (
                    [ct] => 1
                    [wt] => 5526
                    [cpu] => 5357
                    [mu] => 61784
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@4==>Twig\Node\Expression\ConstantExpression::compile] => Array
                (
                    [ct] => 12
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 112
                )

            [Twig\Node\ForLoopNode::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Composer\Autoload\includeFile==>Composer\Autoload\ClassLoader::loadClass@1] => Array
                (
                    [ct] => 13
                    [wt] => 1505
                    [cpu] => 1511
                    [mu] => 18192
                    [pmu] => 5880
                )

            [Proxy::getCustomFields==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 314
                    [cpu] => 962
                    [mu] => 800
                    [pmu] => 0
                )

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

            [Twig\Environment::addExtension==>Twig\ExtensionSet::addExtension] => Array
                (
                    [ct] => 15
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 0
                )

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

            [Twig\Node\Node::setSourceContext@12==>Twig\Node\Node::setSourceContext@13] => Array
                (
                    [ct] => 18
                    [wt] => 123
                    [cpu] => 0
                    [mu] => 1440
                    [pmu] => 1440
                )

            [Twig\Node\IfNode::compile==>Twig\Compiler::raw] => Array
                (
                    [ct] => 16
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\TextNode::compile==>Twig\Compiler::addDebugInfo] => Array
                (
                    [ct] => 234
                    [wt] => 493
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 3792
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\TokenStream::nextIf] => Array
                (
                    [ct] => 12
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Parser::subparse==>Twig\TokenStream::isEOF] => Array
                (
                    [ct] => 236
                    [wt] => 229
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

            [Twig\Node\ForNode::compile@1==>Twig\Compiler::addDebugInfo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@13==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 36
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\ExpressionParser::parseAssignmentExpression==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 2080
                    [pmu] => 2624
                )

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

            [Action::execute@1==>ControllerSaleOrder::info] => Array
                (
                    [ct] => 1
                    [wt] => 144827
                    [cpu] => 132318
                    [mu] => 2149752
                    [pmu] => 1261392
                )

            [Twig\ExpressionParser::parseSubscriptExpression==>Twig\Node\Expression\ConstantExpression::__construct] => Array
                (
                    [ct] => 36
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 13792
                    [pmu] => 13144
                )

            [ControllerSaleOrder::info==>Proxy::getOrderVouchers] => Array
                (
                    [ct] => 1
                    [wt] => 1017
                    [cpu] => 233
                    [mu] => 1168
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\Setting::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 630
                    [cpu] => 189
                    [mu] => 16320
                    [pmu] => 75640
                )

            [Twig\TokenParser\IfTokenParser::parse==>Twig\Node\IfNode::__construct] => Array
                (
                    [ct] => 16
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 6272
                    [pmu] => 3360
                )

            [ControllerSeoLangSeoLang::load_language_get==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1384
                    [cpu] => 861
                    [mu] => 184
                    [pmu] => 0
                )

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

            [googleshopping\Googleshopping::__construct==>googleshopping\Googleshopping::loadStore] => Array
                (
                    [ct] => 1
                    [wt] => 104
                    [cpu] => 360
                    [mu] => 640
                    [pmu] => 0
                )

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

            [ControllerCommonHeader::index==>Proxy::resize] => Array
                (
                    [ct] => 2
                    [wt] => 386
                    [cpu] => 0
                    [mu] => 1512
                    [pmu] => 0
                )

            [Twig\Node\Node::compile@4==>Twig\Node\Node::compile@5] => Array
                (
                    [ct] => 1
                    [wt] => 424
                    [cpu] => 0
                    [mu] => 5856
                    [pmu] => 5952
                )

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

            [Twig\Node\ModuleNode::compileDisplay==>Twig\Compiler::indent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\TokenParser\IfTokenParser::parse==>Twig\TokenStream::next] => Array
                (
                    [ct] => 22
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [googleshopping\Googleshopping::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 60
                    [cpu] => 63
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::__construct==>Twig\Node\Node::setSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 7585
                    [cpu] => 8076
                    [mu] => 8352
                    [pmu] => 8352
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\Parser::subparse@2] => Array
                (
                    [ct] => 1
                    [wt] => 494
                    [cpu] => 3987
                    [mu] => 25152
                    [pmu] => 25400
                )

            [Twig\Parser::subparse@1==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 22
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\NodeVisitor\EscaperNodeVisitor::doEnterNode==>Twig\Environment::hasExtension] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Loader::model==>modification] => Array
                (
                    [ct] => 22
                    [wt] => 1132
                    [cpu] => 1812
                    [mu] => 352
                    [pmu] => 0
                )

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

            [googleshopping\Googleshopping::loadStore==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 72
                    [pmu] => 0
                )

            [Twig\Node\Expression\Binary\AbstractBinary::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Node\Expression\GetAttrExpression::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 36
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Lexer::lexData==>Twig\Lexer::pushState] => Array
                (
                    [ct] => 241
                    [wt] => 95
                    [cpu] => 3994
                    [mu] => 504
                    [pmu] => 0
                )

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

            [Twig\Node\Expression\Unary\AbstractUnary::compile==>Twig\Node\Expression\Unary\NotUnary::operator] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile==>Twig\Compiler::subcompile@1] => Array
                (
                    [ct] => 32
                    [wt] => 2198
                    [cpu] => 3999
                    [mu] => 27032
                    [pmu] => 14656
                )

            [Twig\Node\IfNode::compile==>Twig\Compiler::subcompile@2] => Array
                (
                    [ct] => 3
                    [wt] => 346
                    [cpu] => 4001
                    [mu] => 5504
                    [pmu] => 5480
                )

            [Twig\Node\IfNode::compile==>Twig\Compiler::subcompile@3] => Array
                (
                    [ct] => 3
                    [wt] => 382
                    [cpu] => 0
                    [mu] => 5600
                    [pmu] => 5152
                )

            [Twig\Parser::subparse==>Twig\TokenStream::expect] => Array
                (
                    [ct] => 97
                    [wt] => 192
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 384
                )

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

            [ControllerSeoLangSeoLang::load_model==>Loader::model] => Array
                (
                    [ct] => 7
                    [wt] => 451
                    [cpu] => 1598
                    [mu] => 36776
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileDebugInfo==>Twig\Compiler::getDebugInfo] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Environment::isTemplateFresh] => Array
                (
                    [ct] => 5
                    [wt] => 756
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@11==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 111
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 27272
                    [pmu] => 1360
                )

            [Twig\Node\Expression\Binary\AbstractBinary::compile==>Twig\Node\Expression\Binary\OrBinary::operator] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse==>Twig\ExpressionParser::parseExpression] => Array
                (
                    [ct] => 16
                    [wt] => 1787
                    [cpu] => 0
                    [mu] => 33664
                    [pmu] => 152840
                )

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

            [start==>Session::start] => Array
                (
                    [ct] => 1
                    [wt] => 180
                    [cpu] => 38
                    [mu] => 1056
                    [pmu] => 18152
                )

            [Twig\NodeTraverser::traverseForVisitor@1==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 18
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}@1==>ModelCustomerCustomer::getCustomer] => Array
                (
                    [ct] => 1
                    [wt] => 121
                    [cpu] => 336
                    [mu] => 576
                    [pmu] => 0
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\AbstractExtension::getFunctions] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\Environment::getTokenParsers] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 80
                )

            [Twig\Parser::subparse@1==>Twig\TokenParser\IfTokenParser::parse] => Array
                (
                    [ct] => 1
                    [wt] => 508
                    [cpu] => 0
                    [mu] => 21496
                    [pmu] => 21496
                )

            [Twig\Parser::subparse@1==>Twig\TokenParser\IfTokenParser::parse@1] => Array
                (
                    [ct] => 4
                    [wt] => 1532
                    [cpu] => 0
                    [mu] => 57592
                    [pmu] => 11408
                )

            [ControllerStartupStartup::index==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 14
                    [wt] => 296
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Node\Node::setSourceContext@1==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 9
                    [wt] => 986
                    [cpu] => 4083
                    [mu] => 256
                    [pmu] => 256
                )

            [Action::execute@2==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 3
                    [wt] => 3387
                    [cpu] => 0
                    [mu] => -123304
                    [pmu] => 0
                )

            [Twig\Node\Expression\Binary\AndBinary::operator==>Twig\Compiler::raw] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Token::getValue] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 8
                )

            [Proxy::getLanguage==>Proxy::__call@1] => Array
                (
                    [ct] => 1
                    [wt] => 191
                    [cpu] => 301
                    [mu] => 1168
                    [pmu] => 0
                )

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

            [Loader::controller==>Event::trigger] => Array
                (
                    [ct] => 6
                    [wt] => 3972
                    [cpu] => 0
                    [mu] => -2224
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@9==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 47
                    [wt] => 52
                    [cpu] => 15
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSeoLangSeoLang::add_permission==>Controller::__get] => Array
                (
                    [ct] => 90
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@6==>Twig\Source::getName] => Array
                (
                    [ct] => 122
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Expression\AssignNameExpression::compile==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 26
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::addVisitor==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::getPriority] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Url::link] => Array
                (
                    [ct] => 7
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 0
                )

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

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

            [Twig\NodeTraverser::traverseForVisitor@12==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 12
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Action::execute@3==>ControllerExtensionAdvertiseGoogle::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 786
                    [cpu] => 660
                    [mu] => 15640
                    [pmu] => 0
                )

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

            [start==>Cache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 286
                    [cpu] => 247
                    [mu] => 976
                    [pmu] => 0
                )

            [Twig\Parser::subparse@1==>Twig\TokenParser\ForTokenParser::parse] => Array
                (
                    [ct] => 3
                    [wt] => 595
                    [cpu] => 0
                    [mu] => 32416
                    [pmu] => 35504
                )

            [Loader::view==>Template::render] => Array
                (
                    [ct] => 6
                    [wt] => 69629
                    [cpu] => 65346
                    [mu] => 1412888
                    [pmu] => 1261392
                )

            [Twig\Parser::subparse@1==>Twig\TokenParser\ForTokenParser::parse@1] => Array
                (
                    [ct] => 1
                    [wt] => 580
                    [cpu] => 3987
                    [mu] => 32528
                    [pmu] => 33472
                )

            [Twig\Environment::isTemplateFresh==>Twig\Loader\ChainLoader::isFresh] => Array
                (
                    [ct] => 4
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor==>Twig\NodeTraverser::traverseForVisitor@1] => Array
                (
                    [ct] => 27
                    [wt] => 16932
                    [cpu] => 15517
                    [mu] => 14160
                    [pmu] => 36840
                )

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

            [Twig\Parser::subparse@2==>Twig\Token::getValue] => Array
                (
                    [ct] => 37
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setTemplateName==>Twig\Node\Node::setTemplateName@1] => Array
                (
                    [ct] => 877
                    [wt] => 5020
                    [cpu] => 4083
                    [mu] => 1920
                    [pmu] => 1920
                )

            [Twig\NodeTraverser::addVisitor==>Twig\NodeVisitor\EscaperNodeVisitor::getPriority] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\ExtensionSet::initExtension==>Twig\TwigTest::getName] => Array
                (
                    [ct] => 10
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelDesignLayout::getLayouts==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 633
                    [mu] => 10808
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileDisplay==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getEvents==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 269
                    [cpu] => 481
                    [mu] => 32112
                    [pmu] => 0
                )

            [Twig\Parser::subparse==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 201
                    [cpu] => 0
                    [mu] => 4072
                    [pmu] => 5272
                )

            [Session\DB::__construct==>Session\DB::gc] => Array
                (
                    [ct] => 2
                    [wt] => 1474
                    [cpu] => 379
                    [mu] => 480
                    [pmu] => 536
                )

            [Session\DB::read==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 271
                    [cpu] => 80
                    [mu] => 1488
                    [pmu] => 17336
                )

            [ControllerSeoLangSeoLang::method_widgets@1==>ControllerSeoLangMovaMova::load_language] => Array
                (
                    [ct] => 3
                    [wt] => 1000
                    [cpu] => 0
                    [mu] => 92040
                    [pmu] => 0
                )

            [Twig\Parser::subparse@1==>Twig\Token::getLine] => Array
                (
                    [ct] => 137
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Composer\Autoload\includeFile@2==>Composer\Autoload\ClassLoader::loadClass@3] => Array
                (
                    [ct] => 2
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parseExpression==>Twig\Node\Expression\Binary\AbstractBinary::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 2888
                    [pmu] => 504
                )

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

            [Twig\Environment::compileSource==>Twig\Environment::compile] => Array
                (
                    [ct] => 1
                    [wt] => 8584
                    [cpu] => 8000
                    [mu] => -300240
                    [pmu] => 170936
                )

            [Twig\Node\Expression\NameExpression::compile==>Twig\Compiler::addDebugInfo] => Array
                (
                    [ct] => 202
                    [wt] => 220
                    [cpu] => 0
                    [mu] => 416
                    [pmu] => 0
                )

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

            [Twig\Parser::parse==>Twig\TokenParser\WithTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSeoLangSeoLang::method_widgets==>ControllerSeoLangHtmlHtml::load_settings] => Array
                (
                    [ct] => 1
                    [wt] => 129
                    [cpu] => 633
                    [mu] => 4976
                    [pmu] => 0
                )

            [Twig\ExpressionParser::isUnary==>Twig\Token::test] => Array
                (
                    [ct] => 208
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 88
                )

            [Twig\Node\Node::setSourceContext@14==>Twig\Node\Node::setSourceContext@15] => Array
                (
                    [ct] => 4
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 480
                    [pmu] => 480
                )

            [Twig\Parser::parse==>Twig\TokenParser\FilterTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\IfNode::compile@2==>Twig\Compiler::raw] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Cart\User::hasPermission] => Array
                (
                    [ct] => 2
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [main()] => Array
                (
                    [ct] => 1
                    [wt] => 173314
                    [cpu] => 156819
                    [mu] => 2809640
                    [pmu] => 3462432
                )

            [Twig\Environment::compileSource==>Twig\Environment::parse] => Array
                (
                    [ct] => 1
                    [wt] => 38081
                    [cpu] => 35569
                    [mu] => 602832
                    [pmu] => 624256
                )

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

            [Twig\Parser::subparse@2==>Twig\TokenStream::isEOF] => Array
                (
                    [ct] => 64
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::loadStore==>Proxy::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 95
                    [cpu] => 360
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@15==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 8
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 320
                )

            [googleshopping\Googleshopping::loadStore==>googleshopping\Library::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_9a6dbc23c794d8d7aed25ccf184c2ad5cdc075f74ea1f76a567647770d40241e::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 390
                    [wt] => 316
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLang::load_language_get==>Controller::__get] => Array
                (
                    [ct] => 78
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_widgets==>Language::load] => Array
                (
                    [ct] => 6
                    [wt] => 1288
                    [cpu] => 0
                    [mu] => 2064
                    [pmu] => 0
                )

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

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

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

            [Twig\Node\IfNode::compile==>Twig\Compiler::addDebugInfo] => Array
                (
                    [ct] => 16
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

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

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

            [Twig\TokenParser\IfTokenParser::parse@2==>Twig\Node\IfNode::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 0
                )

            [ModelUserApi::deleteApiSessionBySessionId==>DB::escape] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 184
                    [pmu] => 0
                )

            [Template::render==>Template\Template::render] => Array
                (
                    [ct] => 1
                    [wt] => 233
                    [cpu] => 0
                    [mu] => 85056
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\Node\Expression\NameExpression::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 880
                )

            [Twig\NodeVisitor\EscaperNodeVisitor::doLeaveNode==>Twig\NodeVisitor\EscaperNodeVisitor::needEscaping] => Array
                (
                    [ct] => 163
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [DB::query==>DB\MySQLi::query] => Array
                (
                    [ct] => 96
                    [wt] => 13110
                    [cpu] => 42008
                    [mu] => 1842240
                    [pmu] => 565600
                )

            [Twig\Compiler::subcompile@2==>Twig\Node\Expression\Unary\AbstractUnary::compile] => Array
                (
                    [ct] => 2
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [ModelUserUser::getUser==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 203
                    [cpu] => 36
                    [mu] => 1824
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\TokenStream::expect] => Array
                (
                    [ct] => 36
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\TokenParser\IfTokenParser::parse@2==>Twig\TokenStream::next] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Twig\Loader\FilesystemLoader::setPaths==>Twig\Loader\FilesystemLoader::addPath] => Array
                (
                    [ct] => 15
                    [wt] => 321
                    [cpu] => 0
                    [mu] => 6912
                    [pmu] => 0
                )

            [Twig\Parser::subparse@3==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::compile@2==>Twig\Node\TextNode::compile] => Array
                (
                    [ct] => 43
                    [wt] => 334
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 8
                )

            [Twig\TokenParser\IfTokenParser::parse@1==>Twig\TokenParser\IfTokenParser::getTag] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Composer\Autoload\ClassLoader::loadClass@2==>Composer\Autoload\includeFile@2] => Array
                (
                    [ct] => 6
                    [wt] => 319
                    [cpu] => 0
                    [mu] => 3136
                    [pmu] => 0
                )

            [Twig\Parser::subparse@2==>Twig\TokenStream::expect] => Array
                (
                    [ct] => 18
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile@2==>Twig\Compiler::subcompile@4] => Array
                (
                    [ct] => 4
                    [wt] => 139
                    [cpu] => 0
                    [mu] => 1600
                    [pmu] => 0
                )

            [Action::execute@3==>ControllerExtensionAdvertiseGoogle::admin_link] => Array
                (
                    [ct] => 1
                    [wt] => 262
                    [cpu] => 417
                    [mu] => 3984
                    [pmu] => 0
                )

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

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

            [ControllerSaleOrder::info==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 756
                    [cpu] => 2359
                    [mu] => 3528
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\ExpressionParser::parseAssignmentExpression] => Array
                (
                    [ct] => 12
                    [wt] => 277
                    [cpu] => 0
                    [mu] => 17552
                    [pmu] => 12064
                )

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

            [Twig\NodeTraverser::traverseForVisitor@13==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 54
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 15824
                    [pmu] => 1640
                )

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

            [Twig\Parser::subparse@1==>Twig\Token::getType] => Array
                (
                    [ct] => 180
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\Parser::parse==>Twig\TokenParser\AutoEscapeTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Extension\CoreExtension::getFunctions==>Twig\TwigFunction::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2912
                    [pmu] => 0
                )

            [Loader::{closure}@1==>ModelLocalisationLanguage::getLanguage] => Array
                (
                    [ct] => 1
                    [wt] => 112
                    [cpu] => 301
                    [mu] => 880
                    [pmu] => 0
                )

            [Twig\Lexer::tokenize==>Twig\Lexer::lexVar] => Array
                (
                    [ct] => 392
                    [wt] => 2279
                    [cpu] => 0
                    [mu] => 97512
                    [pmu] => 5744
                )

            [Twig\TokenParser\IfTokenParser::parse@2==>Twig\ExpressionParser::parseExpression] => Array
                (
                    [ct] => 2
                    [wt] => 384
                    [cpu] => 0
                    [mu] => 6216
                    [pmu] => 11408
                )

            [Twig\ExpressionParser::getPrimary==>Twig\ExpressionParser::parsePrimaryExpression] => Array
                (
                    [ct] => 202
                    [wt] => 3675
                    [cpu] => 7975
                    [mu] => 196888
                    [pmu] => 150528
                )

            [Loader::view==>Event::trigger] => Array
                (
                    [ct] => 12
                    [wt] => 2721
                    [cpu] => 2076
                    [mu] => 389264
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 2
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [Request::clean==>Request::clean@1] => Array
                (
                    [ct] => 120
                    [wt] => 133
                    [cpu] => 0
                    [mu] => 23456
                    [pmu] => 16840
                )

            [Twig\NodeTraverser::traverseForVisitor@3==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 470
                    [wt] => 1193
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_language_get==>Language::get] => Array
                (
                    [ct] => 78
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse@3==>Twig\TokenParser\IfTokenParser::parse@2] => Array
                (
                    [ct] => 2
                    [wt] => 666
                    [cpu] => 0
                    [mu] => 19880
                    [pmu] => 11408
                )

            [Twig\TokenParser\IfTokenParser::decideIfEnd==>Twig\Token::test] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 88
                )

            [Twig\Node\Node::setSourceContext@3==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 235
                    [wt] => 754
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 640
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 14
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\Node\Expression\AssignNameExpression::compile==>Twig\Compiler::string] => Array
                (
                    [ct] => 26
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@11==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 37
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::setSourceContext@8==>Twig\Source::getName] => Array
                (
                    [ct] => 90
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\TokenParser\ForTokenParser::parse==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 2016
                    [pmu] => 2544
                )

            [Twig\NodeTraverser::traverseForVisitor@14==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 20
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelCustomerCustomer::getCustomer==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 114
                    [cpu] => 336
                    [mu] => 448
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile==>Twig\Node\Node::hasNode] => Array
                (
                    [ct] => 36
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::getPrimary==>Twig\Node\Expression\Unary\AbstractUnary::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\Token::getLine] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [Twig\Lexer::lexExpression==>Twig\Lexer::moveCursor] => Array
                (
                    [ct] => 678
                    [wt] => 359
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::model==>Registry::has] => Array
                (
                    [ct] => 67
                    [wt] => 42
                    [cpu] => 0
                    [mu] => -3144
                    [pmu] => 0
                )

            [Twig\Node\Expression\Unary\AbstractUnary::compile==>Twig\Compiler::raw] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@2==>Twig\NodeTraverser::traverseForVisitor@3] => Array
                (
                    [ct] => 705
                    [wt] => 16313
                    [cpu] => 15517
                    [mu] => 12624
                    [pmu] => 23128
                )

            [Router::execute==>Action::execute] => Array
                (
                    [ct] => 7
                    [wt] => 164695
                    [cpu] => 148836
                    [mu] => 2661152
                    [pmu] => 3255424
                )

            [Twig\Parser::subparse@4==>Twig\Token::getValue] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setTemplateName@2==>Twig\Node\Node::setTemplateName@3] => Array
                (
                    [ct] => 867
                    [wt] => 3256
                    [cpu] => 71
                    [mu] => 1664
                    [pmu] => 1664
                )

            [ControllerSeoLangSeoLang::method_widgets==>Proxy::control] => Array
                (
                    [ct] => 2
                    [wt] => 3442
                    [cpu] => 1986
                    [mu] => 11136
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseSubscriptExpression==>Twig\TokenStream::test] => Array
                (
                    [ct] => 36
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ModelSeoLangSeoLang::getSetting==>DB::escape] => Array
                (
                    [ct] => 7
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 416
                    [pmu] => 0
                )

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

            [Twig\Node\Node::compile@2==>Twig\Node\ForNode::compile] => Array
                (
                    [ct] => 3
                    [wt] => 560
                    [cpu] => 0
                    [mu] => 13928
                    [pmu] => 14648
                )

            [Twig\ExpressionParser::parseAssignmentExpression==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 15
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\NodeVisitor\EscaperNodeVisitor::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 1344
                    [pmu] => 0
                )

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

            [Twig\Parser::subparse@3==>Twig\Token::getLine] => Array
                (
                    [ct] => 16
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Twig\ExtensionSet::initExtension==>Twig\TwigFilter::getName] => Array
                (
                    [ct] => 37
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::__construct==>Twig\NodeTraverser::addVisitor] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2016
                    [pmu] => 1208
                )

            [Twig\Parser::parse==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 210
                    [cpu] => 0
                    [mu] => 5320
                    [pmu] => 6704
                )

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

            [Twig\Parser::subparse@4==>Twig\TokenStream::isEOF] => Array
                (
                    [ct] => 12
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 2158
                    [cpu] => 1197
                    [mu] => 8864
                    [pmu] => 0
                )

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

            [Twig\Node\ModuleNode::compileGetTemplateName==>Twig\Compiler::repr] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseExpression==>Twig\TokenStream::next] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parseExpression@1==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 10
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [Twig\Node\IfNode::compile@2==>Twig\Compiler::addDebugInfo] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeVisitor\AbstractNodeVisitor::leaveNode==>Twig\NodeVisitor\OptimizerNodeVisitor::doLeaveNode] => Array
                (
                    [ct] => 878
                    [wt] => 2386
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

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

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

            [Action::execute@4==>ControllerEventLanguage::index] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 21112
                    [pmu] => 0
                )

            [ModelCustomerCustomField::getCustomFields==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 217
                    [cpu] => 962
                    [mu] => 544
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Loader\FilesystemLoader::__construct] => Array
                (
                    [ct] => 20
                    [wt] => 669
                    [cpu] => 0
                    [mu] => 10328
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverse==>Twig\NodeTraverser::traverseForVisitor] => Array
                (
                    [ct] => 3
                    [wt] => 17019
                    [cpu] => 15517
                    [mu] => 16208
                    [pmu] => 38024
                )

            [Twig\Node\Expression\Unary\AbstractUnary::compile==>Twig\Compiler::subcompile@2] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Expression\Unary\AbstractUnary::compile==>Twig\Compiler::subcompile@3] => Array
                (
                    [ct] => 2
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSettingExtension::getInstalled==>Model::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseExpression==>Twig\ExpressionParser::getPrimary] => Array
                (
                    [ct] => 198
                    [wt] => 5076
                    [cpu] => 11976
                    [mu] => 202848
                    [pmu] => 224800
                )

            [Twig\ExpressionParser::parseExpression==>Twig\ExpressionParser::parseExpression@1] => Array
                (
                    [ct] => 7
                    [wt] => 160
                    [cpu] => 0
                    [mu] => 4776
                    [pmu] => 2016
                )

            [Twig\ExpressionParser::isUnary==>Twig\Token::getValue] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Loader::view==>Template::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 282
                    [cpu] => 0
                    [mu] => 2088
                    [pmu] => 0
                )

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Node\Node::hasNode] => Array
                (
                    [ct] => 36
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelLocalisationLanguage::getLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 1299
                    [mu] => 2648
                    [pmu] => 0
                )

            [Twig\Node\Node::compile@4==>Twig\Node\TextNode::compile] => Array
                (
                    [ct] => 15
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 4224
                    [pmu] => 1072
                )

            [Twig\ExpressionParser::parseExpression==>Twig\ExpressionParser::isBinary] => Array
                (
                    [ct] => 205
                    [wt] => 226
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 256
                )

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

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

            [ModelCustomerCustomer::getTotalTransactionsByOrderId==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 704
                    [cpu] => 131
                    [mu] => 1184
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSeoLangSeoLang::control] => Array
                (
                    [ct] => 3
                    [wt] => 5059
                    [cpu] => 2542
                    [mu] => 110216
                    [pmu] => 0
                )

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

            [ControllerSeoLangMovaMova::load_settings==>ControllerSeoLangMovaMova::prefix] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1496
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Proxy::control] => Array
                (
                    [ct] => 1
                    [wt] => 1788
                    [cpu] => 556
                    [mu] => 99896
                    [pmu] => 0
                )

            [Twig\Parser::subparse@1==>Twig\Node\TextNode::__construct] => Array
                (
                    [ct] => 73
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 27576
                    [pmu] => 17800
                )

            [ControllerSeoLangSeoLang::load_customer_groups==>Proxy::getCustomerGroups] => Array
                (
                    [ct] => 1
                    [wt] => 107
                    [cpu] => 743
                    [mu] => 2280
                    [pmu] => 0
                )

            [Twig\ExpressionParser::getPrimary==>Twig\Token::test] => Array
                (
                    [ct] => 202
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\Parser::subparse@4==>Twig\TokenStream::expect] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@1==>Twig\Node\Node::setSourceContext@2] => Array
                (
                    [ct] => 1
                    [wt] => 5708
                    [cpu] => 3993
                    [mu] => 7328
                    [pmu] => 7288
                )

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

            [Twig\Node\Node::compile@2==>Twig\Node\IfNode::compile@1] => Array
                (
                    [ct] => 4
                    [wt] => 619
                    [cpu] => 0
                    [mu] => 10032
                    [pmu] => 0
                )

            [Template::set==>Template\Twig::set] => Array
                (
                    [ct] => 4010
                    [wt] => 1459
                    [cpu] => 3993
                    [mu] => 287128
                    [pmu] => 0
                )

            [Loader::language==>Event::trigger] => Array
                (
                    [ct] => 12
                    [wt] => 211
                    [cpu] => 0
                    [mu] => -5056
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\ModuleNode::compileDebugInfo] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 4768
                    [pmu] => 5008
                )

            [Twig\NodeTraverser::traverseForVisitor@15==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 12
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2336
                    [pmu] => 1168
                )

            [Twig\Extension\CoreExtension::getTokenParsers==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 18
                    [wt] => 1245
                    [cpu] => 0
                    [mu] => 82992
                    [pmu] => 0
                )

            [Twig\Parser::subparse@3==>Twig\Token::getType] => Array
                (
                    [ct] => 24
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parsePrimaryExpression==>Twig\Token::getValue] => Array
                (
                    [ct] => 606
                    [wt] => 163
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Proxy::getCustomerGroup==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 277
                    [cpu] => 886
                    [mu] => 800
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@2==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileGetSourceContext==>Twig\Compiler::indent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerExtensionAdvertiseGoogle::admin_link==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@5==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 94
                    [wt] => 207
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelSaleOrder::getOrder] => Array
                (
                    [ct] => 1
                    [wt] => 1588
                    [cpu] => 1293
                    [mu] => 66216
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_get_store==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1470
                    [cpu] => 1705
                    [mu] => 184
                    [pmu] => 0
                )

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

            [start==>Router::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1648
                    [cpu] => 895
                    [mu] => 38280
                    [pmu] => 75640
                )

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

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

            [Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 72
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@5==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 47
                    [wt] => 472
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 384
                )

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

            [Twig\Lexer::lexExpression==>Twig\Lexer::pushToken] => Array
                (
                    [ct] => 395
                    [wt] => 452
                    [cpu] => 0
                    [mu] => 97632
                    [pmu] => 2056
                )

            [Twig\Parser::subparse==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 257
                    [wt] => 253
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

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

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

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

            [Twig\Compiler::subcompile@1==>Twig\Node\Node::compile@2] => Array
                (
                    [ct] => 22
                    [wt] => 4093
                    [cpu] => 8000
                    [mu] => 46576
                    [pmu] => 31352
                )

            [Twig\NodeTraverser::traverseForVisitor@13==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 18
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::setSourceContext@10==>Twig\Source::getName] => Array
                (
                    [ct] => 31
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ModelSettingStore::getStores==>Cache::get] => Array
                (
                    [ct] => 5
                    [wt] => 381
                    [cpu] => 3153
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\TokenParser\AbstractTokenParser::setParser] => Array
                (
                    [ct] => 19
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Loader::{closure}==>ModelSettingStore::getStores] => Array
                (
                    [ct] => 2
                    [wt] => 427
                    [cpu] => 1009
                    [mu] => 768
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@1==>Twig\Node\Expression\NameExpression::compile] => Array
                (
                    [ct] => 114
                    [wt] => 1132
                    [cpu] => 0
                    [mu] => 6016
                    [pmu] => 0
                )

            [Twig\Node\PrintNode::compile==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 163
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::__construct==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\PrintNode::compile==>Twig\Compiler::write] => Array
                (
                    [ct] => 163
                    [wt] => 154
                    [cpu] => 3999
                    [mu] => 4480
                    [pmu] => 3880
                )

            [Twig\Parser::subparse@2==>Twig\TokenParser\ForTokenParser::decideForFork] => Array
                (
                    [ct] => 5
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [Twig\Node\ModuleNode::compileClassFooter==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Action::execute@3==>ControllerSearchSearch::index] => Array
                (
                    [ct] => 1
                    [wt] => 3414
                    [cpu] => 3085
                    [mu] => 47096
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@4==>Twig\NodeTraverser::traverseForVisitor@5] => Array
                (
                    [ct] => 141
                    [wt] => 9571
                    [cpu] => 6208
                    [mu] => 8992
                    [pmu] => 20872
                )

            [Twig\Node\Node::setTemplateName@4==>Twig\Node\Node::setTemplateName@5] => Array
                (
                    [ct] => 489
                    [wt] => 1868
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 1408
                )

            [ControllerSeoLangHtmlHtml::__construct==>Proxy::control@1] => Array
                (
                    [ct] => 1
                    [wt] => 1537
                    [cpu] => 1002
                    [mu] => 2312
                    [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] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse@1==>Twig\Parser::getStream] => Array
                (
                    [ct] => 4
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [ModelSeoLangSeoLang::control@1==>modification] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@3==>Twig\Node\Expression\GetAttrExpression::compile] => Array
                (
                    [ct] => 11
                    [wt] => 520
                    [cpu] => 4001
                    [mu] => 512
                    [pmu] => 0
                )

            [__TwigTemplate_b1c54cca94659fc41b688ce748ea6c98d7e0637116b480689ed052070de651c1::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 79
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Expression\NameExpression::isSpecial==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 202
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>ControllerSeoLangSeoLang::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1671
                    [cpu] => 556
                    [mu] => 24368
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parseStringExpression==>Twig\Node\Expression\ConstantExpression::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1256
                    [pmu] => 376
                )

            [Twig\Parser::parse==>Twig\TokenStream::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\NodeTraverser::traverseForVisitor==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 3
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2600
                    [pmu] => 952
                )

            [ControllerSeoLangHtmlHtml::load_language==>Language::get] => Array
                (
                    [ct] => 4
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileDisplay==>Twig\Compiler::subcompile] => Array
                (
                    [ct] => 3
                    [wt] => 7671
                    [cpu] => 8000
                    [mu] => 104688
                    [pmu] => 78688
                )

            [Twig\Node\Expression\AssignNameExpression::compile==>Twig\Compiler::raw] => Array
                (
                    [ct] => 52
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::addApiSession==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 367
                    [cpu] => 158
                    [mu] => 66584
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrder==>Loader::model] => Array
                (
                    [ct] => 2
                    [wt] => 393
                    [cpu] => 0
                    [mu] => 52744
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Document::addStyle] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1256
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLang::load_view==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 2169
                    [cpu] => 1228
                    [mu] => 86608
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelCustomerCustomerGroup::getCustomerGroups] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 743
                    [mu] => 1488
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::loadLibrary==>googleshopping\Googleshopping::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 408
                    [cpu] => 423
                    [mu] => 2368
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 63322
                    [cpu] => 62749
                    [mu] => 1196824
                    [pmu] => 943360
                )

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

            [Twig\Parser::parse==>Twig\TokenParser\FromTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileGetSourceContext==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeVisitor\EscaperNodeVisitor::doEnterNode==>Twig\Node\Node::getTemplateName] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [ControllerSeoLangHtmlHtml::load_settings==>Proxy::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 110
                    [cpu] => 633
                    [mu] => 6096
                    [pmu] => 0
                )

            [ModelLocalisationOrderStatus::getOrderStatuses==>Cache::get] => Array
                (
                    [ct] => 2
                    [wt] => 298
                    [cpu] => 854
                    [mu] => 18592
                    [pmu] => 0
                )

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

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Loader::controller==>Action::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 272
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@1==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 9
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Node\Expression\Binary\EqualBinary::operator==>Twig\Compiler::raw] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_languages==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1355
                    [cpu] => 845
                    [mu] => 184
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Language::load] => Array
                (
                    [ct] => 1
                    [wt] => 308
                    [cpu] => 0
                    [mu] => 21424
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\TokenParser\SetTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 64
                )

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

            [Twig\Node\ForNode::compile@1==>Twig\Node\Node::setAttribute] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [Template\Template::render==>modification] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Compiler::repr] => Array
                (
                    [ct] => 180
                    [wt] => 275
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Node\Node::compile@6==>Twig\Node\TextNode::compile] => Array
                (
                    [ct] => 7
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 4224
                    [pmu] => 4768
                )

            [Twig\Loader\ChainLoader::getSourceContext==>Twig\Loader\ChainLoader::getSourceContext@1] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [ModelUserApi::deleteApiSessionBySessionId==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 107
                    [cpu] => 38
                    [mu] => 16
                    [pmu] => 0
                )

            [Cache::set==>Cache\Redis::set] => Array
                (
                    [ct] => 5
                    [wt] => 351
                    [cpu] => 253
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Template::render==>Twig\Template::display] => Array
                (
                    [ct] => 5
                    [wt] => 4907
                    [cpu] => 3504
                    [mu] => 92288
                    [pmu] => 437992
                )

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

            [Twig\Parser::subparse@3==>Twig\Node\TextNode::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2760
                    [pmu] => 2760
                )

            [Twig\Node\ModuleNode::compileGetTemplateName==>Twig\Compiler::indent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@1==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 13
                    [wt] => 304
                    [cpu] => 0
                    [mu] => 2176
                    [pmu] => 904
                )

            [Loader::{closure}==>ModelUserUserGroup::getUserGroups] => Array
                (
                    [ct] => 30
                    [wt] => 2103
                    [cpu] => 20755
                    [mu] => 1266384
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@3==>Twig\Node\Node::setSourceContext@4] => Array
                (
                    [ct] => 143
                    [wt] => 3557
                    [cpu] => 3993
                    [mu] => 5920
                    [pmu] => 5880
                )

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

            [Twig\Node\Node::compile@4==>Twig\Node\IfNode::compile@2] => Array
                (
                    [ct] => 2
                    [wt] => 164
                    [cpu] => 0
                    [mu] => 2752
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_scripts_css==>Document::addStyle] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Proxy::getOrderStatus] => Array
                (
                    [ct] => 1
                    [wt] => 202
                    [cpu] => 297
                    [mu] => 1784
                    [pmu] => 0
                )

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

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::getTimestamp] => Array
                (
                    [ct] => 5
                    [wt] => 256
                    [cpu] => 0
                    [mu] => 544
                    [pmu] => 0
                )

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

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

            [ControllerCommonColumnLeft::index==>Loader::model] => Array
                (
                    [ct] => 3
                    [wt] => 245
                    [cpu] => 0
                    [mu] => 24128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileGetSourceContext==>Twig\Compiler::string] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@4==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 286
                    [wt] => 499
                    [cpu] => 3988
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parsePrimaryExpression==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 152
                    [cpu] => 0
                    [mu] => 3976
                    [pmu] => 4520
                )

            [Twig\Node\TextNode::compile==>Twig\Compiler::write] => Array
                (
                    [ct] => 234
                    [wt] => 177
                    [cpu] => 0
                    [mu] => 8320
                    [pmu] => 2824
                )

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

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

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

            [Twig\NodeTraverser::traverseForVisitor@7==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 122
                    [wt] => 260
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Lexer::lexBlock==>Twig\Lexer::popState] => Array
                (
                    [ct] => 78
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile@1==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile@1==>Twig\Compiler::write] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => -32
                    [pmu] => 360
                )

            [Loader::{closure}==>ModelSaleOrder::getOrderOptions] => Array
                (
                    [ct] => 1
                    [wt] => 931
                    [cpu] => 947
                    [mu] => 4552
                    [pmu] => 0
                )

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

            [Twig\Environment::getTemplateClass==>Twig\Loader\ChainLoader::getCacheKey] => Array
                (
                    [ct] => 6
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 91896
                    [pmu] => 36560
                )

            [Action::execute==>ControllerStartupRouter::index] => Array
                (
                    [ct] => 1
                    [wt] => 157003
                    [cpu] => 142416
                    [mu] => 2232624
                    [pmu] => 2782000
                )

            [Session::__construct==>Session\DB::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 1484
                    [cpu] => 379
                    [mu] => 1488
                    [pmu] => 536
                )

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

            [Twig\Node\Node::setSourceContext@7==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 61
                    [wt] => 291
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

            [Twig\Parser::subparse@1==>Twig\TokenStream::next] => Array
                (
                    [ct] => 155
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\ExtensionSet::initExtension==>Twig\Extension\StagingExtension::getTokenParsers] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [library==>library@1] => Array
                (
                    [ct] => 1
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parsePostfixExpression==>Twig\Token::getType] => Array
                (
                    [ct] => 244
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Parser::subparse@2==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 91
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@3==>Twig\Node\Node::compile@4] => Array
                (
                    [ct] => 2
                    [wt] => 171
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@3==>Twig\Node\Node::compile@6] => Array
                (
                    [ct] => 2
                    [wt] => 320
                    [cpu] => 0
                    [mu] => 4704
                    [pmu] => 5008
                )

            [Twig\NodeTraverser::traverseForVisitor@15==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::setSourceContext@12==>Twig\Source::getName] => Array
                (
                    [ct] => 12
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\ExpressionParser::getPrimary==>Twig\Token::getValue] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Loader::{closure}@2==>ModelSettingStore::getStores] => Array
                (
                    [ct] => 2
                    [wt] => 353
                    [cpu] => 1942
                    [mu] => 320
                    [pmu] => 0
                )

            [Loader::language==>Language::load] => Array
                (
                    [ct] => 6
                    [wt] => 2958
                    [cpu] => 1197
                    [mu] => 10392
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@3==>Twig\Node\Expression\NameExpression::compile] => Array
                (
                    [ct] => 32
                    [wt] => 308
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 360
                )

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

            [Twig\ExtensionSet::initExtension==>Twig\Extension\StagingExtension::getFilters] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Proxy::getOrderProducts] => Array
                (
                    [ct] => 1
                    [wt] => 177
                    [cpu] => 791
                    [mu] => 2576
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\Node\ForNode::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1576
                    [pmu] => 1576
                )

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

            [Twig\Node\ModuleNode::compileGetSourceContext==>Twig\Compiler::getEnvironment] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ControllerCommonHeader::index==>Loader::controller@1] => Array
                (
                    [ct] => 1
                    [wt] => 4287
                    [cpu] => 3085
                    [mu] => 49416
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@6==>Twig\NodeTraverser::traverseForVisitor@7] => Array
                (
                    [ct] => 183
                    [wt] => 6406
                    [cpu] => 5010
                    [mu] => 7456
                    [pmu] => 18872
                )

            [Twig\Node\IfNode::compile@1==>Twig\Node\Node::hasNode] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setTemplateName@6==>Twig\Node\Node::setTemplateName@7] => Array
                (
                    [ct] => 320
                    [wt] => 1022
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 1152
                )

            [Twig\TokenStream::nextIf==>Twig\TokenStream::next] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse@1==>Twig\ExpressionParser::parseExpression] => Array
                (
                    [ct] => 39
                    [wt] => 1422
                    [cpu] => 3988
                    [mu] => 58040
                    [pmu] => 52952
                )

            [__TwigTemplate_b1c54cca94659fc41b688ce748ea6c98d7e0637116b480689ed052070de651c1::doDisplay==>twig_ensure_traversable] => Array
                (
                    [ct] => 9
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileClassHeader==>Twig\Compiler::indent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileIsTraitable==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 12600
                    [pmu] => 2872
                )

            [Twig\Node\ModuleNode::compileClassHeader==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::model==>Registry::set] => Array
                (
                    [ct] => 22
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\CoreExtension::getTokenParsers] => Array
                (
                    [ct] => 1
                    [wt] => 1273
                    [cpu] => 0
                    [mu] => 85464
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@2==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 3
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 37544
                    [pmu] => 12600
                )

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

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

            [Twig\Node\ModuleNode::compileGetTemplateName==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::getSetting==>DB::query] => Array
                (
                    [ct] => 7
                    [wt] => 229
                    [cpu] => 2076
                    [mu] => 14344
                    [pmu] => 0
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\CoreExtension::getFilters] => Array
                (
                    [ct] => 1
                    [wt] => 289
                    [cpu] => 1511
                    [mu] => 20264
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\TokenParser\UseTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\Node\Node::count] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\ModuleNode::compile==>Twig\Node\ModuleNode::compileTemplate] => Array
                (
                    [ct] => 1
                    [wt] => 8479
                    [cpu] => 8000
                    [mu] => 184592
                    [pmu] => 170936
                )

            [Twig\Node\ForNode::compile==>Twig\Compiler::indent] => Array
                (
                    [ct] => 12
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 60
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse@1==>Twig\Parser::getExpressionParser] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets==>ControllerSeoLangHtmlHtml::load_language] => Array
                (
                    [ct] => 1
                    [wt] => 222
                    [cpu] => 0
                    [mu] => 8376
                    [pmu] => 0
                )

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

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

            [Twig\Node\ForLoopNode::compile==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 26
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 64
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_scripts_css] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 0
                )

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

            [Proxy::getApi==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 204
                    [cpu] => 170
                    [mu] => 1488
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@3==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 235
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Expression\NameExpression::compile==>Twig\Node\Expression\NameExpression::isSpecial] => Array
                (
                    [ct] => 202
                    [wt] => 219
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Environment::tokenize==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 280
                    [pmu] => 0
                )

            [Twig\Environment::hasExtension==>Twig\ExtensionSet::hasExtension] => Array
                (
                    [ct] => 37
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Expression\Binary\AbstractBinary::compile==>Twig\Node\Expression\Binary\AndBinary::operator] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [Proxy::control@1==>Proxy::__call@1] => Array
                (
                    [ct] => 2
                    [wt] => 3116
                    [cpu] => 1986
                    [mu] => 5280
                    [pmu] => 0
                )

            [ControllerStartupLogin::index==>Cart\User::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 877
                    [cpu] => 1211
                    [mu] => 133560
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLang::switchLanguage==>Registry::set] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => -90856
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets==>Registry::get] => Array
                (
                    [ct] => 24
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parseAssignmentExpression==>Twig\Parser::getStream] => Array
                (
                    [ct] => 13
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Composer\Autoload\ClassLoader::loadClass@3==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 2
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 464
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseSubscriptExpression==>Twig\Token::getValue] => Array
                (
                    [ct] => 72
                    [wt] => 19
                    [cpu] => 3982
                    [mu] => 128
                    [pmu] => 64
                )

            [Twig\Node\Node::compile@2==>Twig\Node\ForLoopNode::compile] => Array
                (
                    [ct] => 7
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@5==>Twig\Node\Node::setSourceContext@6] => Array
                (
                    [ct] => 122
                    [wt] => 2115
                    [cpu] => 3993
                    [mu] => 4512
                    [pmu] => 4512
                )

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

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\TokenStream::next] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_language==>Language::load] => Array
                (
                    [ct] => 12
                    [wt] => 3071
                    [cpu] => 1291
                    [mu] => 76712
                    [pmu] => 0
                )

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

            [ControllerExtensionAdvertiseGoogle::admin_link==>Proxy::getStores] => Array
                (
                    [ct] => 1
                    [wt] => 226
                    [cpu] => 417
                    [mu] => 128
                    [pmu] => 0
                )

            [Template::set==>Template\Template::set] => Array
                (
                    [ct] => 1163
                    [wt] => 417
                    [cpu] => 1220
                    [mu] => 82104
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@6==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 244
                    [wt] => 372
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelUserUser::getUser] => Array
                (
                    [ct] => 1
                    [wt] => 209
                    [cpu] => 36
                    [mu] => 1480
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@9==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 94
                    [wt] => 226
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::method_widgets@1==>Controller::__get] => Array
                (
                    [ct] => 12
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Session::start] => Array
                (
                    [ct] => 1
                    [wt] => 138
                    [cpu] => 42
                    [mu] => 184
                    [pmu] => 0
                )

            [ModelReportStatistics::getValue==>DB::escape] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse@1==>Twig\Parser::subparse@2] => Array
                (
                    [ct] => 6
                    [wt] => 1350
                    [cpu] => 0
                    [mu] => 46424
                    [pmu] => 11408
                )

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

            [Twig\Node\Node::setSourceContext@9==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 47
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Parser::subparse@3==>Twig\TokenStream::next] => Array
                (
                    [ct] => 20
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>Proxy::__set] => Array
                (
                    [ct] => 296
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 18000
                    [pmu] => 0
                )

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 252
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Lexer::tokenize==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 86
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile==>Twig\Compiler::write] => Array
                (
                    [ct] => 38
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\ForNode::compile==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 12
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getValue==>Proxy::__call] => Array
                (
                    [ct] => 3
                    [wt] => 260
                    [cpu] => 362
                    [mu] => 144
                    [pmu] => 0
                )

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

            [Twig\Parser::subparse@4==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 16
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Router::dispatch==>Router::execute] => Array
                (
                    [ct] => 7
                    [wt] => 164704
                    [cpu] => 148836
                    [mu] => 2661280
                    [pmu] => 3255424
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\ExpressionParser::parseExpression] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 2272
                    [pmu] => 2272
                )

            [ControllerCommonColumnLeft::index==>Proxy::getTotalOrders] => Array
                (
                    [ct] => 1
                    [wt] => 142
                    [cpu] => 1309
                    [mu] => 1200
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@14==>Twig\Source::getName] => Array
                (
                    [ct] => 20
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\TokenParser\ForTokenParser::parse==>Twig\TokenParser\ForTokenParser::getTag] => Array
                (
                    [ct] => 12
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Compiler::subcompile@5==>Twig\Node\Expression\NameExpression::compile] => Array
                (
                    [ct] => 12
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 416
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Environment::compileSource] => Array
                (
                    [ct] => 1
                    [wt] => 55264
                    [cpu] => 53069
                    [mu] => 927192
                    [pmu] => 823400
                )

            [ControllerSeoLangSeoLang::method_widgets@1==>ControllerSeoLangSeoLang::add_permission] => Array
                (
                    [ct] => 6
                    [wt] => 4066
                    [cpu] => 6263
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\TokenParser\IfTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\ExpressionParser::getPrimary==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 585
                    [cpu] => 0
                    [mu] => 4576
                    [pmu] => 73448
                )

            [Twig\Compiler::subcompile@1==>Twig\Node\TextNode::compile] => Array
                (
                    [ct] => 3
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Lexer::lexData==>Twig\Lexer::moveCursor] => Array
                (
                    [ct] => 242
                    [wt] => 152
                    [cpu] => 0
                    [mu] => -41992
                    [pmu] => 0
                )

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

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

            [Twig\NodeTraverser::traverseForVisitor@8==>Twig\NodeTraverser::traverseForVisitor@9] => Array
                (
                    [ct] => 141
                    [wt] => 3487
                    [cpu] => 5010
                    [mu] => 5664
                    [pmu] => 16104
                )

            [Action::execute@2==>ControllerCommonColumnLeft::index] => Array
                (
                    [ct] => 1
                    [wt] => 46051
                    [cpu] => 46352
                    [mu] => 575608
                    [pmu] => 318032
                )

            [Twig\Node\Node::setTemplateName@8==>Twig\Node\Node::setTemplateName@9] => Array
                (
                    [ct] => 169
                    [wt] => 461
                    [cpu] => 0
                    [mu] => 896
                    [pmu] => 896
                )

            [Twig\Environment::render==>Twig\Environment::load] => Array
                (
                    [ct] => 5
                    [wt] => 60103
                    [cpu] => 60141
                    [mu] => 1097136
                    [pmu] => 823400
                )

            [Twig\Node\Expression\Binary\AbstractBinary::compile==>Twig\Node\Expression\Binary\EqualBinary::operator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 120
                )

            [Twig\Node\ModuleNode::compileGetSourceContext==>Twig\Compiler::raw] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse@3==>Twig\ExpressionParser::parseExpression] => Array
                (
                    [ct] => 5
                    [wt] => 236
                    [cpu] => 3987
                    [mu] => 10848
                    [pmu] => 10848
                )

            [Twig\Compiler::subcompile@1==>Twig\Node\Expression\Binary\AbstractBinary::compile] => Array
                (
                    [ct] => 3
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 1024
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_language_get] => Array
                (
                    [ct] => 1
                    [wt] => 1617
                    [cpu] => 1757
                    [mu] => 4664
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_view==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1304
                    [cpu] => 2226
                    [mu] => 184
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@1==>Twig\Node\Expression\AssignNameExpression::compile] => Array
                (
                    [ct] => 14
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileClassFooter==>Twig\Compiler::subcompile] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@4==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 429
                    [wt] => 291
                    [cpu] => 0
                    [mu] => 100184
                    [pmu] => 704
                )

            [Twig\TokenParser\IfTokenParser::parse==>Twig\Token::getValue] => Array
                (
                    [ct] => 22
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Parser::parse==>Twig\NodeTraverser::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2144
                    [pmu] => 1336
                )

            [Twig\Parser::parse==>Twig\TokenParser\ForTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSeoLangSeoLang::__construct==>ControllerSeoLangSeoLang::load_widgets] => Array
                (
                    [ct] => 3
                    [wt] => 3660
                    [cpu] => 0
                    [mu] => 4056
                    [pmu] => 0
                )

            [Twig\Node\ForNode::__construct==>Twig\Node\ForLoopNode::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Extension\EscaperExtension::getTokenParsers==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [Twig\Node\Node::compile@2==>Twig\Node\PrintNode::compile] => Array
                (
                    [ct] => 21
                    [wt] => 390
                    [cpu] => 3999
                    [mu] => 896
                    [pmu] => 0
                )

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

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\ModuleNode::compileIsTraitable] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 1024
                    [pmu] => 3016
                )

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

            [Loader::{closure}==>ModelLocalisationOrderStatus::getOrderStatus] => Array
                (
                    [ct] => 1
                    [wt] => 130
                    [cpu] => 297
                    [mu] => 984
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Loader\FilesystemLoader::addPath] => Array
                (
                    [ct] => 10
                    [wt] => 231
                    [cpu] => 0
                    [mu] => 4168
                    [pmu] => 0
                )

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

            [Twig\Node\ModuleNode::compileClassHeader==>Twig\Compiler::getEnvironment] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Proxy::deleteApiSessionBySessionId] => Array
                (
                    [ct] => 1
                    [wt] => 486
                    [cpu] => 105
                    [mu] => 1296
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@1==>Composer\Autoload\includeFile@1] => Array
                (
                    [ct] => 13
                    [wt] => 1179
                    [cpu] => 1511
                    [mu] => 17744
                    [pmu] => 4976
                )

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

            [Request::__construct==>Request::clean] => Array
                (
                    [ct] => 6
                    [wt] => 193
                    [cpu] => 0
                    [mu] => 27648
                    [pmu] => 19456
                )

            [Loader::{closure}==>ModelUserApi::deleteApiSessionBySessionId] => Array
                (
                    [ct] => 1
                    [wt] => 118
                    [cpu] => 38
                    [mu] => 512
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@2==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSaleOrder::info==>Config::get] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@5==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 47
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelCustomerCustomerGroup::getCustomerGroups==>Model::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::__construct==>Proxy::getStores] => Array
                (
                    [ct] => 3
                    [wt] => 769
                    [cpu] => 2542
                    [mu] => 1408
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangSeoLang::method_widgets==>ControllerSeoLangMovaMova::load_settings] => Array
                (
                    [ct] => 1
                    [wt] => 8635
                    [cpu] => 8259
                    [mu] => 82040
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\ModuleNode::compileGetTemplateName] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1024
                    [pmu] => 0
                )

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

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

            [Twig\Parser::parse==>Twig\TokenParser\FlushTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\Environment::isTemplateFresh==>Twig\ExtensionSet::getLastModified] => Array
                (
                    [ct] => 5
                    [wt] => 726
                    [cpu] => 0
                    [mu] => -8
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_layouts==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1441
                    [cpu] => 1313
                    [mu] => 184
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parsePrimaryExpression==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 407
                    [wt] => 374
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Environment::compile==>Twig\Compiler::compile] => Array
                (
                    [ct] => 1
                    [wt] => 8484
                    [cpu] => 8000
                    [mu] => 184976
                    [pmu] => 170936
                )

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Environment::hasExtension] => Array
                (
                    [ct] => 36
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_settings==>ControllerSeoLangMovaMova::load_settings_mova] => Array
                (
                    [ct] => 1
                    [wt] => 8497
                    [cpu] => 7554
                    [mu] => 75528
                    [pmu] => 0
                )

            [ControllerSeoLangMovaMova::load_language==>Language::load] => Array
                (
                    [ct] => 4
                    [wt] => 922
                    [cpu] => 0
                    [mu] => 66720
                    [pmu] => 0
                )

            [Twig\Node\Node::compile@4==>Twig\Node\ForLoopNode::compile] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse@1==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Node\Node::setSourceContext@7==>Twig\Node\Node::setSourceContext@8] => Array
                (
                    [ct] => 90
                    [wt] => 1116
                    [cpu] => 3993
                    [mu] => 3360
                    [pmu] => 3360
                )

            [Twig\ExpressionParser::parseSubscriptExpression==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 180
                    [cpu] => 0
                    [mu] => 5888
                    [pmu] => 7776
                )

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

            [Twig\Environment::render==>Twig\TemplateWrapper::render] => Array
                (
                    [ct] => 5
                    [wt] => 4977
                    [cpu] => 3504
                    [mu] => 129024
                    [pmu] => 437992
                )

            [Twig\NodeTraverser::traverseForVisitor@8==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 180
                    [wt] => 323
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::generateKey] => Array
                (
                    [ct] => 5
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse==>Twig\TokenStream::expect] => Array
                (
                    [ct] => 38
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Loader::{closure}==>ModelSettingExtension::getInstalled] => Array
                (
                    [ct] => 1
                    [wt] => 159
                    [cpu] => 290
                    [mu] => 512
                    [pmu] => 0
                )

            [ModelUserApi::addApiSession==>Model::__get] => Array
                (
                    [ct] => 8
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@11==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 74
                    [wt] => 164
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileDebugInfo==>Twig\Compiler::write] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

            [Twig\Node\ModuleNode::compileConstructor==>Twig\Node\Node::hasNode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@11==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 37
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerEventLanguage::after==>Language::set] => Array
                (
                    [ct] => 1980
                    [wt] => 620
                    [cpu] => 0
                    [mu] => -256
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileIsTraitable==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileIsTraitable==>Twig\Compiler::write] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => -192
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile@2==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 10
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile@2==>Twig\Compiler::write] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Lexer::lexData==>Twig\Lexer::pushToken] => Array
                (
                    [ct] => 484
                    [wt] => 544
                    [cpu] => 0
                    [mu] => 50328
                    [pmu] => 768
                )

            [Twig\Node\ModuleNode::compileGetTemplateName==>Twig\Compiler::raw] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadTemplate==>Twig\Environment::getTemplateClass] => Array
                (
                    [ct] => 5
                    [wt] => 966
                    [cpu] => 0
                    [mu] => 3464
                    [pmu] => 0
                )

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

            [Twig\Environment::addExtension==>Twig\Environment::updateOptionsHash] => Array
                (
                    [ct] => 15
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

            [Twig\NodeVisitor\OptimizerNodeVisitor::optimizePrintNode==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 163
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Router::__construct==>initOCFilter] => Array
                (
                    [ct] => 1
                    [wt] => 1620
                    [cpu] => 895
                    [mu] => 38152
                    [pmu] => 75640
                )

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

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

            [Twig\Compiler::repr==>Twig\Compiler::string] => Array
                (
                    [ct] => 76
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 112
                )

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

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

            [Twig\TokenParser\ForTokenParser::decideForFork==>Twig\Token::test] => Array
                (
                    [ct] => 18
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 88
                )

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

            [Twig\NodeTraverser::traverseForVisitor@10==>Twig\NodeTraverser::traverseForVisitor@11] => Array
                (
                    [ct] => 111
                    [wt] => 1650
                    [cpu] => 0
                    [mu] => 4128
                    [pmu] => 12128
                )

            [Twig\Node\Node::setTemplateName@10==>Twig\Node\Node::setTemplateName@11] => Array
                (
                    [ct] => 91
                    [wt] => 171
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 640
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 1316
                    [cpu] => 1804
                    [mu] => 184
                    [pmu] => 0
                )

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

            [ControllerSaleOrder::info==>Controller::__get] => Array
                (
                    [ct] => 94
                    [wt] => 136
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@3==>Twig\Node\Expression\Binary\AbstractBinary::compile] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 112
                )

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

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Compiler::getEnvironment] => Array
                (
                    [ct] => 36
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Cart::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 252
                    [cpu] => 302
                    [mu] => 2200
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@3==>Twig\Node\Expression\AssignNameExpression::compile] => Array
                (
                    [ct] => 4
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@6==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 366
                    [wt] => 280
                    [cpu] => 0
                    [mu] => 111632
                    [pmu] => 776
                )

            [Twig\TokenParser\IfTokenParser::parse@2==>Twig\Token::getValue] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\EscaperExtension::getTokenParsers] => Array
                (
                    [ct] => 1
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 1536
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileClassHeader==>Twig\Environment::getTemplateClass] => Array
                (
                    [ct] => 1
                    [wt] => 572
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 40864
                )

            [Twig\TokenParser\IfTokenParser::parse==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 2528
                )

            [Twig\Parser::parse==>Twig\TokenParser\IncludeTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\Node\Node::compile@4==>Twig\Node\PrintNode::compile] => Array
                (
                    [ct] => 10
                    [wt] => 545
                    [cpu] => 0
                    [mu] => 8320
                    [pmu] => 15760
                )

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

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

            [Twig\TokenParser\IfTokenParser::parse@1==>Twig\Token::getLine] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Parser::getStream] => Array
                (
                    [ct] => 12
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Loader::{closure}==>ModelReportStatistics::getValue] => Array
                (
                    [ct] => 3
                    [wt] => 117
                    [cpu] => 362
                    [mu] => 608
                    [pmu] => 0
                )

            [Twig\Extension\CoreExtension::getFilters==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 221
                    [cpu] => 1511
                    [mu] => 2448
                    [pmu] => 0
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\EscaperExtension::getFilters] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 3056
                    [pmu] => 0
                )

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

            [Twig\Parser::subparse@1==>Twig\Node\PrintNode::__construct] => Array
                (
                    [ct] => 39
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 14792
                    [pmu] => 12160
                )

            [Twig\TokenStream::expect==>Twig\TokenStream::next] => Array
                (
                    [ct] => 269
                    [wt] => 136
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Loader::{closure}==>ModelCustomerCustomer::getTotalTransactionsByOrderId] => Array
                (
                    [ct] => 1
                    [wt] => 710
                    [cpu] => 131
                    [mu] => 384
                    [pmu] => 0
                )

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

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

            [Twig\NodeTraverser::traverseForVisitor@4==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 143
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\IfNode::compile@1==>Twig\Compiler::indent] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Lexer::tokenize==>Twig\Source::getCode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@1==>Twig\Source::getName] => Array
                (
                    [ct] => 9
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\ModuleNode::compileClassHeader==>Twig\Compiler::raw] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => -64
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@7==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 61
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [start==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 20
                    [wt] => 398
                    [cpu] => 0
                    [mu] => 1648
                    [pmu] => 1944
                )

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

            [Twig\Environment::load==>Twig\Environment::loadTemplate] => Array
                (
                    [ct] => 5
                    [wt] => 60001
                    [cpu] => 57056
                    [mu] => 1096192
                    [pmu] => 823400
                )

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

            [Twig\Compiler::addDebugInfo==>Twig\Node\Node::getTemplateLine] => Array
                (
                    [ct] => 1195
                    [wt] => 354
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse@2==>Twig\TokenParser\IfTokenParser::decideIfFork] => Array
                (
                    [ct] => 7
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\TokenParser\DoTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\ExpressionParser::getPrimary@1==>Twig\ExpressionParser::isUnary] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSaleOrder::info==>Language::get] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Node\ForNode::compile==>Twig\Compiler::raw] => Array
                (
                    [ct] => 36
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@9==>Twig\Node\Node::setSourceContext@10] => Array
                (
                    [ct] => 31
                    [wt] => 491
                    [cpu] => 0
                    [mu] => 2592
                    [pmu] => 2592
                )

            [Twig\Node\Expression\Unary\AbstractUnary::compile==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\CoreExtension::getOperators] => Array
                (
                    [ct] => 1
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 13032
                    [pmu] => 0
                )

            [Twig\Extension\CoreExtension::getFunctions==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 328
                    [pmu] => 0
                )

            [Proxy::getOrder==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 1675
                    [cpu] => 1293
                    [mu] => 66496
                    [pmu] => 0
                )

            [Twig\Extension\CoreExtension::getOperators==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

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

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

            [ControllerSaleOrder::info==>Proxy::getOrderStatuses] => Array
                (
                    [ct] => 1
                    [wt] => 273
                    [cpu] => 175
                    [mu] => 10648
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@10==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 62
                    [wt] => 143
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ModelSeoLangSeoLang::control==>ControllerSeoLangHtmlHtml::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1548
                    [cpu] => 1002
                    [mu] => 2824
                    [pmu] => 0
                )

            [Twig\Parser::subparse@1==>Twig\TokenParser\IfTokenParser::decideIfEnd] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

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

            [Twig\Environment::getUnaryOperators==>Twig\ExtensionSet::getUnaryOperators] => Array
                (
                    [ct] => 2
                    [wt] => 2344
                    [cpu] => 1511
                    [mu] => 142840
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse@2==>Twig\TokenStream::expect] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@13==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 36
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Expression\NameExpression::compile==>Twig\Environment::isStrictVariables] => Array
                (
                    [ct] => 159
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::getPrimary==>Twig\Parser::getCurrentToken] => Array
                (
                    [ct] => 205
                    [wt] => 195
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [ControllerSeoLangSeoLang::load_url_link==>Url::link] => Array
                (
                    [ct] => 16
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 1440
                    [pmu] => 0
                )

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

            [ModelUserUserGroup::getUserGroups==>Model::__get] => Array
                (
                    [ct] => 30
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseStringExpression==>Twig\TokenStream::nextIf] => Array
                (
                    [ct] => 6
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelToolImage::resize==>utf8_substr] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 216
                    [pmu] => 0
                )

            [ModelSeoLangSeoLang::control==>modification] => Array
                (
                    [ct] => 3
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@13==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 18
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Template::__construct==>library] => Array
                (
                    [ct] => 2
                    [wt] => 167
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

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

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

            [Twig\Lexer::tokenize==>Twig\Lexer::lexBlock] => Array
                (
                    [ct] => 244
                    [wt] => 1450
                    [cpu] => 3995
                    [mu] => 51624
                    [pmu] => 0
                )

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

            [Loader::{closure}==>ModelCustomerCustomerGroup::getCustomerGroup] => Array
                (
                    [ct] => 1
                    [wt] => 208
                    [cpu] => 886
                    [mu] => 512
                    [pmu] => 0
                )

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

            [Twig\ExpressionParser::parseExpression==>Twig\Token::getValue] => Array
                (
                    [ct] => 28
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelReportStatistics::getValue==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 92
                    [cpu] => 362
                    [mu] => 3440
                    [pmu] => 0
                )

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

            [Twig\Node\IfNode::compile@1==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 6
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Parser::parse==>Twig\Environment::getNodeVisitors] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [Twig\Lexer::__construct==>Twig\Lexer::getOperatorRegex] => Array
                (
                    [ct] => 1
                    [wt] => 2449
                    [cpu] => 1511
                    [mu] => 143800
                    [pmu] => 0
                )

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

            [Twig\Environment::__construct==>Twig\Environment::setCache] => Array
                (
                    [ct] => 5
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 2616
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile==>Twig\Compiler::subcompile@1] => Array
                (
                    [ct] => 28
                    [wt] => 2292
                    [cpu] => 4001
                    [mu] => 22232
                    [pmu] => 16696
                )

            [Twig\Node\ForNode::compile==>Twig\Compiler::subcompile@2] => Array
                (
                    [ct] => 12
                    [wt] => 469
                    [cpu] => 0
                    [mu] => 8576
                    [pmu] => 11832
                )

            [Twig\Node\ForNode::compile==>Twig\Compiler::subcompile@3] => Array
                (
                    [ct] => 8
                    [wt] => 211
                    [cpu] => 0
                    [mu] => 3264
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@12==>Twig\NodeTraverser::traverseForVisitor@13] => Array
                (
                    [ct] => 54
                    [wt] => 779
                    [cpu] => 0
                    [mu] => 2592
                    [pmu] => 7944
                )

            [Twig\Node\Node::setTemplateName@12==>Twig\Node\Node::setTemplateName@13] => Array
                (
                    [ct] => 42
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 384
                )

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

            [Proxy::__call==>Loader::{closure}] => Array
                (
                    [ct] => 71
                    [wt] => 19451
                    [cpu] => 40591
                    [mu] => 1639640
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@8==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 270
                    [wt] => 184
                    [cpu] => 0
                    [mu] => 67088
                    [pmu] => 1104
                )

            [Twig\ExpressionParser::parseAssignmentExpression==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Expression\Binary\AbstractBinary::compile==>Twig\Compiler::raw] => Array
                (
                    [ct] => 28
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Compiler::raw] => Array
                (
                    [ct] => 324
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSaleOrder::getOrderTotals] => Array
                (
                    [ct] => 1
                    [wt] => 201
                    [cpu] => 117
                    [mu] => 1360
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\ExtensionSet::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 168
                    [cpu] => 0
                    [mu] => 2984
                    [pmu] => 0
                )

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

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

            [ControllerSeoLangMovaMova::load_settings_mova==>ControllerSeoLangSeoLang::switchLanguage] => Array
                (
                    [ct] => 3
                    [wt] => 8460
                    [cpu] => 7554
                    [mu] => 72544
                    [pmu] => 0
                )

            [Twig\Node\Node::compile@6==>Twig\Node\PrintNode::compile] => Array
                (
                    [ct] => 5
                    [wt] => 259
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 240
                )

            [Twig\ExpressionParser::parseAssignmentExpression==>Twig\Node\Expression\NameExpression::__construct] => Array
                (
                    [ct] => 15
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 5768
                    [pmu] => 2800
                )

            [Twig\Compiler::subcompile@4==>Twig\Node\Expression\ArrayExpression::compile] => Array
                (
                    [ct] => 11
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [main()==>start] => Array
                (
                    [ct] => 1
                    [wt] => 171336
                    [cpu] => 156775
                    [mu] => 2876608
                    [pmu] => 3451712
                )

            [Twig\TokenStream::isEOF==>Twig\Token::getType] => Array
                (
                    [ct] => 476
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\IfNode::compile@1==>Twig\Node\Node::count] => Array
                (
                    [ct] => 4
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\ModuleNode::compileClassFooter] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Twig\NodeVisitor\EscaperNodeVisitor::doEnterNode==>Twig\Extension\EscaperExtension::getDefaultStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::addVisitor==>Twig\NodeVisitor\OptimizerNodeVisitor::getPriority] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Parser::subparse@3==>Twig\Node\PrintNode::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 2008
                )

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

            [Action::execute@2==>modification] => Array
                (
                    [ct] => 10
                    [wt] => 438
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Compiler::repr==>Twig\Compiler::raw] => Array
                (
                    [ct] => 144
                    [wt] => 53
                    [cpu] => 0
                    [mu] => -9088
                    [pmu] => 0
                )

            [Twig\Environment::tokenize==>Twig\Lexer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2474
                    [cpu] => 1511
                    [mu] => 145464
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@6==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 122
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\Node\Node::setSourceContext@3==>Twig\Source::getName] => Array
                (
                    [ct] => 235
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\NodeTraverser::traverseForVisitor@9==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 47
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\TokenStream::nextIf==>Twig\Token::test] => Array
                (
                    [ct] => 232
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\ExpressionParser::parseSubscriptExpression==>Twig\Node\Expression\ArrayExpression::__construct] => Array
                (
                    [ct] => 36
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 1904
                )

            [Twig\Node\ModuleNode::compileDisplay==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse@4==>Twig\TokenParser\IfTokenParser::decideIfFork] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\TokenParser\MacroTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSeoLangSeoLang::seolang_menu==>Language::get] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileDisplay==>Twig\Compiler::write] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parseStringExpression==>Twig\Token::getValue] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\Node\Node::getTemplateLine] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Environment::setCache==>Twig\Cache\FilesystemCache::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Parser::getExpressionParser] => Array
                (
                    [ct] => 24
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSaleOrder::info==>Proxy::getTotalTransactionsByOrderId] => Array
                (
                    [ct] => 1
                    [wt] => 779
                    [cpu] => 131
                    [mu] => 1176
                    [pmu] => 0
                )

            [main()==>Xhgui\Profiler\Profiler::registerShutdownHandler] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 264
                )

            [Twig\Node\Node::getTemplateName==>Twig\Source::getName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@3==>Twig\Node\Expression\ConstantExpression::compile] => Array
                (
                    [ct] => 19
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [Twig\Extension\CoreExtension::getFilters==>Twig\TwigFilter::__construct] => Array
                (
                    [ct] => 34
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 11264
                    [pmu] => 0
                )

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

            [Twig\Node\Expression\Binary\AbstractBinary::compile==>Twig\Compiler::subcompile@2] => Array
                (
                    [ct] => 6
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Expression\Binary\AbstractBinary::compile==>Twig\Compiler::subcompile@3] => Array
                (
                    [ct] => 2
                    [wt] => 73
                    [cpu] => 4001
                    [mu] => 640
                    [pmu] => 360
                )

            [Twig\Node\Expression\Binary\AbstractBinary::compile==>Twig\Compiler::subcompile@4] => Array
                (
                    [ct] => 2
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 112
                )

            [Twig\Node\Expression\Binary\AbstractBinary::compile==>Twig\Compiler::subcompile@5] => Array
                (
                    [ct] => 4
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 480
                    [pmu] => 0
                )

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Compiler::subcompile@3] => Array
                (
                    [ct] => 57
                    [wt] => 344
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Compiler::subcompile@4] => Array
                (
                    [ct] => 33
                    [wt] => 201
                    [cpu] => 4001
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Compiler::subcompile@5] => Array
                (
                    [ct] => 18
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::add_permission==>Proxy::getUserGroups] => Array
                (
                    [ct] => 30
                    [wt] => 3710
                    [cpu] => 20755
                    [mu] => 1267168
                    [pmu] => 0
                )

            [Twig\Node\PrintNode::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 163
                    [wt] => 139
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 80
                )

            [ControllerCommonColumnLeft::index==>Url::link] => Array
                (
                    [ct] => 75
                    [wt] => 128
                    [cpu] => 0
                    [mu] => 6064
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@11==>Twig\Node\Node::setSourceContext@12] => Array
                (
                    [ct] => 12
                    [wt] => 193
                    [cpu] => 0
                    [mu] => 1824
                    [pmu] => 1824
                )

            [Twig\NodeVisitor\OptimizerNodeVisitor::enterOptimizeFor==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 224
                    [wt] => 134
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Expression\ArrayExpression::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 36
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Proxy::getApi] => Array
                (
                    [ct] => 1
                    [wt] => 204
                    [cpu] => 170
                    [mu] => 1992
                    [pmu] => 0
                )

            [Twig\Node\ForNode::compile==>Twig\Compiler::addDebugInfo] => Array
                (
                    [ct] => 12
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelUserApi::getApi] => Array
                (
                    [ct] => 1
                    [wt] => 139
                    [cpu] => 170
                    [mu] => 1208
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@12==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 24
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSeoLangSeoLang::add_permission==>Loader::model] => Array
                (
                    [ct] => 30
                    [wt] => 184
                    [cpu] => 0
                    [mu] => 11584
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_url_link] => Array
                (
                    [ct] => 1
                    [wt] => 1386
                    [cpu] => 867
                    [mu] => 3072
                    [pmu] => 0
                )

            [Loader::controller@1==>Action::execute@3] => Array
                (
                    [ct] => 1
                    [wt] => 3508
                    [cpu] => 3085
                    [mu] => 47504
                    [pmu] => 0
                )

            [Twig\Parser::subparse@3==>Twig\TokenParser\IfTokenParser::decideIfEnd] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\ExpressionParser::parseAssignmentExpression==>Twig\Token::getLine] => Array
                (
                    [ct] => 15
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@15==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 8
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Action::execute@2==>ControllerCommonHeader::index] => Array
                (
                    [ct] => 1
                    [wt] => 7875
                    [cpu] => 5098
                    [mu] => 128160
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext@15==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSeoLangSeoLang::validate==>Language::load] => Array
                (
                    [ct] => 1
                    [wt] => 450
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 0
                )

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

            [Twig\Node\Node::compile@3==>Twig\Node\Node::compile@4] => Array
                (
                    [ct] => 3
                    [wt] => 398
                    [cpu] => 0
                    [mu] => 8320
                    [pmu] => 11832
                )

            [ControllerExtensionAdvertiseGoogle::loadStore==>Proxy::getSetting] => Array
                (
                    [ct] => 1
                    [wt] => 108
                    [cpu] => 237
                    [mu] => 1296
                    [pmu] => 0
                )

            [ControllerExtensionAdvertiseGoogle::admin_link==>Controller::__get] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::__construct==>Twig\Loader\ChainLoader::addLoader] => Array
                (
                    [ct] => 40
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 7648
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrder==>DB::query] => Array
                (
                    [ct] => 6
                    [wt] => 722
                    [cpu] => 656
                    [mu] => 15064
                    [pmu] => 0
                )

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

            [ControllerSeoLangSeoLang::__construct==>Config::get] => Array
                (
                    [ct] => 21
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Cart\User::hasPermission] => Array
                (
                    [ct] => 74
                    [wt] => 152
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 1076
                    [cpu] => 2119
                    [mu] => 348832
                    [pmu] => 472624
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Parser::subparse@1] => Array
                (
                    [ct] => 7
                    [wt] => 2529
                    [cpu] => 7975
                    [mu] => 128352
                    [pmu] => 129016
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Parser::subparse@2] => Array
                (
                    [ct] => 3
                    [wt] => 403
                    [cpu] => 0
                    [mu] => 21512
                    [pmu] => 22512
                )

            [Twig\ExpressionParser::parseExpression==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 815
                    [cpu] => 0
                    [mu] => 10176
                    [pmu] => 78160
                )

            [Twig\Parser::subparse==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Parser::subparse@3] => Array
                (
                    [ct] => 2
                    [wt] => 717
                    [cpu] => 0
                    [mu] => 20152
                    [pmu] => 11408
                )

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

            [Twig\Parser::parse==>Twig\TokenParser\SpacelessTokenParser::getTag] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::write] => Array
                (
                    [ct] => 1
                    [wt] => 461
                    [cpu] => 0
                    [mu] => 16
                    [pmu] => 0
                )

            [Proxy::getCustomerGroups==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 106
                    [cpu] => 743
                    [mu] => 2152
                    [pmu] => 0
                )

            [ControllerSaleOrder::info==>Proxy::getOrder] => Array
                (
                    [ct] => 1
                    [wt] => 1676
                    [cpu] => 1293
                    [mu] => 67000
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@14==>Twig\NodeTraverser::traverseForVisitor@15] => Array
                (
                    [ct] => 12
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 2400
                )

            [Twig\Node\Node::setTemplateName@14==>Twig\Node\Node::setTemplateName@15] => Array
                (
                    [ct] => 4
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\NodeVisitor\AbstractNodeVisitor::enterNode==>Twig\NodeVisitor\EscaperNodeVisitor::doEnterNode] => Array
                (
                    [ct] => 878
                    [wt] => 393
                    [cpu] => 0
                    [mu] => 1024
                    [pmu] => 0
                )

            [Twig\ExpressionParser::parsePrimaryExpression==>Twig\Parser::getStream] => Array
                (
                    [ct] => 202
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Proxy::getCustomer==>Proxy::__call@1] => Array
                (
                    [ct] => 1
                    [wt] => 206
                    [cpu] => 336
                    [mu] => 1568
                    [pmu] => 0
                )

            [Twig\Lexer::lexVar==>Twig\Lexer::popState] => Array
                (
                    [ct] => 163
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

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

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

            [Proxy::__call@2==>Loader::{closure}@2] => Array
                (
                    [ct] => 2
                    [wt] => 489
                    [cpu] => 1986
                    [mu] => 800
                    [pmu] => 0
                )

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

            [Twig\Extension\OptimizerExtension::getNodeVisitors==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 1648
                    [pmu] => 0
                )

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

            [Twig\NodeTraverser::traverseForVisitor@10==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 93
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 28760
                    [pmu] => 1072
                )

            [Twig\Node\ModuleNode::compileConstructor==>Twig\Compiler::indent] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Session::start==>Session\DB::read] => Array
                (
                    [ct] => 2
                    [wt] => 303
                    [cpu] => 80
                    [mu] => 928
                    [pmu] => 18152
                )

            [Twig\Node\Expression\Binary\NotEqualBinary::operator==>Twig\Compiler::raw] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelCustomerCustomField::getCustomFields] => Array
                (
                    [ct] => 1
                    [wt] => 232
                    [cpu] => 962
                    [mu] => 512
                    [pmu] => 0
                )

            [Twig\Lexer::lexBlock==>Twig\Lexer::lexExpression] => Array
                (
                    [ct] => 166
                    [wt] => 906
                    [cpu] => 3995
                    [mu] => 37992
                    [pmu] => 0
                )

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

            [Twig\ExtensionSet::initExtensions==>Twig\ExtensionSet::initExtension] => Array
                (
                    [ct] => 4
                    [wt] => 2337
                    [cpu] => 1511
                    [mu] => 142584
                    [pmu] => 0
                )

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

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

            [ControllerExtensionAdvertiseGoogle::__construct==>ControllerExtensionAdvertiseGoogle::loadStore] => Array
                (
                    [ct] => 1
                    [wt] => 117
                    [cpu] => 237
                    [mu] => 1864
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\Parser::subparse] => Array
                (
                    [ct] => 1
                    [wt] => 13132
                    [cpu] => 11976
                    [mu] => 562008
                    [pmu] => 562008
                )

            [Twig\NodeTraverser::traverseForVisitor==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::seolang_menu==>ControllerSeoLangSeoLang::load_settings] => Array
                (
                    [ct] => 1
                    [wt] => 10739
                    [cpu] => 10607
                    [mu] => 46976
                    [pmu] => 0
                )

            [Twig\Template::display==>Twig\Template::displayWithErrorHandling] => Array
                (
                    [ct] => 5
                    [wt] => 4872
                    [cpu] => 3504
                    [mu] => 91648
                    [pmu] => 437992
                )

            [OCFilter\Core::admin==>library] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [Twig\Parser::subparse==>Twig\TokenParser\IfTokenParser::parse] => Array
                (
                    [ct] => 14
                    [wt] => 5283
                    [cpu] => 0
                    [mu] => 189560
                    [pmu] => 232280
                )

            [Twig\Lexer::lexBlock==>Twig\Lexer::moveCursor] => Array
                (
                    [ct] => 78
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setSourceContext==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 1
                    [wt] => 870
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

            [Twig\ExpressionParser::parseConditionalExpression==>Twig\TokenStream::nextIf] => Array
                (
                    [ct] => 198
                    [wt] => 198
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

            [Twig\Parser::parse==>Twig\Node\ModuleNode::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7597
                    [cpu] => 8076
                    [mu] => 10480
                    [pmu] => 10480
                )

            [Loader::{closure}==>ModelLocalisationOrderStatus::getOrderStatuses] => Array
                (
                    [ct] => 2
                    [wt] => 321
                    [cpu] => 854
                    [mu] => 19056
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@8==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 90
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Twig\Node\Node::setSourceContext@5==>Twig\Source::getName] => Array
                (
                    [ct] => 47
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\NodeTraverser::traverseForVisitor@11==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 37
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Loader::model==>Loader::callback] => Array
                (
                    [ct] => 296
                    [wt] => 208
                    [cpu] => 0
                    [mu] => 244032
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileMacros==>Twig\Compiler::subcompile] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\TextNode::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 234
                    [wt] => 168
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 80
                )

            [Twig\Node\ModuleNode::compileClassHeader==>Twig\Environment::getBaseTemplateClass] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonHeader::index==>Url::link] => Array
                (
                    [ct] => 8
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [Twig\NodeVisitor\OptimizerNodeVisitor::doLeaveNode==>Twig\NodeVisitor\OptimizerNodeVisitor::leaveOptimizeFor] => Array
                (
                    [ct] => 878
                    [wt] => 281
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse==>Twig\TokenParser\ForTokenParser::parse] => Array
                (
                    [ct] => 7
                    [wt] => 3208
                    [cpu] => 7975
                    [mu] => 163440
                    [pmu] => 165920
                )

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

            [Proxy::deleteApiSessionBySessionId==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 485
                    [cpu] => 105
                    [mu] => 792
                    [pmu] => 0
                )

            [Twig\Parser::subparse@1==>Twig\Token::getValue] => Array
                (
                    [ct] => 91
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Lexer::lexData==>Twig\Lexer::lexComment] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [Twig\Node\ModuleNode::compileGetSourceContext==>Twig\Node\Node::getSourceContext] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Compiler::subcompile@5==>Twig\Node\Expression\ConstantExpression::compile] => Array
                (
                    [ct] => 8
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [DB::escape==>DB\MySQLi::escape] => Array
                (
                    [ct] => 28
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 1344
                    [pmu] => 152
                )

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

            [ModelCustomerCustomerGroup::getCustomerGroup==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 199
                    [cpu] => 886
                    [mu] => 320
                    [pmu] => 0
                )

            [start==>library] => Array
                (
                    [ct] => 10
                    [wt] => 729
                    [cpu] => 149
                    [mu] => 320
                    [pmu] => 2400
                )

            [ControllerSeoLangSeoLang::method_widgets==>ControllerSeoLangMovaMova::load_language] => Array
                (
                    [ct] => 1
                    [wt] => 353
                    [cpu] => 0
                    [mu] => -2680
                    [pmu] => 0
                )

            [Twig\Parser::subparse==>Twig\Token::getLine] => Array
                (
                    [ct] => 215
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Composer\Autoload\includeFile@1==>Composer\Autoload\ClassLoader::loadClass@2] => Array
                (
                    [ct] => 6
                    [wt] => 467
                    [cpu] => 1511
                    [mu] => 3872
                    [pmu] => 0
                )

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

            [ControllerSaleOrder::info==>Cart\Currency::format] => Array
                (
                    [ct] => 4
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 416
                    [pmu] => 0
                )

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

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

            [Twig\Node\Node::setSourceContext@13==>Twig\Node\Node::setSourceContext@14] => Array
                (
                    [ct] => 20
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 960
                )

            [Proxy::getTotalTransactionsByOrderId==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 778
                    [cpu] => 131
                    [mu] => 672
                    [pmu] => 0
                )

            [Twig\Node\IfNode::compile@1==>Twig\Compiler::raw] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\TokenStream::nextIf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [ControllerSaleOrder::info==>ControllerSaleOrder::{closure}] => Array
                (
                    [ct] => 15
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse@1==>Twig\TokenStream::isEOF] => Array
                (
                    [ct] => 146
                    [wt] => 135
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [Twig\NodeTraverser::traverseForVisitor@14==>Twig\NodeVisitor\AbstractNodeVisitor::enterNode] => Array
                (
                    [ct] => 40
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 224
                )

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\Node::getAttribute] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Node\ModuleNode::compileConstructor==>Twig\Compiler::outdent] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [ModelSettingExtension::getInstalled==>DB::escape] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 160
                    [pmu] => 0
                )

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

            [Proxy::getOrderStatus==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 200
                    [cpu] => 297
                    [mu] => 1280
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_model==>ControllerSeoLangSeoLang::method_widgets] => Array
                (
                    [ct] => 1
                    [wt] => 5054
                    [cpu] => 3759
                    [mu] => 24752
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSaleOrder::getTotalOrders] => Array
                (
                    [ct] => 1
                    [wt] => 81
                    [cpu] => 1309
                    [mu] => 416
                    [pmu] => 0
                )

            [googleshopping\Googleshopping::loadStore==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse@1==>Twig\Node\IfNode::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1632
                    [pmu] => 0
                )

            [ModelCustomerCustomer::getTotalCustomerRewardsByOrderId==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 96
                    [cpu] => 130
                    [mu] => 1184
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Node\Expression\NameExpression::__construct] => Array
                (
                    [ct] => 24
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 9152
                    [pmu] => 5832
                )

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

            [Twig\Compiler::subcompile@1==>Twig\Node\Expression\Unary\AbstractUnary::compile] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

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

            [Proxy::getInstalled==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 223
                    [cpu] => 290
                    [mu] => 800
                    [pmu] => 0
                )

            [ModelLocalisationOrderStatus::getOrderStatus==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 120
                    [cpu] => 297
                    [mu] => 1280
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse@1==>Twig\TokenStream::next] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getUserGroups==>Proxy::__call] => Array
                (
                    [ct] => 30
                    [wt] => 3676
                    [cpu] => 20755
                    [mu] => 1267040
                    [pmu] => 0
                )

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

            [Twig\Node\Expression\GetAttrExpression::compile==>Twig\Node\Node::getTemplateLine] => Array
                (
                    [ct] => 36
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Parser::subparse@2==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 12
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerCommonColumnLeft::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 234
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Node\Node::compile@1==>Twig\Node\TextNode::compile] => Array
                (
                    [ct] => 117
                    [wt] => 834
                    [cpu] => 0
                    [mu] => 34048
                    [pmu] => 39696
                )

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

            [Twig\TokenParser\IfTokenParser::parse==>Twig\TokenParser\IfTokenParser::getTag] => Array
                (
                    [ct] => 16
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

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

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\ModuleNode::compileConstructor] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 1536
                    [pmu] => 0
                )

            [Twig\Node\ForNode::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 2528
                )

            [ControllerSaleOrder::info==>Proxy::getOrderOptions] => Array
                (
                    [ct] => 1
                    [wt] => 1016
                    [cpu] => 947
                    [mu] => 5336
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\ModuleNode::compileMacros] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileConstructor==>Twig\Node\Node::count] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::parse==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\includeFile] => Array
                (
                    [ct] => 62
                    [wt] => 4588
                    [cpu] => 1511
                    [mu] => 153192
                    [pmu] => 180312
                )

            [Twig\Node\IfNode::compile@1==>Twig\Compiler::subcompile@2] => Array
                (
                    [ct] => 10
                    [wt] => 563
                    [cpu] => 0
                    [mu] => 8880
                    [pmu] => 0
                )

            [Twig\Parser::subparse@1==>Twig\TokenStream::expect] => Array
                (
                    [ct] => 39
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\NodeTraverser::traverseForVisitor@12==>Twig\Node\Node::getIterator] => Array
                (
                    [ct] => 36
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 14432
                    [pmu] => 1640
                )

            [ModelSettingStore::getStores==>Cache::set] => Array
                (
                    [ct] => 5
                    [wt] => 359
                    [cpu] => 253
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\ExpressionParser::isBinary==>Twig\Token::test] => Array
                (
                    [ct] => 215
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 88
                )

            [Twig\Parser::subparse==>Twig\Token::getType] => Array
                (
                    [ct] => 256
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [Twig\Lexer::lexBlock==>Twig\Lexer::pushToken] => Array
                (
                    [ct] => 78
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 13248
                    [pmu] => 0
                )

            [Twig\TokenParser\IfTokenParser::parse@1==>Twig\ExpressionParser::parseExpression] => Array
                (
                    [ct] => 4
                    [wt] => 119
                    [cpu] => 0
                    [mu] => 3344
                    [pmu] => 0
                )

            [Twig\TemplateWrapper::render==>Twig\Template::render] => Array
                (
                    [ct] => 5
                    [wt] => 4964
                    [cpu] => 3504
                    [mu] => 128896
                    [pmu] => 437992
                )

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

            [Twig\ExtensionSet::initExtension==>Twig\Extension\AbstractExtension::getTokenParsers] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@2==>Twig\NodeVisitor\AbstractNodeVisitor::leaveNode] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse@2==>Twig\TokenParser\IfTokenParser::parse] => Array
                (
                    [ct] => 1
                    [wt] => 445
                    [cpu] => 3987
                    [mu] => 23664
                    [pmu] => 23664
                )

            [ControllerSeoLangHtmlHtml::load_language==>Language::load] => Array
                (
                    [ct] => 4
                    [wt] => 758
                    [cpu] => 0
                    [mu] => -64
                    [pmu] => 0
                )

            [Twig\ExpressionParser::getPrimary==>Twig\Parser::getStream] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::setSourceContext@2==>Twig\Node\Node::setTemplateName] => Array
                (
                    [ct] => 1
                    [wt] => 927
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

            [Twig\Compiler::addDebugInfo==>Twig\Compiler::write] => Array
                (
                    [ct] => 187
                    [wt] => 161
                    [cpu] => 0
                    [mu] => -55488
                    [pmu] => 7976
                )

            [Action::execute@3==>ControllerEventLanguage::after] => Array
                (
                    [ct] => 1
                    [wt] => 587
                    [cpu] => 0
                    [mu] => -20024
                    [pmu] => 0
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\AbstractExtension::getFilters] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileGetParent==>Twig\Node\Node::hasNode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse@1==>Twig\Token::getValue] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 8
                )

            [Loader::controller@1==>Event::trigger] => Array
                (
                    [ct] => 2
                    [wt] => 757
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@10==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::enterNode] => Array
                (
                    [ct] => 31
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Node::setSourceContext@7==>Twig\Source::getName] => Array
                (
                    [ct] => 61
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Node\Expression\NameExpression::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 243
                    [wt] => 181
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Loader::{closure}==>Event::trigger] => Array
                (
                    [ct] => 136
                    [wt] => 3126
                    [cpu] => 1452
                    [mu] => -61048
                    [pmu] => 0
                )

            [Loader::{closure}==>Event::trigger@1] => Array
                (
                    [ct] => 6
                    [wt] => 111
                    [cpu] => 0
                    [mu] => -2512
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileClassFooter==>Twig\Node\Node::getNode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileClassFooter==>Twig\Compiler::write] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileGetTemplateName==>Twig\Node\Node::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeTraverser::traverseForVisitor@13==>Twig\NodeVisitor\MacroAutoImportNodeVisitor::leaveNode] => Array
                (
                    [ct] => 18
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSeoLangSeoLang::load_set_complete==>Proxy::getOrderStatuses] => Array
                (
                    [ct] => 1
                    [wt] => 168
                    [cpu] => 679
                    [mu] => 9336
                    [pmu] => 0
                )

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

            [ModelCustomerCustomer::getCustomer==>Model::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [Twig\TokenParser\ForTokenParser::parse==>Twig\Token::getLine] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 88
                )

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

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

            [ControllerSearchSearch::index==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 227
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Twig\Parser::subparse@2==>Twig\TokenParser\ForTokenParser::parse] => Array
                (
                    [ct] => 2
                    [wt] => 910
                    [cpu] => 0
                    [mu] => 27592
                    [pmu] => 11408
                )

            [Twig\NodeTraverser::traverseForVisitor@1==>Twig\NodeTraverser::traverseForVisitor@2] => Array
                (
                    [ct] => 3
                    [wt] => 16795
                    [cpu] => 15517
                    [mu] => 13392
                    [pmu] => 35968
                )

            [Twig\Parser::subparse@3==>Twig\Token::getValue] => Array
                (
                    [ct] => 11
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Node\Node::setTemplateName@1==>Twig\Node\Node::setTemplateName@2] => Array
                (
                    [ct] => 868
                    [wt] => 4147
                    [cpu] => 4083
                    [mu] => 1792
                    [pmu] => 1792
                )

            [Twig\Node\Node::compile@1==>Twig\Node\ForNode::compile] => Array
                (
                    [ct] => 7
                    [wt] => 2509
                    [cpu] => 4001
                    [mu] => 27168
                    [pmu] => 17032
                )

            [Twig\Lexer::lexComment==>Twig\Lexer::moveCursor] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 80
                    [pmu] => 0
                )

            [Twig\Node\ModuleNode::compileTemplate==>Twig\Node\ModuleNode::compileGetParent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

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

            [Twig\Node\IfNode::__construct==>Twig\Node\Node::__construct] => Array
                (
                    [ct] => 22
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Twig\Parser::subparse@2==>Twig\Token::getLine] => Array
                (
                    [ct] => 61
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\NodeVisitor\EscaperNodeVisitor::doEnterNode==>Twig\Environment::getExtension] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\ExtensionSet::initExtension==>Twig\Extension\StagingExtension::getTests] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\TokenStream::expect==>Twig\Token::test] => Array
                (
                    [ct] => 269
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

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

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

            [Event::trigger==>Action::execute@3] => Array
                (
                    [ct] => 7
                    [wt] => 2872
                    [cpu] => 2076
                    [mu] => 291736
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@4] => Array
                (
                    [ct] => 1
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 21496
                    [pmu] => 0
                )

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

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

            [Twig\Node\Expression\ArrayExpression::__construct==>Twig\Node\Expression\ArrayExpression::getKeyValuePairs] => Array
                (
                    [ct] => 36
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 1904
                )

            [Twig\Node\ModuleNode::compileGetSourceContext==>Twig\Compiler::write] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Parser::subparse@3==>Twig\TokenStream::isEOF] => Array
                (
                    [ct] => 18
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

        )

)