https://testafaire.workdispo.com/mentions-legales

Query Metrics

5 Database Queries
5 Different statements
1.74 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

default connection

Time Count Info
0.96 ms
(55.19%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.slug AS slug_4, t0.keywodrs AS keywodrs_5, t0.content AS content_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.bigtitle AS bigtitle_9, t0.breadcrumbs AS breadcrumbs_10, t0.rt_time AS rt_time_11, t0.view AS view_12, t0.template AS template_13, t0.publication_image_id AS publication_image_id_14 FROM publication t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "mentions-legales"
]
0.27 ms
(15.31%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3 FROM publication_image t0 WHERE t0.id = ?
Parameters:
[
  4
]
0.24 ms
(13.85%)
1
UPDATE publication SET view = ? WHERE id = ?
Parameters:
[
  404
  6
]
0.14 ms
(7.94%)
1
"COMMIT"
Parameters:
[]
0.13 ms
(7.71%)
1
"START TRANSACTION"
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
formation doctrine.dbal.formation_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\Publication No errors.
App\Entity\PublicationImage
  • The field App\Entity\PublicationImage#blog is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Blog#blogimage does not contain the required 'inversedBy="blog"' attribute.
App\Entity\Blog No errors.