Query Metrics
5
Database Queries
5
Different statements
3.56 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.83 ms |
SELECT t0.id AS id_1, t0.id_site AS id_site_2, t0.is_visible AS is_visible_3, t0.content AS content_4, t0.position AS position_5, t0.is_mobile AS is_mobile_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM banner t0 WHERE t0.is_visible = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
| 2 | 0.45 ms |
SELECT t0.id AS id_1, t0.creation_date AS creation_date_2, t0.title AS title_3, t0.content AS content_4, t0.images AS images_5, t0.tipo AS tipo_6 FROM blog t0 ORDER BY t0.creation_date DESC LIMIT 1
Parameters:
[] |
| 3 | 0.41 ms |
SELECT t0.id AS id_1, t0.titulo AS titulo_2, t0.slug AS slug_3, t0.imagen AS imagen_4, t0.descripcion AS descripcion_5, t0.orden AS orden_6, t0.is_visible AS is_visible_7 FROM categorias t0 WHERE t0.is_visible = ? ORDER BY t0.orden ASC
Parameters:
[
1
]
|
| 4 | 0.55 ms |
SELECT t0.id AS id_1, t0.titulo AS titulo_2, t0.modelo AS modelo_3, t0.slug AS slug_4, t0.imagen AS imagen_5, t0.galeria AS galeria_6, t0.bullets AS bullets_7, t0.orden AS orden_8, t0.active AS active_9, t0.categoria_id AS categoria_id_10 FROM productos t0 ORDER BY t0.id DESC LIMIT 10
Parameters:
[] |
| 5 | 0.32 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.is_visible AS is_visible_3 FROM catalogue t0 WHERE t0.is_visible = ? ORDER BY t0.id DESC LIMIT 1
Parameters:
[
1
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Banner | No errors. |
| App\Entity\Blog | No errors. |
| App\Entity\Categoria | No errors. |
| App\Entity\Producto | No errors. |
| App\Entity\Catalogue | No errors. |