total item (0)

sub total USD0

view cart

menu Details

go to top
8.2.21PHP Version234msRequest Duration25MBMemory UsageGET product/{slug}Route
    • Booting (149ms)
    • Application (84.89ms)
    • 1 x Booting (63.58%)
      148.58ms
      1 x Application (36.33%)
      84.89ms
      5 templates were rendered
      • frontend.pages.product-view (resources/views/frontend/pages/product-view.blade.php)3bladefile
        Params
        0
        product
        1
        relatedProducts
        2
        reviews
      • frontend.layouts.master (resources/views/frontend/layouts/master.blade.php)9bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        product
        4
        relatedProducts
        5
        reviews
        6
        __currentLoopData
        7
        loop
        8
        relatedProduct
      • frontend.layouts.menu (resources/views/frontend/layouts/menu.blade.php)11bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        product
        4
        relatedProducts
        5
        reviews
        6
        __currentLoopData
        7
        loop
        8
        relatedProduct
        9
        socials
        10
        link
      • frontend.layouts.footer (resources/views/frontend/layouts/footer.blade.php)11bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        product
        4
        relatedProducts
        5
        reviews
        6
        __currentLoopData
        7
        loop
        8
        relatedProduct
        9
        socials
        10
        link
      • frontend.layouts.global-scripts (resources/views/frontend/layouts/global-scripts.blade.php)11bladefile
        Params
        0
        __env
        1
        app
        2
        errors
        3
        product
        4
        relatedProducts
        5
        reviews
        6
        __currentLoopData
        7
        loop
        8
        relatedProduct
        9
        socials
        10
        link
      uri
      GET product/{slug}
      middleware
      web
      controller
      App\Http\Controllers\Frontend\FrontendController@showProduct
      namespace
      prefix
      where
      as
      product.show
      file
      app/Http/Controllers/Frontend/FrontendController.php:277-290
      29 statements were executed, 10 of which were duplicated, 19 unique. Show only duplicated21.25ms
      • select `products`.*, (select avg(`product_ratings`.`rating`) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `reviews_avg_rating`, (select count(*) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `reviews_count` from `products` where (`slug` = 'chicken-jalfrezi-or-vindaloo-hot' and `status` = 1) limit 1
        3.54ms/app/Http/Controllers/Frontend/FrontendController.php:281mughalxcurry_food
        Metadata
        Bindings
        • 0. chicken-jalfrezi-or-vindaloo-hot
        • 1. 1
        Backtrace
        • 16. /app/Http/Controllers/Frontend/FrontendController.php:281
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `product_galleries` where `product_galleries`.`product_id` in (82)
        1.04ms/app/Http/Controllers/Frontend/FrontendController.php:281mughalxcurry_food
        Metadata
        Backtrace
        • 21. /app/Http/Controllers/Frontend/FrontendController.php:281
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 25. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `product_sizes` where `product_sizes`.`product_id` in (82)
        780μs/app/Http/Controllers/Frontend/FrontendController.php:281mughalxcurry_food
        Metadata
        Backtrace
        • 21. /app/Http/Controllers/Frontend/FrontendController.php:281
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 25. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `product_options` where `product_options`.`product_id` in (82)
        840μs/app/Http/Controllers/Frontend/FrontendController.php:281mughalxcurry_food
        Metadata
        Backtrace
        • 21. /app/Http/Controllers/Frontend/FrontendController.php:281
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 25. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `products`.*, (select avg(`product_ratings`.`rating`) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `reviews_avg_rating`, (select count(*) from `product_ratings` where `products`.`id` = `product_ratings`.`product_id`) as `reviews_count` from `products` where `category_id` = 6 and `id` != 82 order by `created_at` desc limit 8
        1.48ms/app/Http/Controllers/Frontend/FrontendController.php:287mughalxcurry_food
        Metadata
        Bindings
        • 0. 6
        • 1. 82
        Backtrace
        • 14. /app/Http/Controllers/Frontend/FrontendController.php:287
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `product_ratings` where (`product_id` = 82 and `status` = 1)
        590μs/app/Http/Controllers/Frontend/FrontendController.php:288mughalxcurry_food
        Metadata
        Bindings
        • 0. 82
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/Frontend/FrontendController.php:288
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select exists(select * from `product_sizes` where `product_sizes`.`product_id` = 82 and `product_sizes`.`product_id` is not null) as `exists`
        700μsview::frontend.pages.product-view:82mughalxcurry_food
        Metadata
        Bindings
        • 0. 82
        Backtrace
        • 13. view::frontend.pages.product-view:82
        • 15. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 17. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select exists(select * from `product_options` where `product_options`.`product_id` = 82 and `product_options`.`product_id` is not null) as `exists`
        530μsview::frontend.pages.product-view:101mughalxcurry_food
        Metadata
        Bindings
        • 0. 82
        Backtrace
        • 13. view::frontend.pages.product-view:101
        • 15. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 17. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`id` = 6 limit 1
        1.02msview::frontend.pages.product-view:261mughalxcurry_food
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 20. view::frontend.pages.product-view:261
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`id` = 6 limit 1
        450μsview::frontend.pages.product-view:261mughalxcurry_food
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 20. view::frontend.pages.product-view:261
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`id` = 6 limit 1
        400μsview::frontend.pages.product-view:261mughalxcurry_food
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 20. view::frontend.pages.product-view:261
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`id` = 6 limit 1
        330μsview::frontend.pages.product-view:261mughalxcurry_food
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 20. view::frontend.pages.product-view:261
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`id` = 6 limit 1
        320μsview::frontend.pages.product-view:261mughalxcurry_food
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 20. view::frontend.pages.product-view:261
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`id` = 6 limit 1
        340μsview::frontend.pages.product-view:261mughalxcurry_food
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 20. view::frontend.pages.product-view:261
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`id` = 6 limit 1
        300μsview::frontend.pages.product-view:261mughalxcurry_food
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 20. view::frontend.pages.product-view:261
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `categories` where `categories`.`id` = 6 limit 1
        320μsview::frontend.pages.product-view:261mughalxcurry_food
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 20. view::frontend.pages.product-view:261
        • 22. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 24. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `social_links` where `status` = 1
        990μsview::frontend.layouts.master:89mughalxcurry_food
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. view::frontend.layouts.master:89
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `admin_menus` where `name` = 'main_menu' limit 1
        960μs/vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19mughalxcurry_food
        Metadata
        Bindings
        • 0. main_menu
        Backtrace
        • 15. /vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19
        • 16. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:70
        • 18. view::frontend.layouts.menu:2
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `admin_menu_items` where `menu_id` = 1 order by `sort` asc
        1.34ms/vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26mughalxcurry_food
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. /vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26
        • 15. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:77
        • 16. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:71
        • 18. view::frontend.layouts.menu:2
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • select count(*) as aggregate from `chats` where (`sender_id` = 1 and `receiver_id` is null and `seen` = 0)
        450μsview::frontend.layouts.menu:52mughalxcurry_food
        Metadata
        Bindings
        • 0. 1
        • 1. 0
        Backtrace
        • 15. view::frontend.layouts.menu:52
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `reservation_times` where `status` = 1
        880μsview::frontend.layouts.menu:111mughalxcurry_food
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. view::frontend.layouts.menu:111
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `footer_infos` limit 1
        730μsview::frontend.layouts.footer:2mughalxcurry_food
        Metadata
        Backtrace
        • 18. view::frontend.layouts.footer:2
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      • select * from `admin_menus` where `name` = 'footer_menu_one' limit 1
        450μs/vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19mughalxcurry_food
        Metadata
        Bindings
        • 0. footer_menu_one
        Backtrace
        • 15. /vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19
        • 16. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:70
        • 18. view::frontend.layouts.footer:3
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `admin_menu_items` where `menu_id` = 2 order by `sort` asc
        470μs/vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26mughalxcurry_food
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 14. /vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26
        • 15. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:77
        • 16. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:71
        • 18. view::frontend.layouts.footer:3
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • select * from `admin_menus` where `name` = 'footer_menu_two' limit 1
        400μs/vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19mughalxcurry_food
        Metadata
        Bindings
        • 0. footer_menu_two
        Backtrace
        • 15. /vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19
        • 16. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:70
        • 18. view::frontend.layouts.footer:4
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `admin_menu_items` where `menu_id` = 3 order by `sort` asc
        440μs/vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26mughalxcurry_food
        Metadata
        Bindings
        • 0. 3
        Backtrace
        • 14. /vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26
        • 15. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:77
        • 16. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:71
        • 18. view::frontend.layouts.footer:4
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • select * from `admin_menus` where `name` = 'footer_menu_three' limit 1
        380μs/vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19mughalxcurry_food
        Metadata
        Bindings
        • 0. footer_menu_three
        Backtrace
        • 15. /vendor/efectn/laravel-menu-builder/src/Models/Menus.php:19
        • 16. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:70
        • 18. view::frontend.layouts.footer:5
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `admin_menu_items` where `menu_id` = 4 order by `sort` asc
        470μs/vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26mughalxcurry_food
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 14. /vendor/efectn/laravel-menu-builder/src/Models/MenuItems.php:26
        • 15. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:77
        • 16. /vendor/efectn/laravel-menu-builder/src/MenuBuilder.php:71
        • 18. view::frontend.layouts.footer:5
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
      • select * from `social_links` where `status` = 1
        310μsview::frontend.layouts.footer:64mughalxcurry_food
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. view::frontend.layouts.footer:64
        • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:125
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
      App\Models\FooterInfo
      1
      App\Models\ReservationTime
      5
      Efectn\Menu\Models\MenuItems
      18
      Efectn\Menu\Models\Menus
      4
      App\Models\SocialLink
      8
      App\Models\Category
      8
      App\Models\Product
      9
        _token
        sK1F1QNvGlKXwa5tzPV9Mo8uAysagowgzlA89uJL
        flasher::envelopes
        []
        _previous
        array:1 [ "url" => "https://mughalcurrybronx.com/product/chicken-jalfrezi-or-vindaloo-hot" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /product/chicken-jalfrezi-or-vindaloo-hot
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:17 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "host" => array:1 [ 0 => "mughalcurrybronx.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] "x-https" => array:1 [ 0 => "1" ] "authorization" => array:1 [ 0 => "" ] ]
        request_server
        0 of 0
        array:50 [ "PATH" => "/usr/local/bin:/bin:/usr/bin" "HTTP_ACCEPT" => "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" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_HOST" => "mughalcurrybronx.com" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_PRIORITY" => "u=0, i" "HTTP_X_HTTPS" => "1" "DOCUMENT_ROOT" => "/home/mughalxcurry/public_html" "REMOTE_ADDR" => "18.220.109.172" "REMOTE_PORT" => "3137" "SERVER_ADDR" => "139.99.113.216" "SERVER_NAME" => "mughalcurrybronx.com" "SERVER_ADMIN" => "webmaster@mughalcurrybronx.com" "SERVER_PORT" => "443" "REQUEST_SCHEME" => "https" "REQUEST_URI" => "/product/chicken-jalfrezi-or-vindaloo-hot" "REDIRECT_URL" => "/public/product/chicken-jalfrezi-or-vindaloo-hot" "REDIRECT_REQUEST_METHOD" => "GET" "HTTPS" => "on" "HTTP_AUTHORIZATION" => "" "REDIRECT_STATUS" => "200" "X_SPDY" => "HTTP2" "SSL_PROTOCOL" => "TLSv1.3" "SSL_CIPHER" => "TLS_AES_128_GCM_SHA256" "SSL_CIPHER_USEKEYSIZE" => "128" "SSL_CIPHER_ALGKEYSIZE" => "128" "SCRIPT_FILENAME" => "/home/mughalxcurry/public_html/public/index.php" "QUERY_STRING" => "" "SCRIPT_URI" => "https://mughalcurrybronx.com/product/chicken-jalfrezi-or-vindaloo-hot" "SCRIPT_URL" => "/product/chicken-jalfrezi-or-vindaloo-hot" "SCRIPT_NAME" => "/public/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "X-LSCACHE" => "on" "PHP_SELF" => "/public/index.php" "REQUEST_TIME_FLOAT" => 1736734510.5466 "REQUEST_TIME" => 1736734510 "argv" => [] "argc" => 0 ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 13 Jan 2025 02:15:10 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9BYnFOMVlvWjFyWWtlNkZERFdBUUE9PSIsInZhbHVlIjoiRnhVMWxGOU9zRzJPMWVaRWhkemlhZzRNU1pDNFpyMHI2OEhyTHNZa0NzbE9nSm40T2lBazRya0FrclNPSFJZcG81S21kNXVFbnJMN2NldEFLcWNZL0ZRWEgyNUdLM1d5YjU5VjRBKzNXT01LMVVOZnhyS1MrejJWOVBRMFJWK2giLCJtYWMiOiJhM2Q4YTVkZWExZDMwN2MzYmMxODA3MGRlZTc2NjcyNzkyMTExMzYwMWVmMzg4MjA1MjAwYTE3NDk0NTMzOTYwIiwidGFnIjoiIn0%3D; expires=Mon, 13 Jan 2025 04:15:10 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ik9BYnFOMVlvWjFyWWtlNkZERFdBUUE9PSIsInZhbHVlIjoiRnhVMWxGOU9zRzJPMWVaRWhkemlhZzRNU1pDNFpyMHI2OEhyTHNZa0NzbE9nSm40T2lBazRya0FrclNPSFJZcG81S21kN" 1 => "laravel_session=eyJpdiI6ImRWaGo5MEpRS0hUOXg5RHo0RVhORXc9PSIsInZhbHVlIjoiL2NiMTRVVk5ZaXJKUCtaR2FBczRsM2xKVy9mbURRb3g2UHVKM2pnZUs2endTZ1ZUL0pQakIxTnRLWG5xWTVVVjZSdUlUdlNldi9TOFlKbW1la3EvSURrTmNTekV5MzFJRFVEdHdSVVMweloxOU50VEw2cmdCeXdRKzdleTN6VXoiLCJtYWMiOiI3MzhiMGUwMTZkMGM1YzIzYzViZjcyMzcxODJiNjgxMjkwY2U4YzM0Njk3NmU2NGJjYjkwNjU0ZmUwMDczNmQxIiwidGFnIjoiIn0%3D; expires=Mon, 13 Jan 2025 04:15:10 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6ImRWaGo5MEpRS0hUOXg5RHo0RVhORXc9PSIsInZhbHVlIjoiL2NiMTRVVk5ZaXJKUCtaR2FBczRsM2xKVy9mbURRb3g2UHVKM2pnZUs2endTZ1ZUL0pQakIxTnRLWG5xWTVVVjZS" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9BYnFOMVlvWjFyWWtlNkZERFdBUUE9PSIsInZhbHVlIjoiRnhVMWxGOU9zRzJPMWVaRWhkemlhZzRNU1pDNFpyMHI2OEhyTHNZa0NzbE9nSm40T2lBazRya0FrclNPSFJZcG81S21kNXVFbnJMN2NldEFLcWNZL0ZRWEgyNUdLM1d5YjU5VjRBKzNXT01LMVVOZnhyS1MrejJWOVBRMFJWK2giLCJtYWMiOiJhM2Q4YTVkZWExZDMwN2MzYmMxODA3MGRlZTc2NjcyNzkyMTExMzYwMWVmMzg4MjA1MjAwYTE3NDk0NTMzOTYwIiwidGFnIjoiIn0%3D; expires=Mon, 13-Jan-2025 04:15:10 GMT; path=/XSRF-TOKEN=eyJpdiI6Ik9BYnFOMVlvWjFyWWtlNkZERFdBUUE9PSIsInZhbHVlIjoiRnhVMWxGOU9zRzJPMWVaRWhkemlhZzRNU1pDNFpyMHI2OEhyTHNZa0NzbE9nSm40T2lBazRya0FrclNPSFJZcG81S21kN" 1 => "laravel_session=eyJpdiI6ImRWaGo5MEpRS0hUOXg5RHo0RVhORXc9PSIsInZhbHVlIjoiL2NiMTRVVk5ZaXJKUCtaR2FBczRsM2xKVy9mbURRb3g2UHVKM2pnZUs2endTZ1ZUL0pQakIxTnRLWG5xWTVVVjZSdUlUdlNldi9TOFlKbW1la3EvSURrTmNTekV5MzFJRFVEdHdSVVMweloxOU50VEw2cmdCeXdRKzdleTN6VXoiLCJtYWMiOiI3MzhiMGUwMTZkMGM1YzIzYzViZjcyMzcxODJiNjgxMjkwY2U4YzM0Njk3NmU2NGJjYjkwNjU0ZmUwMDczNmQxIiwidGFnIjoiIn0%3D; expires=Mon, 13-Jan-2025 04:15:10 GMT; path=/; httponlylaravel_session=eyJpdiI6ImRWaGo5MEpRS0hUOXg5RHo0RVhORXc9PSIsInZhbHVlIjoiL2NiMTRVVk5ZaXJKUCtaR2FBczRsM2xKVy9mbURRb3g2UHVKM2pnZUs2endTZ1ZUL0pQakIxTnRLWG5xWTVVVjZS" ] ]
        session_attributes
        0 of 0
        array:5 [ "_token" => "sK1F1QNvGlKXwa5tzPV9Mo8uAysagowgzlA89uJL" "flasher::envelopes" => [] "_previous" => array:1 [ "url" => "https://mughalcurrybronx.com/product/chicken-jalfrezi-or-vindaloo-hot" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]