سيتم تحسين تجربتنا على هذا الموقع من خلال السماح بملفات تعريف الارتباط
ترتيب حسب:
1 x Application (51.92%) | 467.35ms |
1 x Booting (48.04%) | 432.43ms |
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 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
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 |
|
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 |
|
select `id`, `name` from `categories` where `status` = 1 order by `name` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `users` left join `instructors` as `ins` on `ins`.`user_id` = `users`.`id` left join `organizations` as `org` on `org`.`user_id` = `users`.`id` where `users`.`role` in (2, 4) and (`ins`.`status` = 1 or `org`.`status` = 1) and `users`.`deleted_at` is null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `users`.*, `ins`.`organization_id`, case when org.id is null then ins.uuid else org.uuid end as uuid,
case when org.id is null then ins.country_id else org.country_id end as country_id,
case when org.id is null then ins.province_id else org.province_id end as province_id,
case when org.id is null then ins.state_id else org.state_id end as state_id,
case when org.id is null then ins.city_id else org.city_id end as city_id,
case when org.id is null then ins.professional_title else org.professional_title end as professional_title,
case when org.id is null then ins.postal_code else org.postal_code end as postal_code,
case when org.id is null then ins.address else org.address end as address,
case when org.id is null then ins.about_me else org.about_me end as about_me,
case when org.id is null then ins.gender else org.gender end as gender,
case when org.id is null then ins.social_link else org.social_link end as social_link,
case when org.id is null then ins.slug else org.slug end as slug,
case when org.id is null then ins.is_private else org.is_private end as is_private,
case when org.id is null then ins.remove_from_web_search else org.remove_from_web_search end as remove_from_web_search,
case when org.id is null then ins.is_offline else org.is_offline end as is_offline,
case when org.id is null then ins.offline_message else org.offline_message end as offline_message,
case when org.id is null then ins.consultation_available else org.consultation_available end as consultation_available,
case when org.id is null then ins.hourly_rate else org.hourly_rate end as hourly_rate,
case when org.id is null then ins.hourly_old_rate else org.hourly_old_rate end as hourly_old_rate,
case when org.id is null then ins.available_type else org.available_type end as available_type,
case when org.id is null then ins.created_at else org.created_at end as approval_date from `users` left join `instructors` as `ins` on `ins`.`user_id` = `users`.`id` left join `organizations` as `org` on `org`.`user_id` = `users`.`id` where `users`.`role` in (2, 4) and (`ins`.`status` = 1 or `org`.`status` = 1) and `users`.`deleted_at` is null limit 12 offset 0
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `countries`
Metadata | |
---|---|
Backtrace |
|
select * from `states`
Metadata | |
---|---|
Backtrace |
|
select * from `cities`
Metadata | |
---|---|
Backtrace |
|
select MAX(case when org.id is null then ins.hourly_rate else org.hourly_rate end) AS hourly_rate from `users` left join `instructors` as `ins` on `ins`.`user_id` = `users`.`id` left join `organizations` as `org` on `org`.`user_id` = `users`.`id` where `users`.`role` in (2, 4) and (`ins`.`status` = 1 or `org`.`status` = 1) and `users`.`deleted_at` is null limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `meta_title`, `meta_description`, `meta_keyword`, `og_image` from `metas` where `slug` = 'instructor' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ranking_levels`.*, `user_badges`.`user_id` as `pivot_user_id`, `user_badges`.`ranking_level_id` as `pivot_ranking_level_id` from `ranking_levels` inner join `user_badges` on `ranking_levels`.`id` = `user_badges`.`ranking_level_id` where `user_badges`.`user_id` = 69
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `courses` where `courses`.`user_id` = 69 and `courses`.`user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ranking_levels`.*, `user_badges`.`user_id` as `pivot_user_id`, `user_badges`.`ranking_level_id` as `pivot_ranking_level_id` from `ranking_levels` inner join `user_badges` on `ranking_levels`.`id` = `user_badges`.`ranking_level_id` where `user_badges`.`user_id` = 74
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `courses` where `courses`.`user_id` = 74 and `courses`.`user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `ranking_levels`.*, `user_badges`.`user_id` as `pivot_user_id`, `user_badges`.`ranking_level_id` as `pivot_ranking_level_id` from `ranking_levels` inner join `user_badges` on `ranking_levels`.`id` = `user_badges`.`ranking_level_id` where `user_badges`.`user_id` = 94
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `courses` where `courses`.`user_id` = 94 and `courses`.`user_id` is not null
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `languages` where `iso_code` = 'ar' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `categories` where `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `subcategories` where `subcategories`.`category_id` in (1, 2, 3, 15, 16, 17)
Metadata | |
---|---|
Backtrace |
|
select count(*) as aggregate from `cart_management` where `user_id` is null
Metadata | |
---|---|
Backtrace |
|
select count(*) as aggregate from `wishlists` where `user_id` is null
Metadata | |
---|---|
Backtrace |
|
select * from `menus`
Metadata | |
---|---|
Backtrace |
|
select * from `menus` where `status` = 1 and `type` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 1 and `type` = 2
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `notifications` where `user_id` is null and `user_type` = 3 and `is_seen` = 'no' order by `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `notifications` where `user_id` is null and `user_type` = 2 and `is_seen` = 'no' order by `created_at` desc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `languages` where `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 1 and `type` = 2
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 1 and `type` = 3
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 1 and `type` = 4
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:24 [▼ "x-https" => array:1 [▶ 0 => "1" ] "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" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "connection" => array:1 [▶ 0 => "Keep-Alive" ] "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" ] "cf-connecting-ip" => array:1 [▶ 0 => "3.144.251.44" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "host" => array:1 [▶ 0 => "mryassermath.com" ] "x-forwarded-for" => array:1 [▶ 0 => "3.144.251.44" ] "cf-ray" => array:1 [▶ 0 => "92b3e940bf70f603-ORD" ] ]
0 of 0array:65 [▼ "USER" => "mryassermath" "HOME" => "/home/mryassermath" "SCRIPT_NAME" => "/app.mryassermath.com/server.php" "REQUEST_URI" => "/app.mryassermath.com/instructor" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/app.mryassermath.com/instructor" "REMOTE_PORT" => "41306" "SCRIPT_FILENAME" => "/home/mryassermath/public_html/app.mryassermath.com/server.php" "SERVER_ADMIN" => "webmaster@mryassermath.com" "CONTEXT_DOCUMENT_ROOT" => "/home/mryassermath/public_html" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/home/mryassermath/public_html" "REMOTE_ADDR" => "172.70.131.96" "SERVER_PORT" => "443" "SERVER_ADDR" => "149.102.141.93" "SERVER_NAME" => "mryassermath.com" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "PATH" => "/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin ◀/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bi ▶" "HTTP_X_HTTPS" => "1" "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_CDN_LOOP" => "cloudflare; loops=1" "HTTP_CONNECTION" => "Keep-Alive" "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_CF_CONNECTING_IP" => "3.144.251.44" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_PRIORITY" => "u=0, i" "HTTP_HOST" => "mryassermath.com" "HTTP_X_FORWARDED_FOR" => "3.144.251.44" "HTTP_CF_RAY" => "92b3e940bf70f603-ORD" "proxy-nokeepalive" => "1" "SSL_TLS_SNI" => "mryassermath.com" "HTTPS" => "on" "SCRIPT_URI" => "https://mryassermath.com/app.mryassermath.com/instructor" "SCRIPT_URL" => "/app.mryassermath.com/instructor" "UNIQUE_ID" => "Z_BPn2AQVEUV11PBm3zhuwAAAD0" "REDIRECT_STATUS" => "200" "REDIRECT_SSL_TLS_SNI" => "mryassermath.com" "REDIRECT_HTTPS" => "on" "REDIRECT_SCRIPT_URI" => "https://mryassermath.com/app.mryassermath.com/instructor" "REDIRECT_SCRIPT_URL" => "/app.mryassermath.com/instructor" "REDIRECT_UNIQUE_ID" => "Z_BPn2AQVEUV11PBm3zhuwAAAD0" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/app.mryassermath.com/server.php" "REQUEST_TIME_FLOAT" => 1743802271.107 "REQUEST_TIME" => 1743802271 "argv" => [] "argc" => 0 ]
[]
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 => "Fri, 04 Apr 2025 21:31:11 GMT" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjM2L3Y4UXY3eTA0THdJb1IxWncrYVE9PSIsInZhbHVlIjoiQk9yb3VLeldJcU5vV0JPaS9oTW1VdDUzS2kvWFpBNEZ1dzJBaWlrNFBXdlVqdTRNTG44OC82WG5aOEdZZHFteEt3alZTR21jd0lVT3VqSWsvcWJ3dG8wTmhNb0VISmsrcHVCWW5MMUpqU1VVeElPNEhLR3NjSEM0WUtud3lXVWgiLCJtYWMiOiI0ZjNkNDk5Y2NhMDFlZDY0MmMwOGI3ZGNlZmI0YTZmZDgzZmIwNDhjMjg0ZGRhYTNkYmRmMmZkZDhkODQ1ODhiIiwidGFnIjoiIn0%3D; expires=Fri, 04 Apr 2025 23:31:11 GMT; Max-Age=7199; path=/ ◀XSRF-TOKEN=eyJpdiI6IjM2L3Y4UXY3eTA0THdJb1IxWncrYVE9PSIsInZhbHVlIjoiQk9yb3VLeldJcU5vV0JPaS9oTW1VdDUzS2kvWFpBNEZ1dzJBaWlrNFBXdlVqdTRNTG44OC82WG5aOEdZZHFteEt3alZTR ▶" 1 => "lmszai_session=eyJpdiI6InkxNjlrZzR5aHRmTXFyMTdyN3RlckE9PSIsInZhbHVlIjoiZG0wTEgrOFBoWVVYUUNWbjFsVEN3Ky8rdUFGbWJGdVk2YUNheis5Z2xvbGFFTk1UaVh1R2dRTGlVeWYwbFlwS2pYbFJFc0tjVVRWaFloampEVi9EN2c4QmEreWU0L1RrRENnY3Y2NUNHckVGQWNmRUNtWnpZUzlvN2FzakNTdHYiLCJtYWMiOiJmYTRhZDJmN2VkMzRmYWNmOWZkZGMxOGQyYTM2ZDU5MGFmOTY4MDg2NzNkNzVjYzQxNzVmZWE0Mzc0Zjc3MzMwIiwidGFnIjoiIn0%3D; expires=Fri, 04 Apr 2025 23:31:11 GMT; Max-Age=7199; path=/; httponly ◀lmszai_session=eyJpdiI6InkxNjlrZzR5aHRmTXFyMTdyN3RlckE9PSIsInZhbHVlIjoiZG0wTEgrOFBoWVVYUUNWbjFsVEN3Ky8rdUFGbWJGdVk2YUNheis5Z2xvbGFFTk1UaVh1R2dRTGlVeWYwbFlwS2pYb ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IjM2L3Y4UXY3eTA0THdJb1IxWncrYVE9PSIsInZhbHVlIjoiQk9yb3VLeldJcU5vV0JPaS9oTW1VdDUzS2kvWFpBNEZ1dzJBaWlrNFBXdlVqdTRNTG44OC82WG5aOEdZZHFteEt3alZTR21jd0lVT3VqSWsvcWJ3dG8wTmhNb0VISmsrcHVCWW5MMUpqU1VVeElPNEhLR3NjSEM0WUtud3lXVWgiLCJtYWMiOiI0ZjNkNDk5Y2NhMDFlZDY0MmMwOGI3ZGNlZmI0YTZmZDgzZmIwNDhjMjg0ZGRhYTNkYmRmMmZkZDhkODQ1ODhiIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 23:31:11 GMT; path=/ ◀XSRF-TOKEN=eyJpdiI6IjM2L3Y4UXY3eTA0THdJb1IxWncrYVE9PSIsInZhbHVlIjoiQk9yb3VLeldJcU5vV0JPaS9oTW1VdDUzS2kvWFpBNEZ1dzJBaWlrNFBXdlVqdTRNTG44OC82WG5aOEdZZHFteEt3alZTR ▶" 1 => "lmszai_session=eyJpdiI6InkxNjlrZzR5aHRmTXFyMTdyN3RlckE9PSIsInZhbHVlIjoiZG0wTEgrOFBoWVVYUUNWbjFsVEN3Ky8rdUFGbWJGdVk2YUNheis5Z2xvbGFFTk1UaVh1R2dRTGlVeWYwbFlwS2pYbFJFc0tjVVRWaFloampEVi9EN2c4QmEreWU0L1RrRENnY3Y2NUNHckVGQWNmRUNtWnpZUzlvN2FzakNTdHYiLCJtYWMiOiJmYTRhZDJmN2VkMzRmYWNmOWZkZGMxOGQyYTM2ZDU5MGFmOTY4MDg2NzNkNzVjYzQxNzVmZWE0Mzc0Zjc3MzMwIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 23:31:11 GMT; path=/; httponly ◀lmszai_session=eyJpdiI6InkxNjlrZzR5aHRmTXFyMTdyN3RlckE9PSIsInZhbHVlIjoiZG0wTEgrOFBoWVVYUUNWbjFsVEN3Ky8rdUFGbWJGdVk2YUNheis5Z2xvbGFFTk1UaVh1R2dRTGlVeWYwbFlwS2pYb ▶" ] ]
0 of 0array:5 [▼ "local" => "ar" "_token" => "jJwjlcyPO6ugZVj3OuadA6VqBsUCgheC2qbfI9Mf" "_previous" => array:1 [▶ "url" => "https://mryassermath.com/app.mryassermath.com/instructor" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
سيتم تحسين تجربتنا على هذا الموقع من خلال السماح بملفات تعريف الارتباط