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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
2.11 ms
(60.28%)
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:
[
  3
]
1.39 ms
(39.72%)
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:
[
  5
  3
]

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.