您的位置:
首页
场景 购物场所
国际的时尚品牌店
点击查看详细内容
国际的时尚品牌店

面积: 100 平方米

都市童趣的服饰店
点击查看详细内容
都市童趣的服饰店

面积: 100 平方米

迷你精致的服饰小店
点击查看详细内容
迷你精致的服饰小店

面积: 120 平方米

独具特色的服饰小店
点击查看详细内容
独具特色的服饰小店

面积: 180 平方米

专业的鞋包店
点击查看详细内容
专业的鞋包店

面积: 280 平方米

459.97msRequest Duration17.5MBMemory UsageGET location/cate/{id}Route
    • Booting (135.76ms)
    • Application (346.61ms)
      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 executed233.66ms
      • 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` asc690μs11juzi_com
        Metadata
        Bindings
        • 0. 2
      • select * from `juzi_system_config` where `juzi_system_config`.`id` = '1' limit 1430μ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'340μs11juzi_com
        Metadata
        Bindings
        • 0. 0
      • select * from `juzi_category` where `juzi_category`.`deleted_at` is null and `juzi_category`.`id` = '12' limit 1430μs11juzi_com
        Metadata
        Bindings
        • 0. 12
        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` = '12' and `juzi_category`.`parent_id` is not null600μs11juzi_com
        Metadata
        Bindings
        • 0. 12
        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 ('86', '87', '88', '89', '90', '91')7.83ms11juzi_com
        Metadata
        Bindings
        • 0. 1
        • 1. 86
        • 2. 87
        • 3. 88
        • 4. 89
        • 5. 90
        • 6. 91
      • select * from `juzi_location` where `juzi_location`.`deleted_at` is null and `show_status` = '1' and `cate_id` in ('86', '87', '88', '89', '90', '91') order by `recommended` desc, `sort_order` desc, `created_at` desc limit 5 offset 57512.26ms11juzi_com
        Metadata
        Bindings
        • 0. 1
        • 1. 86
        • 2. 87
        • 3. 88
        • 4. 89
        • 5. 90
        • 6. 91
        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` asc1.52ms11juzi_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` = '7482' and `juzi_location_image`.`location_id` is not null45.09ms11juzi_com
        Metadata
        Bindings
        • 0. 7482
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `juzi_location_image` where `juzi_location_image`.`location_id` = '7475' and `juzi_location_image`.`location_id` is not null40.65ms11juzi_com
        Metadata
        Bindings
        • 0. 7475
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `juzi_location_image` where `juzi_location_image`.`location_id` = '7474' and `juzi_location_image`.`location_id` is not null41.45ms11juzi_com
        Metadata
        Bindings
        • 0. 7474
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `juzi_location_image` where `juzi_location_image`.`location_id` = '7472' and `juzi_location_image`.`location_id` is not null41.23ms11juzi_com
        Metadata
        Bindings
        • 0. 7472
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `juzi_location_image` where `juzi_location_image`.`location_id` = '7471' and `juzi_location_image`.`location_id` is not null40.45ms11juzi_com
        Metadata
        Bindings
        • 0. 7471
        Hints
        • Use SELECT * only if you need all columns from table
        guest
        true
        _token
        kGAdGfIb96esmcToCJK6T2zmVrfKnZMrHxDKlJ2E
        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" => "116" ]
        request_request
        array:1 [ "page" => "116" ]
        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 => "Sun...
        path_info
        /location/cate/12
        session_attributes
        array:3 [ "_token" => "kGAdGfIb96esmcToCJK6T2zmVrfKnZMrHxDKlJ2E" "locale" => "zh" "PHPDEBUGBAR...