1 x Application (67.23%) | 483.22ms |
1 x Booting (32.63%) | 234.55ms |
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
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 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
select * from `slugs` where `key` = 'alexandra' and `reference_type` = 'Botble\Ecommerce\Models\ProductCategory' and `prefix` = 'product-categories' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 52 and `ec_product_categories`.`status` = 'published' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (52) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id` from `ec_product_categories` where `ec_product_categories`.`parent_id` = 52 and `ec_product_categories`.`parent_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_currencies` order by `order` asc
Metadata | |
---|---|
Backtrace |
|
select count(*) as aggregate 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-01-08 22:52:24' OR
ec_products.end_date < '2025-01-08 22:52:24'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-01-08 22:52:24' AND
ec_products.end_date >= '2025-01-08 22:52:24'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date IS NULL AND
ec_products.end_date >= '2025-01-08 22:52:24'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-01-08 22:52:24' 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 exists (select * from `ec_product_categories` inner join `ec_product_category_product` on `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` where `ec_products`.`id` = `ec_product_category_product`.`product_id` and `ec_product_category_product`.`category_id` in (52)) and `ec_products`.`status` = 'published' and `ec_products`.`is_variation` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 50 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_id` = 50 and `slugs`.`reference_id` is not null and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (52) and `meta_boxes`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` order by `order` asc, `created_at` desc
Metadata | |
---|---|
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 `status` = 'published' order by `order` asc, `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select *, (select count(*) from `ec_products` inner join `ec_product_tag_product` on `ec_products`.`id` = `ec_product_tag_product`.`product_id` where `ec_product_tags`.`id` = `ec_product_tag_product`.`tag_id` and `is_variation` = 0) as `products_count` from `ec_product_tags` where `status` = 'published' order by `products_count` desc limit 20
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_attribute_sets` where `status` = 'published' and `is_searchable` = 1 order by `order` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_attributes` where `ec_product_attributes`.`attribute_set_id` in (1, 2, 3) order by `order` asc
Metadata | |
---|---|
Backtrace |
|
select * from `ec_product_attributes_translations` where `ec_product_attributes_translations`.`ec_product_attributes_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (31, 32, 33, 34, 35, 50) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`parent_id` in (31, 32, 33, 34, 35, 50)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (38, 39, 40, 41, 42, 43, 44, 45, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66) 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 (31, 32, 33, 34, 35, 50) and `meta_boxes`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (38, 39, 40, 41, 42, 43, 44, 45, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66)
Metadata | |
---|---|
Backtrace |
|
select * from `menus` inner join `language_meta` on `language_meta`.`reference_id` = `menus`.`id` where `status` = 'published' and `language_meta`.`reference_type` = 'Botble\Menu\Models\Menu' and `language_meta`.`lang_meta_code` = 'en_US'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (1, 2, 3)
Metadata | |
---|---|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (1, 2, 3)
Metadata | |
---|---|
Backtrace |
|
select * from `ec_product_categories` where `parent_id` = 0 limit 8
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 31 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 32 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 33 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 34 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 35 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 50 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` = 118 and `menu_nodes`.`parent_id` is not null order by `position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `parent_id` = 0 limit 8
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 31 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 32 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 33 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 34 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 35 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `reference_id` = 50 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `key` = 'product-categories'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `widgets` where `theme` = 'wowy'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select *, (select count(*) from `ec_products` inner join `ec_product_category_product` on `ec_products`.`id` = `ec_product_category_product`.`product_id` where `ec_product_categories`.`id` = `ec_product_category_product`.`category_id` and `is_variation` = 0) as `products_count` from `ec_product_categories` where `ec_product_categories`.`is_featured` = 1 and `ec_product_categories`.`status` = 'published' order by `ec_product_categories`.`created_at` desc, `ec_product_categories`.`order` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (31, 32, 33, 34) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
0 of 0array:2 [▼ "categories" => array:1 [▶ 0 => 52 ] "sort-by" => "date_asc" ]
0 of 0array:2 [▼ "categories" => array:1 [▶ 0 => 52 ] "sort-by" => "date_asc" ]
0 of 0array:10 [▼ "accept-encoding" => array:1 [▶ 0 => "gzip, deflate" ] "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" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "close" ] "x-accel-internal" => array:1 [▶ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [▶ 0 => "18.119.123.216" ] "host" => array:1 [▶ 0 => "signatureweave.checksample.co.uk" ] ]
0 of 0array:49 [▼ "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "PP_CUSTOM_PHP_INI" => "/var/www/vhosts/system/signatureweave.checksample.co.uk/etc/php.ini" "PP_CUSTOM_PHP_CGI_INDEX" => "plesk-php74-fastcgi" "SCRIPT_NAME" => "/public/index.php" "REQUEST_URI" => "/product-categories/alexandra?categories%5B0%5D=52&sort-by=date_asc" "QUERY_STRING" => "categories%5B0%5D=52&sort-by=date_asc" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "categories%5B0%5D=52&sort-by=date_asc" "REDIRECT_URL" => "/public/product-categories/alexandra" "REMOTE_PORT" => "35174" "SCRIPT_FILENAME" => "/var/www/vhosts/checksample.co.uk/signatureweave.checksample.co.uk/httpdocs/public/index.php" "SERVER_ADMIN" => "[no address given]" "CONTEXT_DOCUMENT_ROOT" => "/var/www/vhosts/checksample.co.uk/signatureweave.checksample.co.uk/httpdocs" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "http" "DOCUMENT_ROOT" => "/var/www/vhosts/checksample.co.uk/signatureweave.checksample.co.uk/httpdocs" "REMOTE_ADDR" => "18.119.123.216" "SERVER_PORT" => "80" "SERVER_ADDR" => "172.31.1.80" "SERVER_NAME" => "signatureweave.checksample.co.uk" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "<address>Apache Server at signatureweave.checksample.co.uk Port 80</address>\n" "HTTP_ACCEPT_ENCODING" => "gzip, deflate" "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_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "close" "HTTP_X_ACCEL_INTERNAL" => "/internal-nginx-static-location" "HTTP_X_REAL_IP" => "18.119.123.216" "HTTP_HOST" => "signatureweave.checksample.co.uk" "PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY" => "0" "PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY" => "0" "UNIQUE_ID" => "Z38BpyWz-M58WvAA2zUKCAAAACQ" "REDIRECT_STATUS" => "200" "REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY" => "0" "REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY" => "0" "REDIRECT_UNIQUE_ID" => "Z38BpyWz-M58WvAA2zUKCAAAACQ" "REDIRECT_REDIRECT_STATUS" => "200" "REDIRECT_REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY" => "0" "REDIRECT_REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY" => "0" "REDIRECT_REDIRECT_UNIQUE_ID" => "Z38BpyWz-M58WvAA2zUKCAAAACQ" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/public/index.php" "REQUEST_TIME_FLOAT" => 1736376744.6332 "REQUEST_TIME" => 1736376744 ]
[]
0 of 0array:10 [▼ "cache-control" => array:1 [▶ 0 => "private, must-revalidate" ] "date" => array:1 [▶ 0 => "Wed, 08 Jan 2025 22:52:25 GMT" ] "cms-version" => array:1 [▶ 0 => "5.23.6" ] "authorization-at" => array:1 [▶ 0 => "2023-08-01 11:31:30" ] "activated-license" => array:1 [▶ 0 => "No" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "expires" => array:1 [▶ 0 => -1 ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjBDUm15RDhyUHIvVFFEMTFOQjlnT0E9PSIsInZhbHVlIjoiMWM4NUo5eHN6M2c1dzExYmV5STEvNUlOcllLcTNQSXd3WUU2azZhMUN5TG9yQTZ5MzZySEV1ZnZLZXIyMzdBbHNrbEFMOHpWc3RPWFJEQ3V3NmE4WEg4OHdyU3U3NUtCVDdpMGZ0ZWxZZHF4Z01hb2FiaTZ6UWVOamNEeS9FMG0iLCJtYWMiOiI2MzAxYWUzNjEyOGZhZmIyZWYxZTA4YmM1N2MwZjUxYzM3OGE5NGVjZWUxYzQ4Yjg4MjU5YmM2YTZhZDA3OWYzIiwidGFnIjoiIn0%3D; expires=Thu, 09-Jan-2025 00:52:25 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IjBDUm15RDhyUHIvVFFEMTFOQjlnT0E9PSIsInZhbHVlIjoiMWM4NUo5eHN6M2c1dzExYmV5STEvNUlOcllLcTNQSXd3WUU2azZhMUN5TG9yQTZ5MzZySEV1ZnZLZXIyMzdBbHNrbEFMO ▶" 1 => "botble_session=eyJpdiI6IjdiUUNxTlNNMnNtZ1NKdHF6aXNyYUE9PSIsInZhbHVlIjoiaWQ5WlEwSjdUeDYxVWVPdGhkR1ltVVRIUThOZlh4ZEhSeWJzWStINzlqU1JNWHBkRFNzTWpwYjd0V0xpaGI4UVZhL3BRbkFBTnpsdHQ0MVE2WDNub0U1eEMzY3Z5cUxZS0UwUFJqR3Z5MFFMR1RFOTZ5TWZOMDFqQkt2VXVtcS8iLCJtYWMiOiJmZDJlNzNhYzE2MGI5ODI2M2ZmNmM3ZmJiNGViNDJhYTVjNzFkOTQ0MTAyMTJjNWQ3NzkwYzQ0M2M4MTMyNTEyIiwidGFnIjoiIn0%3D; expires=Thu, 09-Jan-2025 00:52:25 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀botble_session=eyJpdiI6IjdiUUNxTlNNMnNtZ1NKdHF6aXNyYUE9PSIsInZhbHVlIjoiaWQ5WlEwSjdUeDYxVWVPdGhkR1ltVVRIUThOZlh4ZEhSeWJzWStINzlqU1JNWHBkRFNzTWpwYjd0V0xpaGI4UVZhL ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjBDUm15RDhyUHIvVFFEMTFOQjlnT0E9PSIsInZhbHVlIjoiMWM4NUo5eHN6M2c1dzExYmV5STEvNUlOcllLcTNQSXd3WUU2azZhMUN5TG9yQTZ5MzZySEV1ZnZLZXIyMzdBbHNrbEFMOHpWc3RPWFJEQ3V3NmE4WEg4OHdyU3U3NUtCVDdpMGZ0ZWxZZHF4Z01hb2FiaTZ6UWVOamNEeS9FMG0iLCJtYWMiOiI2MzAxYWUzNjEyOGZhZmIyZWYxZTA4YmM1N2MwZjUxYzM3OGE5NGVjZWUxYzQ4Yjg4MjU5YmM2YTZhZDA3OWYzIiwidGFnIjoiIn0%3D; expires=Thu, 09-Jan-2025 00:52:25 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjBDUm15RDhyUHIvVFFEMTFOQjlnT0E9PSIsInZhbHVlIjoiMWM4NUo5eHN6M2c1dzExYmV5STEvNUlOcllLcTNQSXd3WUU2azZhMUN5TG9yQTZ5MzZySEV1ZnZLZXIyMzdBbHNrbEFMO ▶" 1 => "botble_session=eyJpdiI6IjdiUUNxTlNNMnNtZ1NKdHF6aXNyYUE9PSIsInZhbHVlIjoiaWQ5WlEwSjdUeDYxVWVPdGhkR1ltVVRIUThOZlh4ZEhSeWJzWStINzlqU1JNWHBkRFNzTWpwYjd0V0xpaGI4UVZhL3BRbkFBTnpsdHQ0MVE2WDNub0U1eEMzY3Z5cUxZS0UwUFJqR3Z5MFFMR1RFOTZ5TWZOMDFqQkt2VXVtcS8iLCJtYWMiOiJmZDJlNzNhYzE2MGI5ODI2M2ZmNmM3ZmJiNGViNDJhYTVjNzFkOTQ0MTAyMTJjNWQ3NzkwYzQ0M2M4MTMyNTEyIiwidGFnIjoiIn0%3D; expires=Thu, 09-Jan-2025 00:52:25 GMT; path=/; httponly ◀botble_session=eyJpdiI6IjdiUUNxTlNNMnNtZ1NKdHF6aXNyYUE9PSIsInZhbHVlIjoiaWQ5WlEwSjdUeDYxVWVPdGhkR1ltVVRIUThOZlh4ZEhSeWJzWStINzlqU1JNWHBkRFNzTWpwYjd0V0xpaGI4UVZhL ▶" ] ]
0 of 0array:5 [▼ "_token" => "x9Udm6JPG4xvkfVHZyxvjatubIlTcrH5w8lKrRkO" "language" => "en" "_previous" => array:1 [▶ "url" => "http://signatureweave.checksample.co.uk/product-categories/alexandra?categories%5B0%5D=52&sort-by=date_asc" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]