GET http://pedrobus.movilium.com/

Query Metrics

6 Database Queries
2 Different statements
2.12 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.55 ms
SELECT e0_.id AS id_0, e0_.nombre AS nombre_1, e0_.dominio AS dominio_2, e0_.email AS email_3, e0_.created_at AS created_at_4, e0_.updated_at AS updated_at_5, e0_.n_bases AS n_bases_6, e0_.n_vehiculos AS n_vehiculos_7, e0_.validado AS validado_8 FROM entidades e0_ WHERE e0_.dominio = ? AND e0_.validado = ?
Parameters:
[
  "pedrobus.movilium.com"
  1
]
2 0.48 ms
SELECT c0_.id AS id_0, c0_.color_principal AS color_principal_1, c0_.color_secundario AS color_secundario_2, c0_.logo_filename AS logo_filename_3, c0_.entidad_id AS entidad_id_4 FROM configuration c0_ WHERE c0_.entidad_id = ?
Parameters:
[
  3
]
3 0.33 ms
SELECT e0_.id AS id_0, e0_.nombre AS nombre_1, e0_.dominio AS dominio_2, e0_.email AS email_3, e0_.created_at AS created_at_4, e0_.updated_at AS updated_at_5, e0_.n_bases AS n_bases_6, e0_.n_vehiculos AS n_vehiculos_7, e0_.validado AS validado_8 FROM entidades e0_ WHERE e0_.dominio = ? AND e0_.validado = ?
Parameters:
[
  "pedrobus.movilium.com"
  1
]
4 0.25 ms
SELECT c0_.id AS id_0, c0_.color_principal AS color_principal_1, c0_.color_secundario AS color_secundario_2, c0_.logo_filename AS logo_filename_3, c0_.entidad_id AS entidad_id_4 FROM configuration c0_ WHERE c0_.entidad_id = ?
Parameters:
[
  3
]
5 0.28 ms
SELECT e0_.id AS id_0, e0_.nombre AS nombre_1, e0_.dominio AS dominio_2, e0_.email AS email_3, e0_.created_at AS created_at_4, e0_.updated_at AS updated_at_5, e0_.n_bases AS n_bases_6, e0_.n_vehiculos AS n_vehiculos_7, e0_.validado AS validado_8 FROM entidades e0_ WHERE e0_.dominio = ? AND e0_.validado = ?
Parameters:
[
  "pedrobus.movilium.com"
  1
]
6 0.25 ms
SELECT c0_.id AS id_0, c0_.color_principal AS color_principal_1, c0_.color_secundario AS color_secundario_2, c0_.logo_filename AS logo_filename_3, c0_.entidad_id AS entidad_id_4 FROM configuration c0_ WHERE c0_.entidad_id = ?
Parameters:
[
  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.

Entities Mapping

Class Mapping errors
App\Entity\Entidad
  • The field App\Entity\Entidad#usuarios is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\User#entidad does not contain the required 'inversedBy="usuarios"' attribute.
App\Entity\User
  • The field 'App\Entity\User#descuentoTraslados' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\User#descuentoDisposiciones' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\User#descuentoCenas' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\User#descuentoExcursiones' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\User#descuentoCircuitos' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\GvServicio No errors.
App\Entity\Configuration No errors.