https://testafaire.workdispo.com/conditions-utilisations

Query Metrics

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

Queries

Group similar statements

default connection

# Time Info
1 2.28 ms
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:
[
  "conditions-utilisations"
]
2 0.16 ms
"START TRANSACTION"
Parameters:
[]
3 0.24 ms
UPDATE publication SET view = ? WHERE id = ?
Parameters:
[
  407
  7
]
4 0.12 ms
"COMMIT"
Parameters:
[]
5 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3 FROM publication_image t0 WHERE t0.id = ?
Parameters:
[
  5
]

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.