https://testafaire.workdispo.com/blog/liste-python

Query Metrics

8 Database Queries
8 Different statements
2.39 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

default connection

Time Count Info
0.67 ms
(28.02%)
1
"COMMIT"
Parameters:
[]
0.28 ms
(11.77%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM sous_thematique t0 INNER JOIN blog_sous_thematique ON t0.id = blog_sous_thematique.sous_thematique_id WHERE blog_sous_thematique.blog_id = ?
Parameters:
[
  83
]
0.27 ms
(11.17%)
1
"START TRANSACTION"
Parameters:
[]
0.25 ms
(10.42%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM thematique t0 INNER JOIN blog_thematique ON t0.id = blog_thematique.thematique_id WHERE blog_thematique.blog_id = ?
Parameters:
[
  83
]
0.24 ms
(10.09%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.breadcrumb AS breadcrumb_3, t0.slug AS slug_4, t0.keywords AS keywords_5, t0.description AS description_6, t0.rt_time AS rt_time_7, t0.view AS view_8, t0.content AS content_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.bigtitle AS bigtitle_12, t0.blogimage_id AS blogimage_id_13 FROM blog t0 WHERE t0.slug = ?
Parameters:
[
  "liste-python"
]
0.24 ms
(10.08%)
1
SELECT COUNT(t0_.id) AS sclr_0 FROM thematique t0_ WHERE t0_.slug = ?
Parameters:
[
  "liste-python"
]
0.23 ms
(9.47%)
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:
[
  78
]
0.21 ms
(8.97%)
1
UPDATE blog SET view = ? WHERE id = ?
Parameters:
[
  721
  83
]

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\Thematique No errors.
App\Entity\Blog 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\SousThematique No errors.
App\Entity\Publication No errors.