GET https://mpereira.lyceestvincent.fr/

Query Metrics

5 Database Queries
3 Different statements
4.78 ms Query time
0 Invalid entities
12 Managed entities

Queries

Group similar statements

# Time Info
1 1.07 ms
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 WHERE t0.is_featured = ? ORDER BY t0.display_order ASC LIMIT 3
Parameters:
[
  1
]
2 0.99 ms
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:
[]
3 1.68 ms
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
]
4 0.60 ms
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:
[
  20
]
5 0.43 ms
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:
[
  23
]

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\Technology 6
App\Entity\Project 3
App\Entity\Category 2
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.