1
43.03 ms
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_ . code = ? AND c0_ . enabled = true ) AND (c0_ . deleted_at IS NULL ) ORDER BY c0_ . position ASC
Parameters :
[
"pamplona "
]
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_ . code = 'pamplona' AND c0_ . enabled = true ) AND (c0_ . deleted_at IS NULL ) ORDER BY c0_ . position ASC ;
Copy
2
1.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 ciudad_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 ciudad_translations t0 WHERE t0 . object_id = 4 ;
Copy
3
1.24 ms
SELECT c0_ . id AS id_0 , c0_ . locale AS locale_1 , c0_ . field AS field_2 , c0_ . content AS content_3 , c0_ . object_id AS object_id_4 FROM ciudad_translations c0_ WHERE c0_ . object_id = ? AND c0_ . locale = ? AND c0_ . field = 'descripcionCorta' ORDER BY c0_ . id DESC
SELECT c0_ . id AS id_0 , c0_ . locale AS locale_1 , c0_ . field AS field_2 , c0_ . content AS content_3 , c0_ . object_id AS object_id_4 FROM ciudad_translations c0_ WHERE c0_ . object_id = 4 AND c0_ . locale = 'es' AND c0_ . field = 'descripcionCorta' ORDER BY c0_ . id DESC ;
Copy
4
0.55 ms
SELECT c0_ . id AS id_0 , c0_ . locale AS locale_1 , c0_ . field AS field_2 , c0_ . content AS content_3 , c0_ . object_id AS object_id_4 FROM ciudad_translations c0_ WHERE c0_ . object_id = ? AND c0_ . locale = ? AND c0_ . field = 'descripcionLarga' ORDER BY c0_ . id DESC
SELECT c0_ . id AS id_0 , c0_ . locale AS locale_1 , c0_ . field AS field_2 , c0_ . content AS content_3 , c0_ . object_id AS object_id_4 FROM ciudad_translations c0_ WHERE c0_ . object_id = 4 AND c0_ . locale = 'es' AND c0_ . field = 'descripcionLarga' ORDER BY c0_ . id DESC ;
Copy
5
1.32 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . nombre AS nombre_3 , t0 . enabled AS enabled_4 , t0 . disabletranslation AS disabletranslation_5 , t0 . color AS color_6 , t0 . descripcion_corta AS descripcion_corta_7 , t0 . descripcion_larga AS descripcion_larga_8 , t0 . folleto AS folleto_9 , t0 . folleto_url AS folleto_url_10 , t0 . folletopdf AS folletopdf_11 , t0 . folletopdf_url AS folletopdf_url_12 , t0 . geojson AS geojson_13 , t0 . destacada AS destacada_14 , t0 . position AS position_15 , ST_AsEWKT (t0 . linestring ) AS linestring_16 , t0 . distancia AS distancia_17 , t0 . deleted_at AS deleted_at_18 , t0 . ciudad_id AS ciudad_id_19 FROM ruta t0 WHERE t0 . ciudad_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 . disabletranslation AS disabletranslation_5 , t0 . color AS color_6 , t0 . descripcion_corta AS descripcion_corta_7 , t0 . descripcion_larga AS descripcion_larga_8 , t0 . folleto AS folleto_9 , t0 . folleto_url AS folleto_url_10 , t0 . folletopdf AS folletopdf_11 , t0 . folletopdf_url AS folletopdf_url_12 , t0 . geojson AS geojson_13 , t0 . destacada AS destacada_14 , t0 . position AS position_15 , ST_AsEWKT (t0 . linestring ) AS linestring_16 , t0 . distancia AS distancia_17 , t0 . deleted_at AS deleted_at_18 , t0 . ciudad_id AS ciudad_id_19 FROM ruta t0 WHERE t0 . ciudad_id = 4 AND ((t0 . deleted_at IS NULL ));
Copy
6
1.10 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 = 4 ;
Copy
7
0.58 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 = 4 AND r0_ . locale = 'es' AND r0_ . field = 'descripcionLarga' ORDER BY r0_ . id DESC ;
Copy
8
0.52 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 = 4 AND r0_ . locale = 'es' AND r0_ . field = 'descripcionCorta' ORDER BY r0_ . id DESC ;
Copy
9
0.93 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
10
0.77 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 = 2 ;
Copy
11
0.41 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
12
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 = 7 ;
Copy
13
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 = 12 ;
Copy
14
0.32 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 = 22 ;
Copy
15
0.39 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 = 18 ;
Copy
16
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 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 = 24 ;
Copy
17
0.48 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 = 2 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
18
0.34 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 = 2 ;
Copy
19
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 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
20
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 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
21
0.35 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
22
0.35 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 = 6 ;
Copy
23
0.42 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
24
0.42 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
25
0.37 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
26
0.39 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 = 6 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
27
0.37 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
28
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 = 1 ;
Copy
29
0.35 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 = 7 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
30
0.30 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 = 7 ;
Copy
31
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 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 = 8 ;
Copy
32
0.37 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 = 9 ;
Copy
33
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 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 = 10 ;
Copy
34
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 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 = 11 ;
Copy
35
0.39 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 = 8 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
36
0.36 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 = 9 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
37
0.35 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 = 10 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
38
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 = 11 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
39
0.45 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 = 12 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
40
0.34 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 = 12 ;
Copy
41
0.35 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 = 23 ;
Copy
42
0.29 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 = 16 ;
Copy
43
0.29 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 = 13 ;
Copy
44
0.31 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 = 14 ;
Copy
45
0.37 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 = 15 ;
Copy
46
0.47 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 = 23 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
47
0.40 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 = 16 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
48
0.37 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 = 13 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
49
0.30 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 = 14 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
50
0.31 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 = 15 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
51
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 = 22 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
52
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 = 22 ;
Copy
53
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 = 18 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
54
0.39 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 = 18 ;
Copy
55
0.40 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 = 19 ;
Copy
56
0.32 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 = 20 ;
Copy
57
0.27 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 = 21 ;
Copy
58
0.35 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 = 19 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
59
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 = 20 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
60
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 = 21 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
61
0.40 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 = 24 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
62
0.37 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 = 24 ;
Copy
63
0.35 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 = 25 ;
Copy
64
0.37 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 = 25 AND f0_ . locale = 'es' AND f0_ . field = 'nombre' ORDER BY f0_ . id DESC ;
Copy
65
2.19 ms
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . nombre AS nombre_3 , t0 . enabled AS enabled_4 , t0 . disabletranslation AS disabletranslation_5 , t0 . descripcion_corta AS descripcion_corta_6 , t0 . descripcion_larga AS descripcion_larga_7 , t0 . direccion AS direccion_8 , t0 . telefono AS telefono_9 , t0 . horario AS horario_10 , t0 . web AS web_11 , t0 . localizacion AS localizacion_12 , t0 . destacada AS destacada_13 , t0 . position AS position_14 , ST_AsEWKT (t0 . point ) AS point_15 , t0 . deleted_at AS deleted_at_16 , t0 . ciudad_id AS ciudad_id_17 , t0 . tipo_poi_id AS tipo_poi_id_18 , t0 . ruta_id AS ruta_id_19 , t0 . visitavirtual_id AS visitavirtual_id_20 FROM poi t0 WHERE t0 . ciudad_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 . disabletranslation AS disabletranslation_5 , t0 . descripcion_corta AS descripcion_corta_6 , t0 . descripcion_larga AS descripcion_larga_7 , t0 . direccion AS direccion_8 , t0 . telefono AS telefono_9 , t0 . horario AS horario_10 , t0 . web AS web_11 , t0 . localizacion AS localizacion_12 , t0 . destacada AS destacada_13 , t0 . position AS position_14 , ST_AsEWKT (t0 . point ) AS point_15 , t0 . deleted_at AS deleted_at_16 , t0 . ciudad_id AS ciudad_id_17 , t0 . tipo_poi_id AS tipo_poi_id_18 , t0 . ruta_id AS ruta_id_19 , t0 . visitavirtual_id AS visitavirtual_id_20 FROM poi t0 WHERE t0 . ciudad_id = 4 AND ((t0 . deleted_at IS NULL ));
Copy
66
0.97 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 = 24 ;
Copy
67
0.45 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 = 25 ;
Copy
68
0.37 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 = 27 ;
Copy
69
0.37 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 = 29 ;
Copy
70
0.39 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 = 51 ;
Copy
71
0.45 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 = 55 ;
Copy
72
0.39 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 = 59 ;
Copy
73
0.38 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 = 53 ;
Copy
74
0.37 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 = 57 ;
Copy
75
0.39 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 = 58 ;
Copy
76
0.37 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 = 54 ;
Copy
77
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 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 = 56 ;
Copy
78
0.50 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
79
0.53 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 = 23 ;
Copy
80
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 = 22 ;
Copy
81
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 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 = 39 ;
Copy
82
0.35 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 = 52 ;
Copy
83
0.41 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 = 36 ;
Copy
84
0.45 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 = 47 ;
Copy
85
0.47 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 = 21 ;
Copy
86
0.31 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 = 38 ;
Copy
87
0.30 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 = 44 ;
Copy
88
0.39 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 = 40 ;
Copy
89
0.43 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 = 45 ;
Copy
90
0.44 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 = 42 ;
Copy
91
0.32 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 = 35 ;
Copy
92
0.30 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 = 26 ;
Copy
93
0.40 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 = 33 ;
Copy
94
0.45 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 = 41 ;
Copy
95
0.41 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 = 50 ;
Copy
96
0.67 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 = 5 ;
Copy
97
0.37 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 = 37 ;
Copy
98
0.40 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 = 20 ;
Copy
99
0.43 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 = 43 ;
Copy
100
0.43 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 = 48 ;
Copy
101
0.38 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 = 46 ;
Copy
102
0.38 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 = 28 ;
Copy
103
0.38 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 = 30 ;
Copy
104
0.41 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 = 49 ;
Copy
105
0.39 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 = 34 ;
Copy
106
0.37 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 = 32 ;
Copy
107
0.39 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 = 31 ;
Copy