GET http://dep.accomplus.fr/login

Query Metrics

6 Database Queries
4 Different statements
1.64 ms Query time
0 Invalid entities
195 Managed entities

Queries

Group similar statements

# Time Info
1 0.31 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.slug AS slug_2, t0_.address_line1 AS address_line1_3, t0_.address_line2 AS address_line2_4, t0_.postal_code AS postal_code_5, t0_.city AS city_6, t0_.country AS country_7, t0_.siret AS siret_8, t0_.vat_number AS vat_number_9, t0_.invoice_footer AS invoice_footer_10, t0_.domains AS domains_11, t0_.is_active AS is_active_12, t0_.created_at AS created_at_13 FROM tenant t0_ WHERE t0_.is_active = ? AND t0_.domains LIKE ? LIMIT 1
Parameters:
[
  1
  "%"dep.accomplus.fr"%"
]
2 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.address_line1 AS address_line1_4, t0.address_line2 AS address_line2_5, t0.postal_code AS postal_code_6, t0.city AS city_7, t0.country AS country_8, t0.siret AS siret_9, t0.vat_number AS vat_number_10, t0.invoice_footer AS invoice_footer_11, t0.domains AS domains_12, t0.is_active AS is_active_13, t0.created_at AS created_at_14 FROM tenant t0 WHERE t0.slug = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "accomplus"
  1
]
3 0.62 ms
SELECT a0_.id AS id_0, a0_.setting_key AS setting_key_1, a0_.value AS value_2, a0_.tenant_id AS tenant_id_3 FROM app_setting a0_ WHERE (a0_.tenant_id = ?) AND (a0_.tenant_id = '1') ORDER BY a0_.setting_key ASC
Parameters:
[
  1
]
4 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.address_line1 AS address_line1_4, t0.address_line2 AS address_line2_5, t0.postal_code AS postal_code_6, t0.city AS city_7, t0.country AS country_8, t0.siret AS siret_9, t0.vat_number AS vat_number_10, t0.invoice_footer AS invoice_footer_11, t0.domains AS domains_12, t0.is_active AS is_active_13, t0.created_at AS created_at_14 FROM tenant t0 WHERE t0.slug = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "accomplus"
  1
]
5 0.15 ms
SELECT value FROM app_setting WHERE tenant_id = ? AND setting_key = ? LIMIT 1
Parameters:
[
  1
  "admin_logo"
]
6 0.13 ms
SELECT value FROM app_setting WHERE tenant_id = ? AND setting_key = ? LIMIT 1
Parameters:
[
  1
  "favicon"
]

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\AppSetting 194
App\Entity\Tenant 1

Entities Mapping

Class Mapping errors
App\Entity\Tenant No errors.
App\Entity\AppSetting No errors.