Query Metrics
2
Database Queries
2
Different statements
5.05 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.51 ms |
SELECT id, nombre FROM categorias
Parameters:
[] |
| 2 | 4.54 ms |
SELECT c.id, c.nombre, c.descripcion_corta, c.precio, c.precio_oferta, c.imagen_portada, c.estado, c.calificacion, c.categoria, cat.nombre AS categoria_nombre, p.nombre AS profesor FROM cursos c LEFT JOIN categorias cat ON c.categoria = cat.id LEFT JOIN profesores p ON c.profesor = p.id WHERE c.estado = "Activo" ORDER BY c.nombre ASC
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.