1 x Booting (78.78%) | 362.78ms |
1 x Application (21.19%) | 97.57ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
select * from information_schema.tables where table_schema = 'new_amazkart' and table_name = 'general_settings' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from information_schema.tables where table_schema = 'new_amazkart' and table_name = 'users' and table_type = 'BASE TABLE'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `general_settings` limit 1
Metadata | |
---|---|
Backtrace |
|
select * from `themes` where `is_active` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `maintenance_status`, `maintenance_title`, `maintenance_subtitle`, `maintenance_banner` from `general_settings` limit 1
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `slug` = 'home-decor-and-appliances' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` = 89 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `id` = 89 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `category_images` where `category_images`.`category_id` in (89)
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `categories`.`id` in (20)
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (89)
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `parent_id` = 89 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select distinct `brands`.* from `brands` inner join (`products` inner join `category_product` on `category_product`.`product_id` = `products`.`id` and category_product.category_id in('89')) on `products`.`brand_id` = `brands`.`id` where `brands`.`status` = 1 limit 20
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(distinct `seller_products`.`id`) as aggregate from `seller_products` inner join (`products` inner join (`category_product` inner join `categories` on `category_product`.`category_id` = `categories`.`id` or `category_product`.`category_id` = `categories`.`parent_id`) on `products`.`id` = `category_product`.`product_id` and `category_product`.`category_id` = 89) on `products`.`id` = `seller_products`.`product_id` and `products`.`status` = 1 where `seller_products`.`status` = 1 and `seller_products`.`user_id` = 1 and exists (select * from `products` where `seller_products`.`product_id` = `products`.`id` and `products`.`status` = 1) and `seller_products`.`status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select distinct `seller_products`.* from `seller_products` inner join (`products` inner join (`category_product` inner join `categories` on `category_product`.`category_id` = `categories`.`id` or `category_product`.`category_id` = `categories`.`parent_id`) on `products`.`id` = `category_product`.`product_id` and `category_product`.`category_id` = 89) on `products`.`id` = `seller_products`.`product_id` and `products`.`status` = 1 where `seller_products`.`status` = 1 and `seller_products`.`user_id` = 1 and exists (select * from `products` where `seller_products`.`product_id` = `products`.`id` and `products`.`status` = 1) and `seller_products`.`status` = 1 order by `created_at` desc limit 9 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `flash_deal_products` where exists (select * from `flash_deals` where `flash_deal_products`.`flash_deal_id` = `flash_deals`.`id` and `status` = 1) and `flash_deal_products`.`seller_product_id` in (557, 561, 564, 571, 574, 578, 582, 588, 592)
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `seller_product_s_k_us` where `seller_product_s_k_us`.`product_id` in (557, 561, 564, 571, 574, 578, 582, 588, 592)
Metadata | |
---|---|
Backtrace |
|
select * from `products` where `products`.`id` in (561, 565, 568, 575, 578, 582, 586, 592, 596)
Metadata | |
---|---|
Backtrace |
|
select min(`selling_price`) as aggregate from `seller_product_s_k_us` where product_id in ('592','588','582','578','574','571','564','561','557')
Metadata | |
---|---|
Backtrace |
|
select max(`selling_price`) as aggregate from `seller_product_s_k_us` where product_id in ('592','588','582','578','574','571','564','561','557')
Metadata | |
---|---|
Backtrace |
|
select `product_sku_id` from `seller_product_s_k_us` where exists (select * from `products` inner join `seller_products` on `seller_products`.`product_id` = `products`.`id` where `seller_products`.`id` = `seller_product_s_k_us`.`product_id` and exists (select * from `categories` inner join `category_product` on `categories`.`id` = `category_product`.`category_id` where `products`.`id` = `category_product`.`product_id` and (`category_id` = 89 or exists (select * from `categories` as `laravel_reserved_0` where `categories`.`id` = `laravel_reserved_0`.`parent_id` and id in ('89')) and `category_id` = 89)))
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `attribute_id` from `product_variations` where product_sku_id in ('4','553','557','561','564','571','574','578','582','588','592') and `attribute_id` != 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `attributes` where id in ('') and `status` = 1 limit 20
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `product_sku_id` from `seller_product_s_k_us` where exists (select * from `products` inner join `seller_products` on `seller_products`.`product_id` = `products`.`id` where `seller_products`.`id` = `seller_product_s_k_us`.`product_id` and exists (select * from `categories` inner join `category_product` on `categories`.`id` = `category_product`.`category_id` where `products`.`id` = `category_product`.`product_id` and (`category_id` = 89 or exists (select * from `categories` as `laravel_reserved_1` where `categories`.`id` = `laravel_reserved_1`.`parent_id` and id in ('89')) and `category_id` = 89)))
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `attribute_id` from `product_variations` where product_sku_id in ('4','553','557','561','564','571','574','578','582','588','592') and `attribute_id` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `attributes` where id in ('') and `status` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 592 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 592 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 596 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 588 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 588 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 592 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 582 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 582 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 586 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 578 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 578 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 582 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 574 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 574 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 578 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 571 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 571 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 575 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 564 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 564 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 568 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 561 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 561 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 565 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `users` where `users`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `wishlists` where `wishlists`.`seller_product_id` = 557 and `wishlists`.`seller_product_id` is not null and `type` = 'product' and `user_id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_reviews` where `product_reviews`.`product_id` = 557 and `product_reviews`.`product_id` is not null and `type` = 'product' and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` inner join `products` on `products`.`brand_id` = `brands`.`id` where `products`.`id` = 561 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 596 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 592 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 586 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 582 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 578 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 575 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 568 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 565 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 561 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
0 of 0array:2 [▼ "item" => "category" "page" => "1" ]
0 of 0array:2 [▼ "item" => "category" "page" => "1" ]
0 of 0array:23 [▼ "cf-ray" => array:1 [▶ 0 => "92eb2e128898114a-ORD" ] "x-forwarded-for" => array:1 [▶ 0 => "3.144.33.74" ] "host" => array:1 [▶ 0 => "890833.mrfj.asia" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "cf-connecting-ip" => array:1 [▶ 0 => "3.144.33.74" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "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" ] "connection" => array:1 [▶ 0 => "Keep-Alive" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "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" ] ]
0 of 0array:53 [▼ "REDIRECT_SCRIPT_URL" => "/category/home-decor-and-appliances" "REDIRECT_SCRIPT_URI" => "http://890833.mrfj.asia/category/home-decor-and-appliances" "REDIRECT_STATUS" => "200" "SCRIPT_URL" => "/category/home-decor-and-appliances" "SCRIPT_URI" => "http://890833.mrfj.asia/category/home-decor-and-appliances" "HTTP_CF_RAY" => "92eb2e128898114a-ORD" "HTTP_X_FORWARDED_FOR" => "3.144.33.74" "HTTP_HOST" => "890833.mrfj.asia" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_CF_CONNECTING_IP" => "3.144.33.74" "HTTP_CF_IPCOUNTRY" => "US" "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_CONNECTION" => "Keep-Alive" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_PRAGMA" => "no-cache" "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" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "SERVER_SIGNATURE" => "<address>Apache/2.4.52 (Ubuntu) Server at 890833.mrfj.asia Port 80</address>\n" "SERVER_SOFTWARE" => "Apache/2.4.52 (Ubuntu)" "SERVER_NAME" => "890833.mrfj.asia" "SERVER_ADDR" => "172.31.47.70" "SERVER_PORT" => "80" "REMOTE_ADDR" => "172.69.58.218" "DOCUMENT_ROOT" => "/var/www/amazcart_new/public/" "REQUEST_SCHEME" => "http" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/var/www/amazcart_new/public/" "SERVER_ADMIN" => "webmaster@localhost" "SCRIPT_FILENAME" => "/var/www/amazcart_new/public/index.php" "REMOTE_PORT" => "17248" "REDIRECT_URL" => "/category/home-decor-and-appliances" "REDIRECT_QUERY_STRING" => "item=category&page=1" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "item=category&page=1" "REQUEST_URI" => "/category/home-decor-and-appliances?item=category&page=1" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744381806.8722 "REQUEST_TIME" => 1744381806 ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 11 Apr 2025 14:30:07 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InJoR2Q3aGRCK1IvTEk3SXEyVTVyQkE9PSIsInZhbHVlIjoiUEFTWUFUQUVqMzBXV0N4VUVDRjR1RkVrN2lTZVdCekhrOGdEb1lvUzNKK1lSalRTeGNwQng3SHhaMVNHTWx2clp5UGs3ejlqN2dlbXNqRzV6S3pORE8zRTZBNm1pNUxnNkQ0bUMycGRUVXUycER4bXNuYUZacDR3RnJhRWpvRUEiLCJtYWMiOiI3ZDFlYmJhOTRiMzk0MjI4MzYwN2ZkYzIxZjE5NDIxNmYxZWI4NDQyZTY5ZDExOTE3Y2RlYjNhMjRiZTQ5OTQzIiwidGFnIjoiIn0%3D; expires=Fri, 11-Apr-2025 16:30:07 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6InJoR2Q3aGRCK1IvTEk3SXEyVTVyQkE9PSIsInZhbHVlIjoiUEFTWUFUQUVqMzBXV0N4VUVDRjR1RkVrN2lTZVdCekhrOGdEb1lvUzNKK1lSalRTeGNwQng3SHhaMVNHTWx2clp5UGs3e ▶" 1 => "365_amazcart_session=eyJpdiI6IkVaQUwrdWFnazQ5clc0cExjV09Id3c9PSIsInZhbHVlIjoiSEZrNXpaUytBN0FmMUJZQ0hFZzBlc2Ura1FlNnV6MFdDVXFiUHNkdWlDVWhjTWZjMEpGT0hLVVNCZUNKWTVRWnk5SGJNbzhJR2Nqc205NHZoUWRBcGRsbHVGM25OSmxUWWhtL2h0SVZOQWJNQ1RpRkxVZ2RUSFk0cVp4cnFHc04iLCJtYWMiOiJjNDZjMWRjNWRkNGNlNGVlZTY1MzYxNWJjZTBkMWEyMDE3ODViYzhiNDg2YmY0OWRkNDc0NjZlYjViOWRhMmFjIiwidGFnIjoiIn0%3D; expires=Fri, 11-Apr-2025 16:30:07 GMT; Max-Age=7200; path=/; httponly ◀365_amazcart_session=eyJpdiI6IkVaQUwrdWFnazQ5clc0cExjV09Id3c9PSIsInZhbHVlIjoiSEZrNXpaUytBN0FmMUJZQ0hFZzBlc2Ura1FlNnV6MFdDVXFiUHNkdWlDVWhjTWZjMEpGT0hLVVNCZUNKWTV ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InJoR2Q3aGRCK1IvTEk3SXEyVTVyQkE9PSIsInZhbHVlIjoiUEFTWUFUQUVqMzBXV0N4VUVDRjR1RkVrN2lTZVdCekhrOGdEb1lvUzNKK1lSalRTeGNwQng3SHhaMVNHTWx2clp5UGs3ejlqN2dlbXNqRzV6S3pORE8zRTZBNm1pNUxnNkQ0bUMycGRUVXUycER4bXNuYUZacDR3RnJhRWpvRUEiLCJtYWMiOiI3ZDFlYmJhOTRiMzk0MjI4MzYwN2ZkYzIxZjE5NDIxNmYxZWI4NDQyZTY5ZDExOTE3Y2RlYjNhMjRiZTQ5OTQzIiwidGFnIjoiIn0%3D; expires=Fri, 11-Apr-2025 16:30:07 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6InJoR2Q3aGRCK1IvTEk3SXEyVTVyQkE9PSIsInZhbHVlIjoiUEFTWUFUQUVqMzBXV0N4VUVDRjR1RkVrN2lTZVdCekhrOGdEb1lvUzNKK1lSalRTeGNwQng3SHhaMVNHTWx2clp5UGs3e ▶" 1 => "365_amazcart_session=eyJpdiI6IkVaQUwrdWFnazQ5clc0cExjV09Id3c9PSIsInZhbHVlIjoiSEZrNXpaUytBN0FmMUJZQ0hFZzBlc2Ura1FlNnV6MFdDVXFiUHNkdWlDVWhjTWZjMEpGT0hLVVNCZUNKWTVRWnk5SGJNbzhJR2Nqc205NHZoUWRBcGRsbHVGM25OSmxUWWhtL2h0SVZOQWJNQ1RpRkxVZ2RUSFk0cVp4cnFHc04iLCJtYWMiOiJjNDZjMWRjNWRkNGNlNGVlZTY1MzYxNWJjZTBkMWEyMDE3ODViYzhiNDg2YmY0OWRkNDc0NjZlYjViOWRhMmFjIiwidGFnIjoiIn0%3D; expires=Fri, 11-Apr-2025 16:30:07 GMT; path=/; httponly ◀365_amazcart_session=eyJpdiI6IkVaQUwrdWFnazQ5clc0cExjV09Id3c9PSIsInZhbHVlIjoiSEZrNXpaUytBN0FmMUJZQ0hFZzBlc2Ura1FlNnV6MFdDVXFiUHNkdWlDVWhjTWZjMEpGT0hLVVNCZUNKWTV ▶" ] ]
0 of 0array:4 [▼ "_token" => "G8PSWBZQ1Ux0HpDSlSv07wIHKLmB5ZkUoKn1pYZD" "_previous" => array:1 [▶ "url" => "http://890833.mrfj.asia/category/home-decor-and-appliances?item=category&page=1" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]