How can we help?
Search our site
Search our site
Total execution time: 1765052528.204 sec.
Framework 1.50 v6.20
Cpu Usage 14143 sec.
Memory Usage 889.38kB
POST:Array
(
)
GET:
Array
(
)
Array
(
[route] => search
[path] => /search
[segments] => Array
(
[0] => search
)
[closure] => Array
(
[0] => Wojo\Controller\Front\IndexController
[1] => search
)
[template] => view/front/themes/master/search.tpl.php
)
1. select | total: 1. SELECT * FROM `settings` WHERE (`id` = 1) ;
2. select | total: 1. SELECT * FROM `pages` WHERE (`page_type` = "search") and (`active` = 1) ;
3. SELECT | total: 10. SELECT title_en as title, body_en as body, slug_en as slug , page_type FROM `pages` WHERE active = 1 AND page_type = "normal" AND (`title_en` LIKE '%%') OR (`body_en` LIKE '%%') ORDER BY created DESC LIMIT 10 ;
4. SELECT | total: 16. SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;
5. SELECT | total: 0. SELECT title_en AS title, body_en AS body, slug_en AS slug FROM `mod_blog` WHERE MATCH (title_en) AGAINST ('*' IN BOOLEAN MODE) OR MATCH (body_en) AGAINST ('*' IN BOOLEAN MODE) AND active = 1 ORDER BY created DESC LIMIT 10 ;6. 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 ;
7. 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 ;