您的位置:
首页
场景 景区
热带风情的铁城
点击查看详细内容
热带风情的铁城

面积: 20000 平方米

田园的农庄之地
点击查看详细内容
田园的农庄之地

面积: 100 亩

陵水的革命旧址
点击查看详细内容
陵水的革命旧址

面积: 1200 平方米

清秀迷人的高山峻岭
点击查看详细内容
清秀迷人的高山峻岭

面积: 50 平方千米

自然清新的岛屿
点击查看详细内容
自然清新的岛屿

面积: 5 亩

505.61msRequest Duration17.75MBMemory UsageGET location/cate/{id}Route
    • Booting (126.29ms)
    • Application (413.62ms)
      5 templates were rendered
      • home.location-cate (resources/views/home/location-cate.blade.php)4blade
        Params
        0
        location
        1
        index_banner
        2
        get
        3
        cate
      • home.resource_search (resources/views/home/resource_search.blade.php)20blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        resourceFooter
        5
        locationStepList
        6
        system
        7
        footer_data
        8
        register_data
        9
        un_read
        10
        agent
        11
        user
        12
        routes
        13
        location
        14
        index_banner
        15
        get
        16
        cate
        17
        item
        18
        itemTow
        19
        img
      • home.layout (resources/views/home/layout.blade.php)20blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        resourceFooter
        5
        locationStepList
        6
        system
        7
        footer_data
        8
        register_data
        9
        un_read
        10
        agent
        11
        user
        12
        routes
        13
        location
        14
        index_banner
        15
        get
        16
        cate
        17
        item
        18
        itemTow
        19
        img
      • home.footer (resources/views/home/footer.blade.php)25blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        resourceFooter
        5
        locationStepList
        6
        system
        7
        footer_data
        8
        register_data
        9
        un_read
        10
        agent
        11
        user
        12
        routes
        13
        location
        14
        index_banner
        15
        get
        16
        cate
        17
        item
        18
        itemTow
        19
        img
        20
        lang
        21
        footer_title
        22
        index_new
        23
        index_news
        24
        index_about
      • home.common_layout (resources/views/home/common_layout.blade.php)25blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        resourceFooter
        5
        locationStepList
        6
        system
        7
        footer_data
        8
        register_data
        9
        un_read
        10
        agent
        11
        user
        12
        routes
        13
        location
        14
        index_banner
        15
        get
        16
        cate
        17
        item
        18
        itemTow
        19
        img
        20
        lang
        21
        footer_title
        22
        index_new
        23
        index_news
        24
        index_about
      uri
      GET location/cate/{id}
      controller
      App\Http\Controllers\Home\LocationController@cate
      namespace
      App\Http\Controllers\Home
      prefix
      null
      where
      file
      app/Http/Controllers/Home/LocationController.php:809-824
      14 statements were executed266.7ms
      • select `cate_id`, `step_index`, `sort_order`, `zh_step_name` as `step_name` from `juzi_publish_steps` where `cate_id` = '2' order by `sort_order` asc840μs11juzi_com
        Metadata
        Bindings
        • 0. 2
      • select * from `juzi_system_config` where `juzi_system_config`.`id` = '1' limit 1610μs11juzi_com
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select count(*) as aggregate from `juzi_message` where `juzi_message`.`deleted_at` is null and `to_id` is null and `status` = '0'560μs11juzi_com
        Metadata
        Bindings
        • 0. 0
      • select * from `juzi_category` where `juzi_category`.`deleted_at` is null and `juzi_category`.`id` = '16' limit 1640μs11juzi_com
        Metadata
        Bindings
        • 0. 16
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `juzi_category` where `juzi_category`.`deleted_at` is null and `juzi_category`.`parent_id` = '16' and `juzi_category`.`parent_id` is not null1.25ms11juzi_com
        Metadata
        Bindings
        • 0. 16
        Hints
        • Use SELECT * only if you need all columns from table
      • select count(*) as aggregate from `juzi_location` where `juzi_location`.`deleted_at` is null and `show_status` = '1' and `cate_id` in ('98', '99', '100', '101', '102', '103')11.73ms11juzi_com
        Metadata
        Bindings
        • 0. 1
        • 1. 98
        • 2. 99
        • 3. 100
        • 4. 101
        • 5. 102
        • 6. 103
      • select * from `juzi_location` where `juzi_location`.`deleted_at` is null and `show_status` = '1' and `cate_id` in ('98', '99', '100', '101', '102', '103') order by `recommended` desc, `sort_order` desc, `created_at` desc limit 5 offset 81521.23ms11juzi_com
        Metadata
        Bindings
        • 0. 1
        • 1. 98
        • 2. 99
        • 3. 100
        • 4. 101
        • 5. 102
        • 6. 103
        Hints
        • Use SELECT * only if you need all columns from table
      • select id,zh_cate_name as cate_name,zh_cate_name as front_cate_name,zh_cate_name,parent_id,cate_image,id_path,sort_order,left(id_path,3) as path,concat(id_path,id,',') as bpath from `juzi_category` where `juzi_category`.`deleted_at` is null order by `bpath` asc2.04ms11juzi_com
        Metadata
      • select * from `juzi_img_config` where `juzi_img_config`.`deleted_at` is null and `page_id` = '4' and `show` = '1'690μs11juzi_com
        Metadata
        Bindings
        • 0. 4
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `juzi_location_image` where `juzi_location_image`.`location_id` = '10137' and `juzi_location_image`.`location_id` is not null52.48ms11juzi_com
        Metadata
        Bindings
        • 0. 10137
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `juzi_location_image` where `juzi_location_image`.`location_id` = '10136' and `juzi_location_image`.`location_id` is not null44.02ms11juzi_com
        Metadata
        Bindings
        • 0. 10136
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `juzi_location_image` where `juzi_location_image`.`location_id` = '10135' and `juzi_location_image`.`location_id` is not null43.38ms11juzi_com
        Metadata
        Bindings
        • 0. 10135
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `juzi_location_image` where `juzi_location_image`.`location_id` = '10134' and `juzi_location_image`.`location_id` is not null43.85ms11juzi_com
        Metadata
        Bindings
        • 0. 10134
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `juzi_location_image` where `juzi_location_image`.`location_id` = '10133' and `juzi_location_image`.`location_id` is not null43.38ms11juzi_com
        Metadata
        Bindings
        • 0. 10133
        Hints
        • Use SELECT * only if you need all columns from table
        guest
        true
        _token
        L4sTTeDmDqaOObusvXp75UFQHv7heHdlVac1slpc
        locale
        zh
        PHPDEBUGBAR_STACK_DATA
        []
        format
        html
        content_type
        text/html; charset=UTF-8
        status_text
        OK
        status_code
        200
        request_query
        array:1 [ "page" => "164" ]
        request_request
        array:1 [ "page" => "164" ]
        request_headers
        array:8 [ "host" => array:1 [ 0 => "11juzi.com" ] "connection" => array:1 [ 0 => "keep...
        request_server
        array:39 [ "USER" => "www" "HOME" => "/home/www" "FCGI_ROLE" => "RESPONDER" "REDIRECT_STATUS...
        request_cookies
        []
        response_headers
        array:3 [ "cache-control" => array:1 [ 0 => "no-cache" ] "date" => array:1 [ 0 => "Wed...
        path_info
        /location/cate/16
        session_attributes
        array:3 [ "_token" => "L4sTTeDmDqaOObusvXp75UFQHv7heHdlVac1slpc" "locale" => "zh" "PHPDEBUGBAR...