Query Metrics
10
Database Queries
10
Different statements
24.50 ms
Query time
0
Invalid entities
32
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.64 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.logo_path AS logo_path_3, t0.tagline AS tagline_4, t0.hero_video_url AS hero_video_url_5, t0.horarios AS horarios_6, t0.whatsapp_numero AS whatsapp_numero_7, t0.whatsapp_mensaje AS whatsapp_mensaje_8, t0.meta_title AS meta_title_9, t0.meta_description AS meta_description_10, t0.meta_image_path AS meta_image_path_11, t0.facebook_url AS facebook_url_12, t0.instagram_url AS instagram_url_13, t0.tiktok_url AS tiktok_url_14, t0.youtube_url AS youtube_url_15, t0.contact_eyebrow AS contact_eyebrow_16, t0.contact_title AS contact_title_17, t0.contact_description AS contact_description_18, t0.contact_map_embed AS contact_map_embed_19, t0.contact_latitude AS contact_latitude_20, t0.contact_longitude AS contact_longitude_21 FROM configuracion_general t0 LIMIT 1
Parameters:
[]
|
||||||||||||||||||||||||||||
| 2 | 5.20 ms |
SELECT b0_.id AS id_0, b0_.titulo AS titulo_1, b0_.imagen_path AS imagen_path_2, b0_.link_url AS link_url_3, b0_.orden AS orden_4, b0_.activo AS activo_5 FROM banner_slide b0_ WHERE b0_.activo = ? ORDER BY b0_.orden ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
| 3 | 1.68 ms |
SELECT t0.id AS id_1, t0.titulo AS titulo_2, t0.descripcion AS descripcion_3, t0.imagen_path AS imagen_path_4 FROM seccion_quienes_somos t0 LIMIT 1
Parameters:
[]
|
||||||||||||||||||||||||||||
| 4 | 0.94 ms |
SELECT s0_.id AS id_0, s0_.titulo AS titulo_1, s0_.descripcion AS descripcion_2, s0_.orden AS orden_3, s0_.activo AS activo_4 FROM servicio s0_ WHERE s0_.activo = ? ORDER BY s0_.orden ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
| 5 | 0.85 ms |
SELECT t0_.id AS id_0, t0_.autor AS autor_1, t0_.comentario AS comentario_2, t0_.orden AS orden_3, t0_.activo AS activo_4 FROM testimonio t0_ WHERE t0_.activo = ? ORDER BY t0_.orden ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
| 6 | 4.24 ms |
SELECT h0_.id AS id_0, h0_.titulo AS titulo_1, h0_.slug AS slug_2, h0_.descripcion_breve AS descripcion_breve_3, h0_.contenido_html AS contenido_html_4, h0_.imagen_path AS imagen_path_5, h0_.ubicacion_proyecto AS ubicacion_proyecto_6, h0_.orden AS orden_7, h0_.activo AS activo_8, h0_.mostrar_en_navbar AS mostrar_en_navbar_9 FROM home_section h0_ WHERE h0_.activo = ? ORDER BY h0_.orden ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
| 7 | 2.38 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.short_description AS short_description_3, p0_.description AS description_4, p0_.is_featured AS is_featured_5, p0_.is_active AS is_active_6, p0_.position AS position_7, p0_.whatsapp_message AS whatsapp_message_8, p0_.created_at AS created_at_9, p0_.updated_at AS updated_at_10, p1_.id AS id_11, p1_.path AS path_12, p1_.position AS position_13, p1_.is_cover AS is_cover_14, p1_.alt AS alt_15, p1_.created_at AS created_at_16, p1_.updated_at AS updated_at_17, p0_.category_id AS category_id_18, p1_.product_id AS product_id_19 FROM product p0_ LEFT JOIN product_image p1_ ON p0_.id = p1_.product_id WHERE p0_.is_active = 1 ORDER BY p0_.position ASC
Parameters:
[]
|
||||||||||||||||||||||||||||
| 8 | 3.01 ms |
"START TRANSACTION"
Parameters:
[]
|
||||||||||||||||||||||||||||
| 9 | 0.65 ms |
INSERT INTO visit (created_at, origin) VALUES (?, ?)
Parameters:
[ "2026-03-12 04:20:18" "Directo" ]
|
||||||||||||||||||||||||||||
| 10 | 4.91 ms |
"COMMIT"
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 |
|---|---|
| App\Entity\Product | 8 |
| App\Entity\ProductImage | 7 |
| App\Entity\Servicio | 6 |
| App\Entity\Category | 5 |
| App\Entity\BannerSlide | 2 |
| App\Entity\ConfiguracionGeneral | 1 |
| App\Entity\SeccionQuienesSomos | 1 |
| App\Entity\HomeSection | 1 |
| App\Entity\Visit | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\ConfiguracionGeneral | No errors. |
| App\Entity\BannerSlide | No errors. |
| App\Entity\SeccionQuienesSomos | No errors. |
| App\Entity\Servicio | No errors. |
| App\Entity\Testimonio | No errors. |
| App\Entity\HomeSection | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\ProductImage | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Visit | No errors. |