Query Metrics
5
Database Queries
5
Different statements
2.14 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.56 ms |
SELECT t0.id AS id_1, t0.company AS company_2, t0.job AS job_3, t0.description AS description_4, t0.start_at AS start_at_5, t0.end_at AS end_at_6, t0.in_progress AS in_progress_7 FROM professional_experience t0 ORDER BY t0.start_at DESC
Parameters:
[] |
2 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.location AS location_3, t0.start_at AS start_at_4, t0.end_at AS end_at_5, t0.in_progress AS in_progress_6, t0.is_graduate AS is_graduate_7 FROM training t0 ORDER BY t0.start_at DESC
Parameters:
[] |
3 | 0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.website AS website_4, t0.picture AS picture_5, t0.online_at AS online_at_6, t0.is_display AS is_display_7, t0.updated_at AS updated_at_8 FROM project t0 WHERE t0.is_display = ? ORDER BY t0.online_at DESC
Parameters:
[
1
]
|
4 | 0.40 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.icon AS icon_4 FROM skill t0
Parameters:
[] |
5 | 0.35 ms |
SELECT t0.id AS id_1, t0.site_title_name AS site_title_name_2, t0.site_title_first_name AS site_title_first_name_3, t0.job AS job_4, t0.site_description AS site_description_5, t0.site_image AS site_image_6, t0.skills_description AS skills_description_7, t0.updated_at AS updated_at_8 FROM options t0 LIMIT 1
Parameters:
[] |
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\ProfessionalExperience | No errors. |
App\Entity\Training | No errors. |
App\Entity\Project | No errors. |
App\Entity\Skill | No errors. |
App\Entity\Options | No errors. |