GET https://pacademy.somosceadi.com/catalogo

Query Metrics

3 Database Queries
3 Different statements
14.47 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 4.61 ms
SELECT id, nombre FROM categorias
Parameters:
[]
2 4.32 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:
[]
3 5.53 ms
SELECT cv.id, cv.nombre, cv.precio, cv.imagen, cv.duracion_clases, 
                   cv.dias_semana, cv.duracion_cada_clase, cv.en_transmision,
                   p.nombre AS profesor
            FROM clases_en_vivo cv
            LEFT JOIN profesores p ON p.id = cv.profesor
            WHERE cv.estado = "Activo"
            ORDER BY cv.en_transmision DESC, cv.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.