GET https://mpereira.lyceestvincent.fr/projets

Query Metrics

12 Database Queries
4 Different statements
149.02 ms Query time
0 Invalid entities
21 Managed entities

Grouped Statements

Show all queries

Time Count Info
73.69 ms
(49.45%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0
Parameters:
[]
44.23 ms
(29.68%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image_filename AS image_filename_4, t0.github_url AS github_url_5, t0.demo_url AS demo_url_6, t0.created_at AS created_at_7, t0.display_order AS display_order_8, t0.is_featured AS is_featured_9, t0.category_id AS category_id_10 FROM project t0 ORDER BY t0.display_order ASC
Parameters:
[]
30.59 ms
(20.53%)
9
SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3 FROM technology t0 INNER JOIN project_technology ON t0.id = project_technology.technology_id WHERE project_technology.project_id = ?
Parameters:
[
  17
]
0.51 ms
(0.34%)
1
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.hero_title AS hero_title_3, t0.hero_description AS hero_description_4, t0.photo_filename AS photo_filename_5, t0.cv_filename AS cv_filename_6, t0.about_text AS about_text_7, t0.github_url AS github_url_8, t0.linkedin_url AS linkedin_url_9 FROM profile_settings t0 LIMIT 1
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Project 9
App\Entity\Technology 8
App\Entity\Category 3
App\Entity\ProfileSettings 1

Entities Mapping

Class Mapping errors
App\Entity\Project No errors.
App\Entity\Category No errors.
App\Entity\Technology No errors.
App\Entity\Skill No errors.
App\Entity\ProfileSettings No errors.