GET https://dev-vianney.com/

Query Metrics

7 Database Queries
3 Different statements
5.82 ms Query time
1 Invalid entities
14 Managed entities

Queries

Group similar statements

# Time Info
1 2.03 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.attachment_site AS attachment_site_4, t0.url AS url_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.slug AS slug_9, t0.frameworks_id AS frameworks_id_10, t0.web_site_id AS web_site_id_11, t0.customers_id AS customers_id_12 FROM web_sites t0 ORDER BY t0.id DESC LIMIT 1
Parameters:
[]
2 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.attachment_site AS attachment_site_4, t0.url AS url_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.slug AS slug_9, t0.frameworks_id AS frameworks_id_10, t0.web_site_id AS web_site_id_11, t0.customers_id AS customers_id_12 FROM web_sites t0 ORDER BY t0.id DESC LIMIT 8
Parameters:
[]
3 1.43 ms
SELECT t0.id AS id_1, t0.avatar AS avatar_2 FROM customers t0 WHERE t0.id = ?
Parameters:
[
  15
]
4 0.57 ms
SELECT t0.id AS id_1, t0.avatar AS avatar_2 FROM customers t0 WHERE t0.id = ?
Parameters:
[
  13
]
5 0.41 ms
SELECT t0.id AS id_1, t0.avatar AS avatar_2 FROM customers t0 WHERE t0.id = ?
Parameters:
[
  12
]
6 0.39 ms
SELECT t0.id AS id_1, t0.avatar AS avatar_2 FROM customers t0 WHERE t0.id = ?
Parameters:
[
  14
]
7 0.40 ms
SELECT t0.id AS id_1, t0.avatar AS avatar_2 FROM customers t0 WHERE t0.id = ?
Parameters:
[
  11
]

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\DiffuseWeb\Sites\WebSites 5
App\Entity\DiffuseWeb\Sites\Customers 5
App\Entity\DiffuseWeb\Technos\Frameworks\Frameworks 3
App\Entity\Users 1

Entities Mapping

Class Mapping errors
App\Entity\DiffuseWeb\Sites\WebSites No errors.
App\Entity\DiffuseWeb\Technos\Frameworks\Frameworks No errors.
App\Entity\Users
  • The association App\Entity\Users#WireframeUsers refers to the owning side field App\Entity\DiffuseWeb\Wireframe\Wireframe#Wireframe which does not exist.
App\Entity\DiffuseWeb\Sites\Customers No errors.