Total execution time: 1769114279.5136 sec.
Framework 1.50 v6.20
Cpu Usage 10566 sec.
Memory Usage 2.8MB
POST:Array
(
)
GET:
Array
(
)
Array
(
[route] => page/our-contact-info
[path] => /page/([a-z0-9_-]+)
[segments] => Array
(
[0] => page
[1] => our-contact-info
)
[closure] => Array
(
[0] => Wojo\Controller\Front\IndexController
[1] => page
)
[template] => view/front/themes/master/error.tpl.php
)
1. select | total: 1. SELECT * FROM `settings` WHERE (`id` = 1) ;
2. select | total: 0. SELECT * FROM `pages` WHERE (`slug_tr` = "our-contact-info") and (`active` = 1) ;
3. SELECT | total: 32. 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: 4. SELECT title_tr as title, slug_tr as slug, thumb, created, id FROM `mod_blog` WHERE active = 1 ORDER BY hits DESC LIMIT 5 ;