1 x Booting (78.21%) | 343.22ms |
1 x Application (21.77%) | 95.55ms |
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` = 'lehenga-choli' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `parent_id` = 24 and `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `id` = 24 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `category_images` where `category_images`.`category_id` in (24)
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `categories`.`id` in (21)
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `categories`.`parent_id` in (24)
Metadata | |
---|---|
Backtrace |
|
select * from `categories` where `parent_id` = 24 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('24')) 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` = 24) 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` = 24) 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 (63, 66, 67, 68, 70, 72, 74, 75, 76)
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `seller_product_s_k_us` where `seller_product_s_k_us`.`product_id` in (63, 66, 67, 68, 70, 72, 74, 75, 76)
Metadata | |
---|---|
Backtrace |
|
select * from `products` where `products`.`id` in (67, 70, 71, 72, 74, 76, 78, 79, 80)
Metadata | |
---|---|
Backtrace |
|
select min(`selling_price`) as aggregate from `seller_product_s_k_us` where product_id in ('76','75','74','72','70','68','67','66','63')
Metadata | |
---|---|
Backtrace |
|
select max(`selling_price`) as aggregate from `seller_product_s_k_us` where product_id in ('76','75','74','72','70','68','67','66','63')
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` = 24 or exists (select * from `categories` as `laravel_reserved_0` where `categories`.`id` = `laravel_reserved_0`.`parent_id` and id in ('24')) and `category_id` = 24)))
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `attribute_id` from `product_variations` where product_sku_id in ('61','63','66','67','68','70','72','74','75','76') 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` = 24 or exists (select * from `categories` as `laravel_reserved_1` where `categories`.`id` = `laravel_reserved_1`.`parent_id` and id in ('24')) and `category_id` = 24)))
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `attribute_id` from `product_variations` where product_sku_id in ('61','63','66','67','68','70','72','74','75','76') 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` = 76 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` = 76 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` = 80 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` = 75 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` = 75 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` = 79 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` = 74 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` = 74 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` = 78 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` = 72 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` = 72 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` = 76 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` = 70 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` = 70 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` = 74 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` = 68 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` = 68 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` = 72 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` = 67 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` = 67 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` = 71 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` = 66 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` = 66 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` = 70 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` = 63 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` = 63 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` = 67 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 80 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 79 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 78 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 76 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 74 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 72 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 71 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 70 and `product_sku`.`product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_sku` where `product_sku`.`product_id` = 67 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:15 [▼ "host" => array:1 [▶ 0 => "myfashionz.com" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "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" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "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" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] ]
0 of 0array:45 [▼ "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "myfashionz.com" "REDIRECT_STATUS" => "200" "HTTPS" => "on" "SSL_TLS_SNI" => "myfashionz.com" "HTTP_HOST" => "myfashionz.com" "HTTP_CONNECTION" => "keep-alive" "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "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_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "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 myfashionz.com Port 443</address>\n" "SERVER_SOFTWARE" => "Apache/2.4.52 (Ubuntu)" "SERVER_NAME" => "myfashionz.com" "SERVER_ADDR" => "172.31.47.70" "SERVER_PORT" => "443" "REMOTE_ADDR" => "18.218.140.12" "DOCUMENT_ROOT" => "/var/www/amazcart_new/public/" "REQUEST_SCHEME" => "https" "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" => "1175" "REDIRECT_URL" => "/category/lehenga-choli" "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/lehenga-choli?item=category&page=1" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1743774290.65 "REQUEST_TIME" => 1743774290 ]
[]
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, 04 Apr 2025 13:44:51 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InBGUUlQbGVuVTJjTnhYZXJ0NDdFWVE9PSIsInZhbHVlIjoiT0cvQmhkQU5wYXNUT2Y2ajQxcnB6N1dMbXhOcDFXMXZ6cmFxZEZSQzl4Si9BMm45bGVxUzI1QjdjYmt4bUpldDRhajg5TXZ2Mmh5MDJkcGsxY3lSamx3NURIajdIMTh6U1QwSU1CUkFzdnFjL0RMUnJZOEhCVWgzbjNJL1phb1AiLCJtYWMiOiJlNDkzOGU3NDgyNmU2NGU2ZGFlY2EzZWJhYzg2MGEyZGE2NDQzMDZiNTFiZmVlNGEzM2RkOGFiYmIzOTY2ZWRmIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 15:44:51 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6InBGUUlQbGVuVTJjTnhYZXJ0NDdFWVE9PSIsInZhbHVlIjoiT0cvQmhkQU5wYXNUT2Y2ajQxcnB6N1dMbXhOcDFXMXZ6cmFxZEZSQzl4Si9BMm45bGVxUzI1QjdjYmt4bUpldDRhajg5T ▶" 1 => "365_amazcart_session=eyJpdiI6Ik9lZVBTWGtwZHFwdVVTbjhlQWJJWXc9PSIsInZhbHVlIjoiNGNXS25DUGRZT216ZnZ0MmQvWlJoaHVUTDNmaTEzaHlNQ2RJdzNQb0NpWEl0TjBCaGRMSUZzSkFsRnM3RWtJQkFQL1dLeXlwWUQrTHE1T1RkQWhJdW1qcDgrTFZCUUZnS1p4S040S3crV3FCbWpNSGR3TGJvVGQwdGtNYnRMbi8iLCJtYWMiOiJmYmQxNDYzMjkyZmFmZjE1MTFlY2JkZGM2OTMwMTBjMjljMTBiMTZjYTljNDEzZTU2MmY1MmIwNWQzMmM5ZDExIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 15:44:51 GMT; Max-Age=7200; path=/; httponly ◀365_amazcart_session=eyJpdiI6Ik9lZVBTWGtwZHFwdVVTbjhlQWJJWXc9PSIsInZhbHVlIjoiNGNXS25DUGRZT216ZnZ0MmQvWlJoaHVUTDNmaTEzaHlNQ2RJdzNQb0NpWEl0TjBCaGRMSUZzSkFsRnM3RWt ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InBGUUlQbGVuVTJjTnhYZXJ0NDdFWVE9PSIsInZhbHVlIjoiT0cvQmhkQU5wYXNUT2Y2ajQxcnB6N1dMbXhOcDFXMXZ6cmFxZEZSQzl4Si9BMm45bGVxUzI1QjdjYmt4bUpldDRhajg5TXZ2Mmh5MDJkcGsxY3lSamx3NURIajdIMTh6U1QwSU1CUkFzdnFjL0RMUnJZOEhCVWgzbjNJL1phb1AiLCJtYWMiOiJlNDkzOGU3NDgyNmU2NGU2ZGFlY2EzZWJhYzg2MGEyZGE2NDQzMDZiNTFiZmVlNGEzM2RkOGFiYmIzOTY2ZWRmIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 15:44:51 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6InBGUUlQbGVuVTJjTnhYZXJ0NDdFWVE9PSIsInZhbHVlIjoiT0cvQmhkQU5wYXNUT2Y2ajQxcnB6N1dMbXhOcDFXMXZ6cmFxZEZSQzl4Si9BMm45bGVxUzI1QjdjYmt4bUpldDRhajg5T ▶" 1 => "365_amazcart_session=eyJpdiI6Ik9lZVBTWGtwZHFwdVVTbjhlQWJJWXc9PSIsInZhbHVlIjoiNGNXS25DUGRZT216ZnZ0MmQvWlJoaHVUTDNmaTEzaHlNQ2RJdzNQb0NpWEl0TjBCaGRMSUZzSkFsRnM3RWtJQkFQL1dLeXlwWUQrTHE1T1RkQWhJdW1qcDgrTFZCUUZnS1p4S040S3crV3FCbWpNSGR3TGJvVGQwdGtNYnRMbi8iLCJtYWMiOiJmYmQxNDYzMjkyZmFmZjE1MTFlY2JkZGM2OTMwMTBjMjljMTBiMTZjYTljNDEzZTU2MmY1MmIwNWQzMmM5ZDExIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 15:44:51 GMT; path=/; httponly ◀365_amazcart_session=eyJpdiI6Ik9lZVBTWGtwZHFwdVVTbjhlQWJJWXc9PSIsInZhbHVlIjoiNGNXS25DUGRZT216ZnZ0MmQvWlJoaHVUTDNmaTEzaHlNQ2RJdzNQb0NpWEl0TjBCaGRMSUZzSkFsRnM3RWt ▶" ] ]
0 of 0array:4 [▼ "_token" => "6fkaYvbQZFOcLI3iizgsg2GZWsWUPu7m9lPoAcu0" "_previous" => array:1 [▶ "url" => "https://myfashionz.com/category/lehenga-choli?item=category&page=1" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]