How can we help?

Search our site

Shape1
Shape2
Please enter some keywords into search box to perform search.

Total execution time: 1714316595.9684 sec.

Framework 1.50 v6.20

Cpu Usage 11417 sec.

Memory Usage 3.13MB

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: 27
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_portfolio` WHERE MATCH (title_en) AGAINST ('*' IN BOOLEAN MODE) OR MATCH (body_en) AGAINST ('*' IN BOOLEAN MODE) ORDER BY created DESC LIMIT 10 ;

6. 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 ;

7. SELECT | total: 0
SELECT title_en AS title, body_en AS body, slug_en AS slug FROM `mod_shop` 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 ;

8. 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 ;

9. 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 ;

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: 27. 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_portfolio` WHERE MATCH (title_en) AGAINST ('*' IN BOOLEAN MODE) OR MATCH (body_en) AGAINST ('*' IN BOOLEAN MODE) ORDER BY created DESC LIMIT 10 ;
6. 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 ;
7. SELECT | total: 0.  SELECT title_en AS title, body_en AS body, slug_en AS slug FROM `mod_shop` 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 ;
8. 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 ;
9. 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 ;