1 x Application (62.31%) | 52.12ms |
1 x Booting (37.64%) | 31.48ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
select * from `category` where (`active` = 1 and `level` = 'main') order by `order` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `category` where (`active` = 1 and `level` = 'sub') order by `order` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `dealer_guides` where (`file_type` = 'Flipbook' and `active` = 1) order by `id` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `poundex_settings` where `id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `category` where (`active` = 1 and `slug` = 'mirror') limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `category` where (`active` = 1 and `level` = 'main' and `id` = 6) limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `products` inner join `product_boxes` on `product_boxes`.`product_id` = `products`.`id` where (`products`.`category_id` = 33 and `products`.`in_catalog` = 1 and `products`.`product_view` = 'available') and `product_boxes`.`parent_child` = 'p'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select distinct `products`.`id` as `product_id`, `products`.`name`, `products`.`slug`, `products`.`image`, `products`.`item_number`, `products`.`base_price`, `products`.`quantity`, `products`.`block_cart_view`, `products`.`product_view`, `products`.`in_catalog`, `products`.`unit_per_case`, CASE
WHEN "2025-04-09" >= products.discounted_start_date
AND (products.discounted_end_date IS NULL OR "2025-04-09" <= products.discounted_end_date)
THEN round(products.discounted_percentage,0)
ELSE 0
END AS discounted_percentage, CASE
WHEN "2025-04-09" >= products.discounted_start_date
AND (products.discounted_end_date IS NULL OR "2025-04-09" <= products.discounted_end_date)
AND products.discounted_price < products.base_price
THEN products.discounted_price
ELSE 0
END AS discounted_price, CASE
WHEN "2025-04-09" >= products.discounted_start_date
AND (products.discounted_end_date IS NULL OR "2025-04-09" <= products.discounted_end_date)
AND products.discounted_price < products.base_price
THEN products.discounted_price
ELSE products.base_price
END AS final_price from `products` inner join `product_boxes` on `product_boxes`.`product_id` = `products`.`id` where (`products`.`category_id` = 33 and `products`.`in_catalog` = 1 and `products`.`product_view` = 'available') and `product_boxes`.`parent_child` = 'p' order by `products`.`item_number` asc limit 30 offset 30
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `created_at`, `featured` from `products` where `item_number` = 'F5482' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `product_bestsellers` where `item_number` = 'F5482' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `created_at`, `featured` from `products` where `item_number` = 'F5487' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `product_bestsellers` where `item_number` = 'F5487' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `created_at`, `featured` from `products` where `item_number` = 'F5492' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `product_bestsellers` where `item_number` = 'F5492' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `created_at`, `featured` from `products` where `item_number` = 'F5497' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `product_bestsellers` where `item_number` = 'F5497' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `created_at`, `featured` from `products` where `item_number` = 'F5502' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `product_bestsellers` where `item_number` = 'F5502' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `created_at`, `featured` from `products` where `item_number` = 'F5507' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `product_bestsellers` where `item_number` = 'F5507' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `created_at`, `featured` from `products` where `item_number` = 'F5512' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `product_bestsellers` where `item_number` = 'F5512' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `created_at`, `featured` from `products` where `item_number` = 'F5517' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `product_bestsellers` where `item_number` = 'F5517' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select CASE
WHEN "2025-04-09" >= products.discounted_start_date
AND (products.discounted_end_date IS NULL OR "2025-04-09" <= products.discounted_end_date)
AND products.discounted_price < products.base_price
THEN products.discounted_price
ELSE products.base_price
END AS final_price from `products` inner join `product_boxes` on `product_boxes`.`product_id` = `products`.`id` where (`products`.`category_id` = 33 and `products`.`in_catalog` = 1 and `products`.`product_view` = 'available') and `product_boxes`.`parent_child` = 'p'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
0 of 0array:2 [▼ "page" => "2" "slug" => "mirror" ]
[]
0 of 0array:8 [▼ "host" => array:1 [▶ 0 => "bobkonaonline.com" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "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" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate" ] ]
0 of 0array:36 [▼ "REDIRECT_UNIQUE_ID" => "Z_af04hqpF9Cx26H7XIQHwAAACQ" "REDIRECT_STATUS" => "200" "UNIQUE_ID" => "Z_af04hqpF9Cx26H7XIQHwAAACQ" "HTTP_HOST" => "bobkonaonline.com" "HTTP_CONNECTION" => "keep-alive" "HTTP_PRAGMA" => "no-cache" "HTTP_CACHE_CONTROL" => "no-cache" "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_ACCEPT_ENCODING" => "gzip, deflate" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" "SERVER_SIGNATURE" => "" "SERVER_SOFTWARE" => "Apache/2.4.62 () OpenSSL/1.0.2k-fips PHP/8.2.27" "SERVER_NAME" => "bobkonaonline.com" "SERVER_ADDR" => "172.31.7.4" "SERVER_PORT" => "80" "REMOTE_ADDR" => "13.58.68.83" "DOCUMENT_ROOT" => "/home/poundex-staging/laravel-ecommerce/public/" "REQUEST_SCHEME" => "http" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/home/poundex-staging/laravel-ecommerce/public/" "SERVER_ADMIN" => "root@localhost" "SCRIPT_FILENAME" => "/home/poundex-staging/laravel-ecommerce/public/index.php" "REMOTE_PORT" => "21087" "REDIRECT_URL" => "/product" "REDIRECT_QUERY_STRING" => "page=2&slug=mirror" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "page=2&slug=mirror" "REQUEST_URI" => "/product?page=2&slug=mirror" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744216019.2526 "REQUEST_TIME" => 1744216019 ]
[]
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 => "Wed, 09 Apr 2025 16:26:59 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlU0QXltVW9yNHh4OHFHK1JQQktWSWc9PSIsInZhbHVlIjoiRkx6dkZFV1ErYnMrMERSaGRDVjFvd1lxS0tKbGhUMlNjZExqN3h1RWdmR1ZqdFFwMGJ2am1XWXlaak5HTmdzMzF1TnRKQkpEWUJHN3Y0ck1zOHpPdUFmVG91amNnaWFxaWIzNkNXODVhZDFxeEtvWUVsVjQ0SGRvajRpZmxNaFciLCJtYWMiOiJhMWY0NGZiYzMyZGVlMTUyZmIxYzIyNjUyYmY2NmFiMjRhNjA4MDcyOTEyYmQ1ZGZmMDE4MjdlNGY0M2JkOTU0IiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 16:41:59 GMT; Max-Age=900; path=/ ◀XSRF-TOKEN=eyJpdiI6IlU0QXltVW9yNHh4OHFHK1JQQktWSWc9PSIsInZhbHVlIjoiRkx6dkZFV1ErYnMrMERSaGRDVjFvd1lxS0tKbGhUMlNjZExqN3h1RWdmR1ZqdFFwMGJ2am1XWXlaak5HTmdzMzF1TnRKQ ▶" 1 => "poundex_associates_corporation_session=eyJpdiI6IlQzMEJmZHlUTzZsbnBoZkVnVjFpQnc9PSIsInZhbHVlIjoiN0Z1bDQxTXpIeGdQZ2VHWVo3ZGM3bEZuNFpDbEM5RDM2aC95SDJiMmlkZzhqeDVWZ2pOV2ltWnVPYmdlejk0cVgwTTZWNWhhYkdGUkUyelpSQ05NcHRqQlVScW1FMFc0a3FIY3FWRXkyK1BSV09lQUVGNVZaeHZ5VXl0SUNIQ0EiLCJtYWMiOiI0ZTdkNGE5NDA4ZGVjODE1YTgwZWExM2MwMWZjZTRmMmYxZDYxNTVhMThlNTM0MmFkOGY4YWQxNTcwZTQwNTJhIiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 16:41:59 GMT; Max-Age=900; path=/; httponly ◀poundex_associates_corporation_session=eyJpdiI6IlQzMEJmZHlUTzZsbnBoZkVnVjFpQnc9PSIsInZhbHVlIjoiN0Z1bDQxTXpIeGdQZ2VHWVo3ZGM3bEZuNFpDbEM5RDM2aC95SDJiMmlkZzhqeDVWZ ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlU0QXltVW9yNHh4OHFHK1JQQktWSWc9PSIsInZhbHVlIjoiRkx6dkZFV1ErYnMrMERSaGRDVjFvd1lxS0tKbGhUMlNjZExqN3h1RWdmR1ZqdFFwMGJ2am1XWXlaak5HTmdzMzF1TnRKQkpEWUJHN3Y0ck1zOHpPdUFmVG91amNnaWFxaWIzNkNXODVhZDFxeEtvWUVsVjQ0SGRvajRpZmxNaFciLCJtYWMiOiJhMWY0NGZiYzMyZGVlMTUyZmIxYzIyNjUyYmY2NmFiMjRhNjA4MDcyOTEyYmQ1ZGZmMDE4MjdlNGY0M2JkOTU0IiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 16:41:59 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IlU0QXltVW9yNHh4OHFHK1JQQktWSWc9PSIsInZhbHVlIjoiRkx6dkZFV1ErYnMrMERSaGRDVjFvd1lxS0tKbGhUMlNjZExqN3h1RWdmR1ZqdFFwMGJ2am1XWXlaak5HTmdzMzF1TnRKQ ▶" 1 => "poundex_associates_corporation_session=eyJpdiI6IlQzMEJmZHlUTzZsbnBoZkVnVjFpQnc9PSIsInZhbHVlIjoiN0Z1bDQxTXpIeGdQZ2VHWVo3ZGM3bEZuNFpDbEM5RDM2aC95SDJiMmlkZzhqeDVWZ2pOV2ltWnVPYmdlejk0cVgwTTZWNWhhYkdGUkUyelpSQ05NcHRqQlVScW1FMFc0a3FIY3FWRXkyK1BSV09lQUVGNVZaeHZ5VXl0SUNIQ0EiLCJtYWMiOiI0ZTdkNGE5NDA4ZGVjODE1YTgwZWExM2MwMWZjZTRmMmYxZDYxNTVhMThlNTM0MmFkOGY4YWQxNTcwZTQwNTJhIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 16:41:59 GMT; path=/; httponly ◀poundex_associates_corporation_session=eyJpdiI6IlQzMEJmZHlUTzZsbnBoZkVnVjFpQnc9PSIsInZhbHVlIjoiN0Z1bDQxTXpIeGdQZ2VHWVo3ZGM3bEZuNFpDbEM5RDM2aC95SDJiMmlkZzhqeDVWZ ▶" ] ]
0 of 0array:5 [▼ "_token" => "uM0Fj7rR2I1yLNAeVK1dKGkynBdgDfo3aNQcugKF" "links" => array:1 [▶ 0 => "http://bobkonaonline.com/product?page=2&slug=mirror" ] "_previous" => array:1 [▶ "url" => "http://bobkonaonline.com/product?page=2&slug=mirror" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]