Có 4 sản phẩm!
1 x Application (60.71%) | 521ms |
1 x Booting (39.29%) | 337ms |
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
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 |
|
7 |
|
8 |
|
9 |
|
Params | |
---|---|
0 |
|
1 |
|
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 `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-14 00:45:23' OR
ec_products.end_date < '2025-01-14 00:45:23'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-01-14 00:45:23' AND
ec_products.end_date >= '2025-01-14 00:45:23'
) 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-14 00:45:23'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-01-14 00:45:23' 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`.`status` = 'published' and `ec_products`.`is_variation` = 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select distinct `ec_products`.*, `products_with_final_price`.`final_price`, (select count(*) from `ec_reviews` where `ec_products`.`id` = `ec_reviews`.`product_id` and `status` = 'published') as `reviews_count`, (select avg(star) from `ec_reviews` where `ec_products`.`id` = `ec_reviews`.`product_id` and `status` = 'published') as `reviews_avg` 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-14 00:45:23' OR
ec_products.end_date < '2025-01-14 00:45:23'
)
) THEN ec_products.price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-01-14 00:45:23' AND
ec_products.end_date >= '2025-01-14 00:45:23'
) 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-14 00:45:23'
) THEN ec_products.sale_price
WHEN (
ec_products.sale_type = 1 AND
ec_products.start_date <= '2025-01-14 00:45:23' 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`.`status` = 'published' and `ec_products`.`is_variation` = 0 order by `ec_products`.`order` asc, `ec_products`.`created_at` desc limit 60 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (11551, 11554, 11555, 11556) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\Product'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_variations` where `ec_product_variations`.`configurable_product_id` in (11551, 11554, 11555, 11556)
Metadata | |
---|---|
Backtrace |
|
select `ec_product_labels`.*, `ec_product_label_products`.`product_id` as `pivot_product_id`, `ec_product_label_products`.`product_label_id` as `pivot_product_label_id` from `ec_product_labels` inner join `ec_product_label_products` on `ec_product_labels`.`id` = `ec_product_label_products`.`product_label_id` where `ec_product_label_products`.`product_id` in (11551, 11554, 11555, 11556)
Metadata | |
---|---|
Backtrace |
|
select `ec_product_attributes`.*, `ec_product_variations`.*, `ec_product_variation_items`.*, `ec_product_attribute_sets`.*, `ec_product_attributes`.`title` as `attribute_title` from `ec_product_variations` inner join `ec_product_variation_items` on `ec_product_variation_items`.`variation_id` = `ec_product_variations`.`id` inner join `ec_product_attributes` on `ec_product_attributes`.`id` = `ec_product_variation_items`.`attribute_id` inner join `ec_product_attribute_sets` on `ec_product_attribute_sets`.`id` = `ec_product_attributes`.`attribute_set_id` where `ec_product_attribute_sets`.`status` = 'published' and `ec_product_attribute_sets`.`is_use_in_product_listing` = 1 and `ec_product_variations`.`configurable_product_id` in (11551, 11554, 11555, 11556)
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` in (11551, 11554, 11555, 11556)
Metadata | |
---|---|
Backtrace |
|
select * from `mp_stores` where `mp_stores`.`id` in (0)
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 (11551, 11554, 11555, 11556)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (63, 99, 184, 233, 234) and `slugs`.`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_discounts` where `type` = 'promotion' and `start_date` <= '2025-01-14 00:45:23' and (`end_date` is null or `end_date` >= '2025-01-14 00:45:23') 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-01-14' order by `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_taxes` where `ec_taxes`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_taxes` where `ec_taxes`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_taxes` where `ec_taxes`.`id` = 1 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_taxes` where `ec_taxes`.`id` = 2 limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 'published'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (6, 7, 8, 9, 10)
Metadata | |
---|---|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (6, 7, 8, 9, 10)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (63, 99, 100, 238) and `slugs`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`parent_id` in (63, 99, 100, 238)
Metadata | |
---|---|
Backtrace |
|
select * from `slugs` where `slugs`.`reference_id` in (180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 194, 195, 196, 197, 198, 199, 200, 201, 202, 220, 230, 233, 234, 235, 239, 240, 241) 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 (63, 99, 100, 238) and `meta_boxes`.`reference_type` = 'Botble\Ecommerce\Models\ProductCategory'
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 `widgets` where `theme` = 'nest'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:15 [▼ "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, br, zstd" ] "host" => array:1 [▶ 0 => "vienkhoahocchamsocsuckhoevietnam.com" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "priority" => array:1 [▶ 0 => "u=0, i" ] ]
0 of 0array:44 [▼ "LSPHP_ENABLE_USER_INI" => "on" "PATH" => "/bin:/usr/bin" "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, br, zstd" "HTTP_HOST" => "vienkhoahocchamsocsuckhoevietnam.com" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_PRIORITY" => "u=0, i" "DOCUMENT_ROOT" => "/home/ezlife/domains/vienkhoahocchamsocsuckhoevietnam.com/private_html" "REMOTE_ADDR" => "18.220.201.98" "REMOTE_PORT" => "37703" "SERVER_ADDR" => "103.74.117.184" "SERVER_NAME" => "vienkhoahocchamsocsuckhoevietnam.com" "SERVER_ADMIN" => "webmaster@vienkhoahocchamsocsuckhoevietnam.com" "SERVER_PORT" => "443" "REQUEST_URI" => "/san-pham" "REDIRECT_URL" => "/public/san-pham" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "X_SPDY" => "HTTP2" "SSL_PROTOCOL" => "TLSv1.3" "SSL_CIPHER" => "TLS_CHACHA20_POLY1305_SHA256" "SSL_CIPHER_USEKEYSIZE" => "256" "SSL_CIPHER_ALGKEYSIZE" => "256" "LSWS_EDITION" => "Openlitespeed 1.7.16" "X-LSCACHE" => "on,crawler" "SCRIPT_FILENAME" => "/home/ezlife/domains/vienkhoahocchamsocsuckhoevietnam.com/private_html/public/index.php" "QUERY_STRING" => "" "SCRIPT_NAME" => "/public/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "PHP_SELF" => "/public/index.php" "REQUEST_TIME_FLOAT" => 1736790323.057 "REQUEST_TIME" => 1736790323 ]
[]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Mon, 13 Jan 2025 17:45:23 GMT" ] "cms-version" => array:1 [▶ 0 => "5.26.2" ] "authorization-at" => array:1 [▶ 0 => "2024-07-03 08:55:12" ] "activated-license" => array:1 [▶ 0 => "Yes" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkxGeXUvN0hNOUEyZDBWVC8wL2xkUnc9PSIsInZhbHVlIjoiVHQrL3o0TERKYUY2WHJHTm5aQ3FJTUhEMlN1TGMzUEkrSWZEZzR3TDM2bGd3ZUZFY0lDT0xlS2NKOXZ4L20rd3NFcnJ5MFB2WFREMFdEcUVqN0IxZ2R0NnBDSXZhY3F4enNUNGZNcDVoRnJjQVR2dkw4am5oeWd1dWxwZnlVN2kiLCJtYWMiOiI1ZGI1ZjQ2YTkzNzY1ZjI1YmU4NzEyOGNjMTA3MDAzN2RmZGI4ZWJiNTI2YTFkODFmYjZjYTRlMGQ4NmFhODI4IiwidGFnIjoiIn0%3D; expires=Mon, 13-Jan-2025 19:45:23 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IkxGeXUvN0hNOUEyZDBWVC8wL2xkUnc9PSIsInZhbHVlIjoiVHQrL3o0TERKYUY2WHJHTm5aQ3FJTUhEMlN1TGMzUEkrSWZEZzR3TDM2bGd3ZUZFY0lDT0xlS2NKOXZ4L20rd3NFcnJ5M ▶" 1 => "botble_session=eyJpdiI6IkFsTzdpMkJ5c0FMUi9xQXpOdmZBYXc9PSIsInZhbHVlIjoiYSt5MG9helJLVXNlMmx2MC9nMmp3VStTbU93UkRjbHF0NUVEQ09KY3BNK2lKdnJmMnVSaVhMUlJDM2x1RUxuVzliSlFRUG9sT0RTNDRZdUpiemxRa3poZ0N4U1F3ZnpHYXdKbWxEeVgvcnF4a3hydXhJZnh0NFdablMzMlpLYmQiLCJtYWMiOiI3NDNlODA4MGU1ZGNjMGIzMzcxOWQ4MjJhMzEzYjIzYmFmYjE5YjVmYTlkNzVjNmYwMDA4NTMwNzU3MGNiOTdhIiwidGFnIjoiIn0%3D; expires=Mon, 13-Jan-2025 19:45:23 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀botble_session=eyJpdiI6IkFsTzdpMkJ5c0FMUi9xQXpOdmZBYXc9PSIsInZhbHVlIjoiYSt5MG9helJLVXNlMmx2MC9nMmp3VStTbU93UkRjbHF0NUVEQ09KY3BNK2lKdnJmMnVSaVhMUlJDM2x1RUxuVzliS ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkxGeXUvN0hNOUEyZDBWVC8wL2xkUnc9PSIsInZhbHVlIjoiVHQrL3o0TERKYUY2WHJHTm5aQ3FJTUhEMlN1TGMzUEkrSWZEZzR3TDM2bGd3ZUZFY0lDT0xlS2NKOXZ4L20rd3NFcnJ5MFB2WFREMFdEcUVqN0IxZ2R0NnBDSXZhY3F4enNUNGZNcDVoRnJjQVR2dkw4am5oeWd1dWxwZnlVN2kiLCJtYWMiOiI1ZGI1ZjQ2YTkzNzY1ZjI1YmU4NzEyOGNjMTA3MDAzN2RmZGI4ZWJiNTI2YTFkODFmYjZjYTRlMGQ4NmFhODI4IiwidGFnIjoiIn0%3D; expires=Mon, 13-Jan-2025 19:45:23 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IkxGeXUvN0hNOUEyZDBWVC8wL2xkUnc9PSIsInZhbHVlIjoiVHQrL3o0TERKYUY2WHJHTm5aQ3FJTUhEMlN1TGMzUEkrSWZEZzR3TDM2bGd3ZUZFY0lDT0xlS2NKOXZ4L20rd3NFcnJ5M ▶" 1 => "botble_session=eyJpdiI6IkFsTzdpMkJ5c0FMUi9xQXpOdmZBYXc9PSIsInZhbHVlIjoiYSt5MG9helJLVXNlMmx2MC9nMmp3VStTbU93UkRjbHF0NUVEQ09KY3BNK2lKdnJmMnVSaVhMUlJDM2x1RUxuVzliSlFRUG9sT0RTNDRZdUpiemxRa3poZ0N4U1F3ZnpHYXdKbWxEeVgvcnF4a3hydXhJZnh0NFdablMzMlpLYmQiLCJtYWMiOiI3NDNlODA4MGU1ZGNjMGIzMzcxOWQ4MjJhMzEzYjIzYmFmYjE5YjVmYTlkNzVjNmYwMDA4NTMwNzU3MGNiOTdhIiwidGFnIjoiIn0%3D; expires=Mon, 13-Jan-2025 19:45:23 GMT; path=/; httponly ◀botble_session=eyJpdiI6IkFsTzdpMkJ5c0FMUi9xQXpOdmZBYXc9PSIsInZhbHVlIjoiYSt5MG9helJLVXNlMmx2MC9nMmp3VStTbU93UkRjbHF0NUVEQ09KY3BNK2lKdnJmMnVSaVhMUlJDM2x1RUxuVzliS ▶" ] ]
0 of 0array:4 [▼ "_token" => "Djt3oSAPanTPUEvwHbmtoqBhqWtGjidAvopSdjar" "_previous" => array:1 [▶ "url" => "https://vienkhoahocchamsocsuckhoevietnam.com/san-pham" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]