The template is really nice and offers quite a large set of options. It's beautiful and the coding is done quickly and seamlessly. Thank you!

Christina Kray

Head of IT department

Total execution time: 1770180078.2433 sec.

Framework 1.50 v6.20

Cpu Usage 5893 sec.

Memory Usage 2.69MB

POST:
Array
(
)

                         
GET:
Array
(
)

                         
Array
(
    [route] => page/demo
    [path] => /page/([a-z0-9_-]+)
    [segments] => Array
        (
            [0] => page
            [1] => demo
        )

    [closure] => Array
        (
            [0] => Wojo\Controller\Front\IndexController
            [1] => page
        )

    [template] => view/front/themes/master/page.tpl.php
)

1. select | total: 1
SELECT * FROM `settings` WHERE (`id` = 1) ;

2. select | total: 1
SELECT * FROM `pages` WHERE (`slug_tw` = "demo") and (`active` = 1) ;

3. SELECT | total: 28
SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;

1. select | total: 1. SELECT * FROM `settings` WHERE (`id` = 1) ;
2. select | total: 1. SELECT * FROM `pages` WHERE (`slug_tw` = "demo") and (`active` = 1) ;
3. SELECT | total: 28. SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;