Total execution time: 1769104105.5883 sec.
Framework 1.50 v6.20
Cpu Usage 19864 sec.
Memory Usage 3.51MB
POST:Array
(
)
GET:
Array
(
)
Array
(
[route] => portfolio/category/global
[path] => /portfolio/category/([a-z0-9_-]+)
[segments] => Array
(
[0] => portfolio
[1] => category
[2] => global
)
[closure] => Array
(
[0] => Wojo\Controller\Front\Module\Portfolio\PortfolioController
[1] => category
)
[template] => view/front/themes/master/mod_index.tpl.php
)
1. select | total: 1. SELECT * FROM `settings` WHERE (`id` = 1) ;
2. select | total: 1. SELECT * FROM `mod_portfolio_categories` WHERE (`slug_tr` = "global") ;
3. count | total: 0. SELECT COUNT(*) AS items FROM `mod_portfolio` WHERE category_id = 1;
4. SELECT | total: 0. SELECT d.id, d.created, d.title_tr as title, d.slug_tr as slug, d.thumb FROM `mod_portfolio` as d WHERE category_id = 1 ORDER BY created DESC ;
5. select | total: 1. SELECT title_tr as title, info_tr, keywords_tr, description_tr FROM `modules` WHERE (`modalias` = "portfolio") ;
6. SELECT | total: 0. SELECT p.id, l.plug_id, l.space, l.place, p.system, p.alt_class, p.plugalias, p.plugin_id, p.title_tr as title, p.body_tr as body, p.jscode, p.show_title, p.cplugin FROM `layout` as l LEFT JOIN plugins as p ON p.id = l.plug_id WHERE l.modalias = "portfolio" AND p.active = 1 ORDER BY l.sorting ;
7. select | total: 2. SELECT id, name_tr, slug_tr FROM `mod_portfolio_categories` ORDER BY `sorting` ASC;
8. SELECT | total: 32. SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;
9. 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 ;
10. 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 ;