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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
4.54 ms
(89.90%)
1
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:
[]
0.51 ms
(10.10%)
1
SELECT id, nombre FROM categorias
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.