Query Metrics
8
Database Queries
3
Different statements
0.72 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.46 ms (63.83%) |
1 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.description AS description_2, p0_.id AS id_3, p0_.title AS title_4, p0_.description AS description_5, c1_.id AS id_6, c1_.name AS name_7, p0_.category_id AS category_id_8 FROM project p0_ LEFT JOIN category c1_ ON p0_.category_id = c1_.id ORDER BY p0_.id DESC
Parameters:
[] |
0.22 ms (30.80%) |
6 |
SELECT t0.id AS id_1, t0.updated_at AS updated_at_2, t0.image_name AS image_name_3, t0.image_original_name AS image_original_name_4, t0.image_mime_type AS image_mime_type_5, t0.image_size AS image_size_6, t0.image_dimensions AS image_dimensions_7 FROM image t0 INNER JOIN project_image ON t0.id = project_image.image_id WHERE project_image.project_id = ?
Parameters:
[
6
]
|
0.04 ms (5.37%) |
1 |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.content AS content_2, n0_.id AS id_3, n0_.title AS title_4 FROM news n0_ ORDER BY n0_.id DESC LIMIT 3
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\Project | No errors. |
App\Entity\Category | No errors. |
Vich\UploaderBundle\Entity\File | No errors. |
App\Entity\Image | No errors. |
App\Entity\News | No errors. |
App\Entity\Member | No errors. |
App\Entity\Role | No errors. |