Rosana Andrea Miranda

303.03msRequest Duration2MBMemory UsageGET site/teacher/{id}Route
    • Booting (156.4ms)
    • Application (295.19ms)
      7 templates were rendered
      • site.instructor.instructor (resources/views/site/instructor/instructor.blade.php)4blade
        Params
        0
        instruct
        1
        courses
        2
        title
        3
        bread
      • layouts.site (resources/views/layouts/site.blade.php)21blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        config
        4
        template
        5
        boleto
        6
        version
        7
        theme
        8
        recipient
        9
        arrYears
        10
        errors
        11
        instruct
        12
        courses
        13
        title
        14
        bread
        15
        __empty_1
        16
        course
        17
        post
        18
        footerData
        19
        staticPages
        20
        slides
      • partials.flags (resources/views/partials/flags.blade.php)21blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        config
        4
        template
        5
        boleto
        6
        version
        7
        theme
        8
        recipient
        9
        arrYears
        10
        errors
        11
        instruct
        12
        courses
        13
        title
        14
        bread
        15
        __empty_1
        16
        course
        17
        post
        18
        footerData
        19
        staticPages
        20
        slides
      • layouts.partials.menu_site_smartphone (resources/views/layouts/partials/menu_site_smartphone.blade.php)21blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        config
        4
        template
        5
        boleto
        6
        version
        7
        theme
        8
        recipient
        9
        arrYears
        10
        errors
        11
        instruct
        12
        courses
        13
        title
        14
        bread
        15
        __empty_1
        16
        course
        17
        post
        18
        footerData
        19
        staticPages
        20
        slides
      • layouts.partials.menu_site (resources/views/layouts/partials/menu_site.blade.php)21blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        config
        4
        template
        5
        boleto
        6
        version
        7
        theme
        8
        recipient
        9
        arrYears
        10
        errors
        11
        instruct
        12
        courses
        13
        title
        14
        bread
        15
        __empty_1
        16
        course
        17
        post
        18
        footerData
        19
        staticPages
        20
        slides
      • partials.footer (resources/views/partials/footer.blade.php)22blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        config
        4
        template
        5
        boleto
        6
        version
        7
        theme
        8
        recipient
        9
        arrYears
        10
        errors
        11
        instruct
        12
        courses
        13
        title
        14
        bread
        15
        __empty_1
        16
        course
        17
        post
        18
        footerData
        19
        staticPages
        20
        slides
        21
        page
      • partials.access-time (resources/views/partials/access-time.blade.php)22blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        config
        4
        template
        5
        boleto
        6
        version
        7
        theme
        8
        recipient
        9
        arrYears
        10
        errors
        11
        instruct
        12
        courses
        13
        title
        14
        bread
        15
        __empty_1
        16
        course
        17
        post
        18
        footerData
        19
        staticPages
        20
        slides
        21
        page
      uri
      GET site/teacher/{id}
      as
      teacher.show
      controller
      EstudioLMS\Http\Controllers\Site\TeacherController@show
      namespace
      EstudioLMS\Http\Controllers
      prefix
      /site/teacher
      where
      file
      app/Http/Controllers/Site/TeacherController.php:151-167
      57 statements were executed, 4 of which were duplicated, 53 unique146.93ms
      • select * from `configs` limit 12.32msLMS_be4d3ab488fd
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `templates` limit 11.68msLMS_be4d3ab488fd
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `boletos` limit 11.29msLMS_be4d3ab488fd
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `pagarme_recipients` limit 11.9msLMS_be4d3ab488fd
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `themes` where `themes`.`id` = '1' limit 12.22msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select count(*) as aggregate from `configs`960μsLMS_be4d3ab488fd
        Metadata
        Hints
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
      • select * from `saas_configs` limit 11.57msLMS_be4d3ab488fd
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `customers`.*, `plans`.`id` as `plan_plan_id`, `plans`.`name` as `plan_name`, `plans`.`description` as `plan_description`, `plans`.`server_id` as `plan_server_id`, `plans`.`dataserver_id` as `plan_dataserver_id`, `plans`.`processors` as `plan_processors`, `plans`.`memory` as `plan_memory`, `plans`.`users_limit` as `plan_users_limit`, `plans`.`storage` as `plan_storage`, `plans`.`data_transfer` as `plan_data_transfer`, `plans`.`price` as `plan_price`, `servers`.`host` as `serverHost`, `servers`.`absolute_path` as `serverPath`, `servers`.`root_user` as `serverUser`, `dataservers`.`host` as `dataserverHost`, `dataservers`.`root_user` as `dataserverUser`, `new_subscriptions`.`subscription_hash`, `new_subscriptions`.`start_period`, `new_subscriptions`.`end_period`, `new_subscriptions`.`total_charges`, `new_subscriptions`.`status`, `new_recurrings`.`gross_amount`, `new_recurrings`.`payment_method`, `new_recurrings`.`charge_number`, `new_recurrings`.`due_date`, `new_recurrings`.`boleto_url` from `customers` inner join `plans` on `plan_id` = `plans`.`id` inner join `servers` on `customers`.`server_id` = `servers`.`id` inner join `dataservers` on `customers`.`dataserver_id` = `dataservers`.`id` left join `new_subscriptions` on `customers`.`subscription_hash` = `new_subscriptions`.`subscription_hash` and `new_subscriptions`.`status` < '7' left join `new_recurrings` on `new_subscriptions`.`subscription_hash` = `new_recurrings`.`subscription_hash` and `new_recurrings`.`id` = (SELECT MAX(new_recurrings.id) FROM new_recurrings WHERE new_recurrings.subscription_hash = new_subscriptions.subscription_hash) where `tenant_id` = '3787291b728f529face4797eb7dfb2d0' limit 142.5mslmspanel
        Metadata
        Bindings
        • 0. 7
        • 1. 3787291b728f529face4797eb7dfb2d0
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select COUNT(*) AS actives, hired_courses.user_id from `hired_courses` inner join `hirings` on `hirings_id` = `hirings`.`id` where `hired_courses`.`status` in ('3', '4') and hirings.gateway_id <> "PagarMe" group by `hired_courses`.`user_id` order by `hired_courses`.`user_id` asc8.72msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 3
        • 1. 4
      • select * from `customers` where `id` = '18785' limit 11.63mslmspanel
        Metadata
        Bindings
        • 0. 18785
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `new_subscriptions` where `customer_id` = '18785' order by `created_at` desc limit 12.42mslmspanel
        Metadata
        Bindings
        • 0. 18785
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `new_recurrings` where `subscription_hash` = '4bbff33b852462f17d55fe4cf1dc5cc4' order by `created_at` desc limit 111.26mslmspanel
        Metadata
        Bindings
        • 0. 4bbff33b852462f17d55fe4cf1dc5cc4
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `configs` limit 11.85msLMS_be4d3ab488fd
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `users` where `users`.`deleted_at` is null and `users`.`id` = '4' limit 12.81msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 4
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `posts` where `posts`.`deleted_at` is null and `posts`.`user_id` in ('4')2.91msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 4
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `categories` where `categories`.`deleted_at` is null and `categories`.`id` in ('3')1.71msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 3
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `courses` where `courses`.`deleted_at` is null and `published` = '1' and `user_id` = '4' and (select count(*) from `course_categories` where `course_categories`.`id` = `courses`.`course_category_id` and `published` = '1' and `deleted_at` is null and `course_categories`.`deleted_at` is null) >= 13.74msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 1
        • 1. 4
        • 2. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `users` where `users`.`deleted_at` is null and `users`.`id` in ('4')1.14msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 4
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `course_categories` where `course_categories`.`deleted_at` is null and `course_categories`.`id` in ('5', '2', '8', '4')1.13msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 5
        • 1. 2
        • 2. 8
        • 3. 4
        Hints
        • Use SELECT * only if you need all columns from table
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '10' and `default` = '1' limit 11.86msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 10
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '18' and `default` = '1' limit 11.28msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 18
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '26' and `default` = '1' limit 11.94msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 26
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '29' and `default` = '1' limit 11.19msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 29
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '31' and `default` = '1' limit 11.2msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 31
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '32' and `default` = '1' limit 11.38msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 32
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '34' and `default` = '1' limit 11.13msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 34
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '38' and `default` = '1' limit 11.26msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 38
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '42' and `default` = '1' limit 11.05msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 42
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '63' and `default` = '1' limit 11.43msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 63
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '65' and `default` = '1' limit 11.13msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 65
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '70' and `default` = '1' limit 11.04msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 70
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '71' and `default` = '1' limit 11.07msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 71
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '72' and `default` = '1' limit 11.04msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 72
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '86' and `default` = '1' limit 11.34msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 86
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '87' and `default` = '1' limit 11.19msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 87
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '88' and `default` = '1' limit 11.31msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 88
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '89' and `default` = '1' limit 11.01msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 89
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '90' and `default` = '1' limit 11.13msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 90
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '91' and `default` = '1' limit 11.55msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 91
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '92' and `default` = '1' limit 11.26msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 92
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '93' and `default` = '1' limit 11.17msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 93
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '94' and `default` = '1' limit 11.01msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 94
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '95' and `default` = '1' limit 11.38msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 95
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '96' and `default` = '1' limit 11.15msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 96
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '97' and `default` = '1' limit 11.3msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 97
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '98' and `default` = '1' limit 11.12msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 98
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '99' and `default` = '1' limit 11.13msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 99
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '100' and `default` = '1' limit 11.58msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 100
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '101' and `default` = '1' limit 11.21msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 101
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `plans`.*, `course_plans`.`course_id` as `pivot_course_id`, `course_plans`.`plan_id` as `pivot_plan_id`, `course_plans`.`id` as `pivot_id`, `course_plans`.`price` as `pivot_price`, `course_plans`.`default` as `pivot_default`, `course_plans`.`registration` as `pivot_registration`, `course_plans`.`debit` as `pivot_debit` from `plans` inner join `course_plans` on `plans`.`id` = `course_plans`.`plan_id` where `course_plans`.`course_id` = '102' and `default` = '1' limit 11.3msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 102
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `posts`.`id`, `posts`.`title`, `posts`.`picture`, `posts`.`slug`, `posts`.`body`, `categories`.`id` as `category_id`, `categories`.`slug` as `category_slug` from `posts` inner join `categories` on `posts`.`category_id` = `categories`.`id` inner join `users` on `posts`.`user_id` = `users`.`id` inner join `languages` on `categories`.`language_id` = `languages`.`id` inner join `language_translations` on `languages`.`id` = `language_translations`.`language_id` where `posts`.`deleted_at` is null and `posts`.`published` = '1' and `posts`.`id` not in ('0') and ((categories.published_at <= now() OR categories.published_at is null) and ((categories.unpublished_at >= now() OR categories.unpublished_at is null))) and ((posts.published_at <= now() OR posts.published_at is null) and ((posts.unpublished_at >= now() OR posts.unpublished_at is null))) and `posts`.`published` = '1' group by `posts`.`id` order by `posts`.`created_at` desc limit 23.72msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 1
        • 1. 0
        • 2. 1
      • select * from `pages` where (select count(*) from `page_translations` where `page_translations`.`page_id` = `pages`.`id` and `locale` = 'pt') >= 1 and `published` = '1' order by `id` asc1.8msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. pt
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `page_translations` where `page_translations`.`page_id` in ('2') and `page_translations`.`locale` = 'pt' or `page_translations`.`locale` = 'pt'1.13msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 2
        • 1. pt
        • 2. pt
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `slides` where `published` = '1' and (select count(*) from `slide_translations` where `slide_translations`.`slide_id` = `slides`.`id` and `locale` = 'pt') >= 1 order by `created_at` desc1.83msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 1
        • 1. pt
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `slide_translations` where `slide_translations`.`slide_id` in ('1') and `slide_translations`.`locale` = 'pt' or `slide_translations`.`locale` = 'pt'1.28msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 1
        • 1. pt
        • 2. pt
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `categories` where `categories`.`deleted_at` is null and `categories`.`id` = '3' limit 11.53msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 3
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `categories` where `categories`.`deleted_at` is null and `categories`.`id` = '3' limit 12.74msLMS_be4d3ab488fd
        Metadata
        Bindings
        • 0. 3
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        format
        html
        content_type
        text/html; charset=UTF-8
        status_text
        OK
        status_code
        200
        request_query
        []
        request_request
        []
        request_headers
        array:15 [ "host" => array:1 [ 0 => "bmxtreinamentos.lmsestudio.com" ] "connection" => arr...
        request_server
        array:44 [ "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "bmxtreinamentos.lmsestudio.com" ...
        request_cookies
        []
        response_headers
        array:3 [ "cache-control" => array:1 [ 0 => "no-cache" ] "date" => array:1 [ 0 => "Wed...
        path_info
        /site/teacher/4
        session_attributes
        array:5 [ "planLimite" => array:59 [ "id" => 18785 "tenant_id" => "3787291b728f529face4797...