Hi, Good Morning
User Icon
Don't have an account? Sign up here.

Total execution time: 1722052856.8797 sec.

Framework 1.50 v6.20

Cpu Usage 13705 sec.

Memory Usage 2.75MB

POST:
Array
(
)

                         
GET:
Array
(
)

                         
Array
(
    [route] => login
    [path] => /login
    [segments] => Array
        (
            [0] => login
        )

    [closure] => Array
        (
            [0] => Wojo\Controller\Front\LoginController
            [1] => index
        )

    [template] => /home/campiqd/www/view/front/themes/master/login.tpl.php
)

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

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

3. SELECT | total: 1
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: 1
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: 26. SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;
3. SELECT | total: 1.  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: 1.  SELECT title_en as title, slug_en as slug, thumb, created, id FROM `mod_blog` WHERE active = 1 ORDER BY hits DESC LIMIT 5 ;