GET https://acariguainked.com/

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.33 ms
(62.02%)
1
SELECT p0_.id AS id_0, p0_.fechacreate AS fechacreate_1, p0_.nombre AS nombre_2, p0_.subtitulo AS subtitulo_3, p0_.dia AS dia_4, p0_.mes AS mes_5, p0_.anio AS anio_6, p0_.bloquear_rifa AS bloquear_rifa_7, p0_.descripcion AS descripcion_8, p0_.rango AS rango_9, f1_.lista AS lista_10, f1_.path AS path_11, f1_.name AS name_12, p0_.estado AS estado_13, CASE WHEN p0_.estado = 1 THEN 'activo' ELSE 'inactivo' END AS sclr_14 FROM productos p0_ LEFT JOIN foto_productos f1_ ON p0_.foto_productos_id = f1_.id WHERE p0_.delete_logic = 0 AND p0_.estado = 1 ORDER BY p0_.id DESC
Parameters:
[]
0.20 ms
(37.98%)
1
SELECT c0_.id AS id_0, c0_.color_fondo_body AS color_fondo_body_1, c0_.color_texto_body AS color_texto_body_2, c0_.color_fondo_card AS color_fondo_card_3, c0_.boton_principal_inicio AS boton_principal_inicio_4, c0_.boton_principal_fin AS boton_principal_fin_5, c0_.boton_principal_hover_inicio AS boton_principal_hover_inicio_6, c0_.boton_principal_hover_fin AS boton_principal_hover_fin_7, c0_.boton_secundario_color AS boton_secundario_color_8, c0_.boton_verificar_color AS boton_verificar_color_9, c0_.boton_verificar_hover AS boton_verificar_hover_10, c0_.boton_comunidad_color AS boton_comunidad_color_11, c0_.boton_comunidad_hover AS boton_comunidad_hover_12, DATE_FORMAT(c0_.fechacreate, '%Y-%m-%d') AS sclr_13, DATE_FORMAT(c0_.fechaupdate, '%Y-%m-%d') AS sclr_14, c0_.estado AS estado_15 FROM colores_pagina_principal c0_ WHERE c0_.delete_logic = 0 AND c0_.estado = 1 ORDER BY c0_.id 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

Class Mapping errors
App\Entity\Productos
  • The field App\Entity\Productos#valoresPorBanco is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ProductoBanco#producto does not contain the required 'inversedBy: "valoresPorBanco"' attribute.
App\Entity\FotoProductos No errors.
App\Entity\ColoresPaginaPrincipal No errors.