01 Feb,2019 - 03 Feb, 2019
1 x Booting (57.36%) | 103ms |
1 x Application (42.63%) | 76.19ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
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 |
|
22 |
|
23 |
|
24 |
|
25 |
|
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 |
|
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 |
|
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 |
|
select `id`, `name`, `code` from `countries`
Metadata | |
---|---|
Backtrace |
|
select * from `trip_planner` where `id` = '42' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `trip_destination` where `trip_destination`.`trip_id` in (42)
Metadata | |
---|---|
Backtrace |
|
(select hotels.slug,hotels.description,hotels.id,hotels.stars,hotels.hotel_name,trip_detail.id,trip_detail.order_no as order_all,trip_detail.category_id,photo,instance_id from `trip_detail` inner join `hotels` on `hotels`.`id` = `trip_detail`.`place_id` inner join `photos` on `hotels`.`id` = `photos`.`instance_id` where `trip_id` = '42' and `trip_detail`.`category_id` = 3 and `photos`.`category_id` = 3 and `date` = '2019-02-01' group by `photos`.`instance_id`) union (select places.slug,places.description,places.id,places.stars,places.place_name,trip_detail.id,trip_detail.order_no as order_all,trip_detail.category_id,photo,instance_id from `trip_detail` inner join `places` on `places`.`id` = `trip_detail`.`place_id` inner join `photos` on `places`.`id` = `photos`.`instance_id` where `trip_id` = '42' and (`trip_detail`.`category_id` = 4 or `trip_detail`.`category_id` = 2) and (`photos`.`category_id` = 4 or `photos`.`category_id` = 2) and `date` = '2019-02-01' group by `photos`.`instance_id`) union (select restaurants.slug,restaurants.description,restaurants.id,restaurants.stars,restaurants.restaurant_name,trip_detail.id,trip_detail.order_no as order_all,trip_detail.category_id,photo,instance_id from `trip_detail` inner join `restaurants` on `restaurants`.`id` = `trip_detail`.`place_id` inner join `photos` on `restaurants`.`id` = `photos`.`instance_id` where `trip_id` = '42' and `photos`.`category_id` = 1 and `trip_detail`.`category_id` = 1 and `date` = '2019-02-01' group by `photos`.`instance_id`) order by order_all ASC
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
(select hotels.slug,hotels.description,hotels.id,hotels.stars,hotels.hotel_name,trip_detail.id,trip_detail.order_no as order_all,trip_detail.category_id,photo,instance_id from `trip_detail` inner join `hotels` on `hotels`.`id` = `trip_detail`.`place_id` inner join `photos` on `hotels`.`id` = `photos`.`instance_id` where `trip_id` = '42' and `trip_detail`.`category_id` = 3 and `photos`.`category_id` = 3 and `date` = '2019-02-02' group by `photos`.`instance_id`) union (select places.slug,places.description,places.id,places.stars,places.place_name,trip_detail.id,trip_detail.order_no as order_all,trip_detail.category_id,photo,instance_id from `trip_detail` inner join `places` on `places`.`id` = `trip_detail`.`place_id` inner join `photos` on `places`.`id` = `photos`.`instance_id` where `trip_id` = '42' and (`trip_detail`.`category_id` = 4 or `trip_detail`.`category_id` = 2) and (`photos`.`category_id` = 4 or `photos`.`category_id` = 2) and `date` = '2019-02-02' group by `photos`.`instance_id`) union (select restaurants.slug,restaurants.description,restaurants.id,restaurants.stars,restaurants.restaurant_name,trip_detail.id,trip_detail.order_no as order_all,trip_detail.category_id,photo,instance_id from `trip_detail` inner join `restaurants` on `restaurants`.`id` = `trip_detail`.`place_id` inner join `photos` on `restaurants`.`id` = `photos`.`instance_id` where `trip_id` = '42' and `photos`.`category_id` = 1 and `trip_detail`.`category_id` = 1 and `date` = '2019-02-02' group by `photos`.`instance_id`) order by order_all ASC
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
(select hotels.slug,hotels.description,hotels.id,hotels.stars,hotels.hotel_name,trip_detail.id,trip_detail.order_no as order_all,trip_detail.category_id,photo,instance_id from `trip_detail` inner join `hotels` on `hotels`.`id` = `trip_detail`.`place_id` inner join `photos` on `hotels`.`id` = `photos`.`instance_id` where `trip_id` = '42' and `trip_detail`.`category_id` = 3 and `photos`.`category_id` = 3 and `date` = '2019-02-03' group by `photos`.`instance_id`) union (select places.slug,places.description,places.id,places.stars,places.place_name,trip_detail.id,trip_detail.order_no as order_all,trip_detail.category_id,photo,instance_id from `trip_detail` inner join `places` on `places`.`id` = `trip_detail`.`place_id` inner join `photos` on `places`.`id` = `photos`.`instance_id` where `trip_id` = '42' and (`trip_detail`.`category_id` = 4 or `trip_detail`.`category_id` = 2) and (`photos`.`category_id` = 4 or `photos`.`category_id` = 2) and `date` = '2019-02-03' group by `photos`.`instance_id`) union (select restaurants.slug,restaurants.description,restaurants.id,restaurants.stars,restaurants.restaurant_name,trip_detail.id,trip_detail.order_no as order_all,trip_detail.category_id,photo,instance_id from `trip_detail` inner join `restaurants` on `restaurants`.`id` = `trip_detail`.`place_id` inner join `photos` on `restaurants`.`id` = `photos`.`instance_id` where `trip_id` = '42' and `photos`.`category_id` = 1 and `trip_detail`.`category_id` = 1 and `date` = '2019-02-03' group by `photos`.`instance_id`) order by order_all ASC
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `id`, `name` from `trip_cities` where `country_code` = 'HK' and `trip_cities`.`deleted_at` is null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `code`, `name`, `continent`, `continentName`, `isoNumeric`, `currencyCode` from `countries` where `status` = 'Active' and `countries`.`order_no` != '0' order by `countries`.`order_no` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `countries` where `countries`.`code` = 'HK' and `countries`.`code` is not null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:8 [▼ "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" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "visitanycity.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" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] ]
0 of 0array:33 [▼ "PATH" => "/usr/local/bin:/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" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "visitanycity.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_UPGRADE_INSECURE_REQUESTS" => "1" "DOCUMENT_ROOT" => "/home/ua815598/public_html/visitanycity.com/public" "REMOTE_ADDR" => "52.15.48.87" "REMOTE_PORT" => "50777" "SERVER_ADDR" => "138.201.211.238" "SERVER_NAME" => "visitanycity.com" "SERVER_ADMIN" => "webmaster@visitanycity.ua815598.serversignin.com" "SERVER_PORT" => "80" "REQUEST_SCHEME" => "http" "REQUEST_URI" => "/trip-planner/itinerary/42" "REDIRECT_URL" => "/trip-planner/itinerary/42" "REDIRECT_REQUEST_METHOD" => "GET" "REDIRECT_STATUS" => "200" "SCRIPT_FILENAME" => "/home/ua815598/public_html/visitanycity.com/public/index.php" "QUERY_STRING" => "" "SCRIPT_URI" => "http://visitanycity.com/trip-planner/itinerary/42" "SCRIPT_URL" => "/trip-planner/itinerary/42" "SCRIPT_NAME" => "/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "X-LSCACHE" => "on" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1737523739.7154 "REQUEST_TIME" => 1737523739 ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Wed, 22 Jan 2025 05:28:59 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjJQYm1JQTdiT3ZoYlA4R1Z0UVFydlE9PSIsInZhbHVlIjoibEVYSVFBeGZXSlgvTkNySVAwM3BHSzgxYmU3Z3YyQlFkVmU1RjRwTnlZcmlFSTZRY05LTmc0b2FaTmFVY2tzZEIvU3N3c0pwYUtLZFVDY1JnelY5eitkNUs4WFh5K0NwRitQSWFZYmcxRzJiRmhwNnpHV0JmSkRqaDhITmRMZlQiLCJtYWMiOiJiMmQxZGU1ZTAyMmQzMDE4ODJhODZiYTkzMDQ1NWY1MzA2NGRhNzg3MDMwODdlNDNhNGQwOTFiZDQ3YjEwOGYxIiwidGFnIjoiIn0%3D; expires=Wed, 22-Jan-2025 07:28:59 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IjJQYm1JQTdiT3ZoYlA4R1Z0UVFydlE9PSIsInZhbHVlIjoibEVYSVFBeGZXSlgvTkNySVAwM3BHSzgxYmU3Z3YyQlFkVmU1RjRwTnlZcmlFSTZRY05LTmc0b2FaTmFVY2tzZEIvU3N3c ▶" 1 => "laravel_session=eyJpdiI6ImE4T3lySFBVelhyekVPZzVUWWVveXc9PSIsInZhbHVlIjoiMlJ4ZWY0bTFsSjFrbGF2NHRuZ2dYS2x3QWtxNlBJRWoyS2lCejBJK2VuUFJudG4xelVCVC9TTy9aMFZPM2R2MTYzeU1JaG1uZWk5aHk1NVY1N0RNTXcvNDRaV0YwMGJQYTFaWmJDblBFdjFjWjlQSlZCdStBbTJKVE5YYmpEd1YiLCJtYWMiOiJhZmYxZWIxNDY1ZDUwYzc5YjZhMWYwNjAwYjJmY2JlMmIwM2M4NTEzYzMwOWZiYzg3YjhmM2U0YWYwZWQwM2EwIiwidGFnIjoiIn0%3D; expires=Wed, 22-Jan-2025 07:28:59 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀laravel_session=eyJpdiI6ImE4T3lySFBVelhyekVPZzVUWWVveXc9PSIsInZhbHVlIjoiMlJ4ZWY0bTFsSjFrbGF2NHRuZ2dYS2x3QWtxNlBJRWoyS2lCejBJK2VuUFJudG4xelVCVC9TTy9aMFZPM2R2MTYz ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjJQYm1JQTdiT3ZoYlA4R1Z0UVFydlE9PSIsInZhbHVlIjoibEVYSVFBeGZXSlgvTkNySVAwM3BHSzgxYmU3Z3YyQlFkVmU1RjRwTnlZcmlFSTZRY05LTmc0b2FaTmFVY2tzZEIvU3N3c0pwYUtLZFVDY1JnelY5eitkNUs4WFh5K0NwRitQSWFZYmcxRzJiRmhwNnpHV0JmSkRqaDhITmRMZlQiLCJtYWMiOiJiMmQxZGU1ZTAyMmQzMDE4ODJhODZiYTkzMDQ1NWY1MzA2NGRhNzg3MDMwODdlNDNhNGQwOTFiZDQ3YjEwOGYxIiwidGFnIjoiIn0%3D; expires=Wed, 22-Jan-2025 07:28:59 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjJQYm1JQTdiT3ZoYlA4R1Z0UVFydlE9PSIsInZhbHVlIjoibEVYSVFBeGZXSlgvTkNySVAwM3BHSzgxYmU3Z3YyQlFkVmU1RjRwTnlZcmlFSTZRY05LTmc0b2FaTmFVY2tzZEIvU3N3c ▶" 1 => "laravel_session=eyJpdiI6ImE4T3lySFBVelhyekVPZzVUWWVveXc9PSIsInZhbHVlIjoiMlJ4ZWY0bTFsSjFrbGF2NHRuZ2dYS2x3QWtxNlBJRWoyS2lCejBJK2VuUFJudG4xelVCVC9TTy9aMFZPM2R2MTYzeU1JaG1uZWk5aHk1NVY1N0RNTXcvNDRaV0YwMGJQYTFaWmJDblBFdjFjWjlQSlZCdStBbTJKVE5YYmpEd1YiLCJtYWMiOiJhZmYxZWIxNDY1ZDUwYzc5YjZhMWYwNjAwYjJmY2JlMmIwM2M4NTEzYzMwOWZiYzg3YjhmM2U0YWYwZWQwM2EwIiwidGFnIjoiIn0%3D; expires=Wed, 22-Jan-2025 07:28:59 GMT; path=/; httponly ◀laravel_session=eyJpdiI6ImE4T3lySFBVelhyekVPZzVUWWVveXc9PSIsInZhbHVlIjoiMlJ4ZWY0bTFsSjFrbGF2NHRuZ2dYS2x3QWtxNlBJRWoyS2lCejBJK2VuUFJudG4xelVCVC9TTy9aMFZPM2R2MTYz ▶" ] ]
0 of 0array:4 [▼ "_token" => "2JFtZKe5vIYU0VmUjiS4gwYk3qHIFMDwfEJuUOrn" "_previous" => array:1 [▶ "url" => "http://visitanycity.com/trip-planner/itinerary/42" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]