7.4.33PHP Version74.58msRequest Duration6MBMemory UsageGET product/{slug}Route
    • Booting (26.21ms)
    • Application (48.13ms)
    • 1 x Application (64.54%)
      48.13ms
      1 x Booting (35.15%)
      26.21ms
      4 templates were rendered
      • frontend.product (resources/views/frontend/product.blade.php)4blade
        Params
        0
        product
        1
        setting
        2
        categories
        3
        popular_categories
      • layouts.app (resources/views/layouts/app.blade.php)10blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        product
        4
        setting
        5
        categories
        6
        popular_categories
        7
        __currentLoopData
        8
        image
        9
        loop
      • frontend.includes.cart (resources/views/frontend/includes/cart.blade.php)12blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        product
        4
        setting
        5
        categories
        6
        popular_categories
        7
        __currentLoopData
        8
        image
        9
        loop
        10
        link
        11
        currency
      • frontend.auth.login_register (resources/views/frontend/auth/login_register.blade.php)14blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        product
        4
        setting
        5
        categories
        6
        popular_categories
        7
        __currentLoopData
        8
        image
        9
        loop
        10
        link
        11
        currency
        12
        category
        13
        brand
      uri
      GET product/{slug}
      middleware
      web
      controller
      App\Http\Controllers\ProductController@getProduct
      namespace
      App\Http\Controllers
      prefix
      where
      as
      product
      file
      app/Http/Controllers/ProductController.php:97-113
      26 statements were executed, 6 of which were duplicated, 20 unique8.1ms
      • select * from `site_settings` where `site_settings`.`deleted_at` is null order by `created_at` desc limit 1
        510μs/app/Http/Controllers/ProductController.php:99theartpool_artpool
        Metadata
        Backtrace
        • 15. /app/Http/Controllers/ProductController.php:99
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories` where `categories`.`deleted_at` is null
        250μs/app/Http/Controllers/ProductController.php:100theartpool_artpool
        Metadata
        Backtrace
        • 15. /app/Http/Controllers/ProductController.php:100
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `products` where `slug` = 'test4' and `is_approved` = 1 and `products`.`deleted_at` is null limit 1
        360μs/app/Http/Controllers/ProductController.php:106theartpool_artpool
        Metadata
        Bindings
        • 0. test4
        • 1. 1
        Backtrace
        • 15. /app/Http/Controllers/ProductController.php:106
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `product_images` where `product_images`.`product_id` in (4) and `product_images`.`deleted_at` is null
        280μs/app/Http/Controllers/ProductController.php:106theartpool_artpool
        Metadata
        Backtrace
        • 20. /app/Http/Controllers/ProductController.php:106
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `brands` where `brands`.`id` in (100) and `brands`.`deleted_at` is null
        240μs/app/Http/Controllers/ProductController.php:106theartpool_artpool
        Metadata
        Backtrace
        • 20. /app/Http/Controllers/ProductController.php:106
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `admins` where `admins`.`id` in (1) and `admins`.`deleted_at` is null
        320μs/app/Http/Controllers/ProductController.php:106theartpool_artpool
        Metadata
        Backtrace
        • 20. /app/Http/Controllers/ProductController.php:106
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories` where `is_popular` = 1 and `categories`.`deleted_at` is null limit 5
        260μs/app/Http/Controllers/ProductController.php:108theartpool_artpool
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 14. /app/Http/Controllers/ProductController.php:108
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:262
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `currencies` where `currency` = 'INR' limit 1
        260μs/app/Helpers.php:146theartpool_artpool
        Metadata
        Bindings
        • 0. INR
        Backtrace
        • 15. /app/Helpers.php:146
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 21. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `currencies` where `currency` = 'INR' limit 1
        210μs/app/Helpers.php:147theartpool_artpool
        Metadata
        Bindings
        • 0. INR
        Backtrace
        • 15. /app/Helpers.php:147
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 21. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select distinct `type` from `product_variants`
        260μs/app/Helpers.php:178theartpool_artpool
        Metadata
        Backtrace
        • 12. /app/Helpers.php:178
        • 15. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `product_variants` where `product_id` = 4 and `type` = ''
        210μs/app/Helpers.php:188theartpool_artpool
        Metadata
        Bindings
        • 0. 4
        • 1. 
        Backtrace
        • 12. /app/Helpers.php:188
        • 15. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 16. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 18. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `cities` where `cities`.`id` = 1 limit 1
        260μs/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23theartpool_artpool
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 16. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
        • 19. /app/Models/Admin.php:77
        • 26. view::frontend.product:97
        • 28. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 29. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `cities` where `cities`.`id` = 1 limit 1
        220μs/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23theartpool_artpool
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 16. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
        • 19. /app/Models/Admin.php:77
        • 25. view::frontend.product:97
        • 27. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 28. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `countries` where `countries`.`id` = 1 limit 1
        250μs/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23theartpool_artpool
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 16. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
        • 19. /app/Models/Admin.php:82
        • 26. view::frontend.product:98
        • 28. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 29. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `countries` where `countries`.`id` = 1 limit 1
        210μs/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23theartpool_artpool
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 16. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
        • 19. /app/Models/Admin.php:82
        • 25. view::frontend.product:98
        • 27. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 28. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `products` where `brand_id` = 100 and `products`.`deleted_at` is null order by RAND()
        400μs/app/Helpers.php:124theartpool_artpool
        Metadata
        Bindings
        • 0. 100
        Backtrace
        • 14. /app/Helpers.php:124
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 20. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `product_images` where `product_images`.`product_id` = 4 and `product_images`.`product_id` is not null and `product_images`.`deleted_at` is null
        260μsview::frontend.product:277theartpool_artpool
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 19. view::frontend.product:277
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `metatags` where `page_link_name` = 'product' order by `created_at` desc limit 1
        290μs/app/Helpers.php:273theartpool_artpool
        Metadata
        Bindings
        • 0. product
        Backtrace
        • 15. /app/Helpers.php:273
        • 18. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 21. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `currencies`
        190μsview::layouts.app:55theartpool_artpool
        Metadata
        Backtrace
        • 15. view::layouts.app:55
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 20. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select exists(select * from `shoppingcart` where `identifier` = '' and `instance` = 'shopping') as `exists`
        250μs/vendor/hardevine/shoppingcart/src/Cart.php:518theartpool_artpool
        Metadata
        Bindings
        • 0. 
        • 1. shopping
        Backtrace
        • 9. /vendor/hardevine/shoppingcart/src/Cart.php:518
        • 10. /vendor/hardevine/shoppingcart/src/Cart.php:384
        • 11. view::layouts.app:119
        • 13. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 14. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `brands` where `brands`.`category_id` = 1 and `brands`.`category_id` is not null and `brands`.`deleted_at` is null
        360μsview::layouts.app:141theartpool_artpool
        Metadata
        Bindings
        • 0. 1
        Backtrace
        • 19. view::layouts.app:141
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `brands` where `brands`.`category_id` = 2 and `brands`.`category_id` is not null and `brands`.`deleted_at` is null
        380μsview::layouts.app:141theartpool_artpool
        Metadata
        Bindings
        • 0. 2
        Backtrace
        • 19. view::layouts.app:141
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `brands` where `brands`.`category_id` = 3 and `brands`.`category_id` is not null and `brands`.`deleted_at` is null
        450μsview::layouts.app:141theartpool_artpool
        Metadata
        Bindings
        • 0. 3
        Backtrace
        • 19. view::layouts.app:141
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `brands` where `brands`.`category_id` = 4 and `brands`.`category_id` is not null and `brands`.`deleted_at` is null
        510μsview::layouts.app:141theartpool_artpool
        Metadata
        Bindings
        • 0. 4
        Backtrace
        • 19. view::layouts.app:141
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `brands` where `brands`.`category_id` = 5 and `brands`.`category_id` is not null and `brands`.`deleted_at` is null
        500μsview::layouts.app:141theartpool_artpool
        Metadata
        Bindings
        • 0. 5
        Backtrace
        • 19. view::layouts.app:141
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      • select * from `brands` where `brands`.`category_id` = 6 and `brands`.`category_id` is not null and `brands`.`deleted_at` is null
        410μsview::layouts.app:141theartpool_artpool
        Metadata
        Bindings
        • 0. 6
        Backtrace
        • 19. view::layouts.app:141
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
      App\Models\Metatag
      1
      App\Models\Country
      2
      App\Models\City
      2
      App\Models\Currency
      4
      App\Models\Admin
      1
      App\Models\Brand
      122
      App\Models\ProductImage
      2
      App\Models\Product
      2
      App\Models\Category
      11
      App\Models\SiteSetting
      1
          _token
          M7mEFp3vJPomHpNjnT67g41r4UJTmBUcGwQs5TEF
          rate
          1
          symbol
          currency
          INR
          _previous
          array:1 [ "url" => "https://theartpoolgallery.com/product/test4?add_to_wishlist=4035" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          telescope
          View in Telescope
          path_info
          /product/test4
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "add_to_wishlist" => "4035" ]
          request_request
          0 of 0
          array:1 [ "add_to_wishlist" => "4035" ]
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "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" ] "x-sucuri-country" => array:1 [ 0 => "US" ] "x-sucuri-clientip" => array:1 [ 0 => "3.145.134.113" ] "x-real-ip" => array:1 [ 0 => "3.145.134.113" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "3.145.134.113" ] "host" => array:1 [ 0 => "theartpoolgallery.com" ] ]
          request_server
          0 of 0
          array:63 [ "USER" => "theartpool" "HOME" => "/home/theartpool" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/product/test4?add_to_wishlist=4035" "QUERY_STRING" => "add_to_wishlist=4035" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "add_to_wishlist=4035" "REDIRECT_URL" => "/product/test4" "REMOTE_PORT" => "34436" "SCRIPT_FILENAME" => "/home/theartpool/public_html/index.php" "SERVER_ADMIN" => "webmaster@theartpoolgallery.com" "CONTEXT_DOCUMENT_ROOT" => "/home/theartpool/public_html" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/home/theartpool/public_html" "REMOTE_ADDR" => "66.248.200.7" "SERVER_PORT" => "443" "SERVER_ADDR" => "68.178.171.251" "SERVER_NAME" => "theartpoolgallery.com" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "PATH" => "/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bi" "HTTP_X_HTTPS" => "1" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "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_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_X_SUCURI_COUNTRY" => "US" "HTTP_X_SUCURI_CLIENTIP" => "3.145.134.113" "HTTP_X_REAL_IP" => "3.145.134.113" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_FORWARDED_FOR" => "3.145.134.113" "HTTP_HOST" => "theartpoolgallery.com" "proxy-nokeepalive" => "1" "SSL_TLS_SNI" => "theartpoolgallery.com" "HTTPS" => "on" "SCRIPT_URI" => "https://theartpoolgallery.com/product/test4" "SCRIPT_URL" => "/product/test4" "UNIQUE_ID" => "Z_UkYEdWdKt7aZhD9_hIMQAAAQ8" "REDIRECT_STATUS" => "200" "REDIRECT_SSL_TLS_SNI" => "theartpoolgallery.com" "REDIRECT_HTTPS" => "on" "REDIRECT_SCRIPT_URI" => "https://theartpoolgallery.com/product/test4" "REDIRECT_SCRIPT_URL" => "/product/test4" "REDIRECT_UNIQUE_ID" => "Z_UkYEdWdKt7aZhD9_hIMQAAAQ8" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744118880.2577 "REQUEST_TIME" => 1744118880 "argv" => array:1 [ 0 => "add_to_wishlist=4035" ] "argc" => 1 ]
          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 => "Tue, 08 Apr 2025 13:28:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InBOVklEa2g5ckxYY2ZHaCt4UlExVHc9PSIsInZhbHVlIjoiN1RkU1l1K1Z2RzdSZ2ozdDBxNFJteDAvT2Z4Wk9FS1BMb2FvdmExZzhrbTd2RVltaTNVdGltMldNcXlDaXhONTdnYVYxV0VJL0dzR0w1d1p1UUtzYnIyOFM4MWxyOVFrNzN1QXdSeFkvL3RpTnJ6VEZwT0R4NmY2a3k0V0VFYVUiLCJtYWMiOiJjOTczZmZjNDljNTQxNWI2ODJhN2NkMmU2ZmMyYjUxNjYxYmY0MDZmZjQwN2RjNWNkY2FlZGZlYzY0MGY2MzQ4IiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 15:28:00 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InBOVklEa2g5ckxYY2ZHaCt4UlExVHc9PSIsInZhbHVlIjoiN1RkU1l1K1Z2RzdSZ2ozdDBxNFJteDAvT2Z4Wk9FS1BMb2FvdmExZzhrbTd2RVltaTNVdGltMldNcXlDaXhONTdnYVYxV" 1 => "artpool_session=eyJpdiI6ImY4UjZlaGR5N2tkb3RZS0hTQXRmd1E9PSIsInZhbHVlIjoiQk03ZEpoUFgxM1pSL0dER1FvSEJsTmJMNjVvSEl4djB2Uzc3MGY1Z3NDc3ZhUElRWko3bTRYMENwNklsT0VSLy92bkVjd28yMmU3QnZWcjY5WnpYZVpqY0dLcjYyZjhNWlZlM1hQQ3o3M0daY0lBNEdkcG43cVlXcXVvd3dodXUiLCJtYWMiOiI3NWM4Y2YyZGVmZGMwN2I4NWVjYTgxMjQ2MDg0OGRlNGQwODczZmM3YzdlMjkyY2E5YmI3YTIzYTAyZDQwMWVhIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 15:28:00 GMT; Max-Age=7200; path=/; httponly; samesite=laxartpool_session=eyJpdiI6ImY4UjZlaGR5N2tkb3RZS0hTQXRmd1E9PSIsInZhbHVlIjoiQk03ZEpoUFgxM1pSL0dER1FvSEJsTmJMNjVvSEl4djB2Uzc3MGY1Z3NDc3ZhUElRWko3bTRYMENwNklsT0VSLy92" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InBOVklEa2g5ckxYY2ZHaCt4UlExVHc9PSIsInZhbHVlIjoiN1RkU1l1K1Z2RzdSZ2ozdDBxNFJteDAvT2Z4Wk9FS1BMb2FvdmExZzhrbTd2RVltaTNVdGltMldNcXlDaXhONTdnYVYxV0VJL0dzR0w1d1p1UUtzYnIyOFM4MWxyOVFrNzN1QXdSeFkvL3RpTnJ6VEZwT0R4NmY2a3k0V0VFYVUiLCJtYWMiOiJjOTczZmZjNDljNTQxNWI2ODJhN2NkMmU2ZmMyYjUxNjYxYmY0MDZmZjQwN2RjNWNkY2FlZGZlYzY0MGY2MzQ4IiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 15:28:00 GMT; path=/XSRF-TOKEN=eyJpdiI6InBOVklEa2g5ckxYY2ZHaCt4UlExVHc9PSIsInZhbHVlIjoiN1RkU1l1K1Z2RzdSZ2ozdDBxNFJteDAvT2Z4Wk9FS1BMb2FvdmExZzhrbTd2RVltaTNVdGltMldNcXlDaXhONTdnYVYxV" 1 => "artpool_session=eyJpdiI6ImY4UjZlaGR5N2tkb3RZS0hTQXRmd1E9PSIsInZhbHVlIjoiQk03ZEpoUFgxM1pSL0dER1FvSEJsTmJMNjVvSEl4djB2Uzc3MGY1Z3NDc3ZhUElRWko3bTRYMENwNklsT0VSLy92bkVjd28yMmU3QnZWcjY5WnpYZVpqY0dLcjYyZjhNWlZlM1hQQ3o3M0daY0lBNEdkcG43cVlXcXVvd3dodXUiLCJtYWMiOiI3NWM4Y2YyZGVmZGMwN2I4NWVjYTgxMjQ2MDg0OGRlNGQwODczZmM3YzdlMjkyY2E5YmI3YTIzYTAyZDQwMWVhIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 15:28:00 GMT; path=/; httponlyartpool_session=eyJpdiI6ImY4UjZlaGR5N2tkb3RZS0hTQXRmd1E9PSIsInZhbHVlIjoiQk03ZEpoUFgxM1pSL0dER1FvSEJsTmJMNjVvSEl4djB2Uzc3MGY1Z3NDc3ZhUElRWko3bTRYMENwNklsT0VSLy92" ] ]
          session_attributes
          0 of 0
          array:7 [ "_token" => "M7mEFp3vJPomHpNjnT67g41r4UJTmBUcGwQs5TEF" "rate" => "1" "symbol" => "" "currency" => "INR" "_previous" => array:1 [ "url" => "https://theartpoolgallery.com/product/test4?add_to_wishlist=4035" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]