1 x Application (56.66%) | 132.64ms |
1 x Booting (43.23%) | 101.19ms |
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 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
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 |
|
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 `mi_config`.`code`, IFNULL(`mi_ct`.`value`, `mi_config`.`value`) AS `value` from `mi_config` left join `mi_config_trans` as `mi_ct` on `mi_config`.`id` = `mi_ct`.`config_id` and `mi_ct`.`lang_id` = 'vi'
10.09ms/app/Http/Controllers/FrontendController.php:33lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `mi_language` order by `id` desc
2.74ms/app/Http/Controllers/Shared/TransController.php:38lv_misooda_devMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `mi_language` where `is_active` = 1 order by `id` desc
1.02ms/app/Http/Controllers/Shared/TransController.php:45lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `mi_language` where `is_active` = 1 and `code` = 'vi' limit 1
1.84msmiddleware::lang:27lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `mi_category`.`id`, `mi_category`.`code`, `mi_category`.`title`, `mi_category`.`icon`, `mi_category`.`icon1`, `mi_category`.`icon_another`, `mi_category`.`menu_type`, `mi_category`.`order_no`, `mi_category`.`created_at`, `mi_category`.`updated_at`, IFNULL(`mi_trans`.`title`,`mi_category`.`title`) as `title` from `mi_category` left join `mi_category_trans` as `mi_trans` on `mi_trans`.`cat_id` = `mi_category`.`id` and `mi_trans`.`lang_id` = 'vi' where `mi_category`.`code` = 'hairline' limit 1
8.28ms/app/Http/Controllers/Mobile/PromotionController.php:60lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select count(*) as aggregate from `mi_promotion` left join `mi_clinic` as `mi_c` on `mi_c`.`id` = `mi_promotion`.`clinic_id` left join `mi_clinic_trans` as `mi_ct` on `mi_ct`.`clinic_id` = `mi_c`.`id` and `mi_ct`.`lang_id` = 'vi' left join `mi_promotion_trans` as `mi_pt` on `mi_pt`.`promotion_id` = `mi_promotion`.`id` and `mi_pt`.`lang_id` = 'vi' where `category_id` = 42
1ms/app/Http/Controllers/Mobile/PromotionController.php:69lv_misooda_devMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `mi_category`.`id`, `mi_category`.`code`, `mi_category`.`title`, `mi_category`.`icon`, `mi_category`.`icon1`, `mi_category`.`icon_another`, `mi_category`.`menu_type`, `mi_category`.`order_no`, `mi_category`.`created_at`, `mi_category`.`updated_at`, IFNULL(`mi_trans`.`title`,`mi_category`.`title`) as `title` from `mi_category` left join `mi_category_trans` as `mi_trans` on `mi_trans`.`cat_id` = `mi_category`.`id` and `mi_trans`.`lang_id` = 'vi' order by `mi_category`.`order_no` desc, `mi_category`.`id` asc
1.25ms/app/Composers/MainComposer.php:39lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `mi_slider`.`id`, `mi_slider`.`group_code`, `mi_slider`.`order_no`, `mi_slider`.`created_at`, `mi_slider`.`updated_at`, IFNULL(`mi_trans`.`name`,`mi_slider`.`name`) as `name`, IFNULL(`mi_trans`.`image`,`mi_slider`.`image`) as `image`, IFNULL(`mi_trans`.`link`,`mi_slider`.`link`) as `link`, IFNULL(`mi_trans`.`image`,`mi_slider`.`image`) as `image` from `mi_slider` left join `mi_slider_trans` as `mi_trans` on `mi_trans`.`slider_id` = `mi_slider`.`id` and `mi_trans`.`lang_id` = 'vi' where `mi_slider`.`group_code` = 'mobile_promotion_landing' order by `mi_slider`.`order_no` asc
8.41ms/app/Composers/MainComposer.php:117lv_misooda_devMetadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:10 [▶ "host" => array:1 [▶ 0 => "dev.misooda.com" ] "pragma" => 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" ] "via" => array:1 [▶ 0 => "1.1 squid-proxy-5b5d847c96-jk5hk (squid/6.10)" ] "x-forwarded-for" => array:1 [▶ 0 => "10.1.215.167" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "keep-alive" ] ]
0 of 0array:35 [▶ "REDIRECT_STATUS" => "200" "HTTP_HOST" => "dev.misooda.com" "HTTP_PRAGMA" => "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" "HTTP_VIA" => "1.1 squid-proxy-5b5d847c96-jk5hk (squid/6.10)" "HTTP_X_FORWARDED_FOR" => "10.1.215.167" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "SERVER_SIGNATURE" => "<address>Apache/2.4.18 (Ubuntu) Server at dev.misooda.com Port 80</address>\n" "SERVER_SOFTWARE" => "Apache/2.4.18 (Ubuntu)" "SERVER_NAME" => "dev.misooda.com" "SERVER_ADDR" => "139.59.109.168" "SERVER_PORT" => "80" "REMOTE_ADDR" => "216.73.216.79" "DOCUMENT_ROOT" => "/var/www/dev/html" "REQUEST_SCHEME" => "http" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/var/www/dev/html" "SERVER_ADMIN" => "webmaster@localhost" "SCRIPT_FILENAME" => "/var/www/dev/html/index.php" "REMOTE_PORT" => "40832" "REDIRECT_URL" => "/m/vi/promotions/hairline" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/m/vi/promotions/hairline" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1752543843.683 "REQUEST_TIME" => 1752543843 ]
[]
0 of 0array:5 [▶ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Tue, 15 Jul 2025 01:44:03 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlR3ZWh5TTVCMDFcL0dSQWRxYTBKZTBRPT0iLCJ2YWx1ZSI6IjZZZGZQejZUUlZyMlI5dGt1KzgxZ3NvQzFrMnB5c2FwMnd0anRWUWFhZGVcL1lucnQzRjg1Nk8zZ1phbUFHck1LIiwibWFjIjoiNWZjMTM4Mzk4YjAyZWUwNTliYjI5NTI5NmVjZTY2NjgzODg4MjNkOTZhNWY2NjBkMTAzMTdlMDIxYmMxODBlYiJ9; expires=Tue, 15-Jul-2025 03:44:03 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IlR3ZWh5TTVCMDFcL0dSQWRxYTBKZTBRPT0iLCJ2YWx1ZSI6IjZZZGZQejZUUlZyMlI5dGt1KzgxZ3NvQzFrMnB5c2FwMnd0anRWUWFhZGVcL1lucnQzRjg1Nk8zZ1phbUFHck1LIiwib ▶" ] "Set-Cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlR3ZWh5TTVCMDFcL0dSQWRxYTBKZTBRPT0iLCJ2YWx1ZSI6IjZZZGZQejZUUlZyMlI5dGt1KzgxZ3NvQzFrMnB5c2FwMnd0anRWUWFhZGVcL1lucnQzRjg1Nk8zZ1phbUFHck1LIiwibWFjIjoiNWZjMTM4Mzk4YjAyZWUwNTliYjI5NTI5NmVjZTY2NjgzODg4MjNkOTZhNWY2NjBkMTAzMTdlMDIxYmMxODBlYiJ9; expires=Tue, 15-Jul-2025 03:44:03 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IlR3ZWh5TTVCMDFcL0dSQWRxYTBKZTBRPT0iLCJ2YWx1ZSI6IjZZZGZQejZUUlZyMlI5dGt1KzgxZ3NvQzFrMnB5c2FwMnd0anRWUWFhZGVcL1lucnQzRjg1Nk8zZ1phbUFHck1LIiwib ▶" ] ]
0 of 0array:2 [▶ "_token" => "mXyhoKxcDYvtq4itZbCO4y8zWKy044aV8lhMaZJd" "PHPDEBUGBAR_STACK_DATA" => [] ]