GET https://courseforge.info/api/source-documents/3/file

Query Metrics

2 Database Queries
2 Different statements
0.89 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.44 ms
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
]
2 0.45 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.original_filename AS original_filename_3, t0.stored_filename AS stored_filename_4, t0.file_path AS file_path_5, t0.thumbnail_path AS thumbnail_path_6, t0.mime_type AS mime_type_7, t0.file_size AS file_size_8, t0.sha1_hash AS sha1_hash_9, t0.source_type AS source_type_10, t0.extracted_text AS extracted_text_11, t0.source_meta AS source_meta_12, t0.status AS status_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.structure_proposal AS structure_proposal_16, t0.user_id AS user_id_17 FROM source_document t0 WHERE t0.id = ?
Parameters:
[
  "3"
]

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\SourceDocument 1