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

Query Metrics

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

Grouped Statements

Show all queries

default connection

Time Count Info
1.38 ms
(36.82%)
1
SELECT COUNT(t0_.id) AS sclr_0 FROM thematique t0_ WHERE t0_.slug = ?
Parameters:
[
  "if-python"
]
0.79 ms
(21.12%)
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:
[
  "if-python"
]
0.36 ms
(9.52%)
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:
[
  87
]
0.31 ms
(8.31%)
1
UPDATE blog SET view = ? WHERE id = ?
Parameters:
[
  702
  87
]
0.30 ms
(8.15%)
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:
[
  87
]
0.28 ms
(7.41%)
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:
[
  81
]
0.17 ms
(4.44%)
1
"COMMIT"
Parameters:
[]
0.16 ms
(4.23%)
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.