1 x Application (69.49%) | 100.76ms |
1 x Booting (30.39%) | 44.07ms |
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` = 'all-purpose-flour' 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-02-15 15:09:40' OR
ec_products.end_date < '2025-02-15 15:09:40'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-02-15 15:09:40' AND
ec_products.end_date >= '2025-02-15 15:09:40'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date IS NULL AND
ec_products.end_date >= '2025-02-15 15:09:40'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-02-15 15:09:40' 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` = 2930 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 (2930) 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 (2930)
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 (2930)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (385, 386) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
update `ec_products` set `views` = `views` + 1, `ec_products`.`updated_at` = '2025-02-15 15:09:40' where `id` = 2930
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `product_id` from `ec_product_variations` where `ec_product_variations`.`configurable_product_id` = 2930 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` = 2930
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_discounts` where `type` = 'promotion' and `start_date` <= '2025-02-15 15:09:40' and (`end_date` is null or `end_date` >= '2025-02-15 15:09:40') 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-02-15' order by `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 385 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 352 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` = 352 and `slugs`.`reference_id` is not null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory' and `slugs`.`reference_id` = 385 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 (2930) 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` = 2930 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` = 2930 and `reference_type` = 'Botble\Ecommerce\Models\Product' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_brands` where `ec_brands`.`id` = 585 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Brand' and `slugs`.`reference_id` = 585 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` = 2930 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` = 2930 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` = 2930 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` = 2930 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` = 2930 limit 4
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `meta_value` from `meta_boxes` where `meta_key` = 'faq_schema_config' and `reference_id` = 2930 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/all-purpose-flour" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/2.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/public/products/all-purpose-flour" "REMOTE_PORT" => "55273" "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" => "18.221.52.104" "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" => "76-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" => "Z7CuNB6GOWrrafFpmJvWTAAAAAE" "REDIRECT_STATUS" => "200" "REDIRECT_H2_STREAM_TAG" => "76-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" => "Z7CuNB6GOWrrafFpmJvWTAAAAAE" "REDIRECT_REDIRECT_STATUS" => "200" "REDIRECT_REDIRECT_H2_STREAM_TAG" => "76-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" => "Z7CuNB6GOWrrafFpmJvWTAAAAAE" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/public/index.php" "REQUEST_TIME_FLOAT" => 1739632180.3227 "REQUEST_TIME" => 1739632180 ]
[]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sat, 15 Feb 2025 15:09:40 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=eyJpdiI6IlpsZW9pbGZkVzhXQzliOTZVUDRKdmc9PSIsInZhbHVlIjoiSW9kT1NETHBrYkYwaC9XeWpidTFzUWVRVUxNdDkwdmFueDR2cmh5RTFtWlpjVGdoNWM3LzljODdqVXFVQ3E5U2hUWDYvczdFclZmUVpKSWd0QmJoVUlXMEpLSUEwamZQZzhHK0NDRHhnU3pMZUh4M2FLM2F2dmNpOGdDVGI4cXAiLCJtYWMiOiIzNWY3Mzk5NWJkZWI5ZWY5YjI3ODA4MmIwNmUxMWIyYzQ4NTRmMGI1MGVlZTk3ZDljYmNjOThmYmNiZWNlYmI0IiwidGFnIjoiIn0%3D; expires=Sat, 15-Feb-2025 17:09:40 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IlpsZW9pbGZkVzhXQzliOTZVUDRKdmc9PSIsInZhbHVlIjoiSW9kT1NETHBrYkYwaC9XeWpidTFzUWVRVUxNdDkwdmFueDR2cmh5RTFtWlpjVGdoNWM3LzljODdqVXFVQ3E5U2hUWDYvc ▶" 1 => "botble_session=eyJpdiI6ImlLdm5wZUl5T3FyWDBLdW94OHdKcUE9PSIsInZhbHVlIjoiUEhmZ2lHUkZuSWJ4SFlqQzE2UmhHdGkwT0ZvQzVUUHRtNFQ1SkpqU043UHk1NC9MdUxobGgrdFVxaXc2bldFL0UrK1lSZW9zK1NSakowLzR0T2tqNllGV0h6amJSZWZhMFFuWDJQWGZMSzI3blBNUFZjOCtjdEJueGM1OVJYeUgiLCJtYWMiOiJjM2FiZDMxNTg1OGIwMzIxZTIzMzIyMGMyMDEyMGJkODgxNTU5Y2ExYWM3MWMxNmU0ZThlZTJkM2ZlMTdkM2U1IiwidGFnIjoiIn0%3D; expires=Sat, 15-Feb-2025 17:09:40 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀botble_session=eyJpdiI6ImlLdm5wZUl5T3FyWDBLdW94OHdKcUE9PSIsInZhbHVlIjoiUEhmZ2lHUkZuSWJ4SFlqQzE2UmhHdGkwT0ZvQzVUUHRtNFQ1SkpqU043UHk1NC9MdUxobGgrdFVxaXc2bldFL0UrK ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlpsZW9pbGZkVzhXQzliOTZVUDRKdmc9PSIsInZhbHVlIjoiSW9kT1NETHBrYkYwaC9XeWpidTFzUWVRVUxNdDkwdmFueDR2cmh5RTFtWlpjVGdoNWM3LzljODdqVXFVQ3E5U2hUWDYvczdFclZmUVpKSWd0QmJoVUlXMEpLSUEwamZQZzhHK0NDRHhnU3pMZUh4M2FLM2F2dmNpOGdDVGI4cXAiLCJtYWMiOiIzNWY3Mzk5NWJkZWI5ZWY5YjI3ODA4MmIwNmUxMWIyYzQ4NTRmMGI1MGVlZTk3ZDljYmNjOThmYmNiZWNlYmI0IiwidGFnIjoiIn0%3D; expires=Sat, 15-Feb-2025 17:09:40 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IlpsZW9pbGZkVzhXQzliOTZVUDRKdmc9PSIsInZhbHVlIjoiSW9kT1NETHBrYkYwaC9XeWpidTFzUWVRVUxNdDkwdmFueDR2cmh5RTFtWlpjVGdoNWM3LzljODdqVXFVQ3E5U2hUWDYvc ▶" 1 => "botble_session=eyJpdiI6ImlLdm5wZUl5T3FyWDBLdW94OHdKcUE9PSIsInZhbHVlIjoiUEhmZ2lHUkZuSWJ4SFlqQzE2UmhHdGkwT0ZvQzVUUHRtNFQ1SkpqU043UHk1NC9MdUxobGgrdFVxaXc2bldFL0UrK1lSZW9zK1NSakowLzR0T2tqNllGV0h6amJSZWZhMFFuWDJQWGZMSzI3blBNUFZjOCtjdEJueGM1OVJYeUgiLCJtYWMiOiJjM2FiZDMxNTg1OGIwMzIxZTIzMzIyMGMyMDEyMGJkODgxNTU5Y2ExYWM3MWMxNmU0ZThlZTJkM2ZlMTdkM2U1IiwidGFnIjoiIn0%3D; expires=Sat, 15-Feb-2025 17:09:40 GMT; path=/; httponly ◀botble_session=eyJpdiI6ImlLdm5wZUl5T3FyWDBLdW94OHdKcUE9PSIsInZhbHVlIjoiUEhmZ2lHUkZuSWJ4SFlqQzE2UmhHdGkwT0ZvQzVUUHRtNFQ1SkpqU043UHk1NC9MdUxobGgrdFVxaXc2bldFL0UrK ▶" ] ]
0 of 0array:6 [▼ "_token" => "B7RVxrp29EWD98lCvTW27kKyTsOvAVLvAEHsjdnI" "viewed_product" => array:1 [▶ 2930 => 1739632180 ] "cart" => array:2 [▶ "recently_viewed_updated_at" => Illuminate\Support\Carbon @1739632180 {#2800 ▶ #endOfTime: false #startOfTime: false #constructedObjectId: "0000000073e92a260000000013774fa7" #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-02-15 15:09:40.382384" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] dumpDateProperties: array:2 [▶ "date" => "2025-02-15 15:09:40.382384" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] date: 2025-02-15 15:09:40.382384 UTC (+00:00) } "recently_viewed" => Illuminate\Support\Collection {#2799 ▶ #items: array:1 [▶ "2cbe30c5528004736f2437c09289e034" => Botble\Ecommerce\Cart\CartItem {#2801 ▶ +rowId: "2cbe30c5528004736f2437c09289e034" +id: 2930 +qty: 1 +name: "All Purpose Flour" +price: 39.0 +options: Botble\Ecommerce\Cart\CartItemOptions {#2798 ▶ #items: [] #escapeWhenCastingToString: false } #associatedModel: "Botble\Ecommerce\Models\Product" #taxRate: 0 +"created_at": Illuminate\Support\Carbon @1739632180 {#2846 ▶ #endOfTime: false #startOfTime: false #constructedObjectId: "0000000073e92bc80000000013774fa7" #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-02-15 15:09:40.382355" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] dumpDateProperties: array:2 [▶ "date" => "2025-02-15 15:09:40.382355" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] date: 2025-02-15 15:09:40.382355 UTC (+00:00) } +"updated_at": Illuminate\Support\Carbon @1739632180 {#2847 ▶ #endOfTime: false #startOfTime: false #constructedObjectId: "0000000073e92bc90000000013774fa7" #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-02-15 15:09:40.382361" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] dumpDateProperties: array:2 [▶ "date" => "2025-02-15 15:09:40.382361" "timezone" => "O:21:"Carbon\CarbonTimeZone":2:{s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}" ] date: 2025-02-15 15:09:40.382361 UTC (+00:00) } } ] #escapeWhenCastingToString: false } ] "_previous" => array:1 [▶ "url" => "https://atozspecialtyfoods.com/products/all-purpose-flour" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]