Query Metrics
30
Database Queries
3
Different statements
6.76 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
5.67 ms (83.80%) |
28 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.status AS status_4, t0.is_admin AS is_admin_5, t0.connection AS connection_6, t0.empresa_id AS empresa_id_7 FROM users t0 WHERE t0.empresa_id = ?
Parameters:
[
40
]
|
|
0.65 ms (9.59%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.max_disk_quota AS max_disk_quota_3, t0.max_threads AS max_threads_4, t5.id AS id_6, t5.db_name AS db_name_7, t5.db_user AS db_user_8, t5.db_password AS db_password_9, t5.db_url AS db_url_10, t5.db_port AS db_port_11, t5.empresa_id AS empresa_id_12 FROM empresa t0 LEFT JOIN conexion_bd t5 ON t5.empresa_id = t0.id
Parameters:
[] |
|
0.45 ms (6.61%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.status AS status_4, t0.is_admin AS is_admin_5, t0.connection AS connection_6, t0.empresa_id AS empresa_id_7 FROM users t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Usuario |
|
| App\Entity\Empresa | No errors. |
| App\Entity\ConexionBD | No errors. |