Public Profile

Joined In: 2024

Hey, I am Web Master

Last Seen: less than 2 Years ago

Total execution time: 1765053237.008 sec.

Framework 1.50 v6.20

Cpu Usage 88236 sec.

Memory Usage 827.63kB

POST:
Array
(
)

                         
GET:
Array
(
)

                         
Array
(
    [route] => profile/admin
    [path] => /profile/([a-zA-Z0-9_-]+)
    [segments] => Array
        (
            [0] => profile
            [1] => admin
        )

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

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

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

2. SELECT | total: 1
SELECT *,u.id as id, m.title_en as mtitle FROM `users` as u LEFT JOIN memberships as m on m.id = u.membership_id WHERE u.username = "admin" AND u.active = "y" ;

3. SELECT | total: 0
SELECT cf.*, cd.field_value FROM `custom_fields` AS cf LEFT JOIN `custom_fields_data` AS cd ON cd.field_id = cf.id WHERE cd.user_id = 1 AND cf.section = "profile" AND cf.active = 1 ORDER BY cf.sorting ;

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

5. SELECT | total: 2
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 ;

6. SELECT | total: 2
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: 1.  SELECT *,u.id as id, m.title_en as mtitle FROM `users` as u LEFT JOIN memberships as m on m.id = u.membership_id WHERE u.username = "admin" AND u.active = "y" ;
3. SELECT | total: 0.  SELECT cf.*, cd.field_value FROM `custom_fields` AS cf LEFT JOIN `custom_fields_data` AS cd ON cd.field_id = cf.id WHERE cd.user_id = 1 AND cf.section = "profile" AND cf.active = 1 ORDER BY cf.sorting ;
4. SELECT | total: 16. SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;
5. SELECT | total: 2.  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 ;
6. SELECT | total: 2.  SELECT title_en as title, slug_en as slug, thumb, created, id FROM `mod_blog` WHERE active = 1 ORDER BY hits DESC LIMIT 5 ;