GET https://dc.aenor.fr/app/manager/vehicle/

Query Metrics

17 Database Queries
8 Different statements
4.32 ms Query time
0 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.32 ms
(30.53%)
3
SELECT is_active::int FROM public.tenants WHERE slug = ?
Parameters:
[
  "dc"
]
0.90 ms
(20.88%)
1
SELECT schema_name 
            FROM information_schema.schemata 
            WHERE schema_name NOT IN ('information_schema', 'pg_catalog', 'pg_toast', 'public')
            AND schema_name NOT LIKE 'pg_temp_%'
Parameters:
[]
0.83 ms
(19.15%)
2
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.name AS name_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.invitation_sent_at AS invitation_sent_at_7, t0.invitation_accepted_at AS invitation_accepted_at_8, t0.invitation_token AS invitation_token_9, t0.invitation_token_expires_at AS invitation_token_expires_at_10, t0.last_login_at AS last_login_at_11, t0.last_login_ip AS last_login_ip_12, t0.must_change_password AS must_change_password_13, t0.working_hours AS working_hours_14 FROM "user" t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "manager@aenor.fr"
]
0.42 ms
(9.70%)
4
SHOW search_path
Parameters:
[]
0.30 ms
(7.01%)
1
SELECT t0.id AS id_1, t0.brand AS brand_2, t0.model AS model_3, t0.plate AS plate_4, t0.fiscal_power AS fiscal_power_5, t0.engine_type AS engine_type_6, t0.status AS status_7, t0.last_telemetry_at AS last_telemetry_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM vehicles t0
Parameters:
[]
0.29 ms
(6.83%)
4
SET search_path TO dc, public
Parameters:
[]
0.16 ms
(3.66%)
1
SELECT 1 FROM "user" WHERE email = ?
Parameters:
[
  "manager@aenor.fr"
]
0.10 ms
(2.25%)
1
SET search_path TO public
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\Vehicle 2
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Vehicle No errors.
App\Entity\Alert No errors.