Query Metrics
2
Database Queries
2
Different statements
0.67 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.50 ms (75.48%) |
1 |
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:
[] |
|
0.16 ms (24.52%) |
1 |
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.