GET https://courseforge.info/api/courses/1

Query Metrics

4 Database Queries
4 Different statements
2.11 ms Query time
0 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.68 ms
(32.26%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.surename AS surename_4, t0.roles AS roles_5, t0.password AS password_6, t0.is_verified AS is_verified_7, t0.avatar AS avatar_8, t0.last_activity_at AS last_activity_at_9, t0.trainer_id AS trainer_id_10, t0.company_id AS company_id_11 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.55 ms
(26.16%)
1
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.description AS description_2, c0_.ai_document AS ai_document_3, c0_.ai_text AS ai_text_4, c0_.is_active AS is_active_5, c0_.public AS public_6, c0_.source_document_id AS source_document_id_7, c0_.user_id AS user_id_8 FROM card_set c0_ INNER JOIN course_card_set c2_ ON c0_.id = c2_.card_set_id INNER JOIN course c1_ ON c1_.id = c2_.course_id WHERE c1_.id = ? AND c0_.is_active = 1
Parameters:
[
  1
]
0.51 ms
(24.16%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.course_type AS course_type_6, t0.max_participants AS max_participants_7, t0.course_code AS course_code_8, t0.is_active AS is_active_9, t0.public AS public_10, t0.user_id AS user_id_11, t0.source_document_id AS source_document_id_12 FROM course t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
0.37 ms
(17.43%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.slug AS slug_4, t0.content_html AS content_html_5, t0.content_json AS content_json_6, t0.is_published AS is_published_7, t0.is_pinned AS is_pinned_8, t0.created_at AS created_at_9, t0.notify AS notify_10, t0.expires_at AS expires_at_11, t0.updated_at AS updated_at_12, t0.course_id AS course_id_13, t0.author_id AS author_id_14 FROM course_announcement t0 WHERE t0.course_id = ?
Parameters:
[
  1
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\Company 1
App\Entity\Course 1
App\Entity\SourceDocument 1