1 x Booting (58.46%) | 226ms |
1 x Application (41.53%) | 160ms |
select `key`, `value` from `settings`
Backtrace |
|
select `type`, `id` from `informations`
Backtrace |
|
select * from `information_translations` where `information_translations`.`information_id` in (158, 159, 160, 161, 162, 163, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189)
Backtrace |
|
select *, (select count(*) from `users` inner join `course_user` on `users`.`id` = `course_user`.`user_id` where `courses`.`id` = `course_user`.`course_id`) as `students_count`, (select count(*) from `ng_levels` where `courses`.`id` = `ng_levels`.`course_id`) as `levels_count`, (select count(*) from `ng_lessons` inner join `ng_levels` on `ng_levels`.`id` = `ng_lessons`.`level_id` where `courses`.`id` = `ng_levels`.`course_id`) as `lessons_count`, (select count(*) from `exams` where `courses`.`id` = `exams`.`course_id`) as `exams_count` from `courses` where exists (select * from `course_translations` where `courses`.`id` = `course_translations`.`course_id` and `course_translations`.`slug` = 'المواريث-38') and `enabled` = 1 limit 1
Bindings |
|
Backtrace |
|
select * from `course_translations` where `course_translations`.`course_id` in (38)
Backtrace |
|
select `files`.*, `attachables`.`attachable_id` as `pivot_attachable_id`, `attachables`.`file_id` as `pivot_file_id`, `attachables`.`attachable_type` as `pivot_attachable_type`, `attachables`.`zone` as `pivot_zone`, `attachables`.`created_at` as `pivot_created_at`, `attachables`.`updated_at` as `pivot_updated_at` from `files` inner join `attachables` on `files`.`id` = `attachables`.`file_id` where `attachables`.`zone` = 'thumbnail' and `attachables`.`attachable_id` in (41) and `attachables`.`attachable_type` = 'Midade\Newmuslims\Models\CourseTranslation'
Bindings |
|
Backtrace |
|
select * from `currencies` where `currencies`.`id` in (147)
Backtrace |
|
select * from `currency_translations` where `currency_translations`.`currency_id` in (147)
Backtrace |
|
select `ng_levels`.*, (select count(*) from `ng_lessons` where `ng_levels`.`id` = `ng_lessons`.`level_id`) as `lessons_count`, (select count(*) from `exams` where `ng_levels`.`id` = `exams`.`level_id`) as `exams_count` from `ng_levels` where `ng_levels`.`course_id` in (38) and `enabled` = 1 and exists (select * from `ng_lessons` where `ng_levels`.`id` = `ng_lessons`.`level_id` and `enabled` = 1) order by `order` asc
Bindings |
|
Backtrace |
|
select * from `ng_level_translations` where `ng_level_translations`.`level_id` in (55)
Backtrace |
|
select `files`.*, `attachables`.`attachable_id` as `pivot_attachable_id`, `attachables`.`file_id` as `pivot_file_id`, `attachables`.`attachable_type` as `pivot_attachable_type`, `attachables`.`zone` as `pivot_zone`, `attachables`.`created_at` as `pivot_created_at`, `attachables`.`updated_at` as `pivot_updated_at` from `files` inner join `attachables` on `files`.`id` = `attachables`.`file_id` where `attachables`.`zone` = 'thumbnail' and `attachables`.`attachable_id` in (64) and `attachables`.`attachable_type` = 'Midade\Newmuslims\Models\LevelTranslation'
Bindings |
|
Backtrace |
|
select `ng_lessons`.*, (select count(*) from `counter` where `ng_lessons`.`id` = `counter`.`entity_id` and `counter`.`entity_name` = 'Midade\Newmuslims\Models\Lesson' and `action` = 'view') as `views_count`, (select count(*) from `counter` where `ng_lessons`.`id` = `counter`.`entity_id` and `counter`.`entity_name` = 'Midade\Newmuslims\Models\Lesson' and `action` = 'share') as `shares_count` from `ng_lessons` where `ng_lessons`.`level_id` in (55) and `enabled` = 1 order by `order` asc
Bindings |
|
Backtrace |
|
select * from `ng_lesson_translations` where `ng_lesson_translations`.`lesson_id` in (114, 115, 116)
Backtrace |
|
select `files`.*, `attachables`.`attachable_id` as `pivot_attachable_id`, `attachables`.`file_id` as `pivot_file_id`, `attachables`.`attachable_type` as `pivot_attachable_type`, `attachables`.`zone` as `pivot_zone`, `attachables`.`created_at` as `pivot_created_at`, `attachables`.`updated_at` as `pivot_updated_at` from `files` inner join `attachables` on `files`.`id` = `attachables`.`file_id` where `attachables`.`zone` = 'thumbnail' and `attachables`.`attachable_id` in (136, 137, 138) and `attachables`.`attachable_type` = 'Midade\Newmuslims\Models\LessonTranslation'
Bindings |
|
Backtrace |
|
select * from `rounds` where `round_for` = 1 and `rounds`.`course_id` in (38) and `enabled` = 1 and date(`end_date`) >= '2025-05-06'
Bindings |
|
Backtrace |
|
select * from (select `ng_levels`.`id`, `course_user`.`course_id` as `pivot_course_id`, `course_user`.`level_id` as `pivot_level_id`, row_number() over (partition by `course_user`.`course_id`) as `laravel_row` from `ng_levels` inner join `course_user` on `ng_levels`.`id` = `course_user`.`level_id` where `course_user`.`user_id` is null and `course_user`.`status` = 1 and `course_user`.`course_id` in (38)) as `laravel_table` where `laravel_row` <= 1 order by `laravel_row`
Bindings |
|
Backtrace |
|
select exists(select * from `users` inner join `course_user` on `users`.`id` = `course_user`.`user_id` where `course_user`.`course_id` = 38 and `course_user`.`user_id` is null and `status` = 1) as `exists`
Bindings |
|
Backtrace |
|
select exists(select * from `users` inner join `course_user` on `users`.`id` = `course_user`.`user_id` where `course_user`.`course_id` = 38 and `course_user`.`user_id` is null and `status` = 2) as `exists`
Bindings |
|
Backtrace |
|
select exists(select * from `users` inner join `course_user` on `users`.`id` = `course_user`.`user_id` where `course_user`.`course_id` = 38 and `course_user`.`user_id` is null and `status` = 3) as `exists`
Bindings |
|
Backtrace |
|
select exists(select * from `counter` where `counter`.`entity_name` = 'Midade\Newmuslims\Models\Lesson' and `counter`.`entity_id` = 114 and `counter`.`entity_id` is not null and `action` = 'view' and `user_id` is null) as `exists`
Bindings |
|
Backtrace |
|
select exists(select * from `counter` where `counter`.`entity_name` = 'Midade\Newmuslims\Models\Lesson' and `counter`.`entity_id` = 115 and `counter`.`entity_id` is not null and `action` = 'view' and `user_id` is null) as `exists`
Bindings |
|
Backtrace |
|
select exists(select * from `counter` where `counter`.`entity_name` = 'Midade\Newmuslims\Models\Lesson' and `counter`.`entity_id` = 116 and `counter`.`entity_id` is not null and `action` = 'view' and `user_id` is null) as `exists`
Bindings |
|
Backtrace |
|
select * from `informations` where `type` = 'name' limit 1
Bindings |
|
Backtrace |
|
select * from `information_translations` where `information_translations`.`information_id` in (158)
Backtrace |
|
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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "connection" => array:1 [▶ 0 => "keep-alive" ] "host" => array:1 [▶ 0 => "new.utrujja.com" ] ]
[]
0 of 0array:7 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Tue, 06 May 2025 03:01:00 GMT" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "link" => array:1 [▶ 0 => "<https://new.utrujja.com/build/assets/transPlugin-a26d8a57.css>; rel="preload"; as="style", <https://new.utrujja.com/build/assets/app-e79545fd.css>; rel="preload"; as="style", <https://new.utrujja.com/build/assets/app-0c46de23.js>; rel="modulepreload", <https://new.utrujja.com/build/assets/transPlugin-fcee2a80.js>; rel="modulepreload" ◀<https://new.utrujja.com/build/assets/transPlugin-a26d8a57.css>; rel="preload"; as="style", <https://new.utrujja.com/build/assets/app-e79545fd.css>; rel="preloa ▶" ] "vary" => array:1 [▶ 0 => "X-Inertia" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkRJeVhZZExEU0Jzb2ZRKzNLQXUvSkE9PSIsInZhbHVlIjoiWm5rL0JhS2FBSEtReVdjeFFkVnI0Zm10c1phb1BwbTJJNTMrMndnb3F4RFZlOXhJYkpTRDczNzJpaGI2YlZTMjU1MSsxSHQ5VmJIMFdYTTZNcEdiSmc5Tyt4MTlnZ1d2eFVkdWkvRUZudG96RWl1VHhCbHZXUlBjNS9DSjhidUIiLCJtYWMiOiJkZDc1NjdjZDQ1MWY3NDQxMDBhZjQ1YjU1NDZlMWJlMmE0YTMwY2Y3N2FkMjMwZGM0ODlkNTc3MjJkYzUxOTExIiwidGFnIjoiIn0%3D; expires=Tue, 06 May 2025 05:01:00 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IkRJeVhZZExEU0Jzb2ZRKzNLQXUvSkE9PSIsInZhbHVlIjoiWm5rL0JhS2FBSEtReVdjeFFkVnI0Zm10c1phb1BwbTJJNTMrMndnb3F4RFZlOXhJYkpTRDczNzJpaGI2YlZTMjU1MSsxS ▶" 1 => "utrujja_session=eyJpdiI6InRuTklCeVc2VVVXTUp0ZU4xalFqaFE9PSIsInZhbHVlIjoiQ0dYaDMwZ2xveWZXVFYzNCs3ak1MSS91YlB1QW42cTVGQnR6R2tBSFFrelJRQnB2NWdXLzQ2d05ZM2g1VDdIaml0ZVVObVhmVXBINGQvaXFxSjRjc2pSSUN2OXpxZERTeGVnSnlaWHZyMnZWbzZXYlZPSnV6cEh3MG9XcW9GSXAiLCJtYWMiOiI4ZjcwYTBmZGQ0ZGY2N2I5MjdiZDQwODY2ODJkMWZlZDQ5MDBiNTE2MmFmMWFjM2U4ZmM1MjdhNjUyYjFhOWU0IiwidGFnIjoiIn0%3D; expires=Tue, 06 May 2025 05:01:00 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax ◀utrujja_session=eyJpdiI6InRuTklCeVc2VVVXTUp0ZU4xalFqaFE9PSIsInZhbHVlIjoiQ0dYaDMwZ2xveWZXVFYzNCs3ak1MSS91YlB1QW42cTVGQnR6R2tBSFFrelJRQnB2NWdXLzQ2d05ZM2g1VDdIaml0 ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IkRJeVhZZExEU0Jzb2ZRKzNLQXUvSkE9PSIsInZhbHVlIjoiWm5rL0JhS2FBSEtReVdjeFFkVnI0Zm10c1phb1BwbTJJNTMrMndnb3F4RFZlOXhJYkpTRDczNzJpaGI2YlZTMjU1MSsxSHQ5VmJIMFdYTTZNcEdiSmc5Tyt4MTlnZ1d2eFVkdWkvRUZudG96RWl1VHhCbHZXUlBjNS9DSjhidUIiLCJtYWMiOiJkZDc1NjdjZDQ1MWY3NDQxMDBhZjQ1YjU1NDZlMWJlMmE0YTMwY2Y3N2FkMjMwZGM0ODlkNTc3MjJkYzUxOTExIiwidGFnIjoiIn0%3D; expires=Tue, 06-May-2025 05:01:00 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IkRJeVhZZExEU0Jzb2ZRKzNLQXUvSkE9PSIsInZhbHVlIjoiWm5rL0JhS2FBSEtReVdjeFFkVnI0Zm10c1phb1BwbTJJNTMrMndnb3F4RFZlOXhJYkpTRDczNzJpaGI2YlZTMjU1MSsxS ▶" 1 => "utrujja_session=eyJpdiI6InRuTklCeVc2VVVXTUp0ZU4xalFqaFE9PSIsInZhbHVlIjoiQ0dYaDMwZ2xveWZXVFYzNCs3ak1MSS91YlB1QW42cTVGQnR6R2tBSFFrelJRQnB2NWdXLzQ2d05ZM2g1VDdIaml0ZVVObVhmVXBINGQvaXFxSjRjc2pSSUN2OXpxZERTeGVnSnlaWHZyMnZWbzZXYlZPSnV6cEh3MG9XcW9GSXAiLCJtYWMiOiI4ZjcwYTBmZGQ0ZGY2N2I5MjdiZDQwODY2ODJkMWZlZDQ5MDBiNTE2MmFmMWFjM2U4ZmM1MjdhNjUyYjFhOWU0IiwidGFnIjoiIn0%3D; expires=Tue, 06-May-2025 05:01:00 GMT; path=/; secure; httponly ◀utrujja_session=eyJpdiI6InRuTklCeVc2VVVXTUp0ZU4xalFqaFE9PSIsInZhbHVlIjoiQ0dYaDMwZ2xveWZXVFYzNCs3ak1MSS91YlB1QW42cTVGQnR6R2tBSFFrelJRQnB2NWdXLzQ2d05ZM2g1VDdIaml0 ▶" ] ]
0 of 0array:5 [▼ "_token" => "xaE58cCznfYbGrbSHUovUqutlkB17mhDHk5QiKeB" "locale" => "es" "_previous" => array:1 [▶ "url" => "https://new.utrujja.com/es/courses/%D8%A7%D9%84%D9%85%D9%88%D8%A7%D8%B1%D9%8A%D8%AB-38" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
Lo siento, debes iniciar sesión. Iniciar sesión O Registrarse