41.51 ms (91.71%)
|
1 |
SELECT c0_.id AS id_0, c0_.code AS code_1, c0_.nombre AS nombre_2, c0_.enabled AS enabled_3, c0_.disabletranslation AS disabletranslation_4, c0_.descripcion_corta AS descripcion_corta_5, c0_.descripcion_larga AS descripcion_larga_6, c0_.destacada AS destacada_7, c0_.localizacion AS localizacion_8, c0_.position AS position_9, ST_AsEWKT(c0_.point) AS point_10, c0_.deleted_at AS deleted_at_11 FROM ciudad c0_ WHERE (c0_.deleted_at IS NULL)
SELECT c0_.id AS id_0, c0_.code AS code_1, c0_.nombre AS nombre_2, c0_.enabled AS enabled_3, c0_.disabletranslation AS disabletranslation_4, c0_.descripcion_corta AS descripcion_corta_5, c0_.descripcion_larga AS descripcion_larga_6, c0_.destacada AS destacada_7, c0_.localizacion AS localizacion_8, c0_.position AS position_9, ST_AsEWKT(c0_.point) AS point_10, c0_.deleted_at AS deleted_at_11 FROM ciudad c0_ WHERE (c0_.deleted_at IS NULL);
|
1.90 ms (4.21%)
|
1 |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.cif AS cif_3, t0.email AS email_4, t0.password AS password_5, t0.plainpassword AS plainpassword_6, t0.salt AS salt_7, t0.roles AS roles_8, t0.username AS username_9, t0.fullname AS fullname_10, t0.firstname AS firstname_11, t0.lastname AS lastname_12, t0.active AS active_13, t0.enabled AS enabled_14, t0."freeze" AS freeze_15, t0.last_login AS last_login_16, t0.owner AS owner_17, t0.confirmation_token AS confirmation_token_18, t0.password_requested_at AS password_requested_at_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.is_verified AS is_verified_22, t0.gid AS gid_23 FROM usuarios t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.cif AS cif_3, t0.email AS email_4, t0.password AS password_5, t0.plainpassword AS plainpassword_6, t0.salt AS salt_7, t0.roles AS roles_8, t0.username AS username_9, t0.fullname AS fullname_10, t0.firstname AS firstname_11, t0.lastname AS lastname_12, t0.active AS active_13, t0.enabled AS enabled_14, t0."freeze" AS freeze_15, t0.last_login AS last_login_16, t0.owner AS owner_17, t0.confirmation_token AS confirmation_token_18, t0.password_requested_at AS password_requested_at_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.is_verified AS is_verified_22, t0.gid AS gid_23 FROM usuarios t0 WHERE t0.id = 3;
|
1.04 ms (2.29%)
|
1 |
SELECT r0_.id AS id_0, r0_.code AS code_1, r0_.nombre AS nombre_2, r0_.enabled AS enabled_3, r0_.disabletranslation AS disabletranslation_4, r0_.color AS color_5, r0_.descripcion_corta AS descripcion_corta_6, r0_.descripcion_larga AS descripcion_larga_7, r0_.folleto AS folleto_8, r0_.folleto_url AS folleto_url_9, r0_.folletopdf AS folletopdf_10, r0_.folletopdf_url AS folletopdf_url_11, r0_.geojson AS geojson_12, r0_.destacada AS destacada_13, r0_.position AS position_14, ST_AsEWKT(r0_.linestring) AS linestring_15, r0_.distancia AS distancia_16, r0_.deleted_at AS deleted_at_17, r0_.ciudad_id AS ciudad_id_18 FROM ruta r0_ WHERE (r0_.deleted_at IS NULL)
SELECT r0_.id AS id_0, r0_.code AS code_1, r0_.nombre AS nombre_2, r0_.enabled AS enabled_3, r0_.disabletranslation AS disabletranslation_4, r0_.color AS color_5, r0_.descripcion_corta AS descripcion_corta_6, r0_.descripcion_larga AS descripcion_larga_7, r0_.folleto AS folleto_8, r0_.folleto_url AS folleto_url_9, r0_.folletopdf AS folletopdf_10, r0_.folletopdf_url AS folletopdf_url_11, r0_.geojson AS geojson_12, r0_.destacada AS destacada_13, r0_.position AS position_14, ST_AsEWKT(r0_.linestring) AS linestring_15, r0_.distancia AS distancia_16, r0_.deleted_at AS deleted_at_17, r0_.ciudad_id AS ciudad_id_18 FROM ruta r0_ WHERE (r0_.deleted_at IS NULL);
|
0.81 ms (1.80%)
|
1 |
SELECT t0_.id AS id_0, t0_.code AS code_1, t0_.enabled AS enabled_2, t0_.disabletranslation AS disabletranslation_3, t0_.nombre AS nombre_4, t0_.descripcion AS descripcion_5, t0_.ruta_archivo AS ruta_archivo_6, t0_.position AS position_7 FROM tipo_poi t0_
SELECT t0_.id AS id_0, t0_.code AS code_1, t0_.enabled AS enabled_2, t0_.disabletranslation AS disabletranslation_3, t0_.nombre AS nombre_4, t0_.descripcion AS descripcion_5, t0_.ruta_archivo AS ruta_archivo_6, t0_.position AS position_7 FROM tipo_poi t0_;
|