GET https://skyflow.maluttebio.com/parametres

Query Metrics

5 Database Queries
5 Different statements
3.33 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 0.86 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.roles AS roles_4, t0.password AS password_5 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.59 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.legal_name AS legal_name_3, t0.siret AS siret_4, t0.vat_number AS vat_number_5, t0.address AS address_6, t0.zip_code AS zip_code_7, t0.city AS city_8, t0.phone AS phone_9, t0.email AS email_10, t0.website AS website_11, t0.ticket_signature AS ticket_signature_12 FROM company t0 LIMIT 1
Parameters:
[]
3 0.49 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.position AS position_4 FROM ticket_template t0 ORDER BY t0.position ASC, t0.title ASC
Parameters:
[]
4 0.43 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.label AS label_3, t0.color AS color_4, t0.position AS position_5, t0.is_system AS is_system_6 FROM ticket_status t0 ORDER BY t0.position ASC, t0.label ASC
Parameters:
[]
5 0.96 ms
SELECT COUNT(t0_.id) AS sclr_0 FROM ticket t0_ WHERE t0_.status <> ?
Parameters:
[
  "closed"
]

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\TicketTemplate 3
App\Entity\TicketStatus 3
App\Entity\User 1
App\Entity\Company 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Company No errors.
App\Entity\TicketTemplate No errors.
App\Entity\TicketStatus No errors.
App\Entity\Ticket No errors.