01 Feb,2019 - 03 Feb, 2019
1 x Booting (54.15%) | 130ms |
1 x Application (45.85%) | 110ms |
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` = '41' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `trip_destination` where `trip_destination`.`trip_id` in (41)
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` = '41' 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` = '41' 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` = '41' 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` = '41' 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` = '41' 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` = '41' 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` = '41' 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` = '41' 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` = '41' 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` = 'RU' 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 |
|
200
[]
[]
0 of 0array:16 [▼ "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 => "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" ] "sec-ch-ua" => array:1 [▶ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "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" ] "x-https" => array:1 [▶ 0 => "1" ] ]
0 of 0array:58 [▼ "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, br, zstd" "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_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "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" "HTTP_X_HTTPS" => "1" "DOCUMENT_ROOT" => "/home/ua815598/public_html/visitanycity.com/public" "REMOTE_ADDR" => "18.190.153.133" "REMOTE_PORT" => "8634" "SERVER_ADDR" => "138.201.211.238" "SERVER_NAME" => "visitanycity.com" "SERVER_ADMIN" => "webmaster@visitanycity.ua815598.serversignin.com" "SERVER_PORT" => "443" "REQUEST_SCHEME" => "https" "REQUEST_URI" => "/trip-planner/itinerary/41" "REDIRECT_URL" => "/trip-planner/itinerary/41" "REDIRECT_REQUEST_METHOD" => "GET" "GEOIP_ADDR" => "18.190.153.133" "GEOIP_COUNTRY_CODE" => "US" "GEOIP_CONTINENT_CODE" => "NA" "GEOIP_REGION" => "OH" "GEOIP_REGION_NAME" => "Ohio" "GEOIP_METRO_CODE" => "535" "GEOIP_LATITUDE" => "39.96250" "GEOIP_LONGITUDE" => "-83.00610" "GEOIP_POSTAL_CODE" => "43215" "GEOIP_CITY" => "Columbus" "HTTPS" => "on" "LANG" => "en_US.UTF-8" "REDIRECT_STATUS" => "200" "X_SPDY" => "HTTP2" "SSL_PROTOCOL" => "TLSv1.3" "SSL_CIPHER" => "TLS_AES_128_GCM_SHA256" "SSL_CIPHER_USEKEYSIZE" => "128" "SSL_CIPHER_ALGKEYSIZE" => "128" "SCRIPT_FILENAME" => "/home/ua815598/public_html/visitanycity.com/public/index.php" "QUERY_STRING" => "" "SCRIPT_URI" => "https://visitanycity.com/trip-planner/itinerary/41" "SCRIPT_URL" => "/trip-planner/itinerary/41" "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" => 1746274142.3543 "REQUEST_TIME" => 1746274142 ]
[]
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 => "Sat, 03 May 2025 12:09:02 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InlQdmFvZFFUWUkyQW9iTHZDMm8wUFE9PSIsInZhbHVlIjoiNEZwTjJESlRoOXBodDAvcFp0RjhGbEd4aTMzR1VMc3N5OHltckJLQlIyS2xiWmE5cGV1LzRkZ3JYQXdaaTgxVUh3Ym93N0dCNUNIUFlxS2ZLMDh6ekZUTzRUNFZjY2F2cFZIMGZpRmdKMlZIOXhNa0h6R2Z4SUF1a3F1eGdPMTgiLCJtYWMiOiJiMTZhYjY2M2I2OTFiMWVlMGE2YTJjYTEyNTI3Yjk1NTc4MDAzZDBiMTE2NmQzYmZlN2Y5MGU1Y2Y4ODRjZGIzIiwidGFnIjoiIn0%3D; expires=Sat, 03-May-2025 14:09:02 GMT; Max-Age=7200; path=/; samesite=lax ◀XSRF-TOKEN=eyJpdiI6InlQdmFvZFFUWUkyQW9iTHZDMm8wUFE9PSIsInZhbHVlIjoiNEZwTjJESlRoOXBodDAvcFp0RjhGbEd4aTMzR1VMc3N5OHltckJLQlIyS2xiWmE5cGV1LzRkZ3JYQXdaaTgxVUh3Ym93N ▶" 1 => "laravel_session=eyJpdiI6ImExQjVTdkNoVTI3bVhkNVo0bXhVamc9PSIsInZhbHVlIjoiV2VHRkpYczJIRG5EeWU3em5FbFMvaHJIa2h0Tk52ODBKU0VpWktuVXFpYUtTRFBnaUZ4a3F0VWhBVVllK1NudkFoeXpWZ1NubUROTHVTN0ZLVjBHWmFtOTIrK3dVc2cyUWFsL0d4Wm5CYmdabU9udTdMWVcwTzdRZWdBOThlOWEiLCJtYWMiOiJiODQ4M2JmZTM3OGJhNzdjZmI4OWIwMGIwNTE1ZDJhMDhjNDEwODNlZGM2NjBkNjM3NDc2NzM2ZDU5MjFlMDc0IiwidGFnIjoiIn0%3D; expires=Sat, 03-May-2025 14:09:02 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀laravel_session=eyJpdiI6ImExQjVTdkNoVTI3bVhkNVo0bXhVamc9PSIsInZhbHVlIjoiV2VHRkpYczJIRG5EeWU3em5FbFMvaHJIa2h0Tk52ODBKU0VpWktuVXFpYUtTRFBnaUZ4a3F0VWhBVVllK1NudkFo ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InlQdmFvZFFUWUkyQW9iTHZDMm8wUFE9PSIsInZhbHVlIjoiNEZwTjJESlRoOXBodDAvcFp0RjhGbEd4aTMzR1VMc3N5OHltckJLQlIyS2xiWmE5cGV1LzRkZ3JYQXdaaTgxVUh3Ym93N0dCNUNIUFlxS2ZLMDh6ekZUTzRUNFZjY2F2cFZIMGZpRmdKMlZIOXhNa0h6R2Z4SUF1a3F1eGdPMTgiLCJtYWMiOiJiMTZhYjY2M2I2OTFiMWVlMGE2YTJjYTEyNTI3Yjk1NTc4MDAzZDBiMTE2NmQzYmZlN2Y5MGU1Y2Y4ODRjZGIzIiwidGFnIjoiIn0%3D; expires=Sat, 03-May-2025 14:09:02 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6InlQdmFvZFFUWUkyQW9iTHZDMm8wUFE9PSIsInZhbHVlIjoiNEZwTjJESlRoOXBodDAvcFp0RjhGbEd4aTMzR1VMc3N5OHltckJLQlIyS2xiWmE5cGV1LzRkZ3JYQXdaaTgxVUh3Ym93N ▶" 1 => "laravel_session=eyJpdiI6ImExQjVTdkNoVTI3bVhkNVo0bXhVamc9PSIsInZhbHVlIjoiV2VHRkpYczJIRG5EeWU3em5FbFMvaHJIa2h0Tk52ODBKU0VpWktuVXFpYUtTRFBnaUZ4a3F0VWhBVVllK1NudkFoeXpWZ1NubUROTHVTN0ZLVjBHWmFtOTIrK3dVc2cyUWFsL0d4Wm5CYmdabU9udTdMWVcwTzdRZWdBOThlOWEiLCJtYWMiOiJiODQ4M2JmZTM3OGJhNzdjZmI4OWIwMGIwNTE1ZDJhMDhjNDEwODNlZGM2NjBkNjM3NDc2NzM2ZDU5MjFlMDc0IiwidGFnIjoiIn0%3D; expires=Sat, 03-May-2025 14:09:02 GMT; path=/; httponly ◀laravel_session=eyJpdiI6ImExQjVTdkNoVTI3bVhkNVo0bXhVamc9PSIsInZhbHVlIjoiV2VHRkpYczJIRG5EeWU3em5FbFMvaHJIa2h0Tk52ODBKU0VpWktuVXFpYUtTRFBnaUZ4a3F0VWhBVVllK1NudkFo ▶" ] ]
0 of 0array:4 [▼ "_token" => "ZD5NWOryv01pkVfK77nqYPb3dAYZE0p6Ax04kgh6" "_previous" => array:1 [▶ "url" => "https://visitanycity.com/trip-planner/itinerary/41" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]