1
42.80 ms
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_ . tiempo AS tiempo_17 , r0_ . dificultad AS dificultad_18 , r0_ . deleted_at AS deleted_at_19 , r0_ . ciudad_id AS ciudad_id_20 FROM ruta r0_ WHERE (r0_ . code = ? AND r0_ . enabled = true ) AND (r0_ . deleted_at IS NULL )
Parameters :
[
"la_veguilla "
]
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_ . tiempo AS tiempo_17 , r0_ . dificultad AS dificultad_18 , r0_ . deleted_at AS deleted_at_19 , r0_ . ciudad_id AS ciudad_id_20 FROM ruta r0_ WHERE (r0_ . code = 'la_veguilla' AND r0_ . enabled = true ) AND (r0_ . deleted_at IS NULL );
Copy
2
1.09 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM ruta_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM ruta_translations t0 WHERE t0 . object_id = 3 ;
Copy
3
1.48 ms
SELECT r0_ . id AS id_0 , r0_ . locale AS locale_1 , r0_ . field AS field_2 , r0_ . content AS content_3 , r0_ . object_id AS object_id_4 FROM ruta_translations r0_ WHERE r0_ . object_id = ? AND r0_ . locale = ? AND r0_ . field = 'descripcionCorta' ORDER BY r0_ . id DESC
SELECT r0_ . id AS id_0 , r0_ . locale AS locale_1 , r0_ . field AS field_2 , r0_ . content AS content_3 , r0_ . object_id AS object_id_4 FROM ruta_translations r0_ WHERE r0_ . object_id = 3 AND r0_ . locale = 'es' AND r0_ . field = 'descripcionCorta' ORDER BY r0_ . id DESC ;
Copy
4
0.50 ms
SELECT r0_ . id AS id_0 , r0_ . locale AS locale_1 , r0_ . field AS field_2 , r0_ . content AS content_3 , r0_ . object_id AS object_id_4 FROM ruta_translations r0_ WHERE r0_ . object_id = ? AND r0_ . locale = ? AND r0_ . field = 'descripcionLarga' ORDER BY r0_ . id DESC
SELECT r0_ . id AS id_0 , r0_ . locale AS locale_1 , r0_ . field AS field_2 , r0_ . content AS content_3 , r0_ . object_id AS object_id_4 FROM ruta_translations r0_ WHERE r0_ . object_id = 3 AND r0_ . locale = 'es' AND r0_ . field = 'descripcionLarga' ORDER BY r0_ . id DESC ;
Copy
5
2.34 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . nombre AS nombre_3 , t0 . enabled AS enabled_4 , t0 . accesible AS accesible_5 , t0 . disabletranslation AS disabletranslation_6 , t0 . descripcion_corta AS descripcion_corta_7 , t0 . descripcion_larga AS descripcion_larga_8 , t0 . direccion AS direccion_9 , t0 . telefono AS telefono_10 , t0 . horario AS horario_11 , t0 . web AS web_12 , t0 . localizacion AS localizacion_13 , t0 . destacada AS destacada_14 , t0 . position AS position_15 , ST_AsEWKT (t0 . point ) AS point_16 , t0 . deleted_at AS deleted_at_17 , t0 . ciudad_id AS ciudad_id_18 , t0 . tipo_poi_id AS tipo_poi_id_19 , t0 . ruta_id AS ruta_id_20 , t0 . visitavirtual_id AS visitavirtual_id_21 FROM poi t0 INNER JOIN pois_rutas ON t0 . id = pois_rutas . poi_id WHERE pois_rutas . ruta_id = ? AND ((t0 . deleted_at IS NULL ))
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . nombre AS nombre_3 , t0 . enabled AS enabled_4 , t0 . accesible AS accesible_5 , t0 . disabletranslation AS disabletranslation_6 , t0 . descripcion_corta AS descripcion_corta_7 , t0 . descripcion_larga AS descripcion_larga_8 , t0 . direccion AS direccion_9 , t0 . telefono AS telefono_10 , t0 . horario AS horario_11 , t0 . web AS web_12 , t0 . localizacion AS localizacion_13 , t0 . destacada AS destacada_14 , t0 . position AS position_15 , ST_AsEWKT (t0 . point ) AS point_16 , t0 . deleted_at AS deleted_at_17 , t0 . ciudad_id AS ciudad_id_18 , t0 . tipo_poi_id AS tipo_poi_id_19 , t0 . ruta_id AS ruta_id_20 , t0 . visitavirtual_id AS visitavirtual_id_21 FROM poi t0 INNER JOIN pois_rutas ON t0 . id = pois_rutas . poi_id WHERE pois_rutas . ruta_id = 3 AND ((t0 . deleted_at IS NULL ));
Copy
6
1.08 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 2 ;
Copy
7
0.68 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 1 ;
Copy
8
0.51 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 10 ;
Copy
9
0.46 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 9 ;
Copy
10
0.42 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM poi_translations t0 WHERE t0 . object_id = 18 ;
Copy
11
0.55 ms
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = ? AND p0_ . locale = ? AND p0_ . field = 'descripcionCorta' ORDER BY p0_ . id DESC
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = 2 AND p0_ . locale = 'es' AND p0_ . field = 'descripcionCorta' ORDER BY p0_ . id DESC ;
Copy
12
0.59 ms
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = ? AND p0_ . locale = ? AND p0_ . field = 'descripcionLarga' ORDER BY p0_ . id DESC
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = 2 AND p0_ . locale = 'es' AND p0_ . field = 'descripcionLarga' ORDER BY p0_ . id DESC ;
Copy
13
0.47 ms
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = ? AND p0_ . locale = ? AND p0_ . field = 'descripcionCorta' ORDER BY p0_ . id DESC
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = 1 AND p0_ . locale = 'es' AND p0_ . field = 'descripcionCorta' ORDER BY p0_ . id DESC ;
Copy
14
0.52 ms
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = ? AND p0_ . locale = ? AND p0_ . field = 'descripcionLarga' ORDER BY p0_ . id DESC
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = 1 AND p0_ . locale = 'es' AND p0_ . field = 'descripcionLarga' ORDER BY p0_ . id DESC ;
Copy
15
0.54 ms
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = ? AND p0_ . locale = ? AND p0_ . field = 'descripcionCorta' ORDER BY p0_ . id DESC
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = 10 AND p0_ . locale = 'es' AND p0_ . field = 'descripcionCorta' ORDER BY p0_ . id DESC ;
Copy
16
0.49 ms
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = ? AND p0_ . locale = ? AND p0_ . field = 'descripcionLarga' ORDER BY p0_ . id DESC
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = 10 AND p0_ . locale = 'es' AND p0_ . field = 'descripcionLarga' ORDER BY p0_ . id DESC ;
Copy
17
0.47 ms
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = ? AND p0_ . locale = ? AND p0_ . field = 'descripcionCorta' ORDER BY p0_ . id DESC
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = 9 AND p0_ . locale = 'es' AND p0_ . field = 'descripcionCorta' ORDER BY p0_ . id DESC ;
Copy
18
0.48 ms
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = ? AND p0_ . locale = ? AND p0_ . field = 'descripcionLarga' ORDER BY p0_ . id DESC
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = 9 AND p0_ . locale = 'es' AND p0_ . field = 'descripcionLarga' ORDER BY p0_ . id DESC ;
Copy
19
0.44 ms
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = ? AND p0_ . locale = ? AND p0_ . field = 'descripcionCorta' ORDER BY p0_ . id DESC
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = 18 AND p0_ . locale = 'es' AND p0_ . field = 'descripcionCorta' ORDER BY p0_ . id DESC ;
Copy
20
0.35 ms
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = ? AND p0_ . locale = ? AND p0_ . field = 'descripcionLarga' ORDER BY p0_ . id DESC
SELECT p0_ . id AS id_0 , p0_ . locale AS locale_1 , p0_ . field AS field_2 , p0_ . content AS content_3 , p0_ . object_id AS object_id_4 FROM poi_translations p0_ WHERE p0_ . object_id = 18 AND p0_ . locale = 'es' AND p0_ . field = 'descripcionLarga' ORDER BY p0_ . id DESC ;
Copy
21
0.87 ms
SELECT f0_ . id AS id_0 , f0_ . nombre AS nombre_1 , f0_ . enabled AS enabled_2 , f0_ . disabletranslation AS disabletranslation_3 , f0_ . url AS url_4 , f0_ . nolocal AS nolocal_5 , f0_ . auth AS auth_6 , f0_ . position AS position_7 , f0_ . deleted_at AS deleted_at_8 , f0_ . parent_id AS parent_id_9 FROM front_menu f0_ WHERE f0_ . parent_id IS NULL AND f0_ . enabled = true ORDER BY f0_ . position ASC
SELECT f0_ . id AS id_0 , f0_ . nombre AS nombre_1 , f0_ . enabled AS enabled_2 , f0_ . disabletranslation AS disabletranslation_3 , f0_ . url AS url_4 , f0_ . nolocal AS nolocal_5 , f0_ . auth AS auth_6 , f0_ . position AS position_7 , f0_ . deleted_at AS deleted_at_8 , f0_ . parent_id AS parent_id_9 FROM front_menu f0_ WHERE f0_ . parent_id IS NULL AND f0_ . enabled = true ORDER BY f0_ . position ASC ;
Copy
22
0.74 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 1 ;
Copy
23
0.33 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 3 ;
Copy
24
0.28 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 4 ;
Copy
25
0.33 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM frontmenu_translations t0 WHERE t0 . object_id = 5 ;
Copy
26
0.49 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 1 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
27
0.38 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = 1 ;
Copy
28
0.41 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 3 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
29
0.31 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = 3 ;
Copy
30
0.34 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 4 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
31
0.29 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = 4 ;
Copy
32
0.33 ms
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = ? AND f0_ . locale = ? AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC
SELECT f0_ . id AS id_0 , f0_ . locale AS locale_1 , f0_ . field AS field_2 , f0_ . content AS content_3 , f0_ . object_id AS object_id_4 FROM frontmenu_translations f0_ WHERE f0_ . object_id = 5 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
33
0.27 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . url AS url_5 , t0 . nolocal AS nolocal_6 , t0 . auth AS auth_7 , t0 . position AS position_8 , t0 . deleted_at AS deleted_at_9 , t0 . parent_id AS parent_id_10 FROM front_menu t0 WHERE t0 . parent_id = 5 ;
Copy
34
0.73 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . nombre AS nombre_5 , t0 . descripcion AS descripcion_6 , t0 . ruta_archivo AS ruta_archivo_7 , t0 . position AS position_8 FROM tipo_poi t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . nombre AS nombre_5 , t0 . descripcion AS descripcion_6 , t0 . ruta_archivo AS ruta_archivo_7 , t0 . position AS position_8 FROM tipo_poi t0 WHERE t0 . id = 8 ;
Copy
35
0.64 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM tipo_poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM tipo_poi_translations t0 WHERE t0 . object_id = 8 ;
Copy
36
0.43 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . nombre AS nombre_5 , t0 . descripcion AS descripcion_6 , t0 . ruta_archivo AS ruta_archivo_7 , t0 . position AS position_8 FROM tipo_poi t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . nombre AS nombre_5 , t0 . descripcion AS descripcion_6 , t0 . ruta_archivo AS ruta_archivo_7 , t0 . position AS position_8 FROM tipo_poi t0 WHERE t0 . id = 13 ;
Copy
37
0.34 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM tipo_poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM tipo_poi_translations t0 WHERE t0 . object_id = 13 ;
Copy
38
0.40 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . nombre AS nombre_5 , t0 . descripcion AS descripcion_6 , t0 . ruta_archivo AS ruta_archivo_7 , t0 . position AS position_8 FROM tipo_poi t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . nombre AS nombre_5 , t0 . descripcion AS descripcion_6 , t0 . ruta_archivo AS ruta_archivo_7 , t0 . position AS position_8 FROM tipo_poi t0 WHERE t0 . id = 14 ;
Copy
39
0.36 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM tipo_poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM tipo_poi_translations t0 WHERE t0 . object_id = 14 ;
Copy
40
0.38 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . nombre AS nombre_5 , t0 . descripcion AS descripcion_6 , t0 . ruta_archivo AS ruta_archivo_7 , t0 . position AS position_8 FROM tipo_poi t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . enabled AS enabled_3 , t0 . disabletranslation AS disabletranslation_4 , t0 . nombre AS nombre_5 , t0 . descripcion AS descripcion_6 , t0 . ruta_archivo AS ruta_archivo_7 , t0 . position AS position_8 FROM tipo_poi t0 WHERE t0 . id = 11 ;
Copy
41
0.33 ms
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM tipo_poi_translations t0 WHERE t0 . object_id = ?
SELECT t0 . id AS id_1 , t0 . locale AS locale_2 , t0 . field AS field_3 , t0 . content AS content_4 , t0 . object_id AS object_id_5 FROM tipo_poi_translations t0 WHERE t0 . object_id = 11 ;
Copy
42
0.85 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . descripcion AS descripcion_3 , t0 . ruta_archivo AS ruta_archivo_4 , t0 . updated AS updated_5 , t0 . ciudad_id AS ciudad_id_6 , t0 . ruta_id AS ruta_id_7 , t0 . poi_id AS poi_id_8 , t0 . calendario_id AS calendario_id_9 FROM recurso t0 WHERE t0 . ruta_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . descripcion AS descripcion_3 , t0 . ruta_archivo AS ruta_archivo_4 , t0 . updated AS updated_5 , t0 . ciudad_id AS ciudad_id_6 , t0 . ruta_id AS ruta_id_7 , t0 . poi_id AS poi_id_8 , t0 . calendario_id AS calendario_id_9 FROM recurso t0 WHERE t0 . ruta_id = 3 ;
Copy
43
0.72 ms
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . descripcion AS descripcion_3 , t0 . ruta_archivo AS ruta_archivo_4 , t0 . updated AS updated_5 , t0 . ciudad_id AS ciudad_id_6 , t0 . ruta_id AS ruta_id_7 , t0 . poi_id AS poi_id_8 , t0 . calendario_id AS calendario_id_9 FROM imagen t0 WHERE t0 . ruta_id = ?
SELECT t0 . id AS id_1 , t0 . nombre AS nombre_2 , t0 . descripcion AS descripcion_3 , t0 . ruta_archivo AS ruta_archivo_4 , t0 . updated AS updated_5 , t0 . ciudad_id AS ciudad_id_6 , t0 . ruta_id AS ruta_id_7 , t0 . poi_id AS poi_id_8 , t0 . calendario_id AS calendario_id_9 FROM imagen t0 WHERE t0 . ruta_id = 3 ;
Copy