Request history8.3.14PHP Version2.08sRequest Duration2MBMemory UsageGET {countryCode}/{catalogSlug}/c/{categorySlug}/b/{brandSlug}Route
    • Booting (13.82ms)time
    • Application (2.07s)time
    • 1 x Application (99.51%)
      2.07s
      1 x Booting (0.66%)
      13.82ms
      132 templates were rendered
      • 1x livewire.web.show-catalogshow-catalog.blade.php#?blade
      • 3x components.taxonomy-treetaxonomy-tree.blade.php#?blade
      • 96x components.linklink.blade.php#?blade
      • 2x livewire::simple-tailwindsimple-tailwind.blade.php#?blade
      • 1x components.product-gridproduct-grid.blade.php#?blade
      • 5x components.product-cardproduct-card.blade.php#?blade
      • 5x components.product-thumbproduct-thumb.blade.php#?blade
      • 1x __components::4943bc92ebba41e8b0e508149542e0ad4943bc92ebba41e8b0e508149542e0ad.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x components.bannerbanner.blade.php#?blade
      • 1x components.login-modallogin-modal.blade.php#?blade
      • 1x components.socialstreamsocialstream.blade.php#?blade
      • 1x components.input-errorinput-error.blade.php#?blade
      • 1x components.socialstream-icons.provider-iconprovider-icon.blade.php#?blade
      • 1x components.socialstream-icons.googlegoogle.blade.php#?blade
      • 1x components.link-buttonlink-button.blade.php#?blade
      • 1x components.modalmodal.blade.php#?blade
      • 1x navigation-menunavigation-menu.blade.php#?blade
      • 1x components.application-logoapplication-logo.blade.php#?blade
      • 2x components.inputinput.blade.php#?blade
      • 1x components.catalog-menucatalog-menu.blade.php#?blade
      • 4x components.responsive-nav-linkresponsive-nav-link.blade.php#?blade
      uri
      GET {countryCode}/{catalogSlug}/c/{categorySlug}/b/{brandSlug}
      middleware
      web, App\Http\Middleware\StoreIntendedUrl
      uses
      App\Livewire\Web\ShowCatalog@__invoke
      controller
      App\Livewire\Web\ShowCatalog@render
      namespace
      prefix
      /{countryCode}
      where
      as
      catalogs.category_brand
      file
      app/Livewire/Web/ShowCatalog.php:19-82
      10 statements were executed (2 duplicates)Show only duplicates2.01s
      • AppServiceProvider.php#69descuentoConnection Established
        Backtrace
        • app/Providers/AppServiceProvider.php:69
        • app/Providers/AppServiceProvider.php:53
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
      • ShowCatalog.php#39descuento6.02msselect * from `stores` where `country` = 'mx' and `slug` = 'liverpool' limit 1
        Bindings
        • 0: mx
        • 1: liverpool
        Backtrace
        • app/Livewire/Web/ShowCatalog.php:39
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • Product.php#136descuento2.07msselect `id` from `categories` where `slug` = 'english-floral'
        Bindings
        • 0: english-floral
        Backtrace
        • app/Models/Product.php:136
        • app/Livewire/Web/ShowCatalog.php:59
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
      • ShowCatalog.php#60descuento2.19msselect * from `categories` where `slug` = 'english-floral' limit 1
        Bindings
        • 0: english-floral
        Backtrace
        • app/Livewire/Web/ShowCatalog.php:60
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • ShowCatalog.php#69descuento2.19msselect * from `products` where `brand_slug` = 'williams-sonoma' limit 1
        Bindings
        • 0: williams-sonoma
        Backtrace
        • app/Livewire/Web/ShowCatalog.php:69
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • ShowCatalog.php#80descuento1.99sselect * from products FORCE INDEX (products_discount_index) inner join (select distinct `product_id` from `category_product` force index (category_product_category_id_product_id_index) where `category_id` in (4526, 4527)) as `cp` on `products`.`id` = `cp`.`product_id` where exists (select * from `stores` where `products`.`store_id` = `stores`.`id` and `stores`.`country` = 'mx') and `is_active` = 1 and `priced_at` >= '2025-02-22 15:53:35' and `store_id` = 1 and `brand_slug` = 'williams-sonoma' order by `discount` desc, `priced_at` desc limit 25 offset 24
        Bindings
        • 0: 4526
        • 1: 4527
        • 2: mx
        • 3: 1
        • 4: 2025-02-22 15:53:35
        • 5: 1
        • 6: williams-sonoma
        Backtrace
        • app/Livewire/Web/ShowCatalog.php:80
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • ShowCatalog.php#80descuento880μsselect * from `stores` where `stores`.`id` in (1)
        Backtrace
        • app/Livewire/Web/ShowCatalog.php:80
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
        • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
        • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
      • TaxonomyTree.php#21descuento2.14msWITH RECURSIVE taxonomy_cte AS ( SELECT slug, title, CAST(NULL AS CHAR(255)) AS parent_slug, `order` FROM taxonomies WHERE parent_id IS NULL AND store_id = 1 UNION ALL SELECT t.slug, t.title, CAST(cte.slug AS CHAR(255)) AS parent_slug, t.`order` FROM taxonomies t INNER JOIN taxonomy_cte cte ON t.parent_id = ( SELECT id FROM taxonomies WHERE slug = cte.slug AND store_id = 1 LIMIT 1 ) ) SELECT DISTINCT slug, title, parent_slug, `order` FROM taxonomy_cte ORDER BY `order`
        Backtrace
        • app/View/Components/TaxonomyTree.php:21
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::livewire.web.show-catalog:25
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • CatalogMenu.php#21descuento1.2msselect * from `stores` where `country` = 'mx' order by `priority` asc limit 5
        Bindings
        • 0: mx
        Backtrace
        • app/View/Components/CatalogMenu.php:21
        • vendor/laravel/framework/src/Illuminate/View/Component.php:110
        • view::navigation-menu:384
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • TaxonomyTree.php#21descuento3.23msWITH RECURSIVE taxonomy_cte AS ( SELECT slug, title, CAST(NULL AS CHAR(255)) AS parent_slug, `order` FROM taxonomies WHERE parent_id IS NULL UNION ALL SELECT t.slug, t.title, CAST(cte.slug AS CHAR(255)) AS parent_slug, t.`order` FROM taxonomies t INNER JOIN taxonomy_cte cte ON t.parent_id = ( SELECT id FROM taxonomies WHERE slug = cte.slug LIMIT 1 ) ) SELECT DISTINCT slug, title, parent_slug, `order` FROM taxonomy_cte ORDER BY `order`
        Backtrace
        • app/View/Components/TaxonomyTree.php:21
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::components.catalog-menu:31
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:38
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • TaxonomyTree.php#21descuento4.59msWITH RECURSIVE taxonomy_cte AS ( SELECT slug, title, CAST(NULL AS CHAR(255)) AS parent_slug, `order` FROM taxonomies WHERE parent_id IS NULL UNION ALL SELECT t.slug, t.title, CAST(cte.slug AS CHAR(255)) AS parent_slug, t.`order` FROM taxonomies t INNER JOIN taxonomy_cte cte ON t.parent_id = ( SELECT id FROM taxonomies WHERE slug = cte.slug LIMIT 1 ) ) SELECT DISTINCT slug, title, parent_slug, `order` FROM taxonomy_cte ORDER BY `order`
        Backtrace
        • app/View/Components/TaxonomyTree.php:21
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
        • view::layouts.app:107
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      App\Models\Store
      7Store.php#?
      App\Models\Product
      6Product.php#?
      App\Models\Category
      3Category.php#?
      web.show-catalog #IjzO8uMMjfAQ0W5xzIEs
      array:4 [ "data" => array:1 [ "paginators" => array:1 [ "page" => 2 ] ] "name" =...
      navigation-menu #wGMK5Dz6dvsPtrdrahTw
      array:4 [ "data" => [] "name" => "navigation-menu" "component" => "Laravel\Jetstream\Http\Live...
          app
          array:2 [ "country" => "mx" "intended" => "https://tienedescuento.com/mx/liverpool/c/english-flo...
          _token
          s6zT4aoz6S4YHXuqzrgsgeWOjGn8oF4J3dH1YR42
          _previous
          array:1 [ "url" => "https://tienedescuento.com/mx/liverpool/c/english-floral/b/williams-sonoma?pag...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /mx/liverpool/c/english-floral/b/williams-sonoma
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "2" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "tienedescuento.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Mon, 24 Feb 2025 21:53:37 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkliZ1NETXVWTVlXMk9DdGpUYmUvRkE9PSIsInZhbHVlIjoiMUt1KytCZWFlazIyRUN4SXBhN2RxMndnd0E2aXFYNmJSSkw5MnBoL2IvRGw0ek1oUUxOeDZnbThLNFNjTVZGV1FNMVpzN0xMaTI3ZjBrR2lBbXp2YlkwVndxU0sybHA0SCszQlB3MVdaWi9zQkVDRFhLMjdoaXcwSm9JWWZvMVciLCJtYWMiOiJlMTc3Njk5MzEyMDBlNGI1Nzc2MGUzN2ZjZDFkMzZhNGQ2NmJlMjY2MzFjZmNmMGY4NGNkOWM2ZDRkZWQ2MGJiIiwidGFnIjoiIn0%3D; expires=Mon, 24 Feb 2025 23:53:37 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IkliZ1NETXVWTVlXMk9DdGpUYmUvRkE9PSIsInZhbHVlIjoiMUt1KytCZWFlazIyRUN4SXBhN2RxMndnd0E2aXFYNmJSSkw5MnBoL2IvRGw0ek1oUUxOeDZnbThLNFNjTVZGV1FNMVpzN" 1 => "tiene_descuento_session=eyJpdiI6IkExdmtoZEpDRDdUbDZUa2hxZXBLbFE9PSIsInZhbHVlIjoiTkhkakNuLzRtSFZKS2NlTTZ2N0JZcHlIcTFBSlNQeGxENGNremxpK04yZWt4SXcwSG9keFFMZWVneUJ5bDFlK0FEc2h5UWN0UDBUVS85MFlLV0Y2SFduMkdQTnl0c0FYRWdtMFhURHBXeXlUQ01RQkNHRytFM0lvNXlVR3liRUMiLCJtYWMiOiI1YmUyYTg5NTBjMDk4NzJkMWM3N2Y2ZDkxZDg4NmJlMjA1NTEwMzJkYjdmOTY1MmNmMjRiYWM0YzZiNzczODYyIiwidGFnIjoiIn0%3D; expires=Mon, 24 Feb 2025 23:53:37 GMT; Max-Age=7200; path=/; secure; httponly; samesite=laxtiene_descuento_session=eyJpdiI6IkExdmtoZEpDRDdUbDZUa2hxZXBLbFE9PSIsInZhbHVlIjoiTkhkakNuLzRtSFZKS2NlTTZ2N0JZcHlIcTFBSlNQeGxENGNremxpK04yZWt4SXcwSG9keFFMZWVneUJ5" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkliZ1NETXVWTVlXMk9DdGpUYmUvRkE9PSIsInZhbHVlIjoiMUt1KytCZWFlazIyRUN4SXBhN2RxMndnd0E2aXFYNmJSSkw5MnBoL2IvRGw0ek1oUUxOeDZnbThLNFNjTVZGV1FNMVpzN0xMaTI3ZjBrR2lBbXp2YlkwVndxU0sybHA0SCszQlB3MVdaWi9zQkVDRFhLMjdoaXcwSm9JWWZvMVciLCJtYWMiOiJlMTc3Njk5MzEyMDBlNGI1Nzc2MGUzN2ZjZDFkMzZhNGQ2NmJlMjY2MzFjZmNmMGY4NGNkOWM2ZDRkZWQ2MGJiIiwidGFnIjoiIn0%3D; expires=Mon, 24-Feb-2025 23:53:37 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkliZ1NETXVWTVlXMk9DdGpUYmUvRkE9PSIsInZhbHVlIjoiMUt1KytCZWFlazIyRUN4SXBhN2RxMndnd0E2aXFYNmJSSkw5MnBoL2IvRGw0ek1oUUxOeDZnbThLNFNjTVZGV1FNMVpzN" 1 => "tiene_descuento_session=eyJpdiI6IkExdmtoZEpDRDdUbDZUa2hxZXBLbFE9PSIsInZhbHVlIjoiTkhkakNuLzRtSFZKS2NlTTZ2N0JZcHlIcTFBSlNQeGxENGNremxpK04yZWt4SXcwSG9keFFMZWVneUJ5bDFlK0FEc2h5UWN0UDBUVS85MFlLV0Y2SFduMkdQTnl0c0FYRWdtMFhURHBXeXlUQ01RQkNHRytFM0lvNXlVR3liRUMiLCJtYWMiOiI1YmUyYTg5NTBjMDk4NzJkMWM3N2Y2ZDkxZDg4NmJlMjA1NTEwMzJkYjdmOTY1MmNmMjRiYWM0YzZiNzczODYyIiwidGFnIjoiIn0%3D; expires=Mon, 24-Feb-2025 23:53:37 GMT; path=/; secure; httponlytiene_descuento_session=eyJpdiI6IkExdmtoZEpDRDdUbDZUa2hxZXBLbFE9PSIsInZhbHVlIjoiTkhkakNuLzRtSFZKS2NlTTZ2N0JZcHlIcTFBSlNQeGxENGNremxpK04yZWt4SXcwSG9keFFMZWVneUJ5" ] ]
          session_attributes
          0 of 0
          array:4 [ "app" => array:2 [ "country" => "mx" "intended" => "https://tienedescuento.com/mx/liverpool/c/english-floral/b/williams-sonoma?page=2" ] "_token" => "s6zT4aoz6S4YHXuqzrgsgeWOjGn8oF4J3dH1YR42" "_previous" => array:1 [ "url" => "https://tienedescuento.com/mx/liverpool/c/english-floral/b/williams-sonoma?page=2" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-02-24 15:53:37GET/mx/liverpool/c/english-floral/b/williams-sonoma?page=213210162