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: 1745064876.5127 sec.

Framework 1.50 v6.20

Cpu Usage 4383 sec.

Memory Usage 833.07kB

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_en` = "demo") and (`active` = 1) ;

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

4. SELECT | total: 0
SELECT YEAR(created) as year, DATE_FORMAT(created, '%m') as month,COUNT(id) as total FROM `mod_blog` WHERE active = 1 AND created <= DATE_SUB(NOW(), INTERVAL 1 MONTH) GROUP BY year, month ORDER BY year DESC, month DESC ;

5. SELECT | total: 0
SELECT title_en as title, slug_en as slug, thumb, created, id FROM `mod_blog` WHERE active = 1 ORDER BY hits DESC LIMIT 5 ;

1. select | total: 1. SELECT * FROM `settings` WHERE (`id` = 1) ;
2. SELECT | total: 13. SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;
3. SELECT | total: 0.  SELECT YEAR(created) as year, DATE_FORMAT(created, '%m') as month,COUNT(id) as total FROM `mod_blog` WHERE active = 1 AND created <= DATE_SUB(NOW(), INTERVAL 1 MONTH) GROUP BY year, month ORDER BY year DESC, month DESC ;
4. SELECT | total: 0.  SELECT YEAR(created) as year, DATE_FORMAT(created, '%m') as month,COUNT(id) as total FROM `mod_blog` WHERE active = 1 AND created <= DATE_SUB(NOW(), INTERVAL 1 MONTH) GROUP BY year, month ORDER BY year DESC, month DESC ;
2. select | total: 0. SELECT * FROM `custom_fields` WHERE (`section` = "profile") and (`active` = 1) ORDER BY `sorting` ASC;
3. SELECT | total: 13. SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;
5. SELECT | total: 0.  SELECT title_en as title, slug_en as slug, thumb, created, id FROM `mod_blog` WHERE active = 1 ORDER BY hits DESC LIMIT 5 ;
2. select | total: 1. SELECT * FROM `pages` WHERE (`slug_en` = "demo") and (`active` = 1) ;
4. SELECT | total: 1.  SELECT id, plugin_id, jscode, show_title, alt_class, plugalias, title_en as title, body_en as body FROM `plugins` WHERE id IN (52) AND active = 1 ;
5. SELECT | total: 11.  SELECT d.id, d.created, d.title_en as title, d.slug_en as slug, d.thumb, c.slug_en as cslug, c.name_en as ctitle FROM `mod_portfolio` as d LEFT JOIN `mod_portfolio_categories` as c ON c.id = d.category_id ORDER BY d.created DESC LIMIT 0, 11;
6. SELECT | total: 0.  SELECT YEAR(created) as year, DATE_FORMAT(created, '%m') as month,COUNT(id) as total FROM `mod_blog` WHERE active = 1 AND created <= DATE_SUB(NOW(), INTERVAL 1 MONTH) GROUP BY year, month ORDER BY year DESC, month DESC ;
7. SELECT | total: 0.  SELECT title_en as title, slug_en as slug, thumb, created, id FROM `mod_blog` WHERE active = 1 ORDER BY hits DESC LIMIT 5 ;