Query Metrics
3
Database Queries
3
Different statements
15.68 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
6.46 ms (41.17%) |
1 |
SELECT t0.first_name AS first_name_1, t0.last_name AS last_name_2, t0.photo AS photo_3, t0.bio AS bio_4, t0.person_type AS person_type_5, t0.start_year AS start_year_6, t0.end_year AS end_year_7, t0.email AS email_8, t0.slug AS slug_9, t0.id AS id_10, t0.created AS created_11, t0.modified AS modified_12, t0.study_group_id AS study_group_id_13, t0.user_id AS user_id_14, t0.created_by_id AS created_by_id_15, t0.modified_by_id AS modified_by_id_16 FROM person t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"babajani-sandro"
]
|
6.38 ms (40.68%) |
1 |
SELECT t0.headline AS headline_1, t0.cover AS cover_2, t0.url AS url_3, t0.visible AS visible_4, t0.date AS date_5, t0.content AS content_6, t0.slug AS slug_7, t0.weight AS weight_8, t0.id AS id_9, t0.created AS created_10, t0.modified AS modified_11, t0.created_by_id AS created_by_id_12, t0.modified_by_id AS modified_by_id_13 FROM portfolio t0 INNER JOIN person_portfolio ON t0.id = person_portfolio.portfolio_id WHERE person_portfolio.person_id = ?
Parameters:
[
19
]
|
2.85 ms (18.15%) |
1 |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM person_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "19" "en" "App\Entity\Person" ] |
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\CreatedByUser | No errors. |
App\Entity\Person | No errors. |
App\Entity\StudyGroup | No errors. |
App\Entity\User | No errors. |
App\Entity\Portfolio | No errors. |
App\Entity\Subject | No errors. |
App\Entity\PersonRole | No errors. |
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation | No errors. |
App\Entity\Translation\PersonTranslation | No errors. |