https://testafaire.workdispo.com/plateforme-freelance

Query Metrics

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

Grouped Statements

Show all queries

default connection

Time Count Info
0.55 ms
(39.87%)
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:
[
  "plateforme-freelance"
]
0.28 ms
(20.09%)
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:
[
  3
]
0.24 ms
(17.60%)
1
UPDATE publication SET view = ? WHERE id = ?
Parameters:
[
  408
  5
]
0.16 ms
(11.54%)
1
"COMMIT"
Parameters:
[]
0.15 ms
(10.88%)
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.