1 x Application (93.13%) | 378.23ms |
1 x Booting (6.85%) | 27.81ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
select * from `brands` where (`name` = 'colagenius' or `slug` = 'colagenius') and `brands`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subcategories` where `id` = '36' and `subcategories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `brands` where (`name` = 'colagenius' or `slug` = 'colagenius') and `brands`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `products` inner join `product_categories` on `products`.`id` = `product_categories`.`product_id` where `product_categories`.`subcategory_id` = 36 and `brand_id` = 83 and `products`.`deleted_at` is null and `products`.`price` > '0' and `products`.`is_active` = '1' and `products`.`for_company` = 0 and `products`.`deleted_at` is null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `products`.*, `product_categories`.`subcategory_id` as `pivot_subcategory_id`, `product_categories`.`product_id` as `pivot_product_id` from `products` inner join `product_categories` on `products`.`id` = `product_categories`.`product_id` where `product_categories`.`subcategory_id` = 36 and `brand_id` = 83 and `products`.`deleted_at` is null and `products`.`price` > '0' and `products`.`is_active` = '1' and `products`.`for_company` = 0 and `products`.`deleted_at` is null order by `products`.`created_at` desc, `products`.`corrStockOriginal` desc, `sort` asc limit 20 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `sitecontacts` where `deleted_at` is null and `is_active` = '1' order by `sort` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `brands` where (`name` = 'colagenius' or `slug` = 'colagenius') and `brands`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `products` where `brand_id` = 83 and `products`.`price` > '0' and `products`.`for_company` = '0' and `is_active` = 1 and `products`.`deleted_at` is null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `brands` where `slug` = 'colagenius' and `brands`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subsubcategories` where `subsubcategories`.`id` = 209 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subsubcategories` where `subsubcategories`.`id` = 200 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subsubcategories` where `subsubcategories`.`id` = 210 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subcategories` where `subcategories`.`id` = 36 and `subcategories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`id` = 13 and `categories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.* from `brands` where `brands`.`deleted_at` is null and `brands`.`is_active` = '1' order by `sort` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `settings` order by `created_at` desc limit 1
Metadata | |
---|---|
Backtrace |
|
select `categories`.*, `images`.`url` as `url`, `images`.`file` as `file`, `images_mobile`.`url` as `url_mobile`, `images_mobile`.`file` as `file_mobile` from `categories` inner join `images` on `categories`.`id` = `images`.`related_id` inner join `images` as `images_mobile` on `categories`.`id` = `images_mobile`.`related_id` where `categories`.`is_active` = '1' and `images`.`type` = 'categories' and `images`.`main` = '1' and `images_mobile`.`type` = 'categories-mobile' and `images_mobile`.`main` = '1' and `categories`.`deleted_at` is null and `images_mobile`.`deleted_at` is null and `images`.`deleted_at` is null order by `categories`.`sort` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `images` where `type` like 'logo' order by `created_at` desc limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `images` where `type` like 'logo' order by `created_at` desc limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `configurations` where `configurations`.`deleted_at` is null order by `id` desc limit 1
Metadata | |
---|---|
Backtrace |
|
select * from `seasonals` where `is_active` = 1 order by `position` asc limit 10
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select exists(select * from `products` where `discount_id` is not null and `promo_ini_at` <= '2025-04-07 20:06:36' and `promo_end_at` > '2025-04-07 20:06:36' and `products`.`deleted_at` is null) as `exists`
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `brands` where `slug` = 'colagenius' and `brands`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `images` where `images`.`id` = 3278 and `images`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `slug` = 'suplementos' and `categories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subcategories` where `slug` = 'saude-e-bem-estar' and `subcategories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subsubcategories` where `name` = 'Cansaço e Fadiga' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subsubcategories` where `name` = 'Ossos e Articulações' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subsubcategories` where `name` = 'Pele, Cabelo e Unhas' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `products` where `products`.`id` = 7910 and `products`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `images` where `images`.`id` = 54979 and `images`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `stocks` where `stocks`.`product_id` = 7910 and `stocks`.`product_id` is not null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`id` = 13 and `categories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subcategories` where `subcategories`.`id` = 36 and `subcategories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `products` where `products`.`id` = 7905 and `products`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `images` where `images`.`id` = 63751 and `images`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `stocks` where `stocks`.`product_id` = 7905 and `stocks`.`product_id` is not null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`id` = 13 and `categories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subcategories` where `subcategories`.`id` = 36 and `subcategories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `products` where `products`.`id` = 7907 and `products`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `images` where `images`.`id` = 54976 and `images`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `stocks` where `stocks`.`product_id` = 7907 and `stocks`.`product_id` is not null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`id` = 13 and `categories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subcategories` where `subcategories`.`id` = 36 and `subcategories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `products` where `products`.`id` = 7908 and `products`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `images` where `images`.`id` = 54977 and `images`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `stocks` where `stocks`.`product_id` = 7908 and `stocks`.`product_id` is not null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`id` = 13 and `categories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subcategories` where `subcategories`.`id` = 36 and `subcategories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `discounts` where `discounts`.`id` = 1050 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `products` where `products`.`discount_id` = 1050 and `products`.`discount_id` is not null and `products`.`deleted_at` is null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `products` where `products`.`id` = 7909 and `products`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `images` where `images`.`id` = 71501 and `images`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `stocks` where `stocks`.`product_id` = 7909 and `stocks`.`product_id` is not null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`id` = 13 and `categories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subcategories` where `subcategories`.`id` = 36 and `subcategories`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `brands`.*, `images`.`url` as `url`, `images`.`file_thumbnail` as `file_thumbnail`, `images`.`file` as `file`, `images_mobile`.`url` as `url_mobile`, `images_mobile`.`file` as `file_mobile` from `brands` inner join `images` on `brands`.`id` = `images`.`related_id` inner join `images` as `images_mobile` on `brands`.`id` = `images_mobile`.`related_id` where `images`.`type` = 'brands' and `images`.`main` = '1' and `images_mobile`.`type` = 'brands-mobile' and `images_mobile`.`main` = '1' and `brands`.`deleted_at` is null and `brands`.`is_active` = '1' order by `sort` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `categories`.`deleted_at` is null order by `sort` asc limit 8
Metadata | |
---|---|
Backtrace |
|
select * from `configurations` order by `created_at` desc limit 1
Metadata | |
---|---|
Backtrace |
|
select * from `configurations` order by `created_at` desc limit 1
Metadata | |
---|---|
Backtrace |
|
200
[]
[]
0 of 0array:16 [▼ "cookie" => array:1 [▶ 0 => "_fbp=fb.1.1744052791343.361111225866066820; XSRF-TOKEN=eyJpdiI6InUwNmN3M3dObjhyVmxlYVRtZlNtWnc9PSIsInZhbHVlIjoidklIYzIycVhUNmliK1RsUTN5L1N0cjFqWnU1aEI1UnF2UXJiUnFxN3VIeVJjNW92bmZBd0laeThhNWRDdkFvdVIwNmk0ZVN2TUp3UDBwT01KRmE2VlV3aEZ6WGZnbFV5OHJlTGxSSThGd3dnQzE4eGJjUnNqUTFQTkhyWk4xai8iLCJtYWMiOiJkZGJmNjZhZmU3OTUzZDExMDU1Y2RjMDVhZWU4OTFjZTE3MzFjMmRlNDNhMGI0OGQ0MzgyYTQyMjIwMWM1MWY3IiwidGFnIjoiIn0%3D; farmacia_gaia_jardim_session=eyJpdiI6Ik0wREZkTWlOekZxSHp2eUFrN2tnYkE9PSIsInZhbHVlIjoiTmU2V0RRdHBQSTJLaXRkaEcvYURQcmY5TXpEcFZzcGUxUXhjVkZ5VVNqbmtsN2ZtT3hDb2VKSWYzYXNhUTFrN0lJQWZabVViRFplaUM4dXl1T2R1OEV3dUp5YlI1RC9tVlp5QjBnZGxISk5jSTdhZUR0bWVvYVowOUVrTGdjMkciLCJtYWMiOiI4NTk5MjExZTc5MGExNDQ3NTZlMGJlZjRkNTQ3OGY4NjliMThmMDdhOGZiYjdjMmZlYTAxYzQyMzk3OGRjOGNkIiwidGFnIjoiIn0%3D ◀_fbp=fb.1.1744052791343.361111225866066820; XSRF-TOKEN=eyJpdiI6InUwNmN3M3dObjhyVmxlYVRtZlNtWnc9PSIsInZhbHVlIjoidklIYzIycVhUNmliK1RsUTN5L1N0cjFqWnU1aEI1UnF2UXJiU ▶" ] "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" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "farmaciagaiajardim.com" ] ]
0 of 0array:51 [▼ "USER" => "apache" "HOME" => "/usr/share/httpd" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/brands/colagenius/subcategory/36" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/brands/colagenius/subcategory/36" "REMOTE_PORT" => "46549" "SCRIPT_FILENAME" => "/var/www/prod/public/index.php" "SERVER_ADMIN" => "[no address given]" "CONTEXT_DOCUMENT_ROOT" => "/var/www/prod/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/var/www/prod/public" "REMOTE_ADDR" => "18.188.115.61" "SERVER_PORT" => "443" "SERVER_ADDR" => "172.31.31.110" "SERVER_NAME" => "farmaciagaiajardim.com" "SERVER_SOFTWARE" => "Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2" "SERVER_SIGNATURE" => "" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" "HTTP_COOKIE" => "_fbp=fb.1.1744052791343.361111225866066820; XSRF-TOKEN=eyJpdiI6InUwNmN3M3dObjhyVmxlYVRtZlNtWnc9PSIsInZhbHVlIjoidklIYzIycVhUNmliK1RsUTN5L1N0cjFqWnU1aEI1UnF2UXJiUnFxN3VIeVJjNW92bmZBd0laeThhNWRDdkFvdVIwNmk0ZVN2TUp3UDBwT01KRmE2VlV3aEZ6WGZnbFV5OHJlTGxSSThGd3dnQzE4eGJjUnNqUTFQTkhyWk4xai8iLCJtYWMiOiJkZGJmNjZhZmU3OTUzZDExMDU1Y2RjMDVhZWU4OTFjZTE3MzFjMmRlNDNhMGI0OGQ0MzgyYTQyMjIwMWM1MWY3IiwidGFnIjoiIn0%3D; farmacia_gaia_jardim_session=eyJpdiI6Ik0wREZkTWlOekZxSHp2eUFrN2tnYkE9PSIsInZhbHVlIjoiTmU2V0RRdHBQSTJLaXRkaEcvYURQcmY5TXpEcFZzcGUxUXhjVkZ5VVNqbmtsN2ZtT3hDb2VKSWYzYXNhUTFrN0lJQWZabVViRFplaUM4dXl1T2R1OEV3dUp5YlI1RC9tVlp5QjBnZGxISk5jSTdhZUR0bWVvYVowOUVrTGdjMkciLCJtYWMiOiI4NTk5MjExZTc5MGExNDQ3NTZlMGJlZjRkNTQ3OGY4NjliMThmMDdhOGZiYjdjMmZlYTAxYzQyMzk3OGRjOGNkIiwidGFnIjoiIn0%3D ◀_fbp=fb.1.1744052791343.361111225866066820; XSRF-TOKEN=eyJpdiI6InUwNmN3M3dObjhyVmxlYVRtZlNtWnc9PSIsInZhbHVlIjoidklIYzIycVhUNmliK1RsUTN5L1N0cjFqWnU1aEI1UnF2UXJiU ▶" "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_CONNECTION" => "keep-alive" "HTTP_HOST" => "farmaciagaiajardim.com" "proxy-nokeepalive" => "1" "SSL_TLS_SNI" => "farmaciagaiajardim.com" "HTTPS" => "on" "UNIQUE_ID" => "Z_QiOw3WAqJDBlWckOpSUAAAAgk" "REDIRECT_STATUS" => "200" "REDIRECT_SSL_TLS_SNI" => "farmaciagaiajardim.com" "REDIRECT_HTTPS" => "on" "REDIRECT_UNIQUE_ID" => "Z_QiOw3WAqJDBlWckOpSUAAAAgk" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744052795.9945 "REQUEST_TIME" => 1744052795 ]
0 of 0array:3 [▼ "_fbp" => null "XSRF-TOKEN" => "sKBEylMCa6s9QN6l1yZ4EiLL2C6dWU27JTjM3Sy9" "farmacia_gaia_jardim_session" => "0OWKK7BE3WhEoX3KMF5IohM9JdmK17LzxPYDSKGG" ]
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 => "Mon, 07 Apr 2025 19:06:36 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ik9yelB3N1NGRjZtZElqRUs1VTdiM3c9PSIsInZhbHVlIjoieUZyUGhUZXNFRkNDRTZYMFdsN1VhbnpiZzkvYWNxVHVQYWpoVmZ6TlpzRmhZSE9XNUJ5NzQ1UjFZcWtUYUt0ZkUrNjhzRVhieXRhWGxmNWFja1pScjhFRXFGU3Q5UVpnQnFQR0E2dndmK0pDZUtJZlpDVXFHVDl0azRoMldMV2UiLCJtYWMiOiI3NDZjNjFjYmM1MWRkNGM5MGJmNzg0ZTE5OGY4ZWMzODYyYTJiNWJmNGZhNjg5MTkxMWE0Yjg3MmJmODA2NmI3IiwidGFnIjoiIn0%3D; expires=Mon, 07 Apr 2025 21:06:36 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6Ik9yelB3N1NGRjZtZElqRUs1VTdiM3c9PSIsInZhbHVlIjoieUZyUGhUZXNFRkNDRTZYMFdsN1VhbnpiZzkvYWNxVHVQYWpoVmZ6TlpzRmhZSE9XNUJ5NzQ1UjFZcWtUYUt0ZkUrNjhzR ▶" 1 => "farmacia_gaia_jardim_session=eyJpdiI6InlTTFBXRmJ1U1YzY1ZUOGlBamYxMnc9PSIsInZhbHVlIjoicVN1bUlaSXFjRFZLQzh3L0FyUEE0SUpyWjgzOW1sTWI3QUp5RkpxZ1Y3dVRFTllnY2FPcXZ3cWpSUUVscnVNKytNcEtoV2YvSDdBQ21rUTE1OWt5Q1lNT2lDalBqS2pDdUNUemtDZlJWT2FzQ2Z3T1cxaGVhZit6SnVxRklhaFEiLCJtYWMiOiI3ZTc3NTY1NjhlMDQ2NGIzYTZiM2IxZTU4YzY1MDRhZTNjMzVhZDg2NmMwMjczZWFiM2VlMGUxNTlmOTZkZDM2IiwidGFnIjoiIn0%3D; path=/; httponly ◀farmacia_gaia_jardim_session=eyJpdiI6InlTTFBXRmJ1U1YzY1ZUOGlBamYxMnc9PSIsInZhbHVlIjoicVN1bUlaSXFjRFZLQzh3L0FyUEE0SUpyWjgzOW1sTWI3QUp5RkpxZ1Y3dVRFTllnY2FPcXZ3cWp ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6Ik9yelB3N1NGRjZtZElqRUs1VTdiM3c9PSIsInZhbHVlIjoieUZyUGhUZXNFRkNDRTZYMFdsN1VhbnpiZzkvYWNxVHVQYWpoVmZ6TlpzRmhZSE9XNUJ5NzQ1UjFZcWtUYUt0ZkUrNjhzRVhieXRhWGxmNWFja1pScjhFRXFGU3Q5UVpnQnFQR0E2dndmK0pDZUtJZlpDVXFHVDl0azRoMldMV2UiLCJtYWMiOiI3NDZjNjFjYmM1MWRkNGM5MGJmNzg0ZTE5OGY4ZWMzODYyYTJiNWJmNGZhNjg5MTkxMWE0Yjg3MmJmODA2NmI3IiwidGFnIjoiIn0%3D; expires=Mon, 07-Apr-2025 21:06:36 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6Ik9yelB3N1NGRjZtZElqRUs1VTdiM3c9PSIsInZhbHVlIjoieUZyUGhUZXNFRkNDRTZYMFdsN1VhbnpiZzkvYWNxVHVQYWpoVmZ6TlpzRmhZSE9XNUJ5NzQ1UjFZcWtUYUt0ZkUrNjhzR ▶" 1 => "farmacia_gaia_jardim_session=eyJpdiI6InlTTFBXRmJ1U1YzY1ZUOGlBamYxMnc9PSIsInZhbHVlIjoicVN1bUlaSXFjRFZLQzh3L0FyUEE0SUpyWjgzOW1sTWI3QUp5RkpxZ1Y3dVRFTllnY2FPcXZ3cWpSUUVscnVNKytNcEtoV2YvSDdBQ21rUTE1OWt5Q1lNT2lDalBqS2pDdUNUemtDZlJWT2FzQ2Z3T1cxaGVhZit6SnVxRklhaFEiLCJtYWMiOiI3ZTc3NTY1NjhlMDQ2NGIzYTZiM2IxZTU4YzY1MDRhZTNjMzVhZDg2NmMwMjczZWFiM2VlMGUxNTlmOTZkZDM2IiwidGFnIjoiIn0%3D; path=/; httponly ◀farmacia_gaia_jardim_session=eyJpdiI6InlTTFBXRmJ1U1YzY1ZUOGlBamYxMnc9PSIsInZhbHVlIjoicVN1bUlaSXFjRFZLQzh3L0FyUEE0SUpyWjgzOW1sTWI3QUp5RkpxZ1Y3dVRFTllnY2FPcXZ3cWp ▶" ] ]
0 of 0array:4 [▼ "_token" => "sKBEylMCa6s9QN6l1yZ4EiLL2C6dWU27JTjM3Sy9" "_previous" => array:1 [▶ "url" => "https://farmaciagaiajardim.com/brands/colagenius/subcategory/36" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]