https://testafaire.workdispo.com/blog/boucle-for-python

Query Metrics

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

Grouped Statements

Show all queries

default connection

Time Count Info
0.38 ms
(18.67%)
1
SELECT COUNT(t0_.id) AS sclr_0 FROM thematique t0_ WHERE t0_.slug = ?
Parameters:
[
  "boucle-for-python"
]
0.31 ms
(15.14%)
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:
[
  "boucle-for-python"
]
0.30 ms
(14.66%)
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:
[
  81
]
0.28 ms
(13.63%)
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:
[
  76
]
0.26 ms
(12.81%)
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:
[
  81
]
0.25 ms
(11.94%)
1
UPDATE blog SET view = ? WHERE id = ?
Parameters:
[
  714
  81
]
0.14 ms
(6.89%)
1
"COMMIT"
Parameters:
[]
0.13 ms
(6.26%)
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\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.