GET https://pacademy.somosceadi.com/curso/5

Query Metrics

2 Database Queries
2 Different statements
1.10 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.83 ms
(75.01%)
1
SELECT c.*, cat.nombre AS categoria_nombre, p.nombre AS profesor_nombre
            FROM cursos c
            LEFT JOIN categorias cat ON c.categoria = cat.id
            LEFT JOIN profesores p ON c.profesor = p.id
            WHERE c.id = ?
Parameters:
[
  5
]
0.28 ms
(24.99%)
1
SELECT c.*, cat.nombre AS categoria_nombre, p.nombre AS profesor_nombre
            FROM cursos c
            LEFT JOIN categorias cat ON c.categoria = cat.id
            LEFT JOIN profesores p ON c.profesor = p.id
            WHERE c.categoria = ? AND c.id != ? AND c.estado = "Activo"
            LIMIT 4
Parameters:
[
  3
  5
]

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.