Query Metrics
2
Database Queries
2
Different statements
4.73 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.82 ms |
SELECT cr.id, cr.nombre, cr.descripcion_corta, ca.nombre AS categoria, cr.modalidad, cr.precio, cr.precio_oferta, cr.estado, p.nombre AS profesor FROM cursos cr INNER JOIN categorias ca ON ca.id = cr.categoria INNER JOIN profesores p ON p.id = cr.profesor WHERE cr.estado = 'Activo'
Parameters:
[] |
| 2 | 0.91 ms |
SELECT * FROM proximo_curso WHERE etd = 1
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
No loaded entities.