Query Metrics
4
Database Queries
4
Different statements
31.42 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 26.12 ms |
SELECT t0.id AS id_1, t0.number AS number_2, t0.title AS title_3, t0.slug AS slug_4, t0.description AS description_5, t0.month AS month_6, t0.year AS year_7, t0.pages AS pages_8, t0.price AS price_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.magazine_id AS magazine_id_12, t0.created_by AS created_by_13, t0.updated_by AS updated_by_14 FROM magazine_issues t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"neongrau-10-neongrau-10"
]
|
2 | 3.33 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.year AS year_5, t0.orientation AS orientation_6, t0.dimensions AS dimensions_7, t0.weight AS weight_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12 FROM magazines t0 WHERE t0.id = ?
Parameters:
[
2
]
|
3 | 1.20 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.magazine_issue_id AS magazine_issue_id_4 FROM magazine_issue_links t0 WHERE t0.magazine_issue_id = ?
Parameters:
[
11
]
|
4 | 0.77 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.magazine_issue_id AS magazine_issue_id_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8 FROM magazine_issue_images t0 WHERE t0.magazine_issue_id = ?
Parameters:
[
11
]
|
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\MagazineIssue | No errors. |
App\Entity\Magazine | No errors. |
App\Entity\User | No errors. |
App\Entity\MagazineIssueLink | No errors. |
App\Entity\MagazineIssueImage | No errors. |
App\Entity\MagazineLink | No errors. |
App\Entity\MagazineImage | No errors. |