Query Metrics
4
Database Queries
4
Different statements
2.23 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.65 ms (73.81%) |
1 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"little_isms_helper"
]
|
|
0.28 ms (12.74%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.type AS type_4, t0.enabled AS enabled_5, t0.client_id AS client_id_6, t0.client_secret_encrypted AS client_secret_encrypted_7, t0.discovery_url AS discovery_url_8, t0.issuer AS issuer_9, t0.authorization_endpoint AS authorization_endpoint_10, t0.token_endpoint AS token_endpoint_11, t0.userinfo_endpoint AS userinfo_endpoint_12, t0.jwks_uri AS jwks_uri_13, t0.scopes AS scopes_14, t0.attribute_map AS attribute_map_15, t0.button_label AS button_label_16, t0.button_icon AS button_icon_17, t0.button_color AS button_color_18, t0.domain_bindings AS domain_bindings_19, t0.domain_binding_mode AS domain_binding_mode_20, t0.jit_provisioning AS jit_provisioning_21, t0.auto_approve AS auto_approve_22, t0.default_role AS default_role_23, t0.preset_type AS preset_type_24, t0.default_fallback_role AS default_fallback_role_25, t0.mfa_inheritance AS mfa_inheritance_26, t0.created_at AS created_at_27, t0.updated_at AS updated_at_28, t0.tenant_id AS tenant_id_29 FROM identity_provider t0 WHERE t0.enabled = ? ORDER BY t0.tenant_id ASC, t0.name ASC
Parameters:
[
1
]
|
|
0.18 ms (8.12%) |
1 |
SELECT COUNT(*) FROM tenant t0 WHERE t0.is_active = ?
Parameters:
[
1
]
|
|
0.12 ms (5.34%) |
1 |
SELECT DATABASE()
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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\IdentityProvider | No errors. |
| App\Entity\Tenant | No errors. |