category
categoryTree
adultCategories
obLevel
__env
app
errors
__currentLoopData
subCategory
loop
thirdCategory
product
documents
categoryFooter
tags
adult
discountProductsCount
select * from `categories` where `id` = '206' and `categories`.`deleted_at` is null order by `rang` asc limit 1
select * from `categories` where `categories`.`id` = 119 and `categories`.`deleted_at` is null order by `rang` asc limit 1
select * from `categories` where `categories`.`id` = 15 and `categories`.`deleted_at` is null order by `rang` asc limit 1
with recursive `laravel_cte` as ((select *, 0 as `depth`, cast(`id` as char(65535)) as `path` from `categories` where `categories`.`id` = 15) union all (select `categories`.*, `depth` + 1 as `depth`, concat(`path`, '.', `categories`.`id`) from `categories` inner join `laravel_cte` on `laravel_cte`.`id` = `categories`.`parent_id`)) select * from `laravel_cte` where `laravel_cte`.`deleted_at` is null order by `path` asc, `rang` asc
select count(*) as aggregate from `categories` where `categories`.`parent_id` = 206 and `categories`.`parent_id` is not null and `categories`.`deleted_at` is null
select `id`, `name`, `parent_id` from `categories` where `categories`.`parent_id` in (206) and `categories`.`deleted_at` is null order by `rang` asc
select `id`, `category_id`, `name`, `header_image`, `regular_price`, `special_price`, `special_price_date_from`, `special_price_date_to`, `selling_quantity_unit`, `is_frozen`, `available_on_shop`, `min_order_value`, `discount_allowed`, `increment_by`, `max_quantity` from `products` where `products`.`category_id` in (206) and `products`.`deleted_at` is null and `name` is not null and json_length(`name`) = 2 and `regular_price` is not null and `regular_price` > 0 and `available_on_shop` = 1 and `is_adult` = 0 order by `rang_by_article_group` asc, `rang_by_brand` asc, `rang_by_article` asc
select count(*) as aggregate from `products` where `special_price` is not null and `products`.`deleted_at` is null and `name` is not null and json_length(`name`) = 2 and `regular_price` is not null and `regular_price` > 0 and `available_on_shop` = 1 and `is_adult` = 0
200
[]
0 of 0 array:22 [▶ "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "cf-connecting-ip" => array:1 [▶ 0 => "3.19.188.198" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "host" => array:1 [▶ 0 => "ecommtest.voli.me" ] "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" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "cf-ray" => array:1 [▶ 0 => "92a91a9a9e18eadb-ORD" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "x-forwarded-for" => array:1 [▶ 0 => "3.19.188.198" ] ]
0 of 0 array:55 [▶ "USER" => "www-data" "HOME" => "/var/www" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/kategorije/206" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/kategorije/206" "REMOTE_PORT" => "20208" "SCRIPT_FILENAME" => "/var/websites/voliecomm/public/index.php" "SERVER_ADMIN" => "[no address given]" "CONTEXT_DOCUMENT_ROOT" => "/var/websites/voliecomm/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/var/websites/voliecomm/public" "REMOTE_ADDR" => "172.70.126.8" "SERVER_PORT" => "443" "SERVER_ADDR" => "10.0.0.43" "SERVER_NAME" => "ecommtest.voli.me" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_CF_CONNECTING_IP" => "3.19.188.198" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_HOST" => "ecommtest.voli.me" "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_SEC_FETCH_DEST" => "document" "HTTP_CF_RAY" => "92a91a9a9e18eadb-ORD" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_PRIORITY" => "u=0, i" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_X_FORWARDED_FOR" => "3.19.188.198" "proxy-nokeepalive" => "1" "SSL_TLS_SNI" => "ecommtest.voli.me" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "REDIRECT_SSL_TLS_SNI" => "ecommtest.voli.me" "REDIRECT_HTTPS" => "on" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1743688949.1769 "REQUEST_TIME" => 1743688949 ]
0 of 0 array:5 [▶ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Thu, 03 Apr 2025 14:02:29 GMT" ] "set-cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InkxcUVRenBaYVlzZnlFWDBwRXMyL3c9PSIsInZhbHVlIjoiSk9tYzZOL3FlQjVHY3JrdVJQQmpJSWNnTk9RNm8xV0lRaFo1ZVRDVkhZSFpMaytFRVlHU2pnZUxwbmQ3TUNJSmIyVjlUaTFHQ2hTMjNyN3FRcWZtbkNHTkJoY2xPbVJjcmZndlU4Tzc4ZmRreEgwVkZGQ2NkNzAwNlJmenhoYVAiLCJtYWMiOiJlZWMxMzAzZTc2YzFlYTQxNWY1MTIyYjQ4NDQzYTNkMDA0YTViZWQ4MzlhN2MzNmY2MDhhMmIyMzU4NGY2OWQzIn0%3D; expires=Thu, 03-Apr-2025 16:02:29 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6InkxcUVRenBaYVlzZnlFWDBwRXMyL3c9PSIsInZhbHVlIjoiSk9tYzZOL3FlQjVHY3JrdVJQQmpJSWNnTk9RNm8xV0lRaFo1ZVRDVkhZSFpMaytFRVlHU2pnZUxwbmQ3TUNJSmIyVjlUa ▶" ] "Set-Cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InkxcUVRenBaYVlzZnlFWDBwRXMyL3c9PSIsInZhbHVlIjoiSk9tYzZOL3FlQjVHY3JrdVJQQmpJSWNnTk9RNm8xV0lRaFo1ZVRDVkhZSFpMaytFRVlHU2pnZUxwbmQ3TUNJSmIyVjlUaTFHQ2hTMjNyN3FRcWZtbkNHTkJoY2xPbVJjcmZndlU4Tzc4ZmRreEgwVkZGQ2NkNzAwNlJmenhoYVAiLCJtYWMiOiJlZWMxMzAzZTc2YzFlYTQxNWY1MTIyYjQ4NDQzYTNkMDA0YTViZWQ4MzlhN2MzNmY2MDhhMmIyMzU4NGY2OWQzIn0%3D; expires=Thu, 03-Apr-2025 16:02:29 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6InkxcUVRenBaYVlzZnlFWDBwRXMyL3c9PSIsInZhbHVlIjoiSk9tYzZOL3FlQjVHY3JrdVJQQmpJSWNnTk9RNm8xV0lRaFo1ZVRDVkhZSFpMaytFRVlHU2pnZUxwbmQ3TUNJSmIyVjlUa ▶" ] ]
0 of 0 array:2 [▶ "_token" => "waFJVZAxzuFUAl9UCYk0ozPonvJSVep0l8cBFrv1" "PHPDEBUGBAR_STACK_DATA" => [] ]