1 x Application (71.23%) | 172.38ms |
1 x Booting (28.66%) | 69.37ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
select * from `slugs` where `key` = 'coconut-1' and `reference_type` = 'Botble\Ecommerce\Models\Product' and `prefix` = 'products' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_currencies` order by `order` asc
Metadata | |
---|---|
Backtrace |
|
select distinct `ec_products`.* from `ec_products` inner join
(
SELECT DISTINCT
`ec_products`.id,
CASE
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price <> 0
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 0 AND
ec_products.sale_price = 0
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
(
ec_products.start_date > '2025-03-18 16:55:07' OR
ec_products.end_date < '2025-03-18 16:55:07'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-03-18 16:55:07' AND
ec_products.end_date >= '2025-03-18 16:55:07'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date IS NULL AND
ec_products.end_date >= '2025-03-18 16:55:07'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-03-18 16:55:07' AND
ec_products.end_date IS NULL
) THEN ec_products.sale_price
ELSE ec_products.price
END AS final_price
FROM `ec_products`
) AS products_with_final_price
on `products_with_final_price`.`id` = `ec_products`.`id` where `ec_products`.`id` = 3240 and `ec_products`.`status` = 'published' order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (3240) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Product'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ec_product_tags`.*, `ec_product_tag_product`.`product_id` as `pivot_product_id`, `ec_product_tag_product`.`tag_id` as `pivot_tag_id` from `ec_product_tags` inner join `ec_product_tag_product` on `ec_product_tags`.`id` = `ec_product_tag_product`.`tag_id` where `ec_product_tag_product`.`product_id` in (3240)
Metadata | |
---|---|
Backtrace |
|
select `ec_product_categories`.*, `ec_product_category_product`.`product_id` as `pivot_product_id`, `ec_product_category_product`.`category_id` as `pivot_category_id` from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_product_category_product`.`product_id` in (3240)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (376, 417) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
update `ec_products` set `views` = `views` + 1, `ec_products`.`updated_at` = '2025-03-18 16:55:07' where `id` = 3240
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `product_id` from `ec_product_variations` where `ec_product_variations`.`configurable_product_id` = 3240 and `ec_product_variations`.`configurable_product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ec_product_collections`.*, `ec_product_collection_products`.`product_id` as `pivot_product_id`, `ec_product_collection_products`.`product_collection_id` as `pivot_product_collection_id` from `ec_product_collections` inner join `ec_product_collection_products` on `ec_product_collections`.`id` = `ec_product_collection_products`.`product_collection_id` where `ec_product_collection_products`.`product_id` = 3240
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_discounts` where `type` = 'promotion' and `start_date` <= '2025-03-18 16:55:07' and (`end_date` is null or `end_date` >= '2025-03-18 16:55:07') and (`target` in ('all-orders', 'amount-minimum-order') or (`target` in ('customer', 'group-products', 'specific-product', 'product-variant') and `product_quantity` = 1))
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_flash_sales` where `status` = 'published' and date(`end_date`) > '2025-03-18' order by `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 376 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 0 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory' and `slugs`.`reference_id` = 376 and `slugs`.`reference_id` is not null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (3240) and `meta_boxes`.`reference_type` = 'Botble\Ecommerce\Models\Product'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `ec_product_variations` where `ec_product_variations`.`configurable_product_id` = 3240 and `ec_product_variations`.`configurable_product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `meta_value` from `meta_boxes` where `meta_key` = 'layout' and `reference_id` = 3240 and `reference_type` = 'Botble\Ecommerce\Models\Product' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_brands` where `ec_brands`.`id` = 583 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Brand' and `slugs`.`reference_id` = 583 and `slugs`.`reference_id` is not null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `ec_product_variations` where `ec_product_variations`.`configurable_product_id` = 3240 and `ec_product_variations`.`configurable_product_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_variations` where `ec_product_variations`.`configurable_product_id` = 3240 and `ec_product_variations`.`configurable_product_id` is not null and `ec_product_variations`.`is_default` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `meta_value` from `meta_boxes` where `meta_key` = 'nutrition' and `reference_id` = 3240 and `reference_type` = 'Botble\Ecommerce\Models\Product' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `meta_value` from `meta_boxes` where `meta_key` = 'ingredient' and `reference_id` = 3240 and `reference_type` = 'Botble\Ecommerce\Models\Product' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ec_products`.*, `ec_product_cross_sale_relations`.`from_product_id` as `pivot_from_product_id`, `ec_product_cross_sale_relations`.`to_product_id` as `pivot_to_product_id` from `ec_products` inner join `ec_product_cross_sale_relations` on `ec_products`.`id` = `ec_product_cross_sale_relations`.`to_product_id` where `ec_product_cross_sale_relations`.`from_product_id` = 3240 limit 4
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `meta_value` from `meta_boxes` where `meta_key` = 'faq_schema_config' and `reference_id` = 3240 and `reference_type` = 'Botble\Ecommerce\Models\Product' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories`
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (352, 358, 364, 366, 367, 375, 376, 381, 383) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`parent_id` in (352, 358, 364, 366, 367, 375, 376, 381, 383)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (351, 353, 354, 355, 357, 359, 368, 369, 377, 385, 390, 391, 394, 396, 403, 404, 405, 406, 407, 412, 413, 414, 415, 416, 417, 418, 420, 424, 425, 427, 431, 432, 433, 434, 435, 436) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (352, 358, 364, 366, 367, 375, 376, 381, 383) and `meta_boxes`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 'published'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (1, 2, 3, 4, 5, 6)
Metadata | |
---|---|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` in (1, 15, 17, 19, 25, 26, 27, 28, 108, 109, 110, 111, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198) order by `position` asc
Metadata | |
---|---|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (1, 2, 3, 4, 5, 6)
Metadata | |
---|---|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 126 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 130 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 133 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 137 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 140 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 145 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 149 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 170 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 173 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 175 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 184 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `widgets` where `theme` = 'wowy'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select *, (select count(*) from `ec_products` where `ec_brands`.`id` = `ec_products`.`brand_id` and `is_variation` = 0 and `status` = 'published') as `products_count` from `ec_brands` where `is_featured` = 1 and `status` = 'published' order by `order` asc, `created_at` desc limit 10
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (581, 582, 583, 584, 585, 586, 616, 617, 618) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Brand'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:15 [▼ "host" => array:1 [▶ 0 => "atozspecialtyfoods.com" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] ]
0 of 0array:75 [▼ "USER" => "a2z" "HOME" => "/home/a2z/./workspace/" "SCRIPT_NAME" => "/public/index.php" "REQUEST_URI" => "/products/coconut-1" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/2.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/public/products/coconut-1" "REMOTE_PORT" => "37812" "SCRIPT_FILENAME" => "/workspace/sites/atozspecialtyfoods.com/public/index.php" "SERVER_ADMIN" => "root@localhost" "CONTEXT_DOCUMENT_ROOT" => "/home/a2z/workspace/sites/atozspecialtyfoods.com" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/home/a2z/workspace/sites/atozspecialtyfoods.com" "REMOTE_ADDR" => "3.135.222.93" "SERVER_PORT" => "443" "SERVER_ADDR" => "135.181.212.162" "SERVER_NAME" => "atozspecialtyfoods.com" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" "HTTP_HOST" => "atozspecialtyfoods.com" "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" "proxy-nokeepalive" => "1" "H2_STREAM_TAG" => "280-1" "H2_STREAM_ID" => "1" "H2_PUSHED_ON" => "" "H2_PUSHED" => "" "H2_PUSH" => "off" "H2PUSH" => "off" "HTTP2" => "on" "SSL_TLS_SNI" => "atozspecialtyfoods.com" "HTTPS" => "on" "UNIQUE_ID" => "Z9mlazA47ikXWZciPZbMbgAAAAE" "REDIRECT_STATUS" => "200" "REDIRECT_H2_STREAM_TAG" => "280-1" "REDIRECT_H2_STREAM_ID" => "1" "REDIRECT_H2_PUSHED_ON" => "" "REDIRECT_H2_PUSHED" => "" "REDIRECT_H2_PUSH" => "off" "REDIRECT_H2PUSH" => "off" "REDIRECT_HTTP2" => "on" "REDIRECT_SSL_TLS_SNI" => "atozspecialtyfoods.com" "REDIRECT_HTTPS" => "on" "REDIRECT_UNIQUE_ID" => "Z9mlazA47ikXWZciPZbMbgAAAAE" "REDIRECT_REDIRECT_STATUS" => "200" "REDIRECT_REDIRECT_H2_STREAM_TAG" => "280-1" "REDIRECT_REDIRECT_H2_STREAM_ID" => "1" "REDIRECT_REDIRECT_H2_PUSHED_ON" => "" "REDIRECT_REDIRECT_H2_PUSHED" => "" "REDIRECT_REDIRECT_H2_PUSH" => "off" "REDIRECT_REDIRECT_H2PUSH" => "off" "REDIRECT_REDIRECT_HTTP2" => "on" "REDIRECT_REDIRECT_SSL_TLS_SNI" => "atozspecialtyfoods.com" "REDIRECT_REDIRECT_HTTPS" => "on" "REDIRECT_REDIRECT_UNIQUE_ID" => "Z9mlazA47ikXWZciPZbMbgAAAAE" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/public/index.php" "REQUEST_TIME_FLOAT" => 1742316907.5788 "REQUEST_TIME" => 1742316907 ]
[]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Tue, 18 Mar 2025 16:55:07 GMT" ] "cms-version" => array:1 [▶ 0 => "5.27.0" ] "authorization-at" => array:1 [▶ 0 => "2023-06-04 17:51:56" ] "activated-license" => array:1 [▶ 0 => "No" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjkwUlVjYno5b0RXZ1hPN3RYc3REbEE9PSIsInZhbHVlIjoiNytNQ05yVDFWSDh3WlJoSUJoa3JEU3FvSkgrRkUxaEt6WTN3R2NEZERVeWVZd3JiMmZST1NHWS8vUHlwZ1NKbm93VGN6alU0eXhWWHB3QU1pTTFJa2FUOUdiUDl5YkxKalZldldUdWgzUVFkb3BaZmQxck00Nlpxdmc0WlY5dlAiLCJtYWMiOiIyYWJjNzFhYTc5YTFiNThmMGNkMmVmNGU2Njg3ZjRmZWYwODdiMDA0MGQ4Nzg2MjIyY2RhOTRhNGU0NWJmZmUzIiwidGFnIjoiIn0%3D; expires=Tue, 18-Mar-2025 18:55:07 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IjkwUlVjYno5b0RXZ1hPN3RYc3REbEE9PSIsInZhbHVlIjoiNytNQ05yVDFWSDh3WlJoSUJoa3JEU3FvSkgrRkUxaEt6WTN3R2NEZERVeWVZd3JiMmZST1NHWS8vUHlwZ1NKbm93VGN6a ▶" 1 => "botble_session=eyJpdiI6IkJDcnlWSFhVSXZrdUxXZjZUbU01bHc9PSIsInZhbHVlIjoiSjQ1TTBna1VlZjFwZVFKd3R4Q0RIMkc0UEFsY05hRXE1TEFhR1A0S2NZdWo0ZzJiQmZYUEVFNTl3NUE1RXVkQjA4dmp3TXJWYnpPNk5GNGtBYVRoV0lJOFZKaEk2LzladG1RU3VqR2tRb2ozTldub0xIRitDRjRrcHNpYWsyQU8iLCJtYWMiOiI0MGI2ZGQwYTM1YjBlNjI4YzU5ODVkODg3ZjU3MzY5OGNiMDJiM2UwODY3YWNmZjM4NGJkM2M1Mzg0OTY5YTgyIiwidGFnIjoiIn0%3D; expires=Tue, 18-Mar-2025 18:55:07 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀botble_session=eyJpdiI6IkJDcnlWSFhVSXZrdUxXZjZUbU01bHc9PSIsInZhbHVlIjoiSjQ1TTBna1VlZjFwZVFKd3R4Q0RIMkc0UEFsY05hRXE1TEFhR1A0S2NZdWo0ZzJiQmZYUEVFNTl3NUE1RXVkQjA4d ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjkwUlVjYno5b0RXZ1hPN3RYc3REbEE9PSIsInZhbHVlIjoiNytNQ05yVDFWSDh3WlJoSUJoa3JEU3FvSkgrRkUxaEt6WTN3R2NEZERVeWVZd3JiMmZST1NHWS8vUHlwZ1NKbm93VGN6alU0eXhWWHB3QU1pTTFJa2FUOUdiUDl5YkxKalZldldUdWgzUVFkb3BaZmQxck00Nlpxdmc0WlY5dlAiLCJtYWMiOiIyYWJjNzFhYTc5YTFiNThmMGNkMmVmNGU2Njg3ZjRmZWYwODdiMDA0MGQ4Nzg2MjIyY2RhOTRhNGU0NWJmZmUzIiwidGFnIjoiIn0%3D; expires=Tue, 18-Mar-2025 18:55:07 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjkwUlVjYno5b0RXZ1hPN3RYc3REbEE9PSIsInZhbHVlIjoiNytNQ05yVDFWSDh3WlJoSUJoa3JEU3FvSkgrRkUxaEt6WTN3R2NEZERVeWVZd3JiMmZST1NHWS8vUHlwZ1NKbm93VGN6a ▶" 1 => "botble_session=eyJpdiI6IkJDcnlWSFhVSXZrdUxXZjZUbU01bHc9PSIsInZhbHVlIjoiSjQ1TTBna1VlZjFwZVFKd3R4Q0RIMkc0UEFsY05hRXE1TEFhR1A0S2NZdWo0ZzJiQmZYUEVFNTl3NUE1RXVkQjA4dmp3TXJWYnpPNk5GNGtBYVRoV0lJOFZKaEk2LzladG1RU3VqR2tRb2ozTldub0xIRitDRjRrcHNpYWsyQU8iLCJtYWMiOiI0MGI2ZGQwYTM1YjBlNjI4YzU5ODVkODg3ZjU3MzY5OGNiMDJiM2UwODY3YWNmZjM4NGJkM2M1Mzg0OTY5YTgyIiwidGFnIjoiIn0%3D; expires=Tue, 18-Mar-2025 18:55:07 GMT; path=/; httponly ◀botble_session=eyJpdiI6IkJDcnlWSFhVSXZrdUxXZjZUbU01bHc9PSIsInZhbHVlIjoiSjQ1TTBna1VlZjFwZVFKd3R4Q0RIMkc0UEFsY05hRXE1TEFhR1A0S2NZdWo0ZzJiQmZYUEVFNTl3NUE1RXVkQjA4d ▶" ] ]
0 of 0array:6 [▼ "_token" => "OXp9GF4xmeGp23H3H1kK2hqQmHUqG3XkfRverx36" "viewed_product" => array:1 [▶ 3240 => 1742316907 ] "cart" => array:2 [▶ "recently_viewed_updated_at" => Illuminate\Support\Carbon @1742316907 {#2800 ▶ #endOfTime: false #startOfTime: false #constructedObjectId: "000000007bd316a9000000005c704f94" #localMonthsOverflow: null #localYearsOverflow: null #localStrictModeEnabled: null #localHumanDiffOptions: null #localToStringFormat: null #localSerializer: null #localMacros: null #localGenericMacros: null #localFormatFunction: null #localTranslator: null #dumpProperties: array:3 [▶ 0 => "date" 1 => "timezone_type" 2 => "timezone" ] #dumpLocale: null #dumpDateProperties: array:2 [▶ "date" => "2025-03-18 16:55:07.671905" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] dumpDateProperties: array:2 [▶ "date" => "2025-03-18 16:55:07.671905" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] date: 2025-03-18 16:55:07.671905 UTC (+00:00) } "recently_viewed" => Illuminate\Support\Collection {#2799 ▶ #items: array:1 [▶ "6c140ffafef2c9305822bcc4d284fc46" => Botble\Ecommerce\Cart\CartItem {#2801 ▶ +rowId: "6c140ffafef2c9305822bcc4d284fc46" +id: 3240 +qty: 1 +name: "Coconut" +price: 40.0 +options: Botble\Ecommerce\Cart\CartItemOptions {#2798 ▶ #items: [] #escapeWhenCastingToString: false } #associatedModel: "Botble\Ecommerce\Models\Product" #taxRate: 0 +"created_at": Illuminate\Support\Carbon @1742316907 {#2846 ▶ #endOfTime: false #startOfTime: false #constructedObjectId: "000000007bd31747000000005c704f94" #localMonthsOverflow: null #localYearsOverflow: null #localStrictModeEnabled: null #localHumanDiffOptions: null #localToStringFormat: null #localSerializer: null #localMacros: null #localGenericMacros: null #localFormatFunction: null #localTranslator: null #dumpProperties: array:3 [▶ 0 => "date" 1 => "timezone_type" 2 => "timezone" ] #dumpLocale: null #dumpDateProperties: array:2 [▶ "date" => "2025-03-18 16:55:07.671860" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] dumpDateProperties: array:2 [▶ "date" => "2025-03-18 16:55:07.671860" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] date: 2025-03-18 16:55:07.671860 UTC (+00:00) } +"updated_at": Illuminate\Support\Carbon @1742316907 {#2847 ▶ #endOfTime: false #startOfTime: false #constructedObjectId: "000000007bd31746000000005c704f94" #localMonthsOverflow: null #localYearsOverflow: null #localStrictModeEnabled: null #localHumanDiffOptions: null #localToStringFormat: null #localSerializer: null #localMacros: null #localGenericMacros: null #localFormatFunction: null #localTranslator: null #dumpProperties: array:3 [▶ 0 => "date" 1 => "timezone_type" 2 => "timezone" ] #dumpLocale: null #dumpDateProperties: array:2 [▶ "date" => "2025-03-18 16:55:07.671870" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] dumpDateProperties: array:2 [▶ "date" => "2025-03-18 16:55:07.671870" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] date: 2025-03-18 16:55:07.671870 UTC (+00:00) } } ] #escapeWhenCastingToString: false } ] "_previous" => array:1 [▶ "url" => "https://atozspecialtyfoods.com/products/coconut-1" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]