No articles found

SettingsRequest history8.3.12PHP Version347msRequest Duration25MBMemory UsageGET ar/articles
status
200 OK
full_url
https://el-reem.com/ar/articles
action_name
blog.index
controller_action
App\Http\Controllers\ArticleController@websiteIndex
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://el-reem.com/ar/articles
action_name
blog.index
controller_action
App\Http\Controllers\ArticleController@websiteIndex
uri
GET ar/articles
controller
App\Http\Controllers\ArticleController@websiteIndex
prefix
/ar
file
app/Http/Controllers/ArticleController.php:11-16
middleware
web, localeSessionRedirect, localizationRedirect, localeViewPath
duration
348ms
peak_memory
26MB
response
text/html; charset=UTF-8
request_format
html
request_query
[]
request_request
[]
request_headers
0 of 0
array:15 [ "host" => array:1 [ 0 => "el-reem.com" ] "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" ] ]
request_cookies
[]
response_headers
0 of 0
array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 15 Mar 2025 02:59:15 GMT" ] ]
session_attributes
0 of 0
array:2 [ "_token" => "MOxoaZWKsk1JPbL3yBChbqSX7WTfpxffL1KeVsy8" "locale" => "ar" ]
    • Booting (268ms)time
    • Application (79.64ms)time
    • Routing (3.25ms)
    • Preparing Response (45.63ms)
    • 1 x Booting (77.06%)
      268ms
      1 x Application (22.94%)
      79.64ms
      1 x Preparing Response (13.14%)
      45.63ms
      1 x Routing (0.94%)
      3.25ms
      5 templates were rendered
      • blog.indexindex.blade.php#?blade
      • layout.mastermaster.blade.php#?blade
      • components.response-messagesresponse-messages.blade.php#?blade
      • livewire.cart-listcart-list.blade.php#?blade
      • livewire.cart-listcart-list.blade.php#?blade
      uri
      GET ar/articles
      middleware
      web, localeSessionRedirect, localizationRedirect, localeViewPath
      controller
      App\Http\Controllers\ArticleController@websiteIndex
      prefix
      /ar
      as
      blog.index
      file
      app/Http/Controllers/ArticleController.php:11-16
      5 statements were executed (3 duplicates)Show only duplicates4.23ms
      • DatabaseSessionHandler.php#97sql_el_reem_com910μsselect * from `sessions` where `id` = 'IoTPnvPSHXfzQNuWikXGQ1N0SZfY7CqvD16RKwMT' limit 1
        Bindings
        • 0: IoTPnvPSHXfzQNuWikXGQ1N0SZfY7CqvD16RKwMT
        Backtrace
        • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:117
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:105
        • vendor/laravel/framework/src/Illuminate/Session/Store.php:89
        • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:147
      • ArticleController.php#13sql_el_reem_com790μsselect * from `articles` order by `created_at` desc
        Backtrace
        • app/Http/Controllers/ArticleController.php:13
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
      • Cart.php#18sql_el_reem_com830μsselect * from `carts` where `user_id` is null and `status` = 'active' and exists (select * from `products` where `carts`.`product_id` = `products`.`id` and `products`.`deleted_at` is null)
        Bindings
        • 0: active
        Backtrace
        • app/Models/Product/Cart.php:18
        • app/Helpers/helpers.php:25
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • Cart.php#18sql_el_reem_com760μsselect * from `carts` where `user_id` is null and `status` = 'active' and exists (select * from `products` where `carts`.`product_id` = `products`.`id` and `products`.`deleted_at` is null)
        Bindings
        • 0: active
        Backtrace
        • app/Models/Product/Cart.php:18
        • app/Livewire/CartList.php:19
        • 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
      • Cart.php#18sql_el_reem_com940μsselect * from `carts` where `user_id` is null and `status` = 'active' and exists (select * from `products` where `carts`.`product_id` = `products`.`id` and `products`.`deleted_at` is null)
        Bindings
        • 0: active
        Backtrace
        • app/Models/Product/Cart.php:18
        • app/Livewire/CartList.php:19
        • 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
      cart-list #rc7Bj9RdrrtndOrJoEtz
      array:4 [ "data" => array:3 [ "subtotal" => 0 "CartItemsCount" => null "CartItems" => ...
      cart-list #7JYxA6Jk0ef1PF7RKy2t
      array:4 [ "data" => array:3 [ "subtotal" => 0 "CartItemsCount" => null "CartItems" => ...
          _token
          MOxoaZWKsk1JPbL3yBChbqSX7WTfpxffL1KeVsy8
          locale
          ar
          ClearShow all
          Date ↕MethodURLData
          #12025-03-15 02:59:16GET/ar/articles552