1 x Application (57.8%) | 57.63ms |
1 x Booting (42.1%) | 41.97ms |
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 |
|
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 |
|
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 |
|
24 |
|
25 |
|
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 |
|
24 |
|
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 |
|
24 |
|
25 |
|
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 |
|
24 |
|
25 |
|
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 |
|
24 |
|
25 |
|
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` = 'en'
5.36ms/app/Http/Controllers/FrontendController.php:33lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `mi_language` order by `id` desc
430μs/app/Http/Controllers/Shared/TransController.php:38lv_misooda_devMetadata | |
---|---|
Hints |
|
Backtrace |
|
select * from `mi_language` where `is_active` = 1 order by `id` desc
800μs/app/Http/Controllers/Shared/TransController.php:45lv_misooda_devMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `mi_language` where `is_active` = 1 and `code` = 'en' limit 1
640μsmiddleware::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` = 'en' where `mi_category`.`code` = 'two-jaw' limit 1
710μs/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` = 'en' left join `mi_promotion_trans` as `mi_pt` on `mi_pt`.`promotion_id` = `mi_promotion`.`id` and `mi_pt`.`lang_id` = 'en' where `category_id` = 49
2.04ms/app/Http/Controllers/Mobile/PromotionController.php:69lv_misooda_devMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `mi_promotion`.`id`, `mi_promotion`.`slug`, IFNULL(`mi_pt`.`title`,`mi_promotion`.`title`) AS `title`, IFNULL(`mi_pt`.`img_thumb`,`mi_promotion`.`img_thumb`) AS `img_thumb`, IFNULL(`mi_pt`.`price_pre`,`mi_promotion`.`price_pre`) AS `price_pre`, IFNULL(`mi_pt`.`price_after`,`mi_promotion`.`price_after`) AS `price_after`, IFNULL(`mi_pt`.`discount`,`mi_promotion`.`discount`) AS `discount`, `mi_c`.`slug` as `clinic_slug`, IFNULL(`mi_ct`.`name`,`mi_c`.`name`) AS `clinic_name` 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` = 'en' left join `mi_promotion_trans` as `mi_pt` on `mi_pt`.`promotion_id` = `mi_promotion`.`id` and `mi_pt`.`lang_id` = 'en' where `category_id` = 49 order by `mi_promotion`.`order_no` desc, `mi_promotion`.`created_at` desc, `mi_promotion`.`id` asc limit 15 offset 0
640μs/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` = 'en' order by `mi_category`.`order_no` desc, `mi_category`.`id` asc
5.68ms/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` = 'en' where `mi_slider`.`group_code` = 'mobile_promotion_landing' order by `mi_slider`.`order_no` asc
800μs/app/Composers/MainComposer.php:117lv_misooda_devMetadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:11 [▶ "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" ] "cookie" => array:1 [▶ 0 => "_fbp=fb.1.1750255329961.473549881304578349; misooda=Bk5FclWGX9cEDqInJ5F39sXcsa0uWVOrAqIg6np0; XSRF-TOKEN=eyJpdiI6InZiXC9tWTFXWG9zaWd3cVwvNW9WTjVRUT09IiwidmFsdWUiOiJNUEJteCtVZkhMVkZyWTM2bkFSYlhvY0IxUE5kc3B4RHFEY3VXWnl6QUV2azVhS1o5QVozdmlwdEZSM3VSS2lyIiwibWFjIjoiNGRlYjRhOTc3ZDEzNThhMWM3OGE1NzY5ZDE0ODdhMjViODFlYzFmMTk2M2Q3NzEwMzFjYjkwZDA4NTA5ZWE0YSJ9 ◀_fbp=fb.1.1750255329961.473549881304578349; misooda=Bk5FclWGX9cEDqInJ5F39sXcsa0uWVOrAqIg6np0; XSRF-TOKEN=eyJpdiI6InZiXC9tWTFXWG9zaWd3cVwvNW9WTjVRUT09IiwidmFsdWU ▶" ] "via" => array:1 [▶ 0 => "1.1 squid-proxy-5b5d847c96-q8h5h (squid/6.10)" ] "x-forwarded-for" => array:1 [▶ 0 => "10.3.158.118" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "keep-alive" ] ]
0 of 0array:36 [▶ "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_COOKIE" => "_fbp=fb.1.1750255329961.473549881304578349; misooda=Bk5FclWGX9cEDqInJ5F39sXcsa0uWVOrAqIg6np0; XSRF-TOKEN=eyJpdiI6InZiXC9tWTFXWG9zaWd3cVwvNW9WTjVRUT09IiwidmFsdWUiOiJNUEJteCtVZkhMVkZyWTM2bkFSYlhvY0IxUE5kc3B4RHFEY3VXWnl6QUV2azVhS1o5QVozdmlwdEZSM3VSS2lyIiwibWFjIjoiNGRlYjRhOTc3ZDEzNThhMWM3OGE1NzY5ZDE0ODdhMjViODFlYzFmMTk2M2Q3NzEwMzFjYjkwZDA4NTA5ZWE0YSJ9 ◀_fbp=fb.1.1750255329961.473549881304578349; misooda=Bk5FclWGX9cEDqInJ5F39sXcsa0uWVOrAqIg6np0; XSRF-TOKEN=eyJpdiI6InZiXC9tWTFXWG9zaWd3cVwvNW9WTjVRUT09IiwidmFsdWU ▶" "HTTP_VIA" => "1.1 squid-proxy-5b5d847c96-q8h5h (squid/6.10)" "HTTP_X_FORWARDED_FOR" => "10.3.158.118" "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.45" "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" => "26869" "REDIRECT_URL" => "/m/en/promotions/two-jaw" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/m/en/promotions/two-jaw" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1750255333.463 "REQUEST_TIME" => 1750255333 ]
0 of 0array:3 [▶ "_fbp" => null "misooda" => null "XSRF-TOKEN" => "bvMlE9Yy2SchUazHcC0TthTZb295cnIJwKLwu0jX" ]
0 of 0array:5 [▶ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Wed, 18 Jun 2025 14:02:13 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImVyWXFMS0ZxbDF4YXllYm01K0FWM0E9PSIsInZhbHVlIjoic1orRXhTWnM0SE9TVUhQbUZCbzF0dkNNTDhtRjNtRVJNbXIybnhycXhIbTJoZ0RoN1VUZHZpeFB3a29mTEpCOSIsIm1hYyI6IjhhN2U4YjZiMzEzOTQ1N2Y1Mzg3YmJjNDRmOTUwNTA1OGUwODAyMzZjOWM5OWIxODVlNmVlYmEyNjliNTRiYWQifQ%3D%3D; expires=Wed, 18-Jun-2025 16:02:13 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6ImVyWXFMS0ZxbDF4YXllYm01K0FWM0E9PSIsInZhbHVlIjoic1orRXhTWnM0SE9TVUhQbUZCbzF0dkNNTDhtRjNtRVJNbXIybnhycXhIbTJoZ0RoN1VUZHZpeFB3a29mTEpCOSIsIm1hY ▶" ] "Set-Cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6ImVyWXFMS0ZxbDF4YXllYm01K0FWM0E9PSIsInZhbHVlIjoic1orRXhTWnM0SE9TVUhQbUZCbzF0dkNNTDhtRjNtRVJNbXIybnhycXhIbTJoZ0RoN1VUZHZpeFB3a29mTEpCOSIsIm1hYyI6IjhhN2U4YjZiMzEzOTQ1N2Y1Mzg3YmJjNDRmOTUwNTA1OGUwODAyMzZjOWM5OWIxODVlNmVlYmEyNjliNTRiYWQifQ%3D%3D; expires=Wed, 18-Jun-2025 16:02:13 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6ImVyWXFMS0ZxbDF4YXllYm01K0FWM0E9PSIsInZhbHVlIjoic1orRXhTWnM0SE9TVUhQbUZCbzF0dkNNTDhtRjNtRVJNbXIybnhycXhIbTJoZ0RoN1VUZHZpeFB3a29mTEpCOSIsIm1hY ▶" ] ]
0 of 0array:5 [▶ "_token" => "bvMlE9Yy2SchUazHcC0TthTZb295cnIJwKLwu0jX" "login_after_url" => "http://dev.misooda.com/add/wish/promotion/133" "_flash" => array:2 [▶ "new" => [] "old" => [] ] "_previous" => array:1 [▶ "url" => "http://dev.misooda.com/id/profile/jacey/saved" ] "PHPDEBUGBAR_STACK_DATA" => [] ]