Query Metrics
3
Database Queries
3
Different statements
26.53 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
15.41 ms (58.11%) |
1 |
SELECT a0_.id AS id_0, a0_.filename AS filename_1, a0_.mime_type AS mime_type_2, a0_.titre AS titre_3, a0_.description AS description_4, a0_.date_upload AS date_upload_5, a0_.storage_url AS storage_url_6, a0_.flickr AS flickr_7, a0_.storage_url_bdef AS storage_url_bdef_8, a0_.port AS port_9, a0_.ipad AS ipad_10, a0_.ordi AS ordi_11, a0_.user_proprio_id AS user_proprio_id_12 FROM album_docs a0_ LEFT JOIN album_categorie_album_docs a2_ ON a0_.id = a2_.album_docs_id LEFT JOIN album_categorie a1_ ON a1_.id = a2_.album_categorie_id LEFT JOIN mod_user m3_ ON a0_.user_proprio_id = m3_.id ORDER BY a0_.date_upload DESC LIMIT 12
Parameters:
[]
|
||||||||||||||||||||||||||||
|
9.77 ms (36.84%) |
1 |
SELECT a0_.id AS id_0, a0_.filename AS filename_1, a0_.mime_type AS mime_type_2, a0_.titre AS titre_3, a0_.description AS description_4, a0_.date_upload AS date_upload_5, a0_.storage_url AS storage_url_6, a0_.flickr AS flickr_7, a0_.storage_url_bdef AS storage_url_bdef_8, a0_.port AS port_9, a0_.ipad AS ipad_10, a0_.ordi AS ordi_11, a0_.user_proprio_id AS user_proprio_id_12 FROM album_docs a0_ LEFT JOIN album_categorie_album_docs a2_ ON a0_.id = a2_.album_docs_id LEFT JOIN album_categorie a1_ ON a1_.id = a2_.album_categorie_id LEFT JOIN mod_user m3_ ON a0_.user_proprio_id = m3_.id ORDER BY a0_.date_upload DESC
Parameters:
[]
|
||||||||||||||||||||||||||||
|
1.34 ms (5.04%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.email AS email_5, t0.telephone AS telephone_6, t0.cgu AS cgu_7, t0.actif AS actif_8, t0.date_crea AS date_crea_9, t0.date_modif AS date_modif_10, t0.code_verif AS code_verif_11, t0.prenom AS prenom_12, t0.nom AS nom_13, t0.societe AS societe_14 FROM mod_user t0 WHERE t0.id = ?
Parameters:
[
615
]
|
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\Album\AlbumDocs | 3 |
| App\Entity\ModUser | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\ModUser | No errors. |
| App\Entity\Album\AlbumDocs | No errors. |
| App\Entity\Album\AlbumCategorie | No errors. |