How can we help?

Search our site

Shape1
Shape2
請在搜尋框中輸入關鍵字。

Total execution time: 1770169025.0702 sec.

Framework 1.50 v6.20

Cpu Usage 4946 sec.

Memory Usage 2.78MB

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_tw as title, body_tw as body, slug_tw as slug , page_type FROM `pages` WHERE active = 1 AND page_type = "normal" AND (`title_tw` LIKE '%%') OR (`body_tw` LIKE '%%') ORDER BY created DESC LIMIT 10 ;

4. SELECT | total: 28
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_tw as title, body_tw as body, slug_tw as slug , page_type FROM `pages` WHERE active = 1 AND page_type = "normal" AND (`title_tw` LIKE '%%') OR (`body_tw` LIKE '%%') ORDER BY created DESC LIMIT 10 ;
4. SELECT | total: 28. SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, sorting;