Blog Manager
Universal Article/Blog/News module
Universal Article/Blog/News module
Total execution time: 1745620337.6279 sec.
Framework 1.50 v6.20
Cpu Usage 9631 sec.
Memory Usage 3.07MB
POST:Array ( )GET:
Array ( )
Array ( [route] => blog [path] => /blog [segments] => Array ( [0] => blog ) [closure] => Array ( [0] => Wojo\Controller\Front\Module\Blog\BlogController [1] => index ) [template] => view/front/themes/master/mod_index.tpl.php )
1. select | total: 1. SELECT * FROM `settings` WHERE (`id` = 1) ;
2. select | total: 1. SELECT title_en as title, info_en, keywords_en, description_en FROM `modules` WHERE (`modalias` = "blog") ;
3. count | total: 1. SELECT COUNT(*) AS items FROM `mod_blog` WHERE active = 1 LIMIT 1;
4. SELECT | total: 1. SELECT a.id, a.created, a.title_en as title, a.slug_en as slug, a.body_en as body, a.thumb, c.slug_en as cslug, c.name_en as ctitle, (SELECT COUNT(parent_id) FROM `mod_comments` WHERE `mod_comments`.parent_id = a.id AND section = 'blog') as comments FROM `mod_blog` as a LEFT JOIN `mod_blog_categories` as c ON c.id = a.category_id LEFT JOIN `users` as u ON u.id = a.user_id WHERE a.active = 1 ORDER BY a.created DESC LIMIT 0,11;
5. 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_en as title, p.body_en 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 = "blog" AND p.active = 1 ORDER BY l.sorting ;
6. SELECT | total: 25. SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;
7. 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 ;
8. 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 ;