Найближчим часом з Вами зв’яжеться менеджер
1 x Application (74.09%) | 125.06ms |
1 x Booting (25.75%) | 43.46ms |
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
select * from `doctors` where `id` = '76' and `is_active` = '1' limit 1
510μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `doctors` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | doctors |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select `doctors_specialty`.*, `doctor_doctors_specialty`.`doctor_id` as `pivot_doctor_id`, `doctor_doctors_specialty`.`doctors_specialty_id` as `pivot_doctors_specialty_id` from `doctors_specialty` inner join `doctor_doctors_specialty` on `doctors_specialty`.`id` = `doctor_doctors_specialty`.`doctors_specialty_id` where `doctor_doctors_specialty`.`doctor_id` in (76)
510μsc1_dev_oberigMetadata |
---|
- EXPLAIN # 1: `doctor_doctors_specialty` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | doctor_doctors_specialty |
partitions | null |
type | ref |
possible_keys | doctor_doctors_specialty_doctor_id_index,doctor_doctors_specialty_doctors_specialty_id_index |
key | doctor_doctors_specialty_doctor_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `doctors_specialty` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | doctors_specialty |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.doctor_doctors_specialty.doctors_specialty_id |
rows | 1 |
filtered | 100 |
Extra | null |
select `types`.*, `doctor_type`.`doctor_id` as `pivot_doctor_id`, `doctor_type`.`type_id` as `pivot_type_id` from `types` inner join `doctor_type` on `types`.`id` = `doctor_type`.`type_id` where `doctor_type`.`doctor_id` in (76)
430μsc1_dev_oberigMetadata | |
---|---|
Hints |
|
- EXPLAIN # 1: `doctor_type` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | doctor_type |
partitions | null |
type | ref |
possible_keys | doctor_type_doctor_id_index,doctor_type_type_id_index |
key | doctor_type_doctor_id_index |
key_len | 8 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
- EXPLAIN # 1: `types` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | types |
partitions | null |
type | eq_ref |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | c1_dev_oberig.doctor_type.type_id |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `doctors_reviews` where `doctors_reviews`.`doctor_id` = 76 and `doctors_reviews`.`doctor_id` is not null and (`is_active` = 1)
25.8msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `doctors_reviews` (SIMPLE)
31Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | doctors_reviews |
partitions | null |
type | ref |
possible_keys | doctors_reviews_doctor_id_index |
key | doctors_reviews_doctor_id_index |
key_len | 9 |
ref | const |
rows | 3 |
filtered | 10 |
Extra | Using where |
select * from `seo` where `seo`.`seo_id` = 76 and `seo`.`seo_id` is not null and `seo`.`seo_type` = 'App\Models\Doctor' limit 1
42.5msc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `seo` (SIMPLE)
11Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | seo |
partitions | null |
type | ref |
possible_keys | seo_seo_id_seo_type_index |
key | seo_seo_id_seo_type_index |
key_len | 1026 |
ref | const,const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `tb_tree` where `template` = 'doctors' limit 1
400μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `tb_tree` (SIMPLE)
371Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tb_tree |
partitions | null |
type | ALL |
possible_keys | null |
key | null |
key_len | null |
ref | null |
rows | 37 |
filtered | 10 |
Extra | Using where |
select * from `tb_tree` where ((select `_`.`rgt` from `tb_tree` as `_` where `id` = 24 limit 1) between `tb_tree`.`lft` and `tb_tree`.`rgt`) order by `lft` asc
500μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `tb_tree` (PRIMARY)
111Metadata | |
---|---|
id | 1 |
select_type | PRIMARY |
table | tb_tree |
partitions | null |
type | range |
possible_keys | tb_tree_lft_index,tb_tree_rgt_index |
key | tb_tree_lft_index |
key_len | 4 |
ref | null |
rows | 11 |
filtered | 94.59458923339844 |
Extra | Using where |
- EXPLAIN # 2: `_` (SUBQUERY)
12Metadata | |
---|---|
id | 2 |
select_type | SUBQUERY |
table | _ |
partitions | null |
type | const |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | const |
rows | 1 |
filtered | 100 |
Extra | null |
select * from `tb_tree` where `template` = 'privacy_policy' limit 1
390μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `tb_tree` (SIMPLE)
371Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tb_tree |
partitions | null |
type | ALL |
possible_keys | null |
key | null |
key_len | null |
ref | null |
rows | 37 |
filtered | 10 |
Extra | Using where |
select `menu_header`.*, (select count(*) from `menu_header` as `laravel_reserved_0` where `menu_header`.`id` = `laravel_reserved_0`.`parent_id`) as `children_count` from `menu_header` where `is_active` = 1 order by `lft` asc
490μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
- EXPLAIN # 1: `menu_header` (PRIMARY)
151Metadata | |
---|---|
id | 1 |
select_type | PRIMARY |
table | menu_header |
partitions | null |
type | ALL |
possible_keys | null |
key | null |
key_len | null |
ref | null |
rows | 15 |
filtered | 10 |
Extra | Using where; Using filesort |
- EXPLAIN # 2: `laravel_reserved_0` (DEPENDENT SUBQUERY)
32Metadata | |
---|---|
id | 2 |
select_type | DEPENDENT SUBQUERY |
table | laravel_reserved_0 |
partitions | null |
type | ref |
possible_keys | menu_header_parent_id_index |
key | menu_header_parent_id_index |
key_len | 5 |
ref | c1_dev_oberig.menu_header.id |
rows | 3 |
filtered | 100 |
Extra | Using where; Using index |
select * from `tb_tree` where `tb_tree`.`id` in (2, 3, 4, 5, 7, 14, 23, 24, 25)
430μsc1_dev_oberigMetadata | |
---|---|
Hints |
|
- EXPLAIN # 1: `tb_tree` (SIMPLE)
91Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | tb_tree |
partitions | null |
type | range |
possible_keys | PRIMARY |
key | PRIMARY |
key_len | 4 |
ref | null |
rows | 9 |
filtered | 100 |
Extra | Using where |
select * from `menu_header` where `menu_header`.`parent_id` in (1, 2, 3, 12, 15, 16, 18, 19, 20, 21, 23, 24, 26, 29) order by `lft` asc
320μsc1_dev_oberigMetadata | |
---|---|
Hints |
|
- EXPLAIN # 1: `menu_header` (SIMPLE)
151Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | menu_header |
partitions | null |
type | ALL |
possible_keys | menu_header_parent_id_index |
key | null |
key_len | null |
ref | null |
rows | 15 |
filtered | 100 |
Extra | Using where; Using filesort |
select * from `social_networks` where `is_active` = 1 order by `priority` asc
270μsc1_dev_oberigMetadata | |
---|---|
Bindings |
|
Hints |
|
- EXPLAIN # 1: `social_networks` (SIMPLE)
41Metadata | |
---|---|
id | 1 |
select_type | SIMPLE |
table | social_networks |
partitions | null |
type | ALL |
possible_keys | null |
key | null |
key_len | null |
ref | null |
rows | 4 |
filtered | 25 |
Extra | Using where; Using filesort |
200
[]
[]
0 of 0array:15 [▼ "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "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" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "oberig-dev.vis-design.com.ua" ] ]
0 of 0array:52 [▼ "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "TEMP" => "/var/www/clients/client1/web116/tmp" "TMPDIR" => "/var/www/clients/client1/web116/tmp" "TMP" => "/var/www/clients/client1/web116/tmp" "HOSTNAME" => "" "USER" => "web116" "HOME" => "/var/www/clients/client1/web116" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/doctor/aleksandrenko-viktoriya-anatoliyivna-76/reviews" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/doctor/aleksandrenko-viktoriya-anatoliyivna-76/reviews" "REMOTE_PORT" => "4607" "SCRIPT_FILENAME" => "/var/www/clients/client1/web116/web/oberig/public/index.php" "SERVER_ADMIN" => "webmaster@oberig-dev.vis-design.com.ua" "CONTEXT_DOCUMENT_ROOT" => "/var/www/clients/client1/web116/web/oberig/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/var/www/clients/client1/web116/web/oberig/public" "REMOTE_ADDR" => "3.21.41.164" "SERVER_PORT" => "443" "SERVER_ADDR" => "148.251.123.135" "SERVER_NAME" => "oberig-dev.vis-design.com.ua" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "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_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "oberig-dev.vis-design.com.ua" "proxy-nokeepalive" => "1" "SSL_TLS_SNI" => "oberig-dev.vis-design.com.ua" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "REDIRECT_SSL_TLS_SNI" => "oberig-dev.vis-design.com.ua" "REDIRECT_HTTPS" => "on" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1744885228.8245 "REQUEST_TIME" => 1744885228 ]
[]
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 => "Thu, 17 Apr 2025 10:20:28 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkdaNWdpZ3pNZ0c0dGNGNXpaZ3cza1E9PSIsInZhbHVlIjoiNEplbURSYytzcW9Wa1Z4OXZDUWMxR0RZMGFtQkIwN3RyV29XbGlrK0RsVExMMWMyKzRlUVZhZ0FGZ0Jybzl0YkhtbHVFbHo4SmJPZXZqYThYMzhJeU5vQVp3a0U5cEVrb0xCZkFOUUpRS3V0RUo0T3g3WkdzdlpPYlZXMmJZeEciLCJtYWMiOiI3MWY0YTEzZjAxZTcxNGUwNjZmYzllMjZhZWE0NzNiN2Q5MmI1M2E2MTNiNGMzY2JhOTE1Nzc3MzcyZGE0YTg3In0%3D; expires=Thu, 17-Apr-2025 12:20:28 GMT; Max-Age=7200; path=/ ◀XSRF-TOKEN=eyJpdiI6IkdaNWdpZ3pNZ0c0dGNGNXpaZ3cza1E9PSIsInZhbHVlIjoiNEplbURSYytzcW9Wa1Z4OXZDUWMxR0RZMGFtQkIwN3RyV29XbGlrK0RsVExMMWMyKzRlUVZhZ0FGZ0Jybzl0YkhtbHVFb ▶" 1 => "oberig_dev_session=eyJpdiI6IlhjZHkxRG9BNHpDVUxRbEJ1NW1OcHc9PSIsInZhbHVlIjoiaG05c0ZXM1Z6WDNJb1ZPMU9CNy8zZXF0SFhuVnFOZmc2Nkl0V3NqVjlFUGRUTVJFQTBNNWw3OFlaTmlkeHpEb1RxQmkxSjUyczd5a3dZQTlrL1JGbS9FWVY1MnQ1QzhDMkEzRWRvZ0RhQVFHYnRuSjdHTDM0SWlFTFZRKzR6ZGYiLCJtYWMiOiI4MGNjMWEwMDJhODM5MWZkOGY0MmM1MmY5YmE5MmIyMjU5MDBlNjA4MWMzMTg3NzZmOTc4ZTJhNTFmZDRkNWZhIn0%3D; expires=Thu, 17-Apr-2025 12:20:28 GMT; Max-Age=7200; path=/; httponly ◀oberig_dev_session=eyJpdiI6IlhjZHkxRG9BNHpDVUxRbEJ1NW1OcHc9PSIsInZhbHVlIjoiaG05c0ZXM1Z6WDNJb1ZPMU9CNy8zZXF0SFhuVnFOZmc2Nkl0V3NqVjlFUGRUTVJFQTBNNWw3OFlaTmlkeHpEb ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkdaNWdpZ3pNZ0c0dGNGNXpaZ3cza1E9PSIsInZhbHVlIjoiNEplbURSYytzcW9Wa1Z4OXZDUWMxR0RZMGFtQkIwN3RyV29XbGlrK0RsVExMMWMyKzRlUVZhZ0FGZ0Jybzl0YkhtbHVFbHo4SmJPZXZqYThYMzhJeU5vQVp3a0U5cEVrb0xCZkFOUUpRS3V0RUo0T3g3WkdzdlpPYlZXMmJZeEciLCJtYWMiOiI3MWY0YTEzZjAxZTcxNGUwNjZmYzllMjZhZWE0NzNiN2Q5MmI1M2E2MTNiNGMzY2JhOTE1Nzc3MzcyZGE0YTg3In0%3D; expires=Thu, 17-Apr-2025 12:20:28 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IkdaNWdpZ3pNZ0c0dGNGNXpaZ3cza1E9PSIsInZhbHVlIjoiNEplbURSYytzcW9Wa1Z4OXZDUWMxR0RZMGFtQkIwN3RyV29XbGlrK0RsVExMMWMyKzRlUVZhZ0FGZ0Jybzl0YkhtbHVFb ▶" 1 => "oberig_dev_session=eyJpdiI6IlhjZHkxRG9BNHpDVUxRbEJ1NW1OcHc9PSIsInZhbHVlIjoiaG05c0ZXM1Z6WDNJb1ZPMU9CNy8zZXF0SFhuVnFOZmc2Nkl0V3NqVjlFUGRUTVJFQTBNNWw3OFlaTmlkeHpEb1RxQmkxSjUyczd5a3dZQTlrL1JGbS9FWVY1MnQ1QzhDMkEzRWRvZ0RhQVFHYnRuSjdHTDM0SWlFTFZRKzR6ZGYiLCJtYWMiOiI4MGNjMWEwMDJhODM5MWZkOGY0MmM1MmY5YmE5MmIyMjU5MDBlNjA4MWMzMTg3NzZmOTc4ZTJhNTFmZDRkNWZhIn0%3D; expires=Thu, 17-Apr-2025 12:20:28 GMT; path=/; httponly ◀oberig_dev_session=eyJpdiI6IlhjZHkxRG9BNHpDVUxRbEJ1NW1OcHc9PSIsInZhbHVlIjoiaG05c0ZXM1Z6WDNJb1ZPMU9CNy8zZXF0SFhuVnFOZmc2Nkl0V3NqVjlFUGRUTVJFQTBNNWw3OFlaTmlkeHpEb ▶" ] ]
0 of 0array:4 [▼ "_token" => "GxXNgjbW6o37HdAP7TD6cRuaPRNP3R3WicPZenFm" "_previous" => array:1 [▶ "url" => "https://oberig-dev.vis-design.com.ua/doctor/aleksandrenko-viktoriya-anatoliyivna-76/reviews" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
5 листопада 2020
Вікторія Анатоліївна - дуже чуйна і людяна, відповідальний спеціаліст. На прийомі почуваюся комфортно і в безпеці. Однозначно рекомендую.
Вікторія Анатоліївна - дуже чуйна і людяна, відповідальний спеціаліст. На прийомі почуваюся комфортно і в безпеці. Однозначно рекомендую.