0513 test
MISOODA is a medical tourism company certified by the Korean Government.
The company is formally registered with the Korea Health Industry Development Institute (license number: A2014-01-01-1414), and is a medical tourism partner in Seoul and a medical tourism partner in Gangnam-gu. In the event of a medical accident and you were to choose a illegal agent who is not registered with the Korean government, you will not be eligible for any compensation.
In addition, by dealing directly with the hospitals, the customer's position is compromised as hospitals are not inclined to side with the customers. Hence, when medical accidents occur after surgery, clinics tend to not provide complicated assistance such as medical intervention.
1 x Application (65.89%) | 92.10ms |
1 x Booting (33.95%) | 47.46ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
Params | |
---|---|
0 |
|
1 |
|
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 |
|
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 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
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 |
|
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 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
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` = 'zh-CN'
2.88ms/app/Http/Controllers/FrontendController.php:33lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `mi_language` order by `id` desc
4.5ms/app/Http/Controllers/Shared/TransController.php:38lv_misooda_devMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `mi_language` where `is_active` = 1 order by `id` desc
300μs/app/Http/Controllers/Shared/TransController.php:45lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `mi_language` where `is_active` = 1 and `code` = 'zh-CN' limit 1
10.16msmiddleware::lang:27lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `mi_advice_cat`.`id` from `mi_advice_cat` where `code` = 'trust' limit 1
560μs/app/Http/Controllers/Mobile/AdviceController.php:38lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select count(*) as aggregate from `mi_advice` left join `mi_advice_cat` as `mi_cat` on `mi_cat`.`id` = `mi_advice`.`cat_id` left join `mi_advice_cat_trans` as `mi_tr` on `mi_tr`.`adv_cat_id` = `mi_cat`.`id` and `mi_tr`.`lang_id` = 'zh-CN' left join `mi_advice_trans` as `mi_trans` on `mi_trans`.`advice_id` = `mi_advice`.`id` and `mi_trans`.`lang_id` = 'zh-CN' where `mi_advice`.`cat_id` = 1
680μs/app/Http/Controllers/Mobile/AdviceController.php:44lv_misooda_devMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `mi_advice`.`id`, `mi_advice`.`cat_id`, `mi_advice`.`slug`, `mi_advice`.`order_no`, `mi_advice`.`created_at`, `mi_advice`.`updated_at`, `mi_advice`.`meta_title`, `mi_advice`.`meta_desc`, IFNULL(`mi_trans`.`title`,`mi_advice`.`title`) as `title`, IFNULL(`mi_trans`.`content`,`mi_advice`.`content`) as `content`, IFNULL(`mi_tr`.`name`,`mi_cat`.`name`) AS `cat_name` from `mi_advice` left join `mi_advice_cat` as `mi_cat` on `mi_cat`.`id` = `mi_advice`.`cat_id` left join `mi_advice_cat_trans` as `mi_tr` on `mi_tr`.`adv_cat_id` = `mi_cat`.`id` and `mi_tr`.`lang_id` = 'zh-CN' left join `mi_advice_trans` as `mi_trans` on `mi_trans`.`advice_id` = `mi_advice`.`id` and `mi_trans`.`lang_id` = 'zh-CN' where `mi_advice`.`cat_id` = 1 order by `mi_advice`.`order_no` desc, `mi_advice`.`created_at` desc, `mi_advice`.`id` asc limit 15 offset 0
610μs/app/Http/Controllers/Mobile/AdviceController.php:44lv_misooda_devMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `mi_advice_cat`.`id`, `mi_advice_cat`.`code`, `mi_advice_cat`.`order_no`, `mi_advice_cat`.`created_at`, `mi_advice_cat`.`updated_at`, IFNULL(`mi_trans`.`name`,`mi_advice_cat`.`name`) as `name` from `mi_advice_cat` left join `mi_advice_cat_trans` as `mi_trans` on `mi_trans`.`adv_cat_id` = `mi_advice_cat`.`id` and `mi_trans`.`lang_id` = 'zh-CN' order by `mi_advice_cat`.`order_no` desc, `mi_advice_cat`.`id` asc
640μs/app/Composers/MainComposer.php:87lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
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-srncs (squid/6.10)" ] "x-forwarded-for" => array:1 [▶ 0 => "10.1.212.80" ] "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-srncs (squid/6.10)" "HTTP_X_FORWARDED_FOR" => "10.1.212.80" "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.56" "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" => "46824" "REDIRECT_URL" => "/m/zh-CN/good-to-know/trust" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/m/zh-CN/good-to-know/trust" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1751669817.609 "REQUEST_TIME" => 1751669817 ]
[]
0 of 0array:5 [▶ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Fri, 04 Jul 2025 22:56:57 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjFndTVhT01CdGE2SXVCcENScktvWGc9PSIsInZhbHVlIjoidTFnRlp3MFZ3YXA0T2JxK1QzNTJHcGJxa05wWVA2YUI5TjJaRnNLSzBKXC9MVER6Y3dFdzVxZmhEcmFiazFLQU4iLCJtYWMiOiIwMTAzYWM2OWJiOTM0OGY3Y2QzZGUzNmVkMjM0YmI4NTliNGQ0YWM2MTQ2MjM2MTg1NmY5M2UwNmE1ZTY1OWIxIn0%3D; expires=Sat, 05-Jul-2025 00:56:57 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IjFndTVhT01CdGE2SXVCcENScktvWGc9PSIsInZhbHVlIjoidTFnRlp3MFZ3YXA0T2JxK1QzNTJHcGJxa05wWVA2YUI5TjJaRnNLSzBKXC9MVER6Y3dFdzVxZmhEcmFiazFLQU4iLCJtY ▶" ] "Set-Cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjFndTVhT01CdGE2SXVCcENScktvWGc9PSIsInZhbHVlIjoidTFnRlp3MFZ3YXA0T2JxK1QzNTJHcGJxa05wWVA2YUI5TjJaRnNLSzBKXC9MVER6Y3dFdzVxZmhEcmFiazFLQU4iLCJtYWMiOiIwMTAzYWM2OWJiOTM0OGY3Y2QzZGUzNmVkMjM0YmI4NTliNGQ0YWM2MTQ2MjM2MTg1NmY5M2UwNmE1ZTY1OWIxIn0%3D; expires=Sat, 05-Jul-2025 00:56:57 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjFndTVhT01CdGE2SXVCcENScktvWGc9PSIsInZhbHVlIjoidTFnRlp3MFZ3YXA0T2JxK1QzNTJHcGJxa05wWVA2YUI5TjJaRnNLSzBKXC9MVER6Y3dFdzVxZmhEcmFiazFLQU4iLCJtY ▶" ] ]
0 of 0array:2 [▶ "_token" => "cC8KeuFBupeQODxn10qrPfC9mW1F7GweLxlpKLx0" "PHPDEBUGBAR_STACK_DATA" => [] ]