How can we help?

Search our site

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

Total execution time: 1737510444.6981 sec.

Framework 1.50 v6.20

Cpu Usage 28614 sec.

Memory Usage 2.8MB

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;

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;